Show / Hide Table of Contents

Enum BlueGreenDeploymentsResource.GetRequest.ViewEnum

Optional. Specifies whether to return the basic or detailed view of the resource in the response.

Namespace: Google.Apis.SQLAdmin.v1beta4
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public enum BlueGreenDeploymentsResource.GetRequest.ViewEnum

Fields

Name Description
BASIC

Includes basic metadata about the blue-green deployment. BASIC is the default view.

BLUEGREENDEPLOYMENTVIEWUNSPECIFIED

Blue-green deployment view enumeration. This allows the caller to specify what view they query. If unspecified (BLUE_GREEN_DEPLOYMENT_VIEW_UNSPECIFIED), the behavior is the same as BASIC.

DETAILED

Includes basic metadata and configuration differences between source and target instances (database_version, tier, edition, availability_type, data_disk_size_gb, and data_disk_type).

In this article
Back to top Generated by DocFX