Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAssetSourceRequest,GetAssetSourceResponse> |
DiscoveryWaiters.forAssetSource(GetAssetSourceRequest request,
AssetSourceLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAssetSourceRequest,GetAssetSourceResponse> |
DiscoveryWaiters.forAssetSource(GetAssetSourceRequest request,
AssetSourceLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAssetSourceRequest,GetAssetSourceResponse> |
DiscoveryWaiters.forAssetSource(GetAssetSourceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AssetSourceLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
VmWareAssetSourceSummary.Builder |
VmWareAssetSourceSummary.Builder.lifecycleState(AssetSourceLifecycleState lifecycleState) |
VmWareAssetSource.Builder |
VmWareAssetSource.Builder.lifecycleState(AssetSourceLifecycleState lifecycleState) |
AwsAssetSource.Builder |
AwsAssetSource.Builder.lifecycleState(AssetSourceLifecycleState lifecycleState) |
AwsAssetSourceSummary.Builder |
AwsAssetSourceSummary.Builder.lifecycleState(AssetSourceLifecycleState lifecycleState) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AssetSourceLifecycleState |
ListAssetSourcesRequest.getLifecycleState()
The current state of the asset source.
|
Modifier and Type | Method and Description |
---|---|
ListAssetSourcesRequest.Builder |
ListAssetSourcesRequest.Builder.lifecycleState(AssetSourceLifecycleState lifecycleState)
The current state of the asset source.
|
Copyright © 2016–2024. All rights reserved.