Class SLAMetaData
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.global_catalog.v1.model.SLAMetaData
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SLAMetaData extends com.ibm.cloud.sdk.core.service.model.GenericModelService Level Agreement related metadata.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSLAMetaData.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DRMetaDatadr()Gets the dr.SLAMetaData.BuildernewBuilder()New builder.java.lang.Doubleprovisioning()Gets the provisioning.java.lang.Doubleresponsiveness()Gets the responsiveness.java.lang.Stringtenancy()Gets the tenancy.java.lang.Stringterms()Gets the terms.
-
-
-
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
-
-