Class UpdateDataAssetFromMySqlHeatWave
Details for the MYSQL HeatWave data asset type.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class UpdateDataAssetFromMySqlHeatWave : UpdateDataAssetDetails
Properties
DefaultConnection
Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public UpdateConnectionFromMySqlHeatWave DefaultConnection { get; set; }
Property Value
Type | Description |
---|---|
UpdateConnectionFromMySqlHeatWave |
Remarks
Required
Host
Declaration
[Required(ErrorMessage = "Host is required.")]
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave host name. |
Remarks
Required
Port
Declaration
[Required(ErrorMessage = "Port is required.")]
[JsonProperty(PropertyName = "port")]
public string Port { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave port number. |
Remarks
Required
ServiceName
Declaration
[JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string | The MySql HeatWave service name for the database. |