Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest

Gets details of a single VMware node pool.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<VmwareNodePool>
GKEOnPremBaseServiceRequest<VmwareNodePool>
ProjectsResource.LocationsResource.VmwareClustersResource.VmwareNodePoolsResource.GetRequest
Implements
IClientServiceRequest<VmwareNodePool>
IClientServiceRequest
Inherited Members
GKEOnPremBaseServiceRequest<VmwareNodePool>.Xgafv
GKEOnPremBaseServiceRequest<VmwareNodePool>.AccessToken
GKEOnPremBaseServiceRequest<VmwareNodePool>.Alt
GKEOnPremBaseServiceRequest<VmwareNodePool>.Callback
GKEOnPremBaseServiceRequest<VmwareNodePool>.Fields
GKEOnPremBaseServiceRequest<VmwareNodePool>.Key
GKEOnPremBaseServiceRequest<VmwareNodePool>.OauthToken
GKEOnPremBaseServiceRequest<VmwareNodePool>.PrettyPrint
GKEOnPremBaseServiceRequest<VmwareNodePool>.QuotaUser
GKEOnPremBaseServiceRequest<VmwareNodePool>.UploadType
GKEOnPremBaseServiceRequest<VmwareNodePool>.UploadProtocol
ClientServiceRequest<VmwareNodePool>.Execute()
ClientServiceRequest<VmwareNodePool>.ExecuteAsStream()
ClientServiceRequest<VmwareNodePool>.ExecuteAsync()
ClientServiceRequest<VmwareNodePool>.ExecuteAsync(CancellationToken)
ClientServiceRequest<VmwareNodePool>.ExecuteAsStreamAsync()
ClientServiceRequest<VmwareNodePool>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<VmwareNodePool>.CreateRequest(bool?)
ClientServiceRequest<VmwareNodePool>.GenerateRequestUri()
ClientServiceRequest<VmwareNodePool>.GetBody()
ClientServiceRequest<VmwareNodePool>.GetDefaultETagAction(string)
ClientServiceRequest<VmwareNodePool>.ETagAction
ClientServiceRequest<VmwareNodePool>.ModifyRequest
ClientServiceRequest<VmwareNodePool>.ValidateParameters
ClientServiceRequest<VmwareNodePool>.ApiVersion
ClientServiceRequest<VmwareNodePool>.RequestParameters
ClientServiceRequest<VmwareNodePool>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<VmwareNodePool>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<VmwareNodePool>.MethodName

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
ClientServiceRequest<VmwareNodePool>.RestPath

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()
Overrides
GKEOnPremBaseServiceRequest<VmwareNodePool>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX