Show / Hide Table of Contents

Class ConnectionSummaryFromMySqlHeatWave

The connection details for a MYSQL HeatWave data asset.

Inheritance
object
ConnectionSummary
ConnectionSummaryFromMySqlHeatWave
Inherited Members
ConnectionSummary.Key
ConnectionSummary.ModelVersion
ConnectionSummary.ParentRef
ConnectionSummary.Name
ConnectionSummary.Description
ConnectionSummary.ObjectVersion
ConnectionSummary.ObjectStatus
ConnectionSummary.Identifier
ConnectionSummary.PrimarySchema
ConnectionSummary.ConnectionProperties
ConnectionSummary.IsDefault
ConnectionSummary.Metadata
ConnectionSummary.KeyMap
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ConnectionSummaryFromMySqlHeatWave : ConnectionSummary

Properties

Password

Declaration
[JsonProperty(PropertyName = "password")]
public string Password { get; set; }
Property Value
Type Description
string

The password for the connection.

PasswordSecret

Declaration
[JsonProperty(PropertyName = "passwordSecret")]
public SensitiveAttribute PasswordSecret { get; set; }
Property Value
Type Description
SensitiveAttribute

Username

Declaration
[JsonProperty(PropertyName = "username")]
public string Username { get; set; }
Property Value
Type Description
string

The user name for the connection.

In this article
Back to top