Class PmInfo
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.remotemanagement.PmInfo
@ApiType("SoftLayer_Container_RemoteManagement_PmInfo") public class PmInfo extends Entity
The SoftLayer_Container_RemoteManagement_PmInfo contains pminfo information retrieved from a server's remote management card.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PmInfo.Mask
-
Field Summary
Fields Modifier and Type Field Description protected String
pmInfoId
PmInfo IDprotected boolean
pmInfoIdSpecified
protected String
pmInfoReading
PmInfo Readingprotected boolean
pmInfoReadingSpecified
-
Constructor Summary
Constructors Constructor Description PmInfo()
-
Method Summary
Modifier and Type Method Description String
getPmInfoId()
String
getPmInfoReading()
boolean
isPmInfoIdSpecified()
boolean
isPmInfoReadingSpecified()
void
setPmInfoId(String pmInfoId)
void
setPmInfoReading(String pmInfoReading)
void
unsetPmInfoId()
void
unsetPmInfoReading()
-
Field Details
-
pmInfoId
PmInfo ID -
pmInfoIdSpecified
protected boolean pmInfoIdSpecified -
pmInfoReading
PmInfo Reading -
pmInfoReadingSpecified
protected boolean pmInfoReadingSpecified
-
-
Constructor Details
-
PmInfo
public PmInfo()
-
-
Method Details
-
getPmInfoId
-
setPmInfoId
-
isPmInfoIdSpecified
public boolean isPmInfoIdSpecified() -
unsetPmInfoId
public void unsetPmInfoId() -
getPmInfoReading
-
setPmInfoReading
-
isPmInfoReadingSpecified
public boolean isPmInfoReadingSpecified() -
unsetPmInfoReading
public void unsetPmInfoReading()
-