org.jclouds.vcloud.director.v1_5.domain
Class VmPendingQuestion

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.VmPendingQuestion

public class VmPendingQuestion
extends Resource

Represents a question which vSphere issued for a VM in a stuck state(WAITING_FOR_INPUT). It has a question element, a question ID element, and a list of choices with at least one element.

 <complexType name="VmPendingQuestion" />
 

Author:
grkvlt@apache.org

Nested Class Summary
static class VmPendingQuestion.Builder<B extends VmPendingQuestion.Builder<B>>
           
 
Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected VmPendingQuestion()
           
  VmPendingQuestion(VmPendingQuestion.Builder<?> builder)
           
 
Method Summary
static VmPendingQuestion.Builder<?> builder()
           
 boolean equals(Object o)
           
 List<VmQuestionAnswerChoice> getChoices()
          Gets the value of the choices property.
 String getQuestion()
          Gets the value of the question property.
 String getQuestionId()
          Gets the value of the questionId property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 VmPendingQuestion.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VmPendingQuestion

protected VmPendingQuestion()

VmPendingQuestion

public VmPendingQuestion(VmPendingQuestion.Builder<?> builder)
Method Detail

builder

public static VmPendingQuestion.Builder<?> builder()

toBuilder

public VmPendingQuestion.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getQuestion

public String getQuestion()
Gets the value of the question property.


getQuestionId

public String getQuestionId()
Gets the value of the questionId property.


getChoices

public List<VmQuestionAnswerChoice> getChoices()
Gets the value of the choices property.


equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


Copyright © 2009-2012 jclouds. All Rights Reserved.