Uses of Class
com.oracle.bmc.psql.model.DbSystem.SystemRole
-
Packages that use DbSystem.SystemRole Package Description com.oracle.bmc.psql.model com.oracle.bmc.psql.requests -
-
Uses of DbSystem.SystemRole in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return DbSystem.SystemRole Modifier and Type Method Description static DbSystem.SystemRoleDbSystem.SystemRole. create(String key)DbSystem.SystemRoleDbSystem. getSystemRole()Type of the database system.static DbSystem.SystemRoleDbSystem.SystemRole. valueOf(String name)Returns the enum constant of this type with the specified name.static DbSystem.SystemRole[]DbSystem.SystemRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.psql.model with parameters of type DbSystem.SystemRole Modifier and Type Method Description DbSystem.BuilderDbSystem.Builder. systemRole(DbSystem.SystemRole systemRole)Type of the database system.Constructors in com.oracle.bmc.psql.model with parameters of type DbSystem.SystemRole Constructor Description DbSystem(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, DbSystem.LifecycleState lifecycleState, String lifecycleDetails, String adminUsername, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, DbSystem.SystemType systemType, DbSystem.SystemRole systemRole, ReplicationConfig replicationConfig, String dbVersion, String configId, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, Integer instanceCount, List<DbInstance> instances, StorageDetails storageDetails, NetworkDetails networkDetails, ManagementPolicy managementPolicy, SourceDetails source, KerberosAuthDetails kerberosAuthDetails, OdspInsightDetails odspInsightDetails)Deprecated. -
Uses of DbSystem.SystemRole in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return DbSystem.SystemRole Modifier and Type Method Description DbSystem.SystemRoleListDbSystemsRequest. getSystemRole()A filter to return only DbSystem resources if their systemRole matches the given value.Methods in com.oracle.bmc.psql.requests with parameters of type DbSystem.SystemRole Modifier and Type Method Description ListDbSystemsRequest.BuilderListDbSystemsRequest.Builder. systemRole(DbSystem.SystemRole systemRole)A filter to return only DbSystem resources if their systemRole matches the given value.
-