Show / Hide Table of Contents

Enum ProjectsResource.LocationsResource.BareMetalClustersResource.BareMetalNodePoolsResource.GetRequest.ViewEnum

View for bare metal node pool. When BASIC is specified, only the node pool resource name is returned. The default/unset value NODE_POOL_VIEW_UNSPECIFIED is the same as `FULL', which returns the complete node pool configuration details.

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

Fields

Name Description
BASIC

Includes basic information of a node pool resource including node pool resource name.

FULL

Includes the complete configuration for bare metal node pool resource. This is the default value for GetBareMetalNodePoolRequest method.

NODEPOOLVIEWUNSPECIFIED

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

In this article
Back to top Generated by DocFX