Uses of Class
com.oracle.bmc.cloudbridge.model.AssetSourceLifecycleState
-
Packages that use AssetSourceLifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of AssetSourceLifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type AssetSourceLifecycleState Modifier and Type Method Description Waiter<GetAssetSourceRequest,GetAssetSourceResponse>
DiscoveryWaiters. forAssetSource(GetAssetSourceRequest request, AssetSourceLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAssetSourceRequest,GetAssetSourceResponse>
DiscoveryWaiters. forAssetSource(GetAssetSourceRequest request, AssetSourceLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAssetSourceRequest,GetAssetSourceResponse>
DiscoveryWaiters. forAssetSource(GetAssetSourceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AssetSourceLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AssetSourceLifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return AssetSourceLifecycleState Modifier and Type Method Description static AssetSourceLifecycleState
AssetSourceLifecycleState. create(String key)
AssetSourceLifecycleState
AssetSource. getLifecycleState()
The current state of the asset source.AssetSourceLifecycleState
AssetSourceSummary. getLifecycleState()
The current state of the asset source.static AssetSourceLifecycleState
AssetSourceLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AssetSourceLifecycleState[]
AssetSourceLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type AssetSourceLifecycleState Modifier and Type Method Description AwsAssetSource.Builder
AwsAssetSource.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
AwsAssetSourceSummary.Builder
AwsAssetSourceSummary.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
VmWareAssetSource.Builder
VmWareAssetSource.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
VmWareAssetSourceSummary.Builder
VmWareAssetSourceSummary.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type AssetSourceLifecycleState Constructor Description AssetSource(String id, String compartmentId, String displayName, String environmentId, String inventoryId, String assetsCompartmentId, String discoveryScheduleId, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AssetSourceSummary(String id, String compartmentId, String environmentId, String displayName, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, String inventoryId, String assetsCompartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AwsAssetSource(String id, String compartmentId, String displayName, String environmentId, String inventoryId, String assetsCompartmentId, String discoveryScheduleId, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, AssetSourceCredentials discoveryCredentials, AssetSourceCredentials replicationCredentials, String awsRegion, String awsAccountKey, Boolean areHistoricalMetricsCollected, Boolean areRealtimeMetricsCollected, Boolean isCostInformationCollected)
Deprecated.AwsAssetSourceSummary(String id, String compartmentId, String environmentId, String displayName, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, String inventoryId, String assetsCompartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String awsRegion, String awsAccountKey)
Deprecated.VmWareAssetSource(String id, String compartmentId, String displayName, String environmentId, String inventoryId, String assetsCompartmentId, String discoveryScheduleId, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String vcenterEndpoint, AssetSourceCredentials discoveryCredentials, AssetSourceCredentials replicationCredentials, Boolean areHistoricalMetricsCollected, Boolean areRealtimeMetricsCollected)
Deprecated.VmWareAssetSourceSummary(String id, String compartmentId, String environmentId, String displayName, AssetSourceLifecycleState lifecycleState, String lifecycleDetails, String inventoryId, String assetsCompartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String vcenterEndpoint)
Deprecated. -
Uses of AssetSourceLifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return AssetSourceLifecycleState Modifier and Type Method Description AssetSourceLifecycleState
ListAssetSourcesRequest. getLifecycleState()
The current state of the asset source.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type AssetSourceLifecycleState Modifier and Type Method Description ListAssetSourcesRequest.Builder
ListAssetSourcesRequest.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
The current state of the asset source.
-