VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::certificate_management::vcenter::TlsCsrStub Class Reference

Remote stub implementation of the TlsCsr API service. More...

Inherits vmware::vcenter::certificate_management::vcenter::TlsCsr.

List of all members.

Public Member Functions

 TlsCsrStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 TlsCsrStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info Create (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec)
 Generates a CSR with the given Spec.
vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info Create (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Generates a CSR with the given Spec.
global::System.Threading.Tasks.Task
< vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info
CreateAsync (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec)
 Generates a CSR with the given Spec.
global::System.Threading.Tasks.Task
< vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info
CreateAsync (vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Generates a CSR with the given Spec.

Detailed Description

Remote stub implementation of the TlsCsr API service.


Constructor & Destructor Documentation

vmware::vcenter::certificate_management::vcenter::TlsCsrStub::TlsCsrStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::certificate_management::vcenter::TlsCsrStub::TlsCsrStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info vmware::vcenter::certificate_management::vcenter::TlsCsrStub::Create ( vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec  spec) [inline]

Generates a CSR with the given Spec.

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.ErrorIf CSR could not be created for given spec for a generic error.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires CertificateManagement.Manage and CertificateManagement.Administer .
Parameters:
specThe information needed to create a CSR.
Returns:
A Certificate Signing Request.

Implements vmware::vcenter::certificate_management::vcenter::TlsCsr.

vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info vmware::vcenter::certificate_management::vcenter::TlsCsrStub::Create ( vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Generates a CSR with the given Spec.

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.ErrorIf CSR could not be created for given spec for a generic error.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires CertificateManagement.Manage and CertificateManagement.Administer .
Parameters:
specThe information needed to create a CSR.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A Certificate Signing Request.

Implements vmware::vcenter::certificate_management::vcenter::TlsCsr.

global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsrStub::CreateAsync ( vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec  spec) [inline]

Generates a CSR with the given Spec.

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.ErrorIf CSR could not be created for given spec for a generic error.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires CertificateManagement.Manage and CertificateManagement.Administer .
Parameters:
specThe information needed to create a CSR.
Returns:
A Certificate Signing Request.

Implements vmware::vcenter::certificate_management::vcenter::TlsCsr.

global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsrStub::CreateAsync ( vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec  spec,
global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Generates a CSR with the given Spec.

This method was added in vSphere API 6.7.2.

Exceptions:
vmware.vapi.std.errors.ErrorIf CSR could not be created for given spec for a generic error.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires CertificateManagement.Manage and CertificateManagement.Administer .
Parameters:
specThe information needed to create a CSR.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
A Certificate Signing Request.

Implements vmware::vcenter::certificate_management::vcenter::TlsCsr.


The documentation for this class was generated from the following file: