VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the VmcaRoot API service. More...
Inherits vmware::vcenter::certificate_management::vcenter::VmcaRoot.
Public Member Functions | |
VmcaRootStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
VmcaRootStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the VmcaRoot API service.
vmware::vcenter::certificate_management::vcenter::VmcaRootStub::VmcaRootStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::certificate_management::vcenter::VmcaRootStub::VmcaRootStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
void vmware::vcenter::certificate_management::vcenter::VmcaRootStub::Create | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::certificate_management::vcenter::VmcaRoot.
void vmware::vcenter::certificate_management::vcenter::VmcaRootStub::Create | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::certificate_management::vcenter::VmcaRoot.
global::System.Threading.Tasks.Task vmware::vcenter::certificate_management::vcenter::VmcaRootStub::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::certificate_management::vcenter::VmcaRoot.
global::System.Threading.Tasks.Task vmware::vcenter::certificate_management::vcenter::VmcaRootStub::CreateAsync | ( | vmware.vcenter.certificate_management.vcenter.VmcaRootTypes.CreateSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::certificate_management::vcenter::VmcaRoot.