Class UpdateConnectionDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.goldengate.model.UpdateConnectionDetails
 
 
- 
- Direct Known Subclasses:
- UpdateAmazonKinesisConnectionDetails,- UpdateAmazonRedshiftConnectionDetails,- UpdateAmazonS3ConnectionDetails,- UpdateAzureDataLakeStorageConnectionDetails,- UpdateAzureSynapseConnectionDetails,- UpdateDatabricksConnectionDetails,- UpdateDb2ConnectionDetails,- UpdateElasticsearchConnectionDetails,- UpdateGenericConnectionDetails,- UpdateGoldenGateConnectionDetails,- UpdateGoogleBigQueryConnectionDetails,- UpdateGoogleCloudStorageConnectionDetails,- UpdateGooglePubSubConnectionDetails,- UpdateHdfsConnectionDetails,- UpdateIcebergConnectionDetails,- UpdateJavaMessageServiceConnectionDetails,- UpdateKafkaConnectionDetails,- UpdateKafkaSchemaRegistryConnectionDetails,- UpdateMicrosoftFabricConnectionDetails,- UpdateMicrosoftSqlserverConnectionDetails,- UpdateMongoDbConnectionDetails,- UpdateMysqlConnectionDetails,- UpdateOciObjectStorageConnectionDetails,- UpdateOracleAiDataPlatformConnectionDetails,- UpdateOracleConnectionDetails,- UpdateOracleNosqlConnectionDetails,- UpdatePostgresqlConnectionDetails,- UpdateRedisConnectionDetails,- UpdateSnowflakeConnectionDetails
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public class UpdateConnectionDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe information to update a Connection.
 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).
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedUpdateConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, Map<String,Map<String,Object>> securityAttributes)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,Map<String,Object>>getDefinedTags()Tags defined for this resource.StringgetDescription()Metadata about this specific object.StringgetDisplayName()An object’s Display Name.BooleangetDoesUseSecretIds()Indicates that sensitive attributes are provided via Secrets.Map<String,String>getFreeformTags()A simple key-value pair that is applied without any predefined name, type, or scope.StringgetKeyId()Refers to the customer’s master key OCID.List<String>getNsgIds()An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.RoutingMethodgetRoutingMethod()Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service’s network to public hosts.Map<String,Map<String,Object>>getSecurityAttributes()Security attributes for this resource.StringgetSubnetId()The OCID of the target subnet of the dedicated connection.StringgetVaultId()Refers to the customer’s vault OCID.inthashCode()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateConnectionDetails@Deprecated @ConstructorProperties({"displayName","description","freeformTags","definedTags","vaultId","keyId","nsgIds","subnetId","routingMethod","doesUseSecretIds","securityAttributes"}) protected UpdateConnectionDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, Map<String,Map<String,Object>> securityAttributes) Deprecated.
 
- 
 - 
Method Detail- 
getDisplayNamepublic String getDisplayName() An object’s Display Name.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Metadata about this specific object.- Returns:
- the value
 
 - 
getFreeformTagspublic Map<String,String> getFreeformTags() A 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() Tags defined for this resource.Each key is predefined and scoped to a namespace. Example: {"foo-namespace": {"bar-key": "value"}} - Returns:
- the value
 
 - 
getVaultIdpublic String getVaultId() Refers to the customer’s vault OCID.If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault. - Returns:
- the value
 
 - 
getKeyIdpublic String getKeyId() Refers to the customer’s master key OCID.If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key. - Returns:
- the value
 
 - 
getNsgIdspublic List<String> getNsgIds() An array of Network Security Group OCIDs used to define network access for either Deployments or Connections.- Returns:
- the value
 
 - 
getSubnetIdpublic String getSubnetId() The OCID of the target subnet of the dedicated connection.- Returns:
- the value
 
 - 
getRoutingMethodpublic RoutingMethod getRoutingMethod() Controls the network traffic direction to the target: SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate Service’s network to public hosts.Cannot be used for private targets. SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned deployment’s private endpoint through the deployment’s subnet. DEDICATED_ENDPOINT: A dedicated private endpoint is created in the target VCN subnet for the connection. The subnetId is required when DEDICATED_ENDPOINT networking is selected. - Returns:
- the value
 
 - 
getDoesUseSecretIdspublic Boolean getDoesUseSecretIds() Indicates that sensitive attributes are provided via Secrets.- 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 Resource Tags. Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - 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
 
 
- 
 
-