Class SLAMetaData

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class SLAMetaData
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Service Level Agreement related metadata.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SLAMetaData.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DRMetaData dr()
      Gets the dr.
      SLAMetaData.Builder newBuilder()
      New builder.
      java.lang.Double provisioning()
      Gets the provisioning.
      java.lang.Double responsiveness()
      Gets the responsiveness.
      java.lang.String tenancy()
      Gets the tenancy.
      java.lang.String terms()
      Gets the terms.
      • 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 Detail

      • newBuilder

        public SLAMetaData.Builder newBuilder()
        New builder.
        Returns:
        a SLAMetaData builder
      • terms

        public java.lang.String terms()
        Gets the terms. Required Service License Agreement Terms of Use.
        Returns:
        the terms
      • tenancy

        public java.lang.String tenancy()
        Gets the tenancy. Required deployment type. Valid values are dedicated, local, or public. It can be Single or Multi tennancy, more specifically on a Server, VM, Physical, or Pod.
        Returns:
        the tenancy
      • provisioning

        public java.lang.Double provisioning()
        Gets the provisioning. Provisioning reliability, for example, 99.95.
        Returns:
        the provisioning
      • responsiveness

        public java.lang.Double responsiveness()
        Gets the responsiveness. Uptime reliability of the service, for example, 99.95.
        Returns:
        the responsiveness
      • dr

        public DRMetaData dr()
        Gets the dr. SLA Disaster Recovery-related metadata.
        Returns:
        the dr