Class InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails
Optional. Used to specify from which subnet prefixes an IPv6 address should be allocated, or to assign valid available IPv6 addresses.
Inherited Members
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails
Properties
Ipv6Address
Declaration
[JsonProperty(PropertyName = "ipv6Address")]
public string Ipv6Address { get; set; }
Property Value
Type | Description |
---|---|
string | Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned). |
Ipv6SubnetCidr
Declaration
[JsonProperty(PropertyName = "ipv6SubnetCidr")]
public string Ipv6SubnetCidr { get; set; }
Property Value
Type | Description |
---|---|
string | Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation. |