ConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A connection profile definition.
Attributes | |
---|---|
Name | Description |
name |
str
The name of this connection profile resource in the form of projects/{project}/locations/{location}/instances/{instance}. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
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". |
update_time |
google.protobuf.timestamp_pb2.Timestamp
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". |
labels |
Sequence[google.cloud.clouddms_v1.types.ConnectionProfile.LabelsEntry]
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" } .
|
state |
google.cloud.clouddms_v1.types.ConnectionProfile.State
The current connection profile state (e.g. DRAFT, READY, or FAILED). |
display_name |
str
The connection profile display name. |
mysql |
google.cloud.clouddms_v1.types.MySqlConnectionProfile
A MySQL database connection profile. |
postgresql |
google.cloud.clouddms_v1.types.PostgreSqlConnectionProfile
A PostgreSQL database connection profile. |
cloudsql |
google.cloud.clouddms_v1.types.CloudSqlConnectionProfile
A CloudSQL database connection profile. |
error |
google.rpc.status_pb2.Status
Output only. The error details in case of state FAILED. |
provider |
google.cloud.clouddms_v1.types.DatabaseProvider
The database provider. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)
The current connection profile state (e.g. DRAFT, READY, or FAILED).