Show / Hide Table of Contents

Class CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig

ConnectionConfig represents a Connection Configuration object.

Inheritance
object
CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig
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.v1.Data
Assembly: Google.Apis.BeyondCorp.v1.dll
Syntax
public class CloudSecurityZerotrustApplinkAppConnectorProtoConnectionConfig : IDirectResponseSchema

Properties

ApplicationEndpoint

application_endpoint is the endpoint of the application the form of host:port. For example, "localhost:80".

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

ApplicationName

application_name represents the given name of the application the connection is connecting with.

Declaration
[JsonProperty("applicationName")]
public virtual string ApplicationName { 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

Gateway

gateway lists all instances running a gateway in GCP. They all connect to a connector on the host.

Declaration
[JsonProperty("gateway")]
public virtual IList<CloudSecurityZerotrustApplinkAppConnectorProtoGateway> Gateway { get; set; }
Property Value
Type Description
IList<CloudSecurityZerotrustApplinkAppConnectorProtoGateway>

Name

name is the unique ID for each connection. TODO(b/190732451) returns connection name from user-specified name in config. Now, name = \({application_name}:\){application_endpoint}

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

Project

project represents the consumer project the connection belongs to.

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

TunnelsPerGateway

tunnels_per_gateway reflects the number of tunnels between a connector and a gateway.

Declaration
[JsonProperty("tunnelsPerGateway")]
public virtual long? TunnelsPerGateway { get; set; }
Property Value
Type Description
long?

UserPort

user_port specifies the reserved port on gateways for user connections.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX