ConnectionProfile(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
name |
str
Output only. The resource's name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The create time of the resource. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The update time of the resource. |
labels |
Sequence[google.cloud.datastream_v1alpha1.types.ConnectionProfile.LabelsEntry]
Labels. |
display_name |
str
Required. Display name. |
oracle_profile |
google.cloud.datastream_v1alpha1.types.OracleProfile
Oracle ConnectionProfile configuration. |
gcs_profile |
google.cloud.datastream_v1alpha1.types.GcsProfile
Cloud Storage ConnectionProfile configuration. |
mysql_profile |
google.cloud.datastream_v1alpha1.types.MysqlProfile
MySQL ConnectionProfile configuration. |
no_connectivity |
google.cloud.datastream_v1alpha1.types.NoConnectivitySettings
No connectivity option chosen. |
static_service_ip_connectivity |
google.cloud.datastream_v1alpha1.types.StaticServiceIpConnectivity
Static Service IP connectivity. |
forward_ssh_connectivity |
google.cloud.datastream_v1alpha1.types.ForwardSshTunnelConnectivity
Forward SSH tunnel connectivity. |
private_connectivity |
google.cloud.datastream_v1alpha1.types.PrivateConnectivity
Private connectivity. |
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 |