Class: Google::Cloud::NetworkConnectivity::V1::RoutingVPC

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

Overview

RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.

Instance Attribute Summary collapse

Instance Attribute Details

#required_for_new_site_to_site_data_transfer_spokes::Boolean (readonly)

Returns Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.

Returns:

  • (::Boolean)

    Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.



104
105
106
107
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 104

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

#uri::String

Returns The URI of the VPC network.

Returns:

  • (::String)

    The URI of the VPC network.



104
105
106
107
# File 'proto_docs/google/cloud/networkconnectivity/v1/hub.rb', line 104

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