InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails¶
-
class
oci.core.models.
InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails
(**kwargs)¶ Bases:
object
Optional. Used to specify from which subnet prefixes an IPv6 address should be allocated, or to assign valid available IPv6 addresses.
Methods
__init__
(**kwargs)Initializes a new InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails object with values from keyword arguments. Attributes
ipv6_address
Gets the ipv6_address of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. ipv6_subnet_cidr
Gets the ipv6_subnet_cidr of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. -
__init__
(**kwargs)¶ Initializes a new InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ipv6_subnet_cidr (str) – The value to assign to the ipv6_subnet_cidr property of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails.
- ipv6_address (str) – The value to assign to the ipv6_address property of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails.
-
ipv6_address
¶ Gets the ipv6_address of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. Optional. An available IPv6 address of your subnet from a valid IPv6 prefix on the subnet (otherwise the IP address is automatically assigned).
Returns: The ipv6_address of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. Return type: str
-
ipv6_subnet_cidr
¶ Gets the ipv6_subnet_cidr of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Returns: The ipv6_subnet_cidr of this InstanceConfigurationIpv6AddressIpv6SubnetCidrPairDetails. Return type: str
-