Class: Google::Cloud::NetworkConnectivity::V1::LinkedInterconnectAttachments

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 VLAN attachment resources. These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

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



1312
1313
1314
1315
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1312

class LinkedInterconnectAttachments
  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.



1312
1313
1314
1315
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1312

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

#uris::Array<::String>

Returns The URIs of linked interconnect attachment resources.

Returns:

  • (::Array<::String>)

    The URIs of linked interconnect attachment resources



1312
1313
1314
1315
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1312

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

#vpc_network::String (readonly)

Returns Output only. The VPC network where these VLAN attachments are located.

Returns:

  • (::String)

    Output only. The VPC network where these VLAN attachments are located.



1312
1313
1314
1315
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 1312

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