Show / Hide Table of Contents

Class BulkDeleteIpv6sItem

secondary ip object to delete as part of bulk deletion .

Inheritance
object
BulkDeleteIpv6sItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BulkDeleteIpv6sItem

Properties

Ipv6Id

Declaration
[Required(ErrorMessage = "Ipv6Id is required.")]
[JsonProperty(PropertyName = "ipv6Id")]
public string Ipv6Id { get; set; }
Property Value
Type Description
string

The OCID of the IPv6 to be deleted.

Remarks

Required

In this article
Back to top