Class CloudDbSystemConnector
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.CloudDbSystemConnector
 
 
- 
- Direct Known Subclasses:
- CloudDbSystemMacsConnector
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public class CloudDbSystemConnector extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of a cloud DB system connector.
 Note: Objects should always be created or deserialized using theBuilder. 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 theBuilder, which maintain a set of all explicitly set fields calledBuilder#__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 classCloudDbSystemConnector.ConnectorTypeThe type of connector.static classCloudDbSystemConnector.LifecycleStateThe current lifecycle state of the cloud DB system connector.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedCloudDbSystemConnector(String id, String displayName, String compartmentId, String cloudDbSystemId, String connectionStatus, String connectionFailureMessage, CloudDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCloudDbSystemId()The OCID of the cloud DB system that the connector is a part of.StringgetCompartmentId()The OCID of the compartment.StringgetConnectionFailureMessage()The error message indicating the reason for connection failure or null if the connection was successful.StringgetConnectionStatus()The status of connectivity to the cloud DB system component.StringgetDisplayName()The user-friendly name for the cloud connector.StringgetId()The OCID of the cloud DB system connector.StringgetLifecycleDetails()Additional information about the current lifecycle state.CloudDbSystemConnector.LifecycleStategetLifecycleState()The current lifecycle state of the cloud DB system connector.DategetTimeConnectionStatusLastUpdated()The date and time the connectionStatus of the cloud DB system connector was last updated.DategetTimeCreated()The date and time the cloud DB system connector was created.DategetTimeUpdated()The date and time the cloud DB system connector was last updated.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CloudDbSystemConnector@Deprecated @ConstructorProperties({"id","displayName","compartmentId","cloudDbSystemId","connectionStatus","connectionFailureMessage","lifecycleState","lifecycleDetails","timeConnectionStatusLastUpdated","timeCreated","timeUpdated"}) protected CloudDbSystemConnector(String id, String displayName, String compartmentId, String cloudDbSystemId, String connectionStatus, String connectionFailureMessage, CloudDbSystemConnector.LifecycleState lifecycleState, String lifecycleDetails, Date timeConnectionStatusLastUpdated, Date timeCreated, Date timeUpdated) Deprecated.
 
- 
 - 
Method Detail- 
getDisplayNamepublic String getDisplayName() The user-friendly name for the cloud connector.The name does not have to be unique. - Returns:
- the value
 
 - 
getCloudDbSystemIdpublic String getCloudDbSystemId() The OCID of the cloud DB system that the connector is a part of.- Returns:
- the value
 
 - 
getConnectionStatuspublic String getConnectionStatus() The status of connectivity to the cloud DB system component.- Returns:
- the value
 
 - 
getConnectionFailureMessagepublic String getConnectionFailureMessage() The error message indicating the reason for connection failure or null if the connection was successful.- Returns:
- the value
 
 - 
getLifecycleStatepublic CloudDbSystemConnector.LifecycleState getLifecycleState() The current lifecycle state of the cloud DB system connector.- Returns:
- the value
 
 - 
getLifecycleDetailspublic String getLifecycleDetails() Additional information about the current lifecycle state.- Returns:
- the value
 
 - 
getTimeConnectionStatusLastUpdatedpublic Date getTimeConnectionStatusLastUpdated() The date and time the connectionStatus of the cloud DB system connector was last updated.- Returns:
- the value
 
 - 
getTimeCreatedpublic Date getTimeCreated() The date and time the cloud DB system connector was created.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() The date and time the cloud DB system connector was last updated.- 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
 
 
- 
 
-