Class LinkedVpcNetwork
An existing VPC network.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class LinkedVpcNetwork : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeExportRanges
Optional. IP ranges encompassing the subnets to be excluded from peering.
Declaration
[JsonProperty("excludeExportRanges")]
public virtual IList<string> ExcludeExportRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludeExportRanges
Optional. IP ranges allowed to be included from peering.
Declaration
[JsonProperty("includeExportRanges")]
public virtual IList<string> IncludeExportRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ProducerVpcSpokes
Output only. The list of Producer VPC spokes that this VPC spoke is a service consumer VPC spoke for. These producer VPCs are connected through VPC peering to this spoke's backing VPC network.
Declaration
[JsonProperty("producerVpcSpokes")]
public virtual IList<string> ProducerVpcSpokes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Uri
Required. The URI of the VPC network resource.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |