Class BulkDeleteIpv6sDetails
A secondary IPv6 address bulk deletion object.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BulkDeleteIpv6sDetails
Properties
BulkDeleteIpv6sItem
Declaration
[Required(ErrorMessage = "BulkDeleteIpv6sItem is required.")]
[JsonProperty(PropertyName = "bulkDeleteIpv6sItem")]
public List<BulkDeleteIpv6sItem> BulkDeleteIpv6sItem { get; set; }
Property Value
| Type | Description |
|---|---|
| List<BulkDeleteIpv6sItem> | An IPv6 address to delete. |
Remarks
Required
SubnetId
Declaration
[JsonProperty(PropertyName = "subnetId")]
public string SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the subnet from which the IPv6s addresses are deleted. |
VnicId
Declaration
[JsonProperty(PropertyName = "vnicId")]
public string VnicId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VNIC to assign the IPv6s to. The IPv6 will be in the VNIC's subnet. |