Package com.ibm.cloud.is.vpc.v1.model
Class InstanceGroupManagerPolicy
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceGroupManagerPolicy
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy
public class InstanceGroupManagerPolicy extends com.ibm.cloud.sdk.core.service.model.GenericModelInstanceGroupManagerPolicy. Classes which extend this class: - InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceGroupManagerPolicy.MetricTypeThe type of metric to be evaluated.static interfaceInstanceGroupManagerPolicy.PolicyTypeThe type of policy for the instance group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetCreatedAt()Gets the createdAt.StringgetHref()Gets the href.StringgetId()Gets the id.StringgetMetricType()Gets the metricType.LonggetMetricValue()Gets the metricValue.StringgetName()Gets the name.StringgetPolicyType()Gets the policyType.DategetUpdatedAt()Gets the updatedAt.
-
-
-
Method Detail
-
getCreatedAt
public Date getCreatedAt()
Gets the createdAt. The date and time that the instance group manager policy was created.- Returns:
- the createdAt
-
getHref
public String getHref()
Gets the href. The URL for this instance group manager policy.- Returns:
- the href
-
getId
public String getId()
Gets the id. The unique identifier for this instance group manager policy.- Returns:
- the id
-
getName
public String getName()
Gets the name. The name for this instance group manager policy. The name is unique across all policies for the instance group manager.- Returns:
- the name
-
getUpdatedAt
public Date getUpdatedAt()
Gets the updatedAt. The date and time that the instance group manager policy was updated.- Returns:
- the updatedAt
-
getMetricType
public String getMetricType()
Gets the metricType. The type of metric to be evaluated.- Returns:
- the metricType
-
getMetricValue
public Long getMetricValue()
Gets the metricValue. The metric value to be evaluated.- Returns:
- the metricValue
-
getPolicyType
public String getPolicyType()
Gets the policyType. The type of policy for the instance group.- Returns:
- the policyType
-
-