Class BulkDetachIpv6sItem
Secondary IPv6 object to detach as part of bulk detach operation.
Inherited Members
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