@Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class UpdateDbSystemDetails extends ExplicitlySetBmcModel
Details required to update a DB System.
UpdateDbSystemDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the UpdateDbSystemDetails.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateDbSystemDetails.Builder |
Constructor and Description |
---|
UpdateDbSystemDetails(String displayName,
String description,
String subnetId,
Boolean isHighlyAvailable,
String availabilityDomain,
String faultDomain,
String shapeName,
String mysqlVersion,
String configurationId,
String adminUsername,
String adminPassword,
Integer dataStorageSizeInGBs,
String hostnameLabel,
String ipAddress,
Integer port,
Integer portX,
UpdateBackupPolicyDetails backupPolicy,
UpdateMaintenanceDetails maintenance,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
UpdateDeletionPolicyDetails deletionPolicy,
CrashRecoveryStatus crashRecovery)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateDbSystemDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAdminPassword()
The password for the administrative user.
|
String |
getAdminUsername()
The username for the administrative user for the MySQL Instance.
|
String |
getAvailabilityDomain()
The availability domain on which to deploy the Read/Write endpoint.
|
UpdateBackupPolicyDetails |
getBackupPolicy() |
String |
getConfigurationId()
The OCID of the Configuration to be used for Instances in this DB System.
|
CrashRecoveryStatus |
getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled,
and whether to enable or disable syncing of the Binary Logs.
|
Integer |
getDataStorageSizeInGBs()
Expands the DB System’s storage to the specified value.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Usage of predefined tag keys.
|
UpdateDeletionPolicyDetails |
getDeletionPolicy() |
String |
getDescription()
User-provided data about the DB System.
|
String |
getDisplayName()
The user-friendly name for the DB System.
|
String |
getFaultDomain()
The fault domain on which to deploy the Read/Write endpoint.
|
Map<String,String> |
getFreeformTags()
Simple key-value pair applied without any predefined name, type or scope.
|
String |
getHostnameLabel()
The hostname for the primary endpoint of the DB System.
|
String |
getIpAddress()
The IP address the DB System should be configured to listen on the provided subnet.
|
Boolean |
getIsHighlyAvailable()
Specifies if the DB System is highly available.
|
UpdateMaintenanceDetails |
getMaintenance() |
String |
getMysqlVersion()
The specific MySQL version identifier.
|
Integer |
getPort()
The port for primary endpoint of the DB System to listen on.
|
Integer |
getPortX()
The TCP network port on which X Plugin listens for connections.
|
String |
getShapeName()
The shape of the DB System.
|
String |
getSubnetId()
The OCID of the subnet the DB System is associated with.
|
int |
hashCode() |
UpdateDbSystemDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"displayName","description","subnetId","isHighlyAvailable","availabilityDomain","faultDomain","shapeName","mysqlVersion","configurationId","adminUsername","adminPassword","dataStorageSizeInGBs","hostnameLabel","ipAddress","port","portX","backupPolicy","maintenance","freeformTags","definedTags","deletionPolicy","crashRecovery"}) public UpdateDbSystemDetails(String displayName, String description, String subnetId, Boolean isHighlyAvailable, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, String configurationId, String adminUsername, String adminPassword, Integer dataStorageSizeInGBs, String hostnameLabel, String ipAddress, Integer port, Integer portX, UpdateBackupPolicyDetails backupPolicy, UpdateMaintenanceDetails maintenance, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, UpdateDeletionPolicyDetails deletionPolicy, CrashRecoveryStatus crashRecovery)
public static UpdateDbSystemDetails.Builder builder()
Create a new builder.
public UpdateDbSystemDetails.Builder toBuilder()
public String getDisplayName()
The user-friendly name for the DB System. It does not have to be unique.
public String getDescription()
User-provided data about the DB System.
public String getSubnetId()
The OCID of the subnet the DB System is associated with.
public Boolean getIsHighlyAvailable()
Specifies if the DB System is highly available.
Set to true to enable high availability. Two secondary MySQL instances are created and placed in the unused availability or fault domains, depending on your region and subnet type. Set to false to disable high availability. The secondary MySQL instances are removed and the MySQL instance in the preferred location is used.
public String getAvailabilityDomain()
The availability domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other availability domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the availability domain in which the DB System is placed.
public String getFaultDomain()
The fault domain on which to deploy the Read/Write endpoint. This defines the preferred primary instance.
In a failover scenario, the Read/Write endpoint is redirected to one of the other fault domains and the MySQL instance in that domain is promoted to the primary instance. This redirection does not affect the IP address of the DB System in any way.
For a standalone DB System, this defines the fault domain in which the DB System is placed.
public String getShapeName()
The shape of the DB System. The shape determines resources
allocated to the DB System - CPU cores and memory for VM
shapes; CPU cores, memory and storage for non-VM (or bare metal)
shapes. To get a list of shapes, use the
listShapes
operation.
Changes in Shape will result in a downtime as the MySQL DB System is migrated to the new Compute instance.
public String getMysqlVersion()
The specific MySQL version identifier.
public String getConfigurationId()
The OCID of the Configuration to be used for Instances in this DB System.
public String getAdminUsername()
The username for the administrative user for the MySQL Instance.
public String getAdminPassword()
The password for the administrative user. The password must be between 8 and 32 characters long, and must contain at least 1 numeric character, 1 lowercase character, 1 uppercase character, and 1 special (nonalphanumeric) character.
public Integer getDataStorageSizeInGBs()
Expands the DB System’s storage to the specified value. Only supports values larger than the current DB System’s storage size.
DB Systems with initial storage of 400 GB or less can be expanded up to 32 TB. DB Systems with initial storage larger than 400 GB can be expanded up to 64 TB.
It is not possible to decrease data storage size.
public String getHostnameLabel()
The hostname for the primary endpoint of the DB System. Used for DNS. The value is the hostname portion of the primary private IP’s fully qualified domain name (FQDN) (for example, “dbsystem-1” in FQDN “dbsystem-1.subnet123.vcn1.oraclevcn.com”). Must be unique across all VNICs in the subnet and comply with RFC 952 and RFC 1123.
public String getIpAddress()
The IP address the DB System should be configured to listen on the provided subnet. It must be a free private IP address within the subnet’s CIDR. If you don’t specify a value, Oracle automatically assigns a private IP address from the subnet. This should be a “dotted-quad” style IPv4 address.
public Integer getPort()
The port for primary endpoint of the DB System to listen on.
public Integer getPortX()
The TCP network port on which X Plugin listens for connections. This is the X Plugin equivalent of port.
public UpdateBackupPolicyDetails getBackupPolicy()
public UpdateMaintenanceDetails getMaintenance()
public Map<String,String> getFreeformTags()
Simple key-value pair applied without any predefined name, type or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
public Map<String,Map<String,Object>> getDefinedTags()
Usage of predefined tag keys. These predefined keys are scoped to namespaces.
Example: {"foo-namespace": {"bar-key": "value"}}
public UpdateDeletionPolicyDetails getDeletionPolicy()
public CrashRecoveryStatus getCrashRecovery()
Whether to run the DB System with InnoDB Redo Logs and the Double Write Buffer enabled or disabled, and whether to enable or disable syncing of the Binary Logs.
public String toString()
toString
in class ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.