Class Gateway
Gateway represents a user facing component that serves as an entrance to enable connectivity.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class Gateway : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |
UserPort
Output only. User port reserved on the gateways for this connection, if not specified or zero, the default port is 19443.
Declaration
[JsonProperty("userPort")]
public virtual int? UserPort { get; set; }
Property Value
Type | Description |
---|---|
int? |