Class VmTargetAsset
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.cloudmigrations.model.TargetAsset
- 
- com.oracle.bmc.cloudmigrations.model.VmTargetAsset
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220919") public final class VmTargetAsset extends TargetAssetDescription of the VM target asset.
 Note: Objects should always be created or deserialized using theVmTargetAsset.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theVmTargetAsset.Builder, which maintain a set of all explicitly set fields calledVmTargetAsset.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classVmTargetAsset.Builderstatic classVmTargetAsset.PreferredShapeTypePreferred VM shape type that you provide.- 
Nested classes/interfaces inherited from class com.oracle.bmc.cloudmigrations.model.TargetAssetTargetAsset.LifecycleState, TargetAsset.Type
 
- 
 - 
Constructor SummaryConstructors Constructor Description 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.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmTargetAsset.Builderbuilder()Create a new builder.booleanequals(Object o)IntegergetBlockVolumesPerformance()Performance of the block volumes.StringgetMsLicense()Microsoft license for VM configuration.VmTargetAsset.PreferredShapeTypegetPreferredShapeType()Preferred VM shape type that you provide.LaunchInstanceDetailsgetRecommendedSpec()LaunchInstanceDetailsgetTestSpec()LaunchInstanceDetailsgetUserSpec()inthashCode()VmTargetAsset.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.cloudmigrations.model.TargetAssetgetCompartmentId, getCompatibilityMessages, getCreatedResourceId, getDisplayName, getEstimatedCost, getId, getIsExcludedFromExecution, getLifecycleDetails, getLifecycleState, getMigrationAsset, getMigrationPlanId, getTimeAssessed, getTimeCreated, getTimeUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
VmTargetAsset@Deprecated public 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.
 
- 
 - 
Method Detail- 
builderpublic static VmTargetAsset.Builder builder() Create a new builder.
 - 
toBuilderpublic VmTargetAsset.Builder toBuilder() 
 - 
getPreferredShapeTypepublic VmTargetAsset.PreferredShapeType getPreferredShapeType() Preferred VM shape type that you provide.- Returns:
- the value
 
 - 
getTestSpecpublic LaunchInstanceDetails getTestSpec() 
 - 
getBlockVolumesPerformancepublic Integer getBlockVolumesPerformance() Performance of the block volumes.- Returns:
- the value
 
 - 
getMsLicensepublic String getMsLicense() Microsoft license for VM configuration.- Returns:
- the value
 
 - 
getUserSpecpublic LaunchInstanceDetails getUserSpec() 
 - 
getRecommendedSpecpublic LaunchInstanceDetails getRecommendedSpec() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- TargetAsset
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- TargetAsset
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TargetAsset
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TargetAsset
 
 
- 
 
-