Class ByoipAllocatedRangeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.ByoipAllocatedRangeSummary.Builder
-
- Enclosing class:
- ByoipAllocatedRangeSummary
public static class ByoipAllocatedRangeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
cidrBlock
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.
- Parameters:
cidrBlock
- the value to set- Returns:
- this builder
-
publicIpPoolId
public ByoipAllocatedRangeSummary.Builder publicIpPoolId(String publicIpPoolId)
The OCID of the IP pool containing the CIDR block.- Parameters:
publicIpPoolId
- the value to set- Returns:
- this builder
-
build
public ByoipAllocatedRangeSummary build()
-
copy
public ByoipAllocatedRangeSummary.Builder copy(ByoipAllocatedRangeSummary model)
-
-