Uses of Class
com.oracle.bmc.vnmonitoring.model.ByoipRange.LifecycleState
-
Packages that use ByoipRange.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of ByoipRange.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ByoipRange.LifecycleState Modifier and Type Method Description static ByoipRange.LifecycleState
ByoipRange.LifecycleState. create(String key)
ByoipRange.LifecycleState
ByoipRange. getLifecycleState()
The ByoipRange resource’s current state.ByoipRange.LifecycleState
ByoipRangeSummary. getLifecycleState()
The ByoipRange resource’s current state.static ByoipRange.LifecycleState
ByoipRange.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ByoipRange.LifecycleState[]
ByoipRange.LifecycleState. 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.LifecycleState Modifier and Type Method Description ByoipRange.Builder
ByoipRange.Builder. lifecycleState(ByoipRange.LifecycleState lifecycleState)
The ByoipRange resource’s current state.ByoipRangeSummary.Builder
ByoipRangeSummary.Builder. lifecycleState(ByoipRange.LifecycleState lifecycleState)
The ByoipRange resource’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type ByoipRange.LifecycleState 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.
-