Class OlvmHost


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220919")
    public final class OlvmHost
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Type representing a host.
    Note: Objects should always be created or deserialized using the OlvmHost.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 OlvmHost.Builder, which maintain a set of all explicitly set fields called OlvmHost.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).
    • Method Detail

      • getAddress

        public String getAddress()
        The host address (FQDN/IP).
        Returns:
        the value
      • getAutoNumaStatus

        public OlvmHost.AutoNumaStatus getAutoNumaStatus()
        The host auto non uniform memory access (NUMA) status.
        Returns:
        the value
      • getComment

        public String getComment()
        Free text containing comments about this object.
        Returns:
        the value
      • getDescription

        public String getDescription()
        A human-readable description in plain text.
        Returns:
        the value
      • getIsHostDevicePassthrough

        public Boolean getIsHostDevicePassthrough()
        Specifies whether host device passthrough is enabled on this host.
        Returns:
        the value
      • getExternalStatus

        public OlvmHost.ExternalStatus getExternalStatus()
        Status of storage domain.
        Returns:
        the value
      • getId

        public String getId()
        A unique identifier.
        Returns:
        the value
      • getKdumpStatus

        public OlvmHost.KdumpStatus getKdumpStatus()
        The host KDUMP status.
        Returns:
        the value
      • getKsm

        public Ksm getKsm()
      • getLibvirtVersion

        public OlvmVersion getLibvirtVersion()
      • getMaxSchedulingMemoryInBytes

        public Long getMaxSchedulingMemoryInBytes()
        The max scheduling memory on this host in bytes.
        Returns:
        the value
      • getMemoryInBytes

        public Long getMemoryInBytes()
        The amount of physical memory on this host in bytes.
        Returns:
        the value
      • getName

        public String getName()
        Name of the property.
        Returns:
        the value
      • getIsNetworkOperationInProgress

        public Boolean getIsNetworkOperationInProgress()
        Specifies whether a network-related operation, such as ‘setup networks’, ‘sync networks’, or ‘refresh capabilities’, is currently being executed on this host.
        Returns:
        the value
      • getIsNumaSupported

        public Boolean getIsNumaSupported()
        Specifies whether non uniform memory access (NUMA) is supported on this host.
        Returns:
        the value
      • getIsOverrideIpTables

        public Boolean getIsOverrideIpTables()
        Specifies whether we should override firewall definitions
        Returns:
        the value
      • getIsOvnConfigured

        public Boolean getIsOvnConfigured()
        Indicates if the host has correctly configured OVN.
        Returns:
        the value
      • getPort

        public Integer getPort()
        The host port.
        Returns:
        the value
      • getIsReinstallationRequired

        public Boolean getIsReinstallationRequired()
        Specifies whether the host should be reinstalled.
        Returns:
        the value
      • getStatusDetail

        public String getStatusDetail()
        The host status details.
        Returns:
        the value
      • getIsTransparentHugePagesEnabled

        public Boolean getIsTransparentHugePagesEnabled()
        Indicates if transparent huge pages (THP) support is enabled.
        Returns:
        the value
      • getIsUpdateAvailable

        public Boolean getIsUpdateAvailable()
        Specified whether there is an oVirt-related update on this host.
        Returns:
        the value
      • getVgpuPlacement

        public OlvmHost.VgpuPlacement getVgpuPlacement()
        Specifies the vGPU placement strategy.
        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