org.jclouds.vcloud.director.v1_5.domain
Class VmPendingQuestion
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.Resource
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
| Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource |
logger |
VmPendingQuestion
protected VmPendingQuestion()
VmPendingQuestion
public VmPendingQuestion(VmPendingQuestion.Builder<?> builder)
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.