Enum ProjectsResource.LocationsResource.BareMetalClustersResource.ListRequest.ViewEnum
View for bare metal Clusters. 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.ListRequest.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 | Includes the complete configuration for bare metal cluster resource. This is the default value for ListBareMetalClustersRequest method. |