Class VmTargetAssetSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudmigrations.model.TargetAssetSummary
-
- com.oracle.bmc.cloudmigrations.model.VmTargetAssetSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220919") public final class VmTargetAssetSummary extends TargetAssetSummary
Summary of the VM target asset.
Note: Objects should always be created or deserialized using theVmTargetAssetSummary.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 theVmTargetAssetSummary.Builder
, which maintain a set of all explicitly set fields calledVmTargetAssetSummary.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
VmTargetAssetSummary.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.cloudmigrations.model.TargetAssetSummary
TargetAssetSummary.Type
-
-
Constructor Summary
Constructors Constructor Description 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.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmTargetAssetSummary.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()
The preferred VM shape type that you provide.LaunchInstanceDetails
getRecommendedSpec()
LaunchInstanceDetails
getUserSpec()
int
hashCode()
VmTargetAssetSummary.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.cloudmigrations.model.TargetAssetSummary
getCompartmentId, getCompatibilityMessages, getCreatedResourceId, getDisplayName, getEstimatedCost, getId, getIsExcludedFromExecution, getLifecycleDetails, getLifecycleState, getMigrationAsset, getMigrationPlanId, getTimeAssessed, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
VmTargetAssetSummary
@Deprecated public 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.
-
-
Method Detail
-
builder
public static VmTargetAssetSummary.Builder builder()
Create a new builder.
-
toBuilder
public VmTargetAssetSummary.Builder toBuilder()
-
getPreferredShapeType
public VmTargetAsset.PreferredShapeType getPreferredShapeType()
The preferred VM shape type that you provide.- Returns:
- the value
-
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 classTargetAssetSummary
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classTargetAssetSummary
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTargetAssetSummary
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTargetAssetSummary
-
-