Class Ipv6AddressIpv6SubnetCidrPairDetails
Details to assign an IPv6 subnet prefix or IPv6 address to a resource.
Inherited Members
Namespace: Oci.MysqlService.Models
Assembly: OCI.DotNetSDK.Mysql.dll
Syntax
public class Ipv6AddressIpv6SubnetCidrPairDetails
Properties
Ipv6Address
Declaration
[JsonProperty(PropertyName = "ipv6Address")]
public string Ipv6Address { get; set; }
Property Value
| Type | Description |
|---|---|
| string | An IPv6 address of your choice. Must be an available IPv6 address within the subnet's prefix. |
Ipv6SubnetCidr
Declaration
[JsonProperty(PropertyName = "ipv6SubnetCidr")]
public string Ipv6SubnetCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The IPv6 prefix allocated to the subnet. |