Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.VmwareAdminClustersResource.GetRequest.ViewEnum

View for VMware admin cluster. When BASIC is specified, only the cluster resource name and membership are returned. The default/unset value CLUSTER_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete cluster configuration details.

Namespace: Google.Apis.GKEOnPrem.v1
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.VmwareAdminClustersResource.GetRequest.ViewEnum

Fields

Name Description
BASIC

Includes basic information of a cluster resource including cluster resource name and membership.

CLUSTERVIEWUNSPECIFIED

If the value is not set, the default FULL view is used.

FULL

Includes the complete configuration for VMware admin cluster resource. This is the default value for GetVmwareAdminClusterRequest method.

In this article
Back to top Generated by DocFX