Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipRange.LifecycleDetails
-
Packages that use ByoipRange.LifecycleDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipRange.LifecycleDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipRange.LifecycleDetails Modifier and Type Method Description static ByoipRange.LifecycleDetails
ByoipRange.LifecycleDetails. create(String key)
ByoipRange.LifecycleDetails
ByoipRange. getLifecycleDetails()
The ByoipRange resource’s current status.ByoipRange.LifecycleDetails
ByoipRangeSummary. getLifecycleDetails()
The Byoip Range’s current lifeCycle substate.static ByoipRange.LifecycleDetails
ByoipRange.LifecycleDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByoipRange.LifecycleDetails[]
ByoipRange.LifecycleDetails. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipRange.LifecycleDetails Modifier and Type Method Description ByoipRange.Builder
ByoipRange.Builder. lifecycleDetails(ByoipRange.LifecycleDetails lifecycleDetails)
The ByoipRange resource’s current status.ByoipRangeSummary.Builder
ByoipRangeSummary.Builder. lifecycleDetails(ByoipRange.LifecycleDetails lifecycleDetails)
The Byoip Range’s current lifeCycle substate.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipRange.LifecycleDetails 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.
-