Module: Google::Cloud::NetworkConnectivity::V1::ListHubSpokesRequest::SpokeView
- Defined in:
- proto_docs/google/cloud/networkconnectivity/v1/hub.rb
Overview
Enum that controls which spoke fields are included in the response.
Constant Summary collapse
- SPOKE_VIEW_UNSPECIFIED =
The spoke view is unspecified. When the spoke view is unspecified, the API returns the same fields as the
BASICview. 0- BASIC =
Includes
name,create_time,hub,unique_id,state,reasons, andspoke_type. This is the default value. 1- DETAILED =
Includes all spoke fields except
labels. You can use theDETAILEDview only when you set thespoke_locationsfield to[global]. 2