Class CreateMySqlDatabaseConnectorDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.CreateMySqlDatabaseConnectorDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class CreateMySqlDatabaseConnectorDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelCreate Details of external database connector.
 Note: Objects should always be created or deserialized using theCreateMySqlDatabaseConnectorDetails.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 theCreateMySqlDatabaseConnectorDetails.Builder, which maintain a set of all explicitly set fields calledCreateMySqlDatabaseConnectorDetails.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 classCreateMySqlDatabaseConnectorDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreateMySqlDatabaseConnectorDetails(String displayName, String macsAgentId, String hostName, Integer port, MySqlNetworkProtocolType networkProtocol, String externalDatabaseId, MySqlCredType credentialType, String sslSecretId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateMySqlDatabaseConnectorDetails.Builderbuilder()Create a new builder.booleanequals(Object o)MySqlCredTypegetCredentialType()Type of the credential.StringgetDisplayName()External MySQL Database Connector Name.StringgetExternalDatabaseId()OCID of MySQL Database resource.StringgetHostName()Host name for Connector.StringgetMacsAgentId()Agent Id of the MACS agent.MySqlNetworkProtocolTypegetNetworkProtocol()Protocol to be used to connect to External MySQL Database; TCP, TCP with SSL or Socket.IntegergetPort()Port number to connect to External MySQL Database.StringgetSslSecretId()If using existing SSL secret to connect, OCID for the secret resource.inthashCode()CreateMySqlDatabaseConnectorDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateMySqlDatabaseConnectorDetails@Deprecated @ConstructorProperties({"displayName","macsAgentId","hostName","port","networkProtocol","externalDatabaseId","credentialType","sslSecretId"}) public CreateMySqlDatabaseConnectorDetails(String displayName, String macsAgentId, String hostName, Integer port, MySqlNetworkProtocolType networkProtocol, String externalDatabaseId, MySqlCredType credentialType, String sslSecretId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateMySqlDatabaseConnectorDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateMySqlDatabaseConnectorDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() External MySQL Database Connector Name.- Returns:
- the value
 
 - 
getMacsAgentIdpublic String getMacsAgentId() Agent Id of the MACS agent.- Returns:
- the value
 
 - 
getHostNamepublic String getHostName() Host name for Connector.- Returns:
- the value
 
 - 
getPortpublic Integer getPort() Port number to connect to External MySQL Database.- Returns:
- the value
 
 - 
getNetworkProtocolpublic MySqlNetworkProtocolType getNetworkProtocol() Protocol to be used to connect to External MySQL Database; TCP, TCP with SSL or Socket.- Returns:
- the value
 
 - 
getExternalDatabaseIdpublic String getExternalDatabaseId() OCID of MySQL Database resource.- Returns:
- the value
 
 - 
getCredentialTypepublic MySqlCredType getCredentialType() Type of the credential.- Returns:
- the value
 
 - 
getSslSecretIdpublic String getSslSecretId() If using existing SSL secret to connect, OCID for the secret resource.- Returns:
- the value
 
 - 
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
 
 
- 
 
-