Uses of Class
com.oracle.bmc.cloudmigrations.model.Asset.LifecycleState
-
Packages that use Asset.LifecycleState Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of Asset.LifecycleState in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return Asset.LifecycleState Modifier and Type Method Description static Asset.LifecycleStateAsset.LifecycleState. create(String key)Asset.LifecycleStateAsset. getLifecycleState()The current state of the asset.Asset.LifecycleStateAssetSummary. getLifecycleState()The current state of the asset.static Asset.LifecycleStateAsset.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Asset.LifecycleState[]Asset.LifecycleState. 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 Asset.LifecycleState Modifier and Type Method Description AssetSummary.BuilderAssetSummary.Builder. lifecycleState(Asset.LifecycleState lifecycleState)The current state of the asset.AwsEbsAsset.BuilderAwsEbsAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)AwsEc2Asset.BuilderAwsEc2Asset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)VmAsset.BuilderVmAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)VmwareVmAsset.BuilderVmwareVmAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type Asset.LifecycleState Constructor Description Asset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType)Deprecated.AssetSummary(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, AssetType assetType, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType)Deprecated.AwsEbsAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType, AwsEbsProperties awsEbs)Deprecated.AwsEc2Asset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType, ComputeProperties compute, VmProperties vm, AwsEc2Properties awsEc2, MonthlyCostSummary awsEc2Cost, MonthlyCostSummary attachedEbsVolumesCost)Deprecated.VmAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType, ComputeProperties compute, VmProperties vm)Deprecated.VmwareVmAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, EnvironmentType environmentType, ComputeProperties compute, VmProperties vm, VmwareVmProperties vmwareVm, VmwareVCenterProperties vmwareVCenter)Deprecated.
-