public sealed class InternalServerConfig.Types.PscEndpoint : IMessage<InternalServerConfig.Types.PscEndpoint>, IEquatable<InternalServerConfig.Types.PscEndpoint>, IDeepCloneable<InternalServerConfig.Types.PscEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Cloud FTP v1 API class InternalServerConfig.Types.PscEndpoint.
Details of PSC endpoint created by customer.
Implements
IMessageInternalServerConfigTypesPscEndpoint, IEquatableInternalServerConfigTypesPscEndpoint, IDeepCloneableInternalServerConfigTypesPscEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
Google.Cloud.Ftp.V1.dll
Constructors
PscEndpoint()
public PscEndpoint()PscEndpoint(PscEndpoint)
public PscEndpoint(InternalServerConfig.Types.PscEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
InternalServerConfigTypesPscEndpoint |
Properties
Endpoint
public string Endpoint { get; set; }Output only. This is a Resource name for Private Service Connect
endpoint. Format:
projects/{project}/regions/{region}/forwardingRules/{forwarding_rule}
| Property Value | |
|---|---|
| Type | Description |
string |
|
EndpointAsForwardingRuleName
public ForwardingRuleName EndpointAsForwardingRuleName { get; set; }ForwardingRuleName-typed view over the Endpoint resource name property.
| Property Value | |
|---|---|
| Type | Description |
ForwardingRuleName |
|
Network
public string Network { get; set; }Output only. The consumer network.
Format: projects/{project}/locations/{location}/networks/{network}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|
Status
public string Status { get; set; }Output only. The status of the connected endpoint.
| Property Value | |
|---|---|
| Type | Description |
string |
|