public sealed class ServiceConnectionMap.Types.ProducerPscConfig : IMessage<ServiceConnectionMap.Types.ProducerPscConfig>, IEquatable<ServiceConnectionMap.Types.ProducerPscConfig>, IDeepCloneable<ServiceConnectionMap.Types.ProducerPscConfig>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class ServiceConnectionMap.Types.ProducerPscConfig.
The PSC configurations on producer side.
Implements
IMessageServiceConnectionMapTypesProducerPscConfig, IEquatableServiceConnectionMapTypesProducerPscConfig, IDeepCloneableServiceConnectionMapTypesProducerPscConfig, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ProducerPscConfig()
public ProducerPscConfig()ProducerPscConfig(ProducerPscConfig)
public ProducerPscConfig(ServiceConnectionMap.Types.ProducerPscConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ServiceConnectionMapTypesProducerPscConfig |
Properties
ServiceAttachmentUri
public string ServiceAttachmentUri { get; set; }The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceAttachmentUriAsServiceAttachmentName
public ServiceAttachmentName ServiceAttachmentUriAsServiceAttachmentName { get; set; }ServiceAttachmentName-typed view over the ServiceAttachmentUri resource name property.
| Property Value | |
|---|---|
| Type | Description |
ServiceAttachmentName |
|