Package com.oracle.bmc.cloudbridge.model
Class VmwareVmProperties
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.cloudbridge.model.VmwareVmProperties
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20220509") public final class VmwareVmProperties extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
VMware virtual machine related properties.
Note: Objects should always be created or deserialized using theVmwareVmProperties.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 theVmwareVmProperties.Builder
, which maintain a set of all explicitly set fields calledVmwareVmProperties.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
VmwareVmProperties.Builder
-
Constructor Summary
Constructors Constructor Description VmwareVmProperties(String cluster, List<String> customerFields, List<CustomerTag> customerTags, String instanceUuid, String path, String vmwareToolsStatus, Boolean isDisksUuidEnabled, Boolean isDisksCbtEnabled, String faultToleranceState, Integer faultToleranceBandwidth, Integer faultToleranceSecondaryLatency)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmwareVmProperties.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCluster()
Cluster name.List<String>
getCustomerFields()
Customer fields.List<CustomerTag>
getCustomerTags()
Customer defined tags.Integer
getFaultToleranceBandwidth()
Fault tolerance bandwidth.Integer
getFaultToleranceSecondaryLatency()
Fault tolerance to secondary latency.String
getFaultToleranceState()
Fault tolerance state.String
getInstanceUuid()
vCenter-specific identifier of the virtual machine.Boolean
getIsDisksCbtEnabled()
Indicates that change tracking is supported for virtual disks of this virtual machine.Boolean
getIsDisksUuidEnabled()
Whether changed block tracking for this VM’s disk is active.String
getPath()
Path directory of the asset.String
getVmwareToolsStatus()
VMware tools status.int
hashCode()
VmwareVmProperties.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
VmwareVmProperties
@Deprecated @ConstructorProperties({"cluster","customerFields","customerTags","instanceUuid","path","vmwareToolsStatus","isDisksUuidEnabled","isDisksCbtEnabled","faultToleranceState","faultToleranceBandwidth","faultToleranceSecondaryLatency"}) public VmwareVmProperties(String cluster, List<String> customerFields, List<CustomerTag> customerTags, String instanceUuid, String path, String vmwareToolsStatus, Boolean isDisksUuidEnabled, Boolean isDisksCbtEnabled, String faultToleranceState, Integer faultToleranceBandwidth, Integer faultToleranceSecondaryLatency)
Deprecated.
-
-
Method Detail
-
builder
public static VmwareVmProperties.Builder builder()
Create a new builder.
-
toBuilder
public VmwareVmProperties.Builder toBuilder()
-
getCluster
public String getCluster()
Cluster name.- Returns:
- the value
-
getCustomerTags
public List<CustomerTag> getCustomerTags()
Customer defined tags.- Returns:
- the value
-
getInstanceUuid
public String getInstanceUuid()
vCenter-specific identifier of the virtual machine.- Returns:
- the value
-
getPath
public String getPath()
Path directory of the asset.- Returns:
- the value
-
getVmwareToolsStatus
public String getVmwareToolsStatus()
VMware tools status.- Returns:
- the value
-
getIsDisksUuidEnabled
public Boolean getIsDisksUuidEnabled()
Whether changed block tracking for this VM’s disk is active.- Returns:
- the value
-
getIsDisksCbtEnabled
public Boolean getIsDisksCbtEnabled()
Indicates that change tracking is supported for virtual disks of this virtual machine.However, even if change tracking is supported, it might not be available for all disks of the virtual machine.
- Returns:
- the value
-
getFaultToleranceState
public String getFaultToleranceState()
Fault tolerance state.- Returns:
- the value
-
getFaultToleranceBandwidth
public Integer getFaultToleranceBandwidth()
Fault tolerance bandwidth.- Returns:
- the value
-
getFaultToleranceSecondaryLatency
public Integer getFaultToleranceSecondaryLatency()
Fault tolerance to secondary latency.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-