Class: Google::Apis::NetworkconnectivityV1::QueryHubStatusResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/networkconnectivity_v1/classes.rb,
lib/google/apis/networkconnectivity_v1/representations.rb,
lib/google/apis/networkconnectivity_v1/representations.rb

Overview

The response for HubService.QueryHubStatus.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ QueryHubStatusResponse

Returns a new instance of QueryHubStatusResponse.



2587
2588
2589
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2587

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#hub_status_entriesArray<Google::Apis::NetworkconnectivityV1::HubStatusEntry>

The list of hub status. Corresponds to the JSON property hubStatusEntries



2578
2579
2580
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2578

def hub_status_entries
  @hub_status_entries
end

#next_page_tokenString

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


2585
2586
2587
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2585

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2592
2593
2594
2595
# File 'lib/google/apis/networkconnectivity_v1/classes.rb', line 2592

def update!(**args)
  @hub_status_entries = args[:hub_status_entries] if args.key?(:hub_status_entries)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end