Package | Description |
---|---|
com.oracle.bmc.cloudmigrations.model |
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) |
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.
|
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.
|
Copyright © 2016–2024. All rights reserved.