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 TargetAsset
Description 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 Summary
Nested Classes Modifier and Type Class Description static class
VmTargetAsset.Builder
static class
VmTargetAsset.PreferredShapeType
Preferred VM shape type that you provide.-
Nested classes/interfaces inherited from class com.oracle.bmc.cloudmigrations.model.TargetAsset
TargetAsset.LifecycleState, TargetAsset.Type
-
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmTargetAsset.Builder
builder()
Create a new builder.boolean
equals(Object o)
Integer
getBlockVolumesPerformance()
Performance of the block volumes.String
getMsLicense()
Microsoft license for VM configuration.VmTargetAsset.PreferredShapeType
getPreferredShapeType()
Preferred VM shape type that you provide.LaunchInstanceDetails
getRecommendedSpec()
LaunchInstanceDetails
getTestSpec()
LaunchInstanceDetails
getUserSpec()
int
hashCode()
VmTargetAsset.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.cloudmigrations.model.TargetAsset
getCompartmentId, 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
-
builder
public static VmTargetAsset.Builder builder()
Create a new builder.
-
toBuilder
public VmTargetAsset.Builder toBuilder()
-
getPreferredShapeType
public VmTargetAsset.PreferredShapeType getPreferredShapeType()
Preferred VM shape type that you provide.- Returns:
- the value
-
getTestSpec
public LaunchInstanceDetails getTestSpec()
-
getBlockVolumesPerformance
public Integer getBlockVolumesPerformance()
Performance of the block volumes.- Returns:
- the value
-
getMsLicense
public String getMsLicense()
Microsoft license for VM configuration.- Returns:
- the value
-
getUserSpec
public LaunchInstanceDetails getUserSpec()
-
getRecommendedSpec
public LaunchInstanceDetails getRecommendedSpec()
-
toString
public String toString()
- Overrides:
toString
in classTargetAsset
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classTargetAsset
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTargetAsset
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTargetAsset
-
-