public static class ByoipRangeVcnIpv6AllocationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ByoipRangeVcnIpv6AllocationSummary |
build() |
ByoipRangeVcnIpv6AllocationSummary.Builder |
byoipRangeId(String byoipRangeId)
The OCID
of the
ByoipRange resource to which the CIDR block belongs. |
ByoipRangeVcnIpv6AllocationSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the
ByoipRange . |
ByoipRangeVcnIpv6AllocationSummary.Builder |
copy(ByoipRangeVcnIpv6AllocationSummary model) |
ByoipRangeVcnIpv6AllocationSummary.Builder |
ipv6CidrBlock(String ipv6CidrBlock)
The BYOIPv6 CIDR block range or subrange allocated to a VCN.
|
ByoipRangeVcnIpv6AllocationSummary.Builder |
vcnId(String vcnId)
The OCID
of the
Vcn resource to which the ByoipRange belongs. |
public ByoipRangeVcnIpv6AllocationSummary.Builder byoipRangeId(String byoipRangeId)
The OCID
of the ByoipRange
resource to which the CIDR block belongs.
byoipRangeId
- the value to setpublic ByoipRangeVcnIpv6AllocationSummary.Builder compartmentId(String compartmentId)
The OCID
of the compartment containing the ByoipRange
.
compartmentId
- the value to setpublic ByoipRangeVcnIpv6AllocationSummary.Builder ipv6CidrBlock(String ipv6CidrBlock)
The BYOIPv6 CIDR block range or subrange allocated to a VCN. This could be all or part of a BYOIPv6 CIDR block. Each VCN allocation must be /64 or larger.
ipv6CidrBlock
- the value to setpublic ByoipRangeVcnIpv6AllocationSummary.Builder vcnId(String vcnId)
The OCID
of the Vcn
resource to which the ByoipRange belongs.
vcnId
- the value to setpublic ByoipRangeVcnIpv6AllocationSummary build()
public ByoipRangeVcnIpv6AllocationSummary.Builder copy(ByoipRangeVcnIpv6AllocationSummary model)
Copyright © 2016–2024. All rights reserved.