Class LinkedRouterApplianceInstances
A collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class LinkedRouterApplianceInstances : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludeImportRanges
Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES".
Declaration
[JsonProperty("includeImportRanges")]
public virtual IList<string> IncludeImportRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Instances
The list of router appliance instances.
Declaration
[JsonProperty("instances")]
public virtual IList<RouterApplianceInstance> Instances { get; set; }
Property Value
Type | Description |
---|---|
IList<RouterApplianceInstance> |
SiteToSiteDataTransfer
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
Declaration
[JsonProperty("siteToSiteDataTransfer")]
public virtual bool? SiteToSiteDataTransfer { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VpcNetwork
Output only. The VPC network where these router appliance instances are located.
Declaration
[JsonProperty("vpcNetwork")]
public virtual string VpcNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |