BeyondCorp AppConnections v1 API - Class AppConnection.Types.Gateway (1.2.0)

public sealed class AppConnection.Types.Gateway : IMessage<AppConnection.Types.Gateway>, IEquatable<AppConnection.Types.Gateway>, IDeepCloneable<AppConnection.Types.Gateway>, IBufferMessage, IMessage

Reference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnection.Types.Gateway.

Gateway represents a user facing component that serves as an entrance to enable connectivity.

Inheritance

object > AppConnection.Types.Gateway

Namespace

Google.Cloud.BeyondCorp.AppConnections.V1

Assembly

Google.Cloud.BeyondCorp.AppConnections.V1.dll

Constructors

Gateway()

public Gateway()

Gateway(Gateway)

public Gateway(AppConnection.Types.Gateway other)
Parameter
NameDescription
otherAppConnectionTypesGateway

Properties

AppGateway

public string AppGateway { get; set; }

Required. AppGateway name in following format: projects/{project_id}/locations/{location_id}/appgateways/{gateway_id}

Property Value
TypeDescription
string

IngressPort

public int IngressPort { get; set; }

Output only. Ingress port reserved on the gateways for this AppConnection, if not specified or zero, the default port is 19443.

Property Value
TypeDescription
int

Type

public AppConnection.Types.Gateway.Types.Type Type { get; set; }

Required. The type of hosting used by the gateway.

Property Value
TypeDescription
AppConnectionTypesGatewayTypesType

Uri

public string Uri { get; set; }

Output only. Server-defined URI for this resource.

Property Value
TypeDescription
string