InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails¶
-
class
oci.core.models.
InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails
(**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 InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails object with values from keyword arguments. Attributes
ipv6_subnet_cidr
Gets the ipv6_subnet_cidr of this InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails. -
__init__
(**kwargs)¶ Initializes a new InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails 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 InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails.
-
ipv6_subnet_cidr
¶ Gets the ipv6_subnet_cidr of this InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails. Optional. Used to disambiguate which subnet prefix should be used to create an IPv6 allocation.
Returns: The ipv6_subnet_cidr of this InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails. Return type: str
-