Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.BareMetalClustersResource.GetRequest.ViewEnum

View for bare metal user cluster. When BASIC is specified, only the cluster resource name and admin cluster 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.BareMetalClustersResource.GetRequest.ViewEnum

Fields

Name Description
BASIC

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

CLUSTERVIEWUNSPECIFIED

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

FULL

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

In this article
Back to top Generated by DocFX