Class: Google::Cloud::NetworkConnectivity::V1alpha1::Hub

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

Overview

Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud. It reduces operational complexity through a simple, centralized connectivity management model. Following is the resource message of a hub.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Time when the Hub was created.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#description::String

Returns Short description of the hub resource.

Returns:

  • (::String)

    Short description of the hub resource.



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns User-defined labels.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    User-defined labels.



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Immutable. The name of a Hub resource.

Returns:

  • (::String)

    Immutable. The name of a Hub resource.



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#spokes::Array<::String> (readonly)

Returns Output only. A list of the URIs of all attached spokes.

Returns:

  • (::Array<::String>)

    Output only. A list of the URIs of all attached spokes



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#state::Google::Cloud::NetworkConnectivity::V1alpha1::State (readonly)

Returns Output only. The current lifecycle state of this Hub.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#unique_id::String (readonly)

Returns Output only. Google-generated UUID for this resource. This is unique across all Hub resources. If a Hub resource is deleted and another with the same name is created, it gets a different unique_id.

Returns:

  • (::String)

    Output only. Google-generated UUID for this resource. This is unique across all Hub resources. If a Hub resource is deleted and another with the same name is created, it gets a different unique_id.



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp

Returns Time when the Hub was updated.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
# File 'proto_docs/google/cloud/networkconnectivity/v1alpha1/hub.rb', line 54

class Hub
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end