Enum ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.ListRequest.ViewEnum
View for VMware node pools. 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.VmwareClustersResource.VmwareNodePoolsResource.ListRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Includes basic information of a node pool resource including node pool resource name. |
FULL | Includes the complete configuration for VMware node pool resource. This is the default value for ListVmwareNodePoolsRequest method. |
NODEPOOLVIEWUNSPECIFIED | If the value is not set, the default |