public static class ByoipAllocatedRangeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ByoipAllocatedRangeSummary |
build() |
ByoipAllocatedRangeSummary.Builder |
cidrBlock(String cidrBlock)
The BYOIP CIDR block range or subrange allocated to an IP pool.
|
ByoipAllocatedRangeSummary.Builder |
copy(ByoipAllocatedRangeSummary model) |
ByoipAllocatedRangeSummary.Builder |
publicIpPoolId(String publicIpPoolId)
The OCID
of the IP pool containing the CIDR block.
|
public ByoipAllocatedRangeSummary.Builder cidrBlock(String cidrBlock)
The BYOIP CIDR block range or subrange allocated to an IP pool. This could be all or part of a BYOIP CIDR block.
cidrBlock
- the value to setpublic ByoipAllocatedRangeSummary.Builder publicIpPoolId(String publicIpPoolId)
The OCID of the IP pool containing the CIDR block.
publicIpPoolId
- the value to setpublic ByoipAllocatedRangeSummary build()
public ByoipAllocatedRangeSummary.Builder copy(ByoipAllocatedRangeSummary model)
Copyright © 2016–2024. All rights reserved.