Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmCertificate
-
Packages that use OlvmCertificate Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmCertificate in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmCertificate Modifier and Type Method Description OlvmCertificateOlvmCertificate.Builder. build()OlvmCertificateOlvmDisplay. getCertificate()OlvmCertificateOlvmHost. getCertificate()Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCertificate Modifier and Type Method Description OlvmDisplay.BuilderOlvmDisplay.Builder. certificate(OlvmCertificate certificate)OlvmHost.BuilderOlvmHost.Builder. certificate(OlvmCertificate certificate)OlvmCertificate.BuilderOlvmCertificate.Builder. copy(OlvmCertificate model)Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCertificate Constructor Description OlvmDisplay(String address, Boolean isAllowOverride, OlvmCertificate certificate, Boolean isCopyPasteEnabled, String disconnectAction, Integer disconnectActionDelayInMinutes, Boolean isFileTransferEnabled, String keyboardLayout, Integer monitors, Integer port, String proxy, Integer securePort, Boolean isSingleQxlPci, OlvmDisplay.DisplayType displayType)Deprecated.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.
-