Ipv6AddressConfiguration¶
-
class
oci.apigateway.models.Ipv6AddressConfiguration(**kwargs)¶ Bases:
objectIPv6 address configuration details that should be used when creating the gateway.
Methods
__init__(**kwargs)Initializes a new Ipv6AddressConfiguration object with values from keyword arguments. Attributes
addressesGets the addresses of this Ipv6AddressConfiguration. subnet_cidrsGets the subnet_cidrs of this Ipv6AddressConfiguration. -
__init__(**kwargs)¶ Initializes a new Ipv6AddressConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - addresses (list[str]) – The value to assign to the addresses property of this Ipv6AddressConfiguration.
- subnet_cidrs (list[str]) – The value to assign to the subnet_cidrs property of this Ipv6AddressConfiguration.
-
addresses¶ Gets the addresses of this Ipv6AddressConfiguration. List of IPv6 addresses that will be assigned to the gateway during creation.
Returns: The addresses of this Ipv6AddressConfiguration. Return type: list[str]
-
subnet_cidrs¶ Gets the subnet_cidrs of this Ipv6AddressConfiguration. List of IPv6 prefixes from which to provision IPv6 addresses from. This is required if more than one prefix exists on the subnet.
Returns: The subnet_cidrs of this Ipv6AddressConfiguration. Return type: list[str]
-