Class 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 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).
    • 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

      • getCluster

        public String getCluster()
        Cluster name.
        Returns:
        the value
      • getCustomerFields

        public List<String> getCustomerFields()
        Customer fields.
        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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel