Class ProducerPscConfig
The PSC configurations on producer side.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class ProducerPscConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAttachmentUri
The resource path of a service attachment. Example: projects/{projectNumOrId}/regions/{region}/serviceAttachments/{resourceId}.
Declaration
[JsonProperty("serviceAttachmentUri")]
public virtual string ServiceAttachmentUri { get; set; }
Property Value
Type | Description |
---|---|
string |