Uses of Class
com.oracle.bmc.core.model.ByoipRange.LifecycleState
-
Packages that use ByoipRange.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ByoipRange.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ByoipRange.LifecycleState Modifier and Type Method Description Waiter<GetByoipRangeRequest,GetByoipRangeResponse>VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, ByoipRange.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, ByoipRange.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ByoipRange.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ByoipRange.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ByoipRange.LifecycleState Modifier and Type Method Description static ByoipRange.LifecycleStateByoipRange.LifecycleState. create(String key)ByoipRange.LifecycleStateByoipRange. getLifecycleState()The ByoipRange resource’s current state.ByoipRange.LifecycleStateByoipRangeSummary. getLifecycleState()The ByoipRange resource’s current state.static ByoipRange.LifecycleStateByoipRange.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.core.model with parameters of type ByoipRange.LifecycleState Modifier and Type Method Description ByoipRange.BuilderByoipRange.Builder. lifecycleState(ByoipRange.LifecycleState lifecycleState)The ByoipRange resource’s current state.ByoipRangeSummary.BuilderByoipRangeSummary.Builder. lifecycleState(ByoipRange.LifecycleState lifecycleState)The ByoipRange resource’s current state.Constructors in com.oracle.bmc.core.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, ByoipRangeOriginAsn originAsn, 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.
-