Class ByoipAllocatedRangeSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.ByoipAllocatedRangeSummary.Builder
 
- 
- Enclosing class:
- ByoipAllocatedRangeSummary
 
 public static class ByoipAllocatedRangeSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ByoipAllocatedRangeSummarybuild()ByoipAllocatedRangeSummary.BuildercidrBlock(String cidrBlock)The BYOIP CIDR block range or subrange allocated to an IP pool.ByoipAllocatedRangeSummary.Buildercopy(ByoipAllocatedRangeSummary model)ByoipAllocatedRangeSummary.BuilderpublicIpPoolId(String publicIpPoolId)The OCID of the IP pool containing the CIDR block.
 
- 
- 
- 
Method Detail- 
cidrBlockpublic 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
 
 - 
publicIpPoolIdpublic ByoipAllocatedRangeSummary.Builder publicIpPoolId(String publicIpPoolId) The OCID of the IP pool containing the CIDR block.- Parameters:
- publicIpPoolId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ByoipAllocatedRangeSummary build() 
 - 
copypublic ByoipAllocatedRangeSummary.Builder copy(ByoipAllocatedRangeSummary model) 
 
- 
 
-