VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::certificate_management::vcenter::TlsCsr Interface Reference

The TlsCsr interface provides methods to generate certificate signing request. More...

Inherited by vmware::vcenter::certificate_management::vcenter::TlsCsrStub.

List of all members.

Public Member Functions

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

The TlsCsr interface provides methods to generate certificate signing request.

This interface was added in vSphere API 6.7.2.


Member Function Documentation

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.

Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.

vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info vmware::vcenter::certificate_management::vcenter::TlsCsr::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.

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.

Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.

global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsr::CreateAsync ( vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Spec  spec)

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.

Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.

global::System.Threading.Tasks.Task<vmware.vcenter.certificate_management.vcenter.TlsCsrTypes.Info> vmware::vcenter::certificate_management::vcenter::TlsCsr::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.

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.

Implemented in vmware::vcenter::certificate_management::vcenter::TlsCsrStub.


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