Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmHost.ExternalStatus
-
Packages that use OlvmHost.ExternalStatus Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmHost.ExternalStatus in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmHost.ExternalStatus Modifier and Type Method Description static OlvmHost.ExternalStatusOlvmHost.ExternalStatus. create(String key)OlvmHost.ExternalStatusOlvmHost. getExternalStatus()Status of storage domain.static OlvmHost.ExternalStatusOlvmHost.ExternalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmHost.ExternalStatus[]OlvmHost.ExternalStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmHost.ExternalStatus Modifier and Type Method Description OlvmHost.BuilderOlvmHost.Builder. externalStatus(OlvmHost.ExternalStatus externalStatus)Status of storage domain.Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmHost.ExternalStatus Constructor Description OlvmHost(String address, OlvmHost.AutoNumaStatus autoNumaStatus, OlvmCertificate certificate, String comment, OlvmCpu cpu, String description, Boolean isHostDevicePassthrough, OlvmDisplay display, OlvmHost.ExternalStatus externalStatus, OlvmHardwareInformation hardwareInformation, OlvmHostedEngine hostedEngine, String id, OlvmIscsiDetails iscsi, OlvmHost.KdumpStatus kdumpStatus, Ksm ksm, OlvmVersion libvirtVersion, Long maxSchedulingMemoryInBytes, Long memoryInBytes, String name, Boolean isNetworkOperationInProgress, Boolean isNumaSupported, OlvmOperatingSystem os, Boolean isOverrideIpTables, Boolean isOvnConfigured, Integer port, OlvmPowerManagement powerManagement, Boolean isReinstallationRequired, OlvmSelinux seLinux, OlvmSpm spm, OlvmHostStatus hostStatus, String statusDetail, OlvmVmSummary summary, Boolean isTransparentHugePagesEnabled, OlvmHostType type, Boolean isUpdateAvailable, OlvmVersion version, OlvmHost.VgpuPlacement vgpuPlacement)Deprecated.
-