@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 the VmwareVmProperties.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 the VmwareVmProperties.Builder
, which maintain a
set of all explicitly set fields called VmwareVmProperties.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
VmwareVmProperties.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and 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.
|
Modifier and Type | Method and 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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"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)
public static VmwareVmProperties.Builder builder()
Create a new builder.
public VmwareVmProperties.Builder toBuilder()
public String getCluster()
Cluster name.
public List<CustomerTag> getCustomerTags()
Customer defined tags.
public String getInstanceUuid()
vCenter-specific identifier of the virtual machine.
public String getPath()
Path directory of the asset.
public String getVmwareToolsStatus()
VMware tools status.
public Boolean getIsDisksUuidEnabled()
Whether changed block tracking for this VM’s disk is active.
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.
public String getFaultToleranceState()
Fault tolerance state.
public Integer getFaultToleranceBandwidth()
Fault tolerance bandwidth.
public Integer getFaultToleranceSecondaryLatency()
Fault tolerance to secondary latency.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.