Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.VmwareAdminClustersResource.ListRequest.ViewEnum

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

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

Fields

Name Description
BASIC

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

CLUSTERVIEWUNSPECIFIED

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

FULL

Includes the complete configuration for bare metal admin cluster resource. This is the default value for ListVmwareAdminClustersRequest method.

In this article
Back to top Generated by DocFX