Uses of Class
com.oracle.bmc.datasafe.model.InfrastructureType
-
Packages that use InfrastructureType Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of InfrastructureType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return InfrastructureType Modifier and Type Method Description static InfrastructureTypeInfrastructureType. create(String key)InfrastructureTypeDatabaseDetails. getInfrastructureType()The infrastructure type the database is running on.InfrastructureTypeTargetDatabaseSummary. getInfrastructureType()The infrastructure type the database is running on.static InfrastructureTypeInfrastructureType. valueOf(String name)Returns the enum constant of this type with the specified name.static InfrastructureType[]InfrastructureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type InfrastructureType Modifier and Type Method Description AutonomousDatabaseDetails.BuilderAutonomousDatabaseDetails.Builder. infrastructureType(InfrastructureType infrastructureType)DatabaseCloudServiceDetails.BuilderDatabaseCloudServiceDetails.Builder. infrastructureType(InfrastructureType infrastructureType)InstalledDatabaseDetails.BuilderInstalledDatabaseDetails.Builder. infrastructureType(InfrastructureType infrastructureType)TargetDatabaseSummary.BuilderTargetDatabaseSummary.Builder. infrastructureType(InfrastructureType infrastructureType)The infrastructure type the database is running on.Constructors in com.oracle.bmc.datasafe.model with parameters of type InfrastructureType Constructor Description AutonomousDatabaseDetails(InfrastructureType infrastructureType, String autonomousDatabaseId)Deprecated.DatabaseCloudServiceDetails(InfrastructureType infrastructureType, String vmClusterId, String dbSystemId, String pluggableDatabaseId, Integer listenerPort, String serviceName)Deprecated.DatabaseDetails(InfrastructureType infrastructureType)Deprecated.InstalledDatabaseDetails(InfrastructureType infrastructureType, String instanceId, List<String> ipAddresses, Integer listenerPort, String serviceName)Deprecated.TargetDatabaseSummary(String compartmentId, String id, String displayName, String description, InfrastructureType infrastructureType, DatabaseType databaseType, List<String> associatedResourceIds, TargetDatabaseLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated. -
Uses of InfrastructureType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return InfrastructureType Modifier and Type Method Description InfrastructureTypeListTargetDatabasesRequest. getInfrastructureType()A filter to return only target databases that match the specified infrastructure type.Methods in com.oracle.bmc.datasafe.requests with parameters of type InfrastructureType Modifier and Type Method Description ListTargetDatabasesRequest.BuilderListTargetDatabasesRequest.Builder. infrastructureType(InfrastructureType infrastructureType)A filter to return only target databases that match the specified infrastructure type.
-