Uses of Class
com.oracle.bmc.databasemanagement.model.CloudExadataInfrastructureDeploymentType
-
Packages that use CloudExadataInfrastructureDeploymentType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of CloudExadataInfrastructureDeploymentType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return CloudExadataInfrastructureDeploymentType Modifier and Type Method Description static CloudExadataInfrastructureDeploymentTypeCloudExadataInfrastructureDeploymentType. create(String key)CloudExadataInfrastructureDeploymentTypeCloudExadataInfrastructure. getDeploymentType()The infrastructure deployment type.CloudExadataInfrastructureDeploymentTypeExadataVmClusterSummary. getDeploymentType()The infrastructure deployment type.CloudExadataInfrastructureDeploymentTypeCloudExadataInfrastructureSummary. getInfrastructureType()The type of the Exadata infrastructure.static CloudExadataInfrastructureDeploymentTypeCloudExadataInfrastructureDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudExadataInfrastructureDeploymentType[]CloudExadataInfrastructureDeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type CloudExadataInfrastructureDeploymentType Modifier and Type Method Description CloudExadataInfrastructure.BuilderCloudExadataInfrastructure.Builder. deploymentType(CloudExadataInfrastructureDeploymentType deploymentType)The infrastructure deployment type.ExadataVmClusterSummary.BuilderExadataVmClusterSummary.Builder. deploymentType(CloudExadataInfrastructureDeploymentType deploymentType)The infrastructure deployment type.CloudExadataInfrastructureSummary.BuilderCloudExadataInfrastructureSummary.Builder. infrastructureType(CloudExadataInfrastructureDeploymentType infrastructureType)The type of the Exadata infrastructure.
-