public sealed class ConnectionProfile : IMessage<ConnectionProfile>, IEquatable<ConnectionProfile>, IDeepCloneable<ConnectionProfile>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class ConnectionProfile.
A set of reusable connection configurations to be used as a source or destination for a stream.
Implements
IMessageConnectionProfile, IEquatableConnectionProfile, IDeepCloneableConnectionProfile, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ConnectionProfile()
public ConnectionProfile()ConnectionProfile(ConnectionProfile)
public ConnectionProfile(ConnectionProfile other)| Parameter | |
|---|---|
| Name | Description |
other |
ConnectionProfile |
Properties
BigqueryProfile
public BigQueryProfile BigqueryProfile { get; set; }BigQuery Connection Profile configuration.
| Property Value | |
|---|---|
| Type | Description |
BigQueryProfile |
|
ConnectionProfileName
public ConnectionProfileName ConnectionProfileName { get; set; }ConnectionProfileName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ConnectionProfileName |
|
ConnectivityCase
public ConnectionProfile.ConnectivityOneofCase ConnectivityCase { get; }| Property Value | |
|---|---|
| Type | Description |
ConnectionProfileConnectivityOneofCase |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create time of the resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DisplayName
public string DisplayName { get; set; }Required. Display name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ForwardSshConnectivity
public ForwardSshTunnelConnectivity ForwardSshConnectivity { get; set; }Forward SSH tunnel connectivity.
| Property Value | |
|---|---|
| Type | Description |
ForwardSshTunnelConnectivity |
|
GcsProfile
public GcsProfile GcsProfile { get; set; }Cloud Storage ConnectionProfile configuration.
| Property Value | |
|---|---|
| Type | Description |
GcsProfile |
|
HasSatisfiesPzi
public bool HasSatisfiesPzi { get; }Gets whether the "satisfies_pzi" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasSatisfiesPzs
public bool HasSatisfiesPzs { get; }Gets whether the "satisfies_pzs" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Labels
public MapField<string, string> Labels { get; }Labels.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
MongodbProfile
public MongodbProfile MongodbProfile { get; set; }MongoDB Connection Profile configuration.
| Property Value | |
|---|---|
| Type | Description |
MongodbProfile |
|
MysqlProfile
public MysqlProfile MysqlProfile { get; set; }MySQL ConnectionProfile configuration.
| Property Value | |
|---|---|
| Type | Description |
MysqlProfile |
|
Name
public string Name { get; set; }Output only. Identifier. The resource's name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OracleProfile
public OracleProfile OracleProfile { get; set; }Oracle ConnectionProfile configuration.
| Property Value | |
|---|---|
| Type | Description |
OracleProfile |
|
PostgresqlProfile
public PostgresqlProfile PostgresqlProfile { get; set; }PostgreSQL Connection Profile configuration.
| Property Value | |
|---|---|
| Type | Description |
PostgresqlProfile |
|
PrivateConnectivity
public PrivateConnectivity PrivateConnectivity { get; set; }Private connectivity.
| Property Value | |
|---|---|
| Type | Description |
PrivateConnectivity |
|
ProfileCase
public ConnectionProfile.ProfileOneofCase ProfileCase { get; }| Property Value | |
|---|---|
| Type | Description |
ConnectionProfileProfileOneofCase |
|
SalesforceProfile
public SalesforceProfile SalesforceProfile { get; set; }Salesforce Connection Profile configuration.
| Property Value | |
|---|---|
| Type | Description |
SalesforceProfile |
|
SatisfiesPzi
public bool SatisfiesPzi { get; set; }Output only. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SatisfiesPzs
public bool SatisfiesPzs { get; set; }Output only. Reserved for future use.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SqlServerProfile
public SqlServerProfile SqlServerProfile { get; set; }SQLServer Connection Profile configuration.
| Property Value | |
|---|---|
| Type | Description |
SqlServerProfile |
|
StaticServiceIpConnectivity
public StaticServiceIpConnectivity StaticServiceIpConnectivity { get; set; }Static Service IP connectivity.
| Property Value | |
|---|---|
| Type | Description |
StaticServiceIpConnectivity |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update time of the resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|