Enum ProjectsResource.LocationsResource.ClustersResource.InstancesResource.GetRequest.ViewEnum
The view of the instance to return.
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public enum ProjectsResource.LocationsResource.ClustersResource.InstancesResource.GetRequest.ViewEnumFields
| Name | Description | 
|---|---|
| INSTANCEVIEWBASIC | 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. | 
| INSTANCEVIEWFULL | FULL response is equivalent to BASIC for primary instance (for now). For read pool instance, this includes details of each node in the pool. | 
| INSTANCEVIEWUNSPECIFIED | INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC. |