Show / Hide Table of Contents

Class AgentGatewayNetworkConfig

NetworkConfig contains network configurations for the AgentGateway.

Inheritance
object
AgentGatewayNetworkConfig
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.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class AgentGatewayNetworkConfig : IDirectResponseSchema

Properties

DnsPeeringConfig

Optional. Optional DNS peering configuration for connectivity to your private VPC network.

Declaration
[JsonProperty("dnsPeeringConfig")]
public virtual AgentGatewayNetworkConfigDnsPeeringConfig DnsPeeringConfig { get; set; }
Property Value
Type Description
AgentGatewayNetworkConfigDnsPeeringConfig

ETag

The ETag of the item.

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

Egress

Optional. Optional PSC-Interface network attachment for connectivity to your private VPCs network.

Declaration
[JsonProperty("egress")]
public virtual AgentGatewayNetworkConfigEgress Egress { get; set; }
Property Value
Type Description
AgentGatewayNetworkConfigEgress

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX