VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Question
interface provides methods to get the question raised during deployment and to answer them.
More...
Inherited by vmware::vcenter::deployment::QuestionStub.
Public Member Functions | |
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. |
The Question
interface provides methods to get the question raised during deployment and to answer them.
This interface was added in vSphere API 6.7.
void vmware::vcenter::deployment::Question::Answer | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec | ) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.
void vmware::vcenter::deployment::Question::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.
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 |
Implemented in vmware::vcenter::deployment::QuestionStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Question::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.
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 |
Implemented in vmware::vcenter::deployment::QuestionStub.
global::System.Threading.Tasks.Task vmware::vcenter::deployment::Question::AnswerAsync | ( | vmware.vcenter.deployment.QuestionTypes.AnswerSpec | spec | ) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.
vmware.vcenter.deployment.QuestionTypes.Info vmware::vcenter::deployment::Question::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.
vmware.vcenter.deployment.QuestionTypes.Info vmware::vcenter::deployment::Question::Get | ( | ) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.QuestionTypes.Info> vmware::vcenter::deployment::Question::GetAsync | ( | ) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.QuestionTypes.Info> vmware::vcenter::deployment::Question::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
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. |
Implemented in vmware::vcenter::deployment::QuestionStub.