Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmProperty
-
Packages that use OlvmProperty Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmProperty in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmProperty Modifier and Type Method Description OlvmPropertyOlvmProperty.Builder. build()Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type OlvmProperty Modifier and Type Method Description List<OlvmProperty>OlvmClusterProperties. getCustomSchedulingPolicyProperties()Custom scheduling policy properties of the cluster.List<OlvmProperty>Storage. getDriverOptions()The options to be passed when creating a storage domain using a cinder driver.List<OlvmProperty>Storage. getDriverSensitiveOptions()The options containing sensitive information to be passed when creating a storage domain using a cinder driver.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmProperty Modifier and Type Method Description OlvmProperty.BuilderOlvmProperty.Builder. copy(OlvmProperty model)Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmProperty Modifier and Type Method Description OlvmClusterProperties.BuilderOlvmClusterProperties.Builder. customSchedulingPolicyProperties(List<OlvmProperty> customSchedulingPolicyProperties)Custom scheduling policy properties of the cluster.Storage.BuilderStorage.Builder. driverOptions(List<OlvmProperty> driverOptions)The options to be passed when creating a storage domain using a cinder driver.Storage.BuilderStorage.Builder. driverSensitiveOptions(List<OlvmProperty> driverSensitiveOptions)The options containing sensitive information to be passed when creating a storage domain using a cinder driver.Constructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type OlvmProperty Constructor Description OlvmClusterProperties(String clusterName, String clusterDescription, String comment, Boolean isBallooningEnabled, OlvmBiosType biosType, OlvmCpu cpu, List<OlvmProperty> customSchedulingPolicyProperties, OlvmDisplay display, OlvmErrorHandling errorHandling, OlvmFencingPolicy fencingPolicy, OlvmClusterProperties.FipsMode fipsMode, OlvmClusterProperties.FirewallType firewallType, Boolean isGlusterService, String glusterTunedProfile, Boolean isHaReservation, Ksm ksm, Integer logMaxMemoryUsedThreshold, OlvmClusterProperties.LogMaxMemoryUsedThresholdType logMaxMemoryUsedThresholdType, OlvmMemoryPolicy memoryPolicy, OlvmMigrationOptions migrationPolicy, List<RngSource> requiredRngSources, OlvmSerialNumber serialNumber, List<OlvmVersion> supportedVersions, OlvmClusterProperties.SwitchType switchType, Boolean isUseThreadsAsCores, Boolean isTrustedService, Boolean isTunnelMigration, String upgradeCorrelationId, Boolean isUpdateInProgress, Integer upgradePercentComplete, OlvmVersion version, Boolean isVirtService, Boolean isVncEncryption, List<OlvmDataCenter> dataCenters)Deprecated.Storage(String id, String address, String comment, String storageDescription, List<OlvmProperty> driverOptions, List<OlvmProperty> driverSensitiveOptions, List<LogicalUnit> logicalUnits, String mountOptions, Integer nfsRetrans, Integer nfsTimeo, Storage.NfsVersion nfsVersion, Boolean isOverrideLuns, String password, Integer paths, Integer port, String portal, String target, String username, Storage.Type type, String vfsType, VolumeGroup volumeGroup)Deprecated.
-