Class DbSystemSnapshot
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.mysql.model.DbSystemSnapshot
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190415") public final class DbSystemSnapshot extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSnapshot of the DbSystem details at the time of the backup
 Note: Objects should always be created or deserialized using theDbSystemSnapshot.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 DbSystemSnapshot.Builder, which maintain a set of all explicitly set fields calledDbSystemSnapshot.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDbSystemSnapshot.Builder
 - 
Constructor SummaryConstructors Constructor Description DbSystemSnapshot(String id, String displayName, String description, String compartmentId, String subnetId, List<String> nsgIds, Map<String,Map<String,Object>> securityAttributes, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, String adminUsername, BackupPolicy backupPolicy, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, RestDetails rest, Boolean isHighlyAvailable, List<DbSystemEndpoint> endpoints, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, EncryptDataDetails encryptData, String region, ReadEndpointDetails readEndpoint)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DbSystemSnapshot.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAdminUsername()The username for the administrative user.StringgetAvailabilityDomain()The Availability Domain where the primary DB System should be located.BackupPolicygetBackupPolicy()StringgetCompartmentId()The OCID of the compartment the DB System belongs in.StringgetConfigurationId()The OCID of the Configuration to be used for Instances in this DB System.CrashRecoveryStatusgetCrashRecovery()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.DatabaseManagementStatusgetDatabaseManagement()Whether to enable monitoring via the Database Management service.DataStoragegetDataStorage()IntegergetDataStorageSizeInGBs()DEPRECATED: User specified size of the data volume.Map<String,Map<String,Object>>getDefinedTags()Defined tags for this resource.DeletionPolicyDetailsgetDeletionPolicy()StringgetDescription()User-provided data about the DB System.StringgetDisplayName()The user-friendly name for the DB System.EncryptDataDetailsgetEncryptData()List<DbSystemEndpoint>getEndpoints()The network endpoints available for this DB System.StringgetFaultDomain()The name of the Fault Domain the DB System is located in.Map<String,String>getFreeformTags()Simple key-value pair that is applied without any predefined name, type or scope.StringgetHostnameLabel()The hostname for the primary endpoint of the DB System.StringgetId()The OCID of the DB System.StringgetIpAddress()The IP address the DB System is configured to listen on.BooleangetIsHighlyAvailable()Specifies if the DB System is highly available.MaintenanceDetailsgetMaintenance()StringgetMysqlVersion()Name of the MySQL Version in use for the DB System.List<String>getNsgIds()Network Security Group OCIDs used for the VNIC attachment.IntegergetPort()The port for primary endpoint of the DB System to listen on.IntegergetPortX()The network port on which X Plugin listens for TCP/IP connections.ReadEndpointDetailsgetReadEndpoint()StringgetRegion()The region identifier of the region where the DB system exists.RestDetailsgetRest()SecureConnectionDetailsgetSecureConnections()Map<String,Map<String,Object>>getSecurityAttributes()Security Attributes for this resource.StringgetShapeName()The shape of the primary instances of the DB System.StringgetSubnetId()The OCID of the subnet the DB System is associated with.inthashCode()DbSystemSnapshot.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
DbSystemSnapshot@Deprecated @ConstructorProperties({"id","displayName","description","compartmentId","subnetId","nsgIds","securityAttributes","availabilityDomain","faultDomain","shapeName","mysqlVersion","adminUsername","backupPolicy","configurationId","dataStorageSizeInGBs","dataStorage","hostnameLabel","ipAddress","port","portX","rest","isHighlyAvailable","endpoints","maintenance","deletionPolicy","freeformTags","definedTags","crashRecovery","databaseManagement","secureConnections","encryptData","region","readEndpoint"}) public DbSystemSnapshot(String id, String displayName, String description, String compartmentId, String subnetId, List<String> nsgIds, Map<String,Map<String,Object>> securityAttributes, String availabilityDomain, String faultDomain, String shapeName, String mysqlVersion, String adminUsername, BackupPolicy backupPolicy, String configurationId, Integer dataStorageSizeInGBs, DataStorage dataStorage, String hostnameLabel, String ipAddress, Integer port, Integer portX, RestDetails rest, Boolean isHighlyAvailable, List<DbSystemEndpoint> endpoints, MaintenanceDetails maintenance, DeletionPolicyDetails deletionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, CrashRecoveryStatus crashRecovery, DatabaseManagementStatus databaseManagement, SecureConnectionDetails secureConnections, EncryptDataDetails encryptData, String region, ReadEndpointDetails readEndpoint) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static DbSystemSnapshot.Builder builder() Create a new builder.
 - 
toBuilderpublic DbSystemSnapshot.Builder toBuilder() 
 - 
getIdpublic String getId() The OCID of the DB System.- Returns:
- the value
 
 - 
getDisplayNamepublic String getDisplayName() The user-friendly name for the DB System.It does not have to be unique. - Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() User-provided data about the DB System.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment the DB System belongs in.- Returns:
- the value
 
 - 
getSubnetIdpublic String getSubnetId() The OCID of the subnet the DB System is associated with.- Returns:
- the value
 
 - 
getNsgIdspublic List<String> getNsgIds() Network Security Group OCIDs used for the VNIC attachment.- Returns:
- the value
 
 - 
getSecurityAttributespublic Map<String,Map<String,Object>> getSecurityAttributes() Security Attributes for this resource.Each key is predefined and scoped to a namespace. For more information, see ZPR Artifacts. Example: {“Oracle-ZPR”: {“MaxEgressCount”: {“value”: “42”, “mode”: “audit”}}} - Returns:
- the value
 
 - 
getAvailabilityDomainpublic String getAvailabilityDomain() The Availability Domain where the primary DB System should be located.- Returns:
- the value
 
 - 
getFaultDomainpublic String getFaultDomain() The name of the Fault Domain the DB System is located in.- Returns:
- the value
 
 - 
getShapeNamepublic String getShapeName() The shape of the primary instances of the DB System.The shape determines resources allocated to a 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 listShapesoperation.- Returns:
- the value
 
 - 
getMysqlVersionpublic String getMysqlVersion() Name of the MySQL Version in use for the DB System.- Returns:
- the value
 
 - 
getAdminUsernamepublic String getAdminUsername() The username for the administrative user.- Returns:
- the value
 
 - 
getBackupPolicypublic BackupPolicy getBackupPolicy() 
 - 
getConfigurationIdpublic String getConfigurationId() The OCID of the Configuration to be used for Instances in this DB System.- Returns:
- the value
 
 - 
getDataStorageSizeInGBspublic Integer getDataStorageSizeInGBs() DEPRECATED: User specified size of the data volume.May be less than current allocatedStorageSizeInGBs. Replaced by dataStorage.dataStorageSizeInGBs. - Returns:
- the value
 
 - 
getDataStoragepublic DataStorage getDataStorage() 
 - 
getHostnameLabelpublic 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. - Returns:
- the value
 
 - 
getIpAddresspublic String getIpAddress() The IP address the DB System is configured to listen on.A private IP address of the primary endpoint of the DB System. Must be an available IP address within the subnet’s CIDR. This will be a “dotted-quad” style IPv4 address. - Returns:
- the value
 
 - 
getPortpublic Integer getPort() The port for primary endpoint of the DB System to listen on.- Returns:
- the value
 
 - 
getPortXpublic Integer getPortX() The network port on which X Plugin listens for TCP/IP connections.This is the X Plugin equivalent of port. - Returns:
- the value
 
 - 
getRestpublic RestDetails getRest() 
 - 
getIsHighlyAvailablepublic Boolean getIsHighlyAvailable() Specifies if the DB System is highly available.- Returns:
- the value
 
 - 
getEndpointspublic List<DbSystemEndpoint> getEndpoints() The network endpoints available for this DB System.- Returns:
- the value
 
 - 
getMaintenancepublic MaintenanceDetails getMaintenance() 
 - 
getDeletionPolicypublic DeletionPolicyDetails getDeletionPolicy() 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns:
- the value
 
 - 
getDefinedTagspublic Map<String,Map<String,Object>> getDefinedTags() Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns:
- the value
 
 - 
getCrashRecoverypublic 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.- Returns:
- the value
 
 - 
getDatabaseManagementpublic DatabaseManagementStatus getDatabaseManagement() Whether to enable monitoring via the Database Management service.- Returns:
- the value
 
 - 
getSecureConnectionspublic SecureConnectionDetails getSecureConnections() 
 - 
getEncryptDatapublic EncryptDataDetails getEncryptData() 
 - 
getRegionpublic String getRegion() The region identifier of the region where the DB system exists.For more information, please see Regions and Availability Domains. - Returns:
- the value
 
 - 
getReadEndpointpublic ReadEndpointDetails getReadEndpoint() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-