Network Connectivity v1 API - Class LinkedRouterApplianceInstances (2.3.0)

public sealed class LinkedRouterApplianceInstances : IMessage<LinkedRouterApplianceInstances>, IEquatable<LinkedRouterApplianceInstances>, IDeepCloneable<LinkedRouterApplianceInstances>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Connectivity v1 API 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.

Inheritance

object > LinkedRouterApplianceInstances

Namespace

GoogleCloudGoogle.Cloud.NetworkConnectivityV1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

LinkedRouterApplianceInstances()

public LinkedRouterApplianceInstances()

LinkedRouterApplianceInstances(LinkedRouterApplianceInstances)

public LinkedRouterApplianceInstances(LinkedRouterApplianceInstances other)
Parameter
NameDescription
otherLinkedRouterApplianceInstances

Properties

Instances

public RepeatedField<RouterApplianceInstance> Instances { get; }

The list of router appliance instances.

Property Value
TypeDescription
RepeatedFieldRouterApplianceInstance

SiteToSiteDataTransfer

public bool SiteToSiteDataTransfer { get; set; }

A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.

Property Value
TypeDescription
bool

VpcNetwork

public string VpcNetwork { get; set; }

Output only. The VPC network where these router appliance instances are located.

Property Value
TypeDescription
string

VpcNetworkAsNetworkName

public NetworkName VpcNetworkAsNetworkName { get; set; }

NetworkName-typed view over the VpcNetwork resource name property.

Property Value
TypeDescription
NetworkName