Show / Hide Table of Contents

Class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGateway

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

Inheritance
object
GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGateway
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnectionGateway : IDirectResponseSchema

Properties

AppGateway

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

Declaration
[JsonProperty("appGateway")]
public virtual string AppGateway { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IngressPort

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

Declaration
[JsonProperty("ingressPort")]
public virtual int? IngressPort { get; set; }
Property Value
Type Description
int?

L7psc

Output only. L7 private service connection for this resource.

Declaration
[JsonProperty("l7psc")]
public virtual string L7psc { get; set; }
Property Value
Type Description
string

Type

Required. The type of hosting used by the gateway.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Uri

Output only. Server-defined URI for this resource.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX