Show / Hide Table of Contents

Class AlloyDbConnectionProfile

Specifies required connection parameters, and the parameters required to create an AlloyDB destination cluster.

Inheritance
object
AlloyDbConnectionProfile
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class AlloyDbConnectionProfile : IDirectResponseSchema

Properties

ClusterId

Required. The AlloyDB cluster ID that this connection profile is associated with.

Declaration
[JsonProperty("clusterId")]
public virtual string ClusterId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Settings

Immutable. Metadata used to create the destination AlloyDB cluster.

Declaration
[JsonProperty("settings")]
public virtual AlloyDbSettings Settings { get; set; }
Property Value
Type Description
AlloyDbSettings

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX