VMware vSphere Automation SDK for .NET 7.0.0.1
|
The VmcaRoot
interface provides methods to replace VMware Certificate Authority (VMCA) root certificate.
More...
Inherited by vmware::vcenter::certificate_management::vcenter::VmcaRootStub.
Public Member Functions | |
void | Create (vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec spec) |
Replace Root Certificate with VMCA signed one using the given Spec. | |
void | Create (vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Replace Root Certificate with VMCA signed one using the given Spec. | |
global::System.Threading.Tasks.Task | CreateAsync (vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec spec) |
Replace Root Certificate with VMCA signed one using the given Spec. | |
global::System.Threading.Tasks.Task | CreateAsync (vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Replace Root Certificate with VMCA signed one using the given Spec. |
The VmcaRoot
interface provides methods to replace VMware Certificate Authority (VMCA) root certificate.
This interface was added in vSphere API 6.9.1.
void vmware::vcenter::certificate_management::vcenter::VmcaRoot::Create | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec | ) |
Replace Root Certificate with VMCA signed one using the given Spec.
After this method completes, the services using the certificate will be restarted for the new certificate to take effect.. This method was added in vSphere API 6.9.1.
vmware.vapi.std.errors.Error | If the system failed to renew the TLS certificate. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to generate VMCA signed Root Certificate. Default values will be set for all null parameters. |
Implemented in vmware::vcenter::certificate_management::vcenter::VmcaRootStub.
void vmware::vcenter::certificate_management::vcenter::VmcaRoot::Create | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Replace Root Certificate with VMCA signed one using the given Spec.
After this method completes, the services using the certificate will be restarted for the new certificate to take effect.. This method was added in vSphere API 6.9.1.
vmware.vapi.std.errors.Error | If the system failed to renew the TLS certificate. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to generate VMCA signed Root Certificate. Default values will be set for all null parameters. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::certificate_management::vcenter::VmcaRootStub.
global::System.Threading.Tasks.Task vmware::vcenter::certificate_management::vcenter::VmcaRoot::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec | ) |
Replace Root Certificate with VMCA signed one using the given Spec.
After this method completes, the services using the certificate will be restarted for the new certificate to take effect.. This method was added in vSphere API 6.9.1.
vmware.vapi.std.errors.Error | If the system failed to renew the TLS certificate. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to generate VMCA signed Root Certificate. Default values will be set for all null parameters. |
Implemented in vmware::vcenter::certificate_management::vcenter::VmcaRootStub.
global::System.Threading.Tasks.Task vmware::vcenter::certificate_management::vcenter::VmcaRoot::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Replace Root Certificate with VMCA signed one using the given Spec.
After this method completes, the services using the certificate will be restarted for the new certificate to take effect.. This method was added in vSphere API 6.9.1.
vmware.vapi.std.errors.Error | If the system failed to renew the TLS certificate. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
spec | The information needed to generate VMCA signed Root Certificate. Default values will be set for all null parameters. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::certificate_management::vcenter::VmcaRootStub.