Class PscEndpoint
Details of PSC endpoint created by customer.
Implements
Inherited Members
Namespace: Google.Apis.CloudFTP.v1alpha.Data
Assembly: Google.Apis.CloudFTP.v1alpha.dll
Syntax
public class PscEndpoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Endpoint
Output only. This is a Resource name for Private Service Connect endpoint. Format:
projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Network
Output only. The consumer network. Format: projects/{project}/locations/{location}/networks/{network}
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Output only. The status of the connected endpoint.
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |