public class VCpuPin extends Object
Java class for VCpuPin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VCpuPin">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="vcpu" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="cpu_set" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
VCpuPin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCpuSet()
Gets the value of the cpuSet property.
|
int |
getVcpu()
Gets the value of the vcpu property.
|
boolean |
isSetCpuSet() |
boolean |
isSetVcpu() |
void |
setCpuSet(String value)
Sets the value of the cpuSet property.
|
void |
setVcpu(int value)
Sets the value of the vcpu property.
|
public int getVcpu()
public void setVcpu(int value)
public boolean isSetVcpu()
public String getCpuSet()
Stringpublic void setCpuSet(String value)
value - allowed object is
Stringpublic boolean isSetCpuSet()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0