Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client 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.
Generated from protobuf message google.cloud.networkconnectivity.v1.LinkedRouterApplianceInstances
Namespace
Google \ Cloud \ NetworkConnectivity \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instances |
array<Google\Cloud\NetworkConnectivity\V1\RouterApplianceInstance>
The list of router appliance instances. |
↳ site_to_site_data_transfer |
bool
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations. |
↳ vpc_network |
string
Output only. The VPC network where these router appliance instances are located. |
getInstances
The list of router appliance instances.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setInstances
The list of router appliance instances.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\NetworkConnectivity\V1\RouterApplianceInstance>
|
Returns | |
---|---|
Type | Description |
$this |
getSiteToSiteDataTransfer
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
Returns | |
---|---|
Type | Description |
bool |
setSiteToSiteDataTransfer
A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getVpcNetwork
Output only. The VPC network where these router appliance instances are located.
Returns | |
---|---|
Type | Description |
string |
setVpcNetwork
Output only. The VPC network where these router appliance instances are located.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |