Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipAllocatedRangeSummary
-
Packages that use ByoipAllocatedRangeSummary Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipAllocatedRangeSummary in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipAllocatedRangeSummary Modifier and Type Method Description ByoipAllocatedRangeSummary
ByoipAllocatedRangeSummary.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type ByoipAllocatedRangeSummary Modifier and Type Method Description List<ByoipAllocatedRangeSummary>
ByoipAllocatedRangeCollection. getItems()
A list of subranges of a BYOIP CIDR block allocated to an IP pool.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipAllocatedRangeSummary Modifier and Type Method Description ByoipAllocatedRangeSummary.Builder
ByoipAllocatedRangeSummary.Builder. copy(ByoipAllocatedRangeSummary model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipAllocatedRangeSummary Modifier and Type Method Description ByoipAllocatedRangeCollection.Builder
ByoipAllocatedRangeCollection.Builder. items(List<ByoipAllocatedRangeSummary> items)
A list of subranges of a BYOIP CIDR block allocated to an IP pool.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipAllocatedRangeSummary Constructor Description ByoipAllocatedRangeCollection(List<ByoipAllocatedRangeSummary> items)
Deprecated.
-