Class BulkDeleteIpv6sItem
secondary ip object to delete as part of bulk deletion .
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class BulkDeleteIpv6sItem
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 IPv6 to be deleted. |
Remarks
Required