Class GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering
VPC Peering details.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering : IDirectResponseSchema
Properties
DnsZones
Optional. List of DNS zones for DNS peering with the customer VPC network.
Declaration
[JsonProperty("dnsZones")]
public virtual IList<string> DnsZones { 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 |
TargetNetwork
Required. The name of the Target VPC network name in the format: `projects/{project}/global/networks/{network}
Declaration
[JsonProperty("targetNetwork")]
public virtual string TargetNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |