Network Connectivity v1 API - Class ServiceConnectionMap.Types.ProducerPscConfig (2.10.0)

public sealed class ServiceConnectionMap.Types.ProducerPscConfig : IMessage<ServiceConnectionMap.Types.ProducerPscConfig>, IEquatable<ServiceConnectionMap.Types.ProducerPscConfig>, IDeepCloneable<ServiceConnectionMap.Types.ProducerPscConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API class ServiceConnectionMap.Types.ProducerPscConfig.

The PSC configurations on producer side.

Inheritance

object > ServiceConnectionMap.Types.ProducerPscConfig

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

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