public sealed class PrivateConnection : IMessage<PrivateConnection>, IEquatable<PrivateConnection>, IDeepCloneable<PrivateConnection>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class PrivateConnection.
The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.
Implements
IMessagePrivateConnection, IEquatablePrivateConnection, IDeepCloneablePrivateConnection, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PrivateConnection()
public PrivateConnection()PrivateConnection(PrivateConnection)
public PrivateConnection(PrivateConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
PrivateConnection |
Properties
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 |
|
Error
public Error Error { get; set; }Output only. In case of error, the details of the error in a user-friendly format.
| Property Value | |
|---|---|
| Type | Description |
Error |
|
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 |
|
Name
public string Name { get; set; }Output only. Identifier. The resource's name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PrivateConnectionName
public PrivateConnectionName PrivateConnectionName { get; set; }PrivateConnectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
PrivateConnectionName |
|
PscInterfaceConfig
public PscInterfaceConfig PscInterfaceConfig { get; set; }PSC Interface Config.
| Property Value | |
|---|---|
| Type | Description |
PscInterfaceConfig |
|
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 |
|
State
public PrivateConnection.Types.State State { get; set; }Output only. The state of the Private Connection.
| Property Value | |
|---|---|
| Type | Description |
PrivateConnectionTypesState |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update time of the resource.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
VpcPeeringConfig
public VpcPeeringConfig VpcPeeringConfig { get; set; }VPC Peering Config.
| Property Value | |
|---|---|
| Type | Description |
VpcPeeringConfig |
|