Uses of Class
com.oracle.bmc.cloudmigrations.model.AssetSourceLifecycleState
-
Packages that use AssetSourceLifecycleState Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of AssetSourceLifecycleState in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.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.cloudmigrations.model with parameters of type AssetSourceLifecycleState Modifier and Type Method Description VmWareAssetSource.Builder
VmWareAssetSource.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
VmWareAssetSourceSummary.Builder
VmWareAssetSourceSummary.Builder. lifecycleState(AssetSourceLifecycleState lifecycleState)
Constructors in com.oracle.bmc.cloudmigrations.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.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.
-