Class ProjectsResource.LocationsResource.PrivateCloudsResource.ShowNsxCredentialsRequest | Google.Apis.VMwareEngine.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.PrivateCloudsResource.ShowNsxCredentialsRequest

Gets details of credentials for NSX appliance.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Credentials>
VMwareEngineBaseServiceRequest<Credentials>
ProjectsResource.LocationsResource.PrivateCloudsResource.ShowNsxCredentialsRequest
Implements
IClientServiceRequest<Credentials>
IClientServiceRequest
Inherited Members
VMwareEngineBaseServiceRequest.Xgafv
VMwareEngineBaseServiceRequest.AccessToken
VMwareEngineBaseServiceRequest.Alt
VMwareEngineBaseServiceRequest.Callback
VMwareEngineBaseServiceRequest.Fields
VMwareEngineBaseServiceRequest.Key
VMwareEngineBaseServiceRequest.OauthToken
VMwareEngineBaseServiceRequest.PrettyPrint
VMwareEngineBaseServiceRequest.QuotaUser
VMwareEngineBaseServiceRequest.UploadType
VMwareEngineBaseServiceRequest.UploadProtocol
ClientServiceRequest.Execute()
ClientServiceRequest.ExecuteAsStream()
ClientServiceRequest.ExecuteAsync()
ClientServiceRequest.ExecuteAsync(CancellationToken)
ClientServiceRequest.ExecuteAsStreamAsync()
ClientServiceRequest.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest.CreateRequest(bool?)
ClientServiceRequest.GenerateRequestUri()
ClientServiceRequest.GetBody()
ClientServiceRequest.GetDefaultETagAction(string)
ClientServiceRequest.ETagAction
ClientServiceRequest.ModifyRequest
ClientServiceRequest.ValidateParameters
ClientServiceRequest.ApiVersion
ClientServiceRequest.RequestParameters
ClientServiceRequest.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.VMwareEngine.v1
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.PrivateCloudsResource.ShowNsxCredentialsRequest : VMwareEngineBaseServiceRequest, IClientServiceRequest, IClientServiceRequest

Constructors

ShowNsxCredentialsRequest(IClientService, string)

Constructs a new ShowNsxCredentials request.

Declaration
public ShowNsxCredentialsRequest(IClientService service, string privateCloud)
Parameters
Type Name Description
IClientService service
string privateCloud

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.HttpMethod

MethodName

Gets the method name.

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

PrivateCloud

Required. The resource name of the private cloud to be queried for credentials. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1-a/privateClouds/my-cloud

Declaration
[RequestParameter("privateCloud", RequestParameterType.Path)]
public virtual string PrivateCloud { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest.RestPath

Methods

InitParameters()

Initializes ShowNsxCredentials parameter list.

Declaration
protected override void InitParameters()
Overrides
VMwareEngineBaseServiceRequest.InitParameters()

Implements

IClientServiceRequest
IClientServiceRequest
In this article
Back to top Generated by DocFX