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. Because they are directly connected through VPC peering, NCC export filters do not apply between the service consumer VPC spoke and any of its producer VPC spokes. This VPC spoke cannot be deleted as long as any of these producer VPC spokes are connected to the NCC Hub.
Declaration
[JsonProperty("producerVpcSpokes")]
public virtual IList<string> ProducerVpcSpokes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ProposedExcludeExportRanges
Output only. The proposed exclude export IP ranges waiting for hub administration's approval.
Declaration
[JsonProperty("proposedExcludeExportRanges")]
public virtual IList<string> ProposedExcludeExportRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ProposedIncludeExportRanges
Optional. The proposed include export IP ranges waiting for hub administration's approval.
Declaration
[JsonProperty("proposedIncludeExportRanges")]
public virtual IList<string> ProposedIncludeExportRanges { 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 |