Show / Hide Table of Contents

Class EgressNetworkConfig

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

Properties

DnsPeeringConfig

Optional. DNS Peering configuration.

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

ETag

The ETag of the item.

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

NetworkAttachment

Optional. The network attachment resource name. Format: projects/{project}/regions/{region}/networkAttachments/{network_attachment_id}

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

TrustConfig

Optional. Deprecated: Use tls_config instead. The trust config resource name. Format: projects/{project}/locations/{location}/trustConfigs/{trust_config}

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

VpcEgress

Optional. The VPC egress setting.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX