AlloyDB v1 API - Enum InstanceView (1.2.0)

public enum InstanceView

Reference documentation and code samples for the AlloyDB v1 API enum InstanceView.

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

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Fields

NameDescription
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.

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.

Unspecified

INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.