Uses of Class
com.oracle.bmc.cloudmigrations.model.VmTargetAsset.PreferredShapeType
-
Packages that use VmTargetAsset.PreferredShapeType Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of VmTargetAsset.PreferredShapeType in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return VmTargetAsset.PreferredShapeType Modifier and Type Method Description static VmTargetAsset.PreferredShapeType
VmTargetAsset.PreferredShapeType. create(String key)
VmTargetAsset.PreferredShapeType
CreateVmTargetAssetDetails. getPreferredShapeType()
Preferred VM shape type that you provide.VmTargetAsset.PreferredShapeType
UpdateVmTargetAssetDetails. getPreferredShapeType()
Preferred VM shape type that you provided.VmTargetAsset.PreferredShapeType
VmTargetAsset. getPreferredShapeType()
Preferred VM shape type that you provide.VmTargetAsset.PreferredShapeType
VmTargetAssetSummary. getPreferredShapeType()
The preferred VM shape type that you provide.VmTargetAsset.PreferredShapeType
VmTargetEnvironment. getPreferredShapeType()
Preferred VM shape type provided by the customer.static VmTargetAsset.PreferredShapeType
VmTargetAsset.PreferredShapeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmTargetAsset.PreferredShapeType[]
VmTargetAsset.PreferredShapeType. 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 VmTargetAsset.PreferredShapeType Modifier and Type Method Description CreateVmTargetAssetDetails.Builder
CreateVmTargetAssetDetails.Builder. preferredShapeType(VmTargetAsset.PreferredShapeType preferredShapeType)
Preferred VM shape type that you provide.UpdateVmTargetAssetDetails.Builder
UpdateVmTargetAssetDetails.Builder. preferredShapeType(VmTargetAsset.PreferredShapeType preferredShapeType)
Preferred VM shape type that you provided.VmTargetAsset.Builder
VmTargetAsset.Builder. preferredShapeType(VmTargetAsset.PreferredShapeType preferredShapeType)
Preferred VM shape type that you provide.VmTargetAssetSummary.Builder
VmTargetAssetSummary.Builder. preferredShapeType(VmTargetAsset.PreferredShapeType preferredShapeType)
The preferred VM shape type that you provide.VmTargetEnvironment.Builder
VmTargetEnvironment.Builder. preferredShapeType(VmTargetAsset.PreferredShapeType preferredShapeType)
Preferred VM shape type provided by the customer.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type VmTargetAsset.PreferredShapeType Constructor Description CreateVmTargetAssetDetails(String migrationPlanId, Boolean isExcludedFromExecution, VmTargetAsset.PreferredShapeType preferredShapeType, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec)
Deprecated.UpdateVmTargetAssetDetails(Boolean isExcludedFromExecution, VmTargetAsset.PreferredShapeType preferredShapeType, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec)
Deprecated.VmTargetAsset(String id, String displayName, TargetAsset.LifecycleState lifecycleState, String lifecycleDetails, String migrationPlanId, String compartmentId, String createdResourceId, Boolean isExcludedFromExecution, List<CompatibilityMessage> compatibilityMessages, CostEstimation estimatedCost, Date timeCreated, Date timeUpdated, Date timeAssessed, MigrationAsset migrationAsset, VmTargetAsset.PreferredShapeType preferredShapeType, LaunchInstanceDetails testSpec, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec, LaunchInstanceDetails recommendedSpec)
Deprecated.VmTargetAssetSummary(String id, String displayName, TargetAsset.LifecycleState lifecycleState, String migrationPlanId, String compartmentId, String createdResourceId, Boolean isExcludedFromExecution, List<CompatibilityMessage> compatibilityMessages, CostEstimation estimatedCost, Date timeCreated, String lifecycleDetails, Date timeUpdated, Date timeAssessed, MigrationAssetSummary migrationAsset, VmTargetAsset.PreferredShapeType preferredShapeType, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec, LaunchInstanceDetails recommendedSpec)
Deprecated.VmTargetEnvironment(String targetCompartmentId, String availabilityDomain, String faultDomain, String vcn, String subnet, String dedicatedVmHost, String msLicense, VmTargetAsset.PreferredShapeType preferredShapeType)
Deprecated.
-