Uses of Class
com.oracle.bmc.database.model.CreateExadbVmClusterDetails.ShapeAttribute
-
Packages that use CreateExadbVmClusterDetails.ShapeAttribute Package Description com.oracle.bmc.database.model -
-
Uses of CreateExadbVmClusterDetails.ShapeAttribute in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateExadbVmClusterDetails.ShapeAttribute Modifier and Type Method Description static CreateExadbVmClusterDetails.ShapeAttribute
CreateExadbVmClusterDetails.ShapeAttribute. create(String key)
CreateExadbVmClusterDetails.ShapeAttribute
CreateExadbVmClusterDetails. getShapeAttribute()
The type of Exascale storage used for Exadata VM cluster.static CreateExadbVmClusterDetails.ShapeAttribute
CreateExadbVmClusterDetails.ShapeAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateExadbVmClusterDetails.ShapeAttribute[]
CreateExadbVmClusterDetails.ShapeAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CreateExadbVmClusterDetails.ShapeAttribute Modifier and Type Method Description CreateExadbVmClusterDetails.Builder
CreateExadbVmClusterDetails.Builder. shapeAttribute(CreateExadbVmClusterDetails.ShapeAttribute shapeAttribute)
The type of Exascale storage used for Exadata VM cluster.Constructors in com.oracle.bmc.database.model with parameters of type CreateExadbVmClusterDetails.ShapeAttribute Constructor Description CreateExadbVmClusterDetails(String compartmentId, String availabilityDomain, String subnetId, String backupSubnetId, String clusterName, String displayName, String hostname, String domain, List<String> sshPublicKeys, CreateExadbVmClusterDetails.LicenseModel licenseModel, String timeZone, Integer scanListenerPortTcp, Integer scanListenerPortTcpSsl, String privateZoneId, String shape, Integer nodeCount, Integer totalECpuCount, Integer enabledECpuCount, ExadbVmClusterStorageDetails vmFileSystemStorage, String exascaleDbStorageVaultId, List<String> nsgIds, List<String> backupNetworkNsgIds, String gridImageId, String systemVersion, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> securityAttributes, DataCollectionOptions dataCollectionOptions, String subscriptionId, CreateExadbVmClusterDetails.ShapeAttribute shapeAttribute)
Deprecated.
-