VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Question API service. More...
Inherits vmware::vcenter::deployment::Question.
Public Member Functions | |
QuestionStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
QuestionStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
vmware.vcenter.deployment.QuestionTypes.Info | Get () |
Get the question that was raised during the configuration. | |
vmware.vcenter.deployment.QuestionTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the question that was raised during the configuration. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.QuestionTypes.Info > | GetAsync () |
Get the question that was raised during the configuration. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.QuestionTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Get the question that was raised during the configuration. | |
void | Answer (vmware.vcenter.deployment.QuestionTypes.AnswerSpec spec) |
Supply answer to the raised question. | |
void | Answer (vmware.vcenter.deployment.QuestionTypes.AnswerSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Supply answer to the raised question. | |
global::System.Threading.Tasks.Task | AnswerAsync (vmware.vcenter.deployment.QuestionTypes.AnswerSpec spec) |
Supply answer to the raised question. | |
global::System.Threading.Tasks.Task | AnswerAsync (vmware.vcenter.deployment.QuestionTypes.AnswerSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Supply answer to the raised question. |
Remote stub implementation of the Question API service.
vmware::vcenter::deployment::QuestionStub::QuestionStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::deployment::QuestionStub::QuestionStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
void vmware::vcenter::deployment::QuestionStub::Answer | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec | ) | [inline] |
Supply answer to the raised question.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if answer file could not be created. |
spec | AnswerSpec with the answer to the raised question. |
Implements vmware::vcenter::deployment::Question.
void vmware::vcenter::deployment::QuestionStub::Answer | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Supply answer to the raised question.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if answer file could not be created. |
spec | AnswerSpec with the answer to the raised question. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::deployment::Question.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::QuestionStub::AnswerAsync | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Supply answer to the raised question.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if answer file could not be created. |
spec | AnswerSpec with the answer to the raised question. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implements vmware::vcenter::deployment::Question.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::QuestionStub::AnswerAsync | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec | ) | [inline] |
Supply answer to the raised question.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is NOT in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if answer file could not be created. |
spec | AnswerSpec with the answer to the raised question. |
Implements vmware::vcenter::deployment::Question.
vmware.vcenter.deployment.QuestionTypes.Info vmware::vcenter::deployment::QuestionStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the question that was raised during the configuration.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if questions could not be retrieved although the appliance is in QUESTION_RAISED state. |
Implements vmware::vcenter::deployment::Question.
vmware.vcenter.deployment.QuestionTypes.Info vmware::vcenter::deployment::QuestionStub::Get | ( | ) | [inline] |
Get the question that was raised during the configuration.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if questions could not be retrieved although the appliance is in QUESTION_RAISED state. |
Implements vmware::vcenter::deployment::Question.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.QuestionTypes.Info> vmware::vcenter::deployment::QuestionStub::GetAsync | ( | ) | [inline] |
Get the question that was raised during the configuration.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if questions could not be retrieved although the appliance is in QUESTION_RAISED state. |
Implements vmware::vcenter::deployment::Question.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.QuestionTypes.Info> vmware::vcenter::deployment::QuestionStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
Get the question that was raised during the configuration.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in QUESTION_RAISED state. |
vmware.vapi.std.errors.InternalServerError | if questions could not be retrieved although the appliance is in QUESTION_RAISED state. |
Implements vmware::vcenter::deployment::Question.