Package com.ibm.cloud.is.vpc.v1.model
Class ReservationStatusReason
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.ReservationStatusReason
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ReservationStatusReason extends com.ibm.cloud.sdk.core.service.model.GenericModel
ReservationStatusReason.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ReservationStatusReason.Code
A snake case string succinctly identifying the status reason.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Gets the code.String
getMessage()
Gets the message.String
getMoreInfo()
Gets the moreInfo.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the code. A snake case string succinctly identifying the status reason. The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the code
-
getMessage
public String getMessage()
Gets the message. An explanation of the status reason.- Returns:
- the message
-
getMoreInfo
public String getMoreInfo()
Gets the moreInfo. Link to documentation about this status reason.- Returns:
- the moreInfo
-
-