public sealed class PscInterfaceConfig : IMessage<PscInterfaceConfig>, IEquatable<PscInterfaceConfig>, IDeepCloneable<PscInterfaceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PscInterfaceConfig.
The PSC Interface configuration is used to create PSC Interface between Datastream and the consumer's PSC.
Implements
IMessagePscInterfaceConfig, IEquatablePscInterfaceConfig, IDeepCloneablePscInterfaceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PscInterfaceConfig()
public PscInterfaceConfig()
PscInterfaceConfig(PscInterfaceConfig)
public PscInterfaceConfig(PscInterfaceConfig other)
Parameter | |
---|---|
Name | Description |
other |
PscInterfaceConfig |
Properties
NetworkAttachment
public string NetworkAttachment { get; set; }
Required. Fully qualified name of the Network Attachment that Datastream
will connect to. Format:
projects/{project}/regions/{region}/networkAttachments/{name}
Property Value | |
---|---|
Type | Description |
string |
NetworkAttachmentAsNetworkAttachmentName
public NetworkAttachmentName NetworkAttachmentAsNetworkAttachmentName { get; set; }
NetworkAttachmentName-typed view over the NetworkAttachment resource name property.
Property Value | |
---|---|
Type | Description |
NetworkAttachmentName |