public static class InstancePoolPlacementPrimarySubnet.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstancePoolPlacementPrimarySubnet |
build() |
InstancePoolPlacementPrimarySubnet.Builder |
copy(InstancePoolPlacementPrimarySubnet model) |
InstancePoolPlacementPrimarySubnet.Builder |
ipv6AddressIpv6SubnetCidrPairDetails(List<InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails> ipv6AddressIpv6SubnetCidrPairDetails)
A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address.
|
InstancePoolPlacementPrimarySubnet.Builder |
isAssignIpv6Ip(Boolean isAssignIpv6Ip)
Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled
subnet.
|
InstancePoolPlacementPrimarySubnet.Builder |
subnetId(String subnetId)
The subnet
OCID for
the secondary VNIC.
|
public InstancePoolPlacementPrimarySubnet.Builder isAssignIpv6Ip(Boolean isAssignIpv6Ip)
Whether to allocate an IPv6 address at instance and VNIC creation from an IPv6 enabled
subnet. Default: False. When provided you may optionally provide an IPv6 prefix (ipv6SubnetCidr
) of your choice to assign the IPv6 address from. If ipv6SubnetCidr
is not provided then an IPv6 prefix is chosen for you.
isAssignIpv6Ip
- the value to setpublic InstancePoolPlacementPrimarySubnet.Builder ipv6AddressIpv6SubnetCidrPairDetails(List<InstancePoolPlacementIpv6AddressIpv6SubnetCidrDetails> ipv6AddressIpv6SubnetCidrPairDetails)
A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and OCI will select an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
ipv6AddressIpv6SubnetCidrPairDetails
- the value to setpublic InstancePoolPlacementPrimarySubnet.Builder subnetId(String subnetId)
The subnet OCID for the secondary VNIC.
subnetId
- the value to setpublic InstancePoolPlacementPrimarySubnet build()
public InstancePoolPlacementPrimarySubnet.Builder copy(InstancePoolPlacementPrimarySubnet model)
Copyright © 2016–2024. All rights reserved.