|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the TlsCsr API service. More...
Inherits vmware::vcenter::certificate_management::vcenter::TlsCsr.
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. | |
Remote stub implementation of the TlsCsr API service.
| 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] |
| 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.
| vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | The information needed to create a CSR. |
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.
| vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | The information needed to create a CSR. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
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.
| vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | The information needed to create a CSR. |
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.
| vmware.vapi.std.errors.Error | If CSR could not be created for given spec for a generic error. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
| spec | The information needed to create a CSR. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::certificate_management::vcenter::TlsCsr.