Ipv6AddressIpv6SubnetCidrPairDetails¶
-
class
oci.mysql.models.Ipv6AddressIpv6SubnetCidrPairDetails(**kwargs)¶ Bases:
objectDetails to assign an IPv6 subnet prefix or IPv6 address to a resource.
Methods
__init__(**kwargs)Initializes a new Ipv6AddressIpv6SubnetCidrPairDetails object with values from keyword arguments. Attributes
ipv6_addressGets the ipv6_address of this Ipv6AddressIpv6SubnetCidrPairDetails. ipv6_subnet_cidrGets the ipv6_subnet_cidr of this Ipv6AddressIpv6SubnetCidrPairDetails. -
__init__(**kwargs)¶ Initializes a new Ipv6AddressIpv6SubnetCidrPairDetails 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 Ipv6AddressIpv6SubnetCidrPairDetails.
- ipv6_address (str) – The value to assign to the ipv6_address property of this Ipv6AddressIpv6SubnetCidrPairDetails.
-
ipv6_address¶ Gets the ipv6_address of this Ipv6AddressIpv6SubnetCidrPairDetails. An IPv6 address of your choice. Must be an available IPv6 address within the subnet’s prefix.
Returns: The ipv6_address of this Ipv6AddressIpv6SubnetCidrPairDetails. Return type: str
-
ipv6_subnet_cidr¶ Gets the ipv6_subnet_cidr of this Ipv6AddressIpv6SubnetCidrPairDetails. The IPv6 prefix allocated to the subnet.
Returns: The ipv6_subnet_cidr of this Ipv6AddressIpv6SubnetCidrPairDetails. Return type: str
-