Class LinkedProducerVpcNetwork
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class LinkedProducerVpcNetwork : 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> |
Network
Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered with.
Declaration
[JsonProperty("network")]
public virtual string Network { get; set; }
Property Value
Type | Description |
---|---|
string |
Peering
Immutable. The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
Declaration
[JsonProperty("peering")]
public virtual string Peering { get; set; }
Property Value
Type | Description |
---|---|
string |
ProducerNetwork
Output only. The URI of the Producer VPC.
Declaration
[JsonProperty("producerNetwork")]
public virtual string ProducerNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceConsumerVpcSpoke
Output only. The Service Consumer Network spoke.
Declaration
[JsonProperty("serviceConsumerVpcSpoke")]
public virtual string ServiceConsumerVpcSpoke { get; set; }
Property Value
Type | Description |
---|---|
string |