Class CreateVmTargetAssetDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudmigrations.model.CreateTargetAssetDetails
-
- com.oracle.bmc.cloudmigrations.model.CreateVmTargetAssetDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220919") public final class CreateVmTargetAssetDetails extends CreateTargetAssetDetails
Description of the VM target asset.
Note: Objects should always be created or deserialized using theCreateVmTargetAssetDetails.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 theCreateVmTargetAssetDetails.Builder
, which maintain a set of all explicitly set fields calledCreateVmTargetAssetDetails.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
CreateVmTargetAssetDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.cloudmigrations.model.CreateTargetAssetDetails
CreateTargetAssetDetails.Type
-
-
Constructor Summary
Constructors Constructor Description CreateVmTargetAssetDetails(String migrationPlanId, Boolean isExcludedFromExecution, VmTargetAsset.PreferredShapeType preferredShapeType, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateVmTargetAssetDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
Integer
getBlockVolumesPerformance()
Performance of the block volumes.String
getMsLicense()
Microsoft license for the VM configuration.VmTargetAsset.PreferredShapeType
getPreferredShapeType()
Preferred VM shape type that you provide.LaunchInstanceDetails
getUserSpec()
int
hashCode()
CreateVmTargetAssetDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.cloudmigrations.model.CreateTargetAssetDetails
getIsExcludedFromExecution, getMigrationPlanId
-
-
-
-
Constructor Detail
-
CreateVmTargetAssetDetails
@Deprecated public CreateVmTargetAssetDetails(String migrationPlanId, Boolean isExcludedFromExecution, VmTargetAsset.PreferredShapeType preferredShapeType, Integer blockVolumesPerformance, String msLicense, LaunchInstanceDetails userSpec)
Deprecated.
-
-
Method Detail
-
builder
public static CreateVmTargetAssetDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateVmTargetAssetDetails.Builder toBuilder()
-
getPreferredShapeType
public VmTargetAsset.PreferredShapeType getPreferredShapeType()
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 the VM configuration.- Returns:
- the value
-
getUserSpec
public LaunchInstanceDetails getUserSpec()
-
toString
public String toString()
- Overrides:
toString
in classCreateTargetAssetDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classCreateTargetAssetDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCreateTargetAssetDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCreateTargetAssetDetails
-
-