Module: Google::Cloud::AlloyDB::V1beta::InstanceView

Defined in:
proto_docs/google/cloud/alloydb/v1beta/resources.rb

Overview

View on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get.

Constant Summary collapse

INSTANCE_VIEW_UNSPECIFIED =

INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.

0
INSTANCE_VIEW_BASIC =

BASIC server responses for a primary or read instance include all the relevant instance details, excluding the details of each node in the instance. The default value.

1
INSTANCE_VIEW_FULL =

FULL response is equivalent to BASIC for primary instance (for now). For read pool instance, this includes details of each node in the pool.

2