Show / Hide Table of Contents

Class BulkDetachIpv6sDetails

Bulk Secondary IPv6 addresses detach object.

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

Properties

BulkDetachIpv6sItem

Declaration
[Required(ErrorMessage = "BulkDetachIpv6sItem is required.")]
[JsonProperty(PropertyName = "bulkDetachIpv6sItem")]
public List<BulkDetachIpv6sItem> BulkDetachIpv6sItem { get; set; }
Property Value
Type Description
List<BulkDetachIpv6sItem>

Secondary IPv6 addresses to detached.

Remarks

Required

VnicId

Declaration
[JsonProperty(PropertyName = "vnicId")]
public string VnicId { get; set; }
Property Value
Type Description
string

The OCID of the VNIC of which IPv6s should be detached. The VNIC and IPv6s must be in the same subnet.

In this article
Back to top