Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipRangeVcnIpv6AllocationSummary
-
Packages that use ByoipRangeVcnIpv6AllocationSummary Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipRangeVcnIpv6AllocationSummary in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipRangeVcnIpv6AllocationSummary Modifier and Type Method Description ByoipRangeVcnIpv6AllocationSummary
ByoipRangeVcnIpv6AllocationSummary.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model that return types with arguments of type ByoipRangeVcnIpv6AllocationSummary Modifier and Type Method Description List<ByoipRangeVcnIpv6AllocationSummary>
ByoipRange. getByoipRangeVcnIpv6Allocations()
A list of ByoipRangeVcnIpv6AllocationSummary objects.List<ByoipRangeVcnIpv6AllocationSummary>
ByoipRangeSummary. getByoipRangeVcnIpv6Allocations()
A list of ByoipRangeVcnIpv6AllocationSummary objects.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipRangeVcnIpv6AllocationSummary Modifier and Type Method Description ByoipRangeVcnIpv6AllocationSummary.Builder
ByoipRangeVcnIpv6AllocationSummary.Builder. copy(ByoipRangeVcnIpv6AllocationSummary model)
Method parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipRangeVcnIpv6AllocationSummary Modifier and Type Method Description ByoipRange.Builder
ByoipRange.Builder. byoipRangeVcnIpv6Allocations(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations)
A list of ByoipRangeVcnIpv6AllocationSummary objects.ByoipRangeSummary.Builder
ByoipRangeSummary.Builder. byoipRangeVcnIpv6Allocations(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations)
A list of ByoipRangeVcnIpv6AllocationSummary objects.Constructor parameters in com.oracle.bmc.vnmonitoring.model with type arguments of type ByoipRangeVcnIpv6AllocationSummary Constructor Description ByoipRange(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations, String cidrBlock, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipv6CidrBlock, ByoipRange.LifecycleDetails lifecycleDetails, ByoipRange.LifecycleState lifecycleState, Date timeCreated, Date timeValidated, Date timeAdvertised, Date timeWithdrawn, String validationToken)
Deprecated.ByoipRangeSummary(List<ByoipRangeVcnIpv6AllocationSummary> byoipRangeVcnIpv6Allocations, String cidrBlock, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipv6CidrBlock, ByoipRange.LifecycleState lifecycleState, ByoipRange.LifecycleDetails lifecycleDetails, Date timeCreated)
Deprecated.
-