Class VolumeHealthReason

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.VolumeHealthReason
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class VolumeHealthReason extends com.ibm.cloud.sdk.core.service.model.GenericModel
VolumeHealthReason.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    A reason code for this health state.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the code.
    Gets the message.
    Gets the moreInfo.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getCode

      public String getCode()
      Gets the code. A reason code 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