VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::Question Interface Reference

The Question interface provides methods to get the question raised during deployment and to answer them. More...

Inherited by vmware::vcenter::deployment::QuestionStub.

List of all members.

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.

Detailed Description

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.


Member Function Documentation

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif answer file could not be created.
Parameters:
specAnswerSpec 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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif answer file could not be created.
Parameters:
specAnswerSpec with the answer to the raised question.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif answer file could not be created.
Parameters:
specAnswerSpec with the answer to the raised question.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.InvalidArgumentif passed arguments are invalid.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is NOT in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif answer file could not be created.
Parameters:
specAnswerSpec 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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif questions could not be retrieved although the appliance is in QUESTION_RAISED state.
Returns:
Info structure containing the question.

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif questions could not be retrieved although the appliance is in QUESTION_RAISED state.
Returns:
Info structure containing the question.

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif questions could not be retrieved although the appliance is in QUESTION_RAISED state.
Returns:
Info structure containing the question.

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.

Exceptions:
vmware.vapi.std.errors.Unauthenticatedif the caller is not authenticated.
vmware.vapi.std.errors.NotAllowedInCurrentStateif the appliance is not in QUESTION_RAISED state.
vmware.vapi.std.errors.InternalServerErrorif questions could not be retrieved although the appliance is in QUESTION_RAISED state.
Returns:
Info structure containing the question.

Implemented in vmware::vcenter::deployment::QuestionStub.


The documentation for this interface was generated from the following file: