BeyondCorp AppConnections v1 API - Class AppConnection.Types.Gateway (1.4.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
Name Description
other AppConnectionTypesGateway

Properties

AppGateway

public string AppGateway { get; set; }

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

Property Value
Type Description
string

AppGatewayAsAppGatewayName

public AppGatewayName AppGatewayAsAppGatewayName { get; set; }

AppGatewayName-typed view over the AppGateway resource name property.

Property Value
Type Description
AppGatewayName

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
Type Description
int

Type

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

Required. The type of hosting used by the gateway.

Property Value
Type Description
AppConnectionTypesGatewayTypesType

Uri

public string Uri { get; set; }

Output only. Server-defined URI for this resource.

Property Value
Type Description
string