public sealed class ConnectionProfile : IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, IBufferMessage, IMessage
A connection profile definition.
Implements
IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ConnectionProfile()
public ConnectionProfile()
ConnectionProfile(ConnectionProfile)
public ConnectionProfile(ConnectionProfile other)
Parameter | |
---|---|
Name | Description |
other | ConnectionProfile |
Properties
Cloudsql
public CloudSqlConnectionProfile Cloudsql { get; set; }
A CloudSQL database connection profile.
Property Value | |
---|---|
Type | Description |
CloudSqlConnectionProfile |
ConnectionProfileCase
public ConnectionProfile.ConnectionProfileOneofCase ConnectionProfileCase { get; }
Property Value | |
---|---|
Type | Description |
ConnectionProfile.ConnectionProfileOneofCase |
ConnectionProfileName
public ConnectionProfileName ConnectionProfileName { get; set; }
ConnectionProfileName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionProfileName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The connection profile display name.
Property Value | |
---|---|
Type | Description |
String |
Error
public Status Error { get; set; }
Output only. The error details in case of state FAILED.
Property Value | |
---|---|
Type | Description |
Status |
Labels
public MapField<string, string> Labels { get; }
The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.
Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }
.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Mysql
public MySqlConnectionProfile Mysql { get; set; }
A MySQL database connection profile.
Property Value | |
---|---|
Type | Description |
MySqlConnectionProfile |
Name
public string Name { get; set; }
The name of this connection profile resource in the form of projects/{project}/locations/{location}/instances/{instance}.
Property Value | |
---|---|
Type | Description |
String |
Postgresql
public PostgreSqlConnectionProfile Postgresql { get; set; }
A PostgreSQL database connection profile.
Property Value | |
---|---|
Type | Description |
PostgreSqlConnectionProfile |
Provider
public DatabaseProvider Provider { get; set; }
The database provider.
Property Value | |
---|---|
Type | Description |
DatabaseProvider |
State
public ConnectionProfile.Types.State State { get; set; }
The current connection profile state (e.g. DRAFT, READY, or FAILED).
Property Value | |
---|---|
Type | Description |
ConnectionProfile.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Property Value | |
---|---|
Type | Description |
Timestamp |