Class: Google::Cloud::NetworkConnectivity::V1::LinkedRouterApplianceInstances

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkconnectivity/v1/hub.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#include_import_ranges::Array<::String>

Returns 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".

Returns:

  • (::Array<::String>)

    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".



1338
1339
1340
1341
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1338

class LinkedRouterApplianceInstances
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instances::Array<::Google::Cloud::NetworkConnectivity::V1::RouterApplianceInstance>

Returns The list of router appliance instances.

Returns:



1338
1339
1340
1341
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1338

class LinkedRouterApplianceInstances
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#site_to_site_data_transfer::Boolean

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

Returns:

  • (::Boolean)

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



1338
1339
1340
1341
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1338

class LinkedRouterApplianceInstances
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vpc_network::String (readonly)

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

Returns:

  • (::String)

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



1338
1339
1340
1341
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1338

class LinkedRouterApplianceInstances
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end