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.ExplicitlySetBmcModelVMware 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 SummaryNested Classes Modifier and Type Class Description static classVmwareVmProperties.Builder
 - 
Constructor SummaryConstructors 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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VmwareVmProperties.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCluster()Cluster name.List<String>getCustomerFields()Customer fields.List<CustomerTag>getCustomerTags()Customer defined tags.IntegergetFaultToleranceBandwidth()Fault tolerance bandwidth.IntegergetFaultToleranceSecondaryLatency()Fault tolerance to secondary latency.StringgetFaultToleranceState()Fault tolerance state.StringgetInstanceUuid()vCenter-specific identifier of the virtual machine.BooleangetIsDisksCbtEnabled()Indicates that change tracking is supported for virtual disks of this virtual machine.BooleangetIsDisksUuidEnabled()Whether changed block tracking for this VM’s disk is active.StringgetPath()Path directory of the asset.StringgetVmwareToolsStatus()VMware tools status.inthashCode()VmwareVmProperties.BuildertoBuilder()StringtoString()StringtoString(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- 
builderpublic static VmwareVmProperties.Builder builder() Create a new builder.
 - 
toBuilderpublic VmwareVmProperties.Builder toBuilder() 
 - 
getClusterpublic String getCluster() Cluster name.- Returns:
- the value
 
 - 
getCustomerTagspublic List<CustomerTag> getCustomerTags() Customer defined tags.- Returns:
- the value
 
 - 
getInstanceUuidpublic String getInstanceUuid() vCenter-specific identifier of the virtual machine.- Returns:
- the value
 
 - 
getPathpublic String getPath() Path directory of the asset.- Returns:
- the value
 
 - 
getVmwareToolsStatuspublic String getVmwareToolsStatus() VMware tools status.- Returns:
- the value
 
 - 
getIsDisksUuidEnabledpublic Boolean getIsDisksUuidEnabled() Whether changed block tracking for this VM’s disk is active.- Returns:
- the value
 
 - 
getIsDisksCbtEnabledpublic 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
 
 - 
getFaultToleranceStatepublic String getFaultToleranceState() Fault tolerance state.- Returns:
- the value
 
 - 
getFaultToleranceBandwidthpublic Integer getFaultToleranceBandwidth() Fault tolerance bandwidth.- Returns:
- the value
 
 - 
getFaultToleranceSecondaryLatencypublic Integer getFaultToleranceSecondaryLatency() Fault tolerance to secondary latency.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-