Package kubevirt.io
Class V1VirtualMachineStateChangeRequest
java.lang.Object
kubevirt.io.V1VirtualMachineStateChangeRequest
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1VirtualMachineStateChangeRequest
extends Object
V1VirtualMachineStateChangeRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates the type of action that is requested.getUid()Indicates the UUID of an existing Virtual Machine Instance that this change request applies to -- if applicableinthashCode()voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
action
-
uid
-
-
Constructor Details
-
V1VirtualMachineStateChangeRequest
public V1VirtualMachineStateChangeRequest()
-
-
Method Details
-
action
-
getAction
Indicates the type of action that is requested. e.g. Start or Stop- Returns:
- action
-
setAction
-
uid
-
getUid
Indicates the UUID of an existing Virtual Machine Instance that this change request applies to -- if applicable- Returns:
- uid
-
setUid
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-