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 | Includes the complete configuration for bare metal admin cluster resource. This is the default value for ListVmwareAdminClustersRequest method. |