Ipv6AddressIpv6SubnetCidrPairDetails

class oci.container_engine.models.Ipv6AddressIpv6SubnetCidrPairDetails(**kwargs)

Bases: object

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 Ipv6AddressIpv6SubnetCidrPairDetails object with values from keyword arguments.

Attributes

ipv6_address Gets the ipv6_address of this Ipv6AddressIpv6SubnetCidrPairDetails.
ipv6_subnet_cidr Gets 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_address (str) – The value to assign to the ipv6_address property of this Ipv6AddressIpv6SubnetCidrPairDetails.
  • ipv6_subnet_cidr (str) – The value to assign to the ipv6_subnet_cidr 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