Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipAllocatedRangeSummary.Builder
-
Packages that use ByoipAllocatedRangeSummary.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipAllocatedRangeSummary.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipAllocatedRangeSummary.Builder Modifier and Type Method Description static ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary. builder()
Create a new builder.ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary.Builder. cidrBlock(String cidrBlock)
The BYOIP CIDR block range or subrange allocated to an IP pool.ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary.Builder. copy(ByoipAllocatedRangeSummary model)
ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary.Builder. publicIpPoolId(String publicIpPoolId)
The OCID of the IP pool containing the CIDR block.ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary. toBuilder()
-