Class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway
Gateway represents a user facing component that serves as an entrance to enable connectivity.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGateway : 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 |