public class QueryVirtualServerResult
extends java.lang.Object
An object containing results from a QueryVirtualServer native call to z/OS SYSEVENT QVS.
For more information on SYSEVENT QVS, please refer to "z/OS MVS Authorized Assembler Services Reference SET-WTO".
QueryVirtualServer| Modifier and Type | Field and Description |
|---|---|
static int |
CEC_CAPACITY_STATUS_NOMINAL
Machine is running at nomimal capacity
|
static int |
CEC_CAPACITY_STATUS_REDEXTCOND
Machine is running with reduced capacity due to an exception condition external to the machine (e.g.
|
static int |
CEC_CAPACITY_STATUS_REDMACHEX
Machine is running with reduced capacity due to a machine exception condition (e.g.
|
static int |
CEC_CAPACITY_STATUS_REDMACHNOEX
Machine is running with reduced capacity due to a non-exception machine condition (e.g.
|
static int |
CEC_CAPACITY_STATUS_REDMANUAL
Machine is running with reduced capacity due to the setting of a manual control
|
static int |
CEC_CAPACITY_STATUS_UNDEFINED
Capacity status is undefined (not supported by hardware)
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCecCapacity() |
int |
getCecCapacityStatus() |
java.lang.String |
getCecMachineType() |
java.lang.String |
getCecManufacturerName() |
java.lang.String |
getCecModelId() |
java.lang.String |
getCecPlantOfManufacture() |
java.lang.String |
getCecSequenceCode() |
long |
getImageCapacity() |
int |
getImageLparId() |
java.lang.String |
getImageLparName() |
int |
getVersion()
Answer the Query Virtual Server (QVS) result version number.
|
long |
getVmCapacity() |
java.lang.String |
getVmName() |
boolean |
isCecValid() |
boolean |
isImageValid() |
boolean |
isVmValid() |
public static final int CEC_CAPACITY_STATUS_UNDEFINED
public static final int CEC_CAPACITY_STATUS_NOMINAL
public static final int CEC_CAPACITY_STATUS_REDMANUAL
public static final int CEC_CAPACITY_STATUS_REDMACHEX
public static final int CEC_CAPACITY_STATUS_REDMACHNOEX
public static final int CEC_CAPACITY_STATUS_REDEXTCOND
public int getVersion()
public boolean isCecValid()
public boolean isImageValid()
public boolean isVmValid()
public int getCecCapacityStatus()
public java.lang.String getCecMachineType()
public java.lang.String getCecModelId()
public java.lang.String getCecSequenceCode()
public java.lang.String getCecManufacturerName()
public java.lang.String getCecPlantOfManufacture()
public long getCecCapacity()
public java.lang.String getImageLparName()
public int getImageLparId()
public long getImageCapacity()
public java.lang.String getVmName()
public long getVmCapacity()