Uses of Class
com.oracle.bmc.multicloud.model.ResourceAnchor.LifecycleState
-
Packages that use ResourceAnchor.LifecycleState Package Description com.oracle.bmc.multicloud com.oracle.bmc.multicloud.model com.oracle.bmc.multicloud.requests -
-
Uses of ResourceAnchor.LifecycleState in com.oracle.bmc.multicloud
Methods in com.oracle.bmc.multicloud with parameters of type ResourceAnchor.LifecycleState Modifier and Type Method Description Waiter<GetResourceAnchorRequest,GetResourceAnchorResponse>
OmhubResourceAnchorWaiters. forResourceAnchor(GetResourceAnchorRequest request, ResourceAnchor.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetResourceAnchorRequest,GetResourceAnchorResponse>
OmhubResourceAnchorWaiters. forResourceAnchor(GetResourceAnchorRequest request, ResourceAnchor.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetResourceAnchorRequest,GetResourceAnchorResponse>
OmhubResourceAnchorWaiters. forResourceAnchor(GetResourceAnchorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ResourceAnchor.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ResourceAnchor.LifecycleState in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return ResourceAnchor.LifecycleState Modifier and Type Method Description static ResourceAnchor.LifecycleState
ResourceAnchor.LifecycleState. create(String key)
ResourceAnchor.LifecycleState
ResourceAnchor. getLifecycleState()
The current state of the ResourceAnchor.ResourceAnchor.LifecycleState
ResourceAnchorSummary. getLifecycleState()
The current state of the ResourceAnchor.static ResourceAnchor.LifecycleState
ResourceAnchor.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceAnchor.LifecycleState[]
ResourceAnchor.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.multicloud.model with parameters of type ResourceAnchor.LifecycleState Modifier and Type Method Description ResourceAnchor.Builder
ResourceAnchor.Builder. lifecycleState(ResourceAnchor.LifecycleState lifecycleState)
The current state of the ResourceAnchor.ResourceAnchorSummary.Builder
ResourceAnchorSummary.Builder. lifecycleState(ResourceAnchor.LifecycleState lifecycleState)
The current state of the ResourceAnchor.Constructors in com.oracle.bmc.multicloud.model with parameters of type ResourceAnchor.LifecycleState Constructor Description ResourceAnchor(String id, String displayName, String region, String compartmentId, Date timeCreated, Date timeUpdated, ResourceAnchor.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ResourceAnchor.SetupMode setupMode, String linkedCompartmentId, SubscriptionType subscriptionType, String subscriptionId, CloudServiceProviderMetadataItem cloudServiceProviderMetadataItem)
Deprecated.ResourceAnchorSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, ResourceAnchor.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String subscriptionId, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ResourceAnchor.LifecycleState in com.oracle.bmc.multicloud.requests
Methods in com.oracle.bmc.multicloud.requests that return ResourceAnchor.LifecycleState Modifier and Type Method Description ResourceAnchor.LifecycleState
ListResourceAnchorsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.multicloud.requests with parameters of type ResourceAnchor.LifecycleState Modifier and Type Method Description ListResourceAnchorsRequest.Builder
ListResourceAnchorsRequest.Builder. lifecycleState(ResourceAnchor.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-