Show / Hide Table of Contents

Class BulkDetachIpv6sDetails

Details needed to bulk detach secondary IPv6 addresses.

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>

A secondary IPv6 address to detach.

Remarks

Required

VnicId

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

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

In this article
Back to top