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 BASIC view.

0
BASIC =

Includes name, create_time, hub, unique_id, state, reasons, and spoke_type. This is the default value.

1
DETAILED =

Includes all spoke fields except labels. You can use the DETAILED view only when you set the spoke_locations field to [global].

2