VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::deployment::QuestionStub Class Reference

Remote stub implementation of the Question API service. More...

Inherits vmware::vcenter::deployment::Question.

List of all members.

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.

Detailed Description

Remote stub implementation of the Question API service.


Constructor & Destructor Documentation

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]

Member Function Documentation

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.

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.

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.

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

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.

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

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

Implements vmware::vcenter::deployment::Question.


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