Package kubevirt.io
Class V1VirtualMachineInstancePresetSpec
java.lang.Object
kubevirt.io.V1VirtualMachineInstancePresetSpec
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1VirtualMachineInstancePresetSpec
extends Object
V1VirtualMachineInstancePresetSpec
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomain(V1DomainSpec domain) booleanDomain is the same object type as contained in VirtualMachineInstanceSpecSelector is a label query over a set of VMIs.inthashCode()selector(V1LabelSelector selector) voidsetDomain(V1DomainSpec domain) voidsetSelector(V1LabelSelector selector) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
domain
-
selector
-
-
Constructor Details
-
V1VirtualMachineInstancePresetSpec
public V1VirtualMachineInstancePresetSpec()
-
-
Method Details
-
domain
-
getDomain
Domain is the same object type as contained in VirtualMachineInstanceSpec- Returns:
- domain
-
setDomain
-
selector
-
getSelector
Selector is a label query over a set of VMIs. Required.- Returns:
- selector
-
setSelector
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-