Package com.ibm.cloud.is.vpc.v1.model
Class VPCHealthReason
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.VPCHealthReason
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class VPCHealthReason extends com.ibm.cloud.sdk.core.service.model.GenericModelVPCHealthReason.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVPCHealthReason.CodeA snake case string succinctly identifying the reason for this health state.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCode()Gets the code.StringgetMessage()Gets the message.StringgetMoreInfo()Gets the moreInfo.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the code. A snake case string succinctly identifying the reason for this health state.- Returns:
- the code
-
getMessage
public String getMessage()
Gets the message. An explanation of the reason for this health state.- Returns:
- the message
-
getMoreInfo
public String getMoreInfo()
Gets the moreInfo. Link to documentation about the reason for this health state.- Returns:
- the moreInfo
-
-