Class EgressNetworkConfig
Implements
Inherited Members
Namespace: Google.Apis.NetworkServices.v1beta1.Data
Assembly: Google.Apis.NetworkServices.v1beta1.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 |