Class ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest
Gets details of a single VMware node pool.
Inheritance
ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest : GKEOnPremBaseServiceRequest<VmwareNodePool>, IClientServiceRequest<VmwareNodePool>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Required. The name of the node pool to retrieve. projects/{project}/locations/{location}/vmwareClusters/{cluster}/vmwareNodePools/{nodepool}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
View
View for VMware 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.
Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type | Description |
---|---|
ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest.ViewEnum? |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()