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

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



990
991
992
993
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 990

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



990
991
992
993
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 990

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.



990
991
992
993
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 990

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