Show / Hide Table of Contents

Class Gateway

A gateway that can apply specialized traffic processing.

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

Properties

Capacity

Optional. The aggregate processing capacity of this gateway.

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

CloudRouters

Output only. The list of Cloud Routers that are connected to this gateway. Should be in the form: https://www.googleapis.com/compute/v1/projects/{project}/regions/{region}/routers/{router}

Declaration
[JsonProperty("cloudRouters")]
public virtual IList<string> CloudRouters { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

IpRangeReservations

Optional. A list of IP ranges that are reserved for this gateway's internal intfrastructure.

Declaration
[JsonProperty("ipRangeReservations")]
public virtual IList<IpRangeReservation> IpRangeReservations { get; set; }
Property Value
Type Description
IList<IpRangeReservation>

SacAttachment

Output only. The URI of the connected SACAttachment. Should be in the form: projects/{project}/locations/{location}/sacAttachments/{sac_attachment}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX