Show / Hide Table of Contents

Class BulkDetachIpv6sItem

Secondary IPv6 object to detach as part of bulk detach operation.

Inheritance
object
BulkDetachIpv6sItem
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 BulkDetachIpv6sItem

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 secondary IPv6.

Remarks

Required

In this article
Back to top