public static class AddVcnIpv6CidrDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddVcnIpv6CidrDetails |
build() |
AddVcnIpv6CidrDetails.Builder |
byoipv6CidrDetail(Byoipv6CidrDetails byoipv6CidrDetail) |
AddVcnIpv6CidrDetails.Builder |
copy(AddVcnIpv6CidrDetails model) |
AddVcnIpv6CidrDetails.Builder |
ipv6PrivateCidrBlock(String ipv6PrivateCidrBlock)
This field is not required and should only be specified if a ULA or private IPv6 prefix
is desired for VCN’s private IP address space.
|
AddVcnIpv6CidrDetails.Builder |
isOracleGuaAllocationEnabled(Boolean isOracleGuaAllocationEnabled)
Indicates whether Oracle will allocate an IPv6 GUA.
|
public AddVcnIpv6CidrDetails.Builder ipv6PrivateCidrBlock(String ipv6PrivateCidrBlock)
This field is not required and should only be specified if a ULA or private IPv6 prefix is desired for VCN’s private IP address space. SeeIPv6 Addresses.
Example: 2001:0db8:0123::/48
or fd00:1000:0:1::/64
ipv6PrivateCidrBlock
- the value to setpublic AddVcnIpv6CidrDetails.Builder isOracleGuaAllocationEnabled(Boolean isOracleGuaAllocationEnabled)
Indicates whether Oracle will allocate an IPv6 GUA. Only one prefix of /56 size can be allocated by Oracle as a GUA.
isOracleGuaAllocationEnabled
- the value to setpublic AddVcnIpv6CidrDetails.Builder byoipv6CidrDetail(Byoipv6CidrDetails byoipv6CidrDetail)
public AddVcnIpv6CidrDetails build()
public AddVcnIpv6CidrDetails.Builder copy(AddVcnIpv6CidrDetails model)
Copyright © 2016–2024. All rights reserved.