Ipv6AddressIpv6SubnetCidrPairDetails

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

Bases: object

Details to assign an IPv6 subnet prefix and IPv6 address on VNIC creation.

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_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. If an IPv6 address is not provided: - Oracle will automatically assign an IPv6 address from the subnet’s IPv6 prefix if and only if there is only one IPv6 prefix on the subnet. - Oracle will automatically assign an IPv6 address from the subnet’s IPv6 Oracle GUA prefix if it exists on the subnet.

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