public static class Byoipv6CidrDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Byoipv6CidrDetails |
build() |
Byoipv6CidrDetails.Builder |
byoipv6RangeId(String byoipv6RangeId)
The OCID
of the
ByoipRange resource to which the CIDR block belongs. |
Byoipv6CidrDetails.Builder |
copy(Byoipv6CidrDetails model) |
Byoipv6CidrDetails.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
An IPv6 CIDR block required to create a VCN with a BYOIP prefix.
|
public Byoipv6CidrDetails.Builder byoipv6RangeId(String byoipv6RangeId)
The OCID
of the ByoipRange
resource to which the CIDR block belongs.
byoipv6RangeId
- the value to setpublic Byoipv6CidrDetails.Builder ipv6CidrBlock(String ipv6CidrBlock)
An IPv6 CIDR block required to create a VCN with a BYOIP prefix. It could be the whole
CIDR block identified in byoipv6RangeId
, or a subrange. Example: 2001:0db8:0123::/48
ipv6CidrBlock
- the value to setpublic Byoipv6CidrDetails build()
public Byoipv6CidrDetails.Builder copy(Byoipv6CidrDetails model)
Copyright © 2016–2024. All rights reserved.