Class MetricsProperties
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.MetricsProperties
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class MetricsProperties extends com.ibm.cloud.sdk.core.service.model.GenericModel
User defined metadata that is associated with the `metrics` instance policy type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetricsProperties.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
enabled()
Gets the enabled.MetricsProperties.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public MetricsProperties.Builder newBuilder()
New builder.- Returns:
- a MetricsProperties builder
-
enabled
public Boolean enabled()
Gets the enabled. If set to `true`, Key Protect will send service instance metrics to your [Cloud Monitoring With Sysdig](/docs/Monitoring-with-Sysdig?topic=Monitoring-with-Sysdig-getting-started) monitoring instance. By default, sending metrics to your [Cloud Monitoring With Sysdig](/docs/Monitoring-with-Sysdig?topic=Monitoring-with-Sysdig-getting-started) monitoring instance is disabled. **Note:** A metrics policy will add an additional metrics source to your [Cloud Monitoring With Sysdig](/docs/Monitoring-with-Sysdig?topic=Monitoring-with-Sysdig-getting-started) monitoring instance. For more information, see [Enabling Platform Metrics](/docs/Monitoring-with-Sysdig?topic=Monitoring-with-Sysdig-platform_metrics_enabling) for more information.- Returns:
- the enabled
-
-