Uses of Class
com.oracle.bmc.psql.model.UpdateNetworkDetails
-
Packages that use UpdateNetworkDetails Package Description com.oracle.bmc.psql.model -
-
Uses of UpdateNetworkDetails in com.oracle.bmc.psql.model
Methods in com.oracle.bmc.psql.model that return UpdateNetworkDetails Modifier and Type Method Description UpdateNetworkDetails
UpdateNetworkDetails.Builder. build()
UpdateNetworkDetails
UpdateDbSystemDetails. getNetworkDetails()
Methods in com.oracle.bmc.psql.model with parameters of type UpdateNetworkDetails Modifier and Type Method Description UpdateNetworkDetails.Builder
UpdateNetworkDetails.Builder. copy(UpdateNetworkDetails model)
UpdateDbSystemDetails.Builder
UpdateDbSystemDetails.Builder. networkDetails(UpdateNetworkDetails networkDetails)
Constructors in com.oracle.bmc.psql.model with parameters of type UpdateNetworkDetails Constructor Description UpdateDbSystemDetails(String displayName, String description, String shape, Integer instanceOcpuCount, Integer instanceMemorySizeInGBs, UpdateDbConfigParams dbConfigurationParams, ManagementPolicyDetails managementPolicy, UpdateStorageDetailsParams storageDetails, UpdateNetworkDetails networkDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-