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.GenericModel
InstanceGroupManagerPolicy. Classes which extend this class: - InstanceGroupManagerPolicyInstanceGroupManagerTargetPolicy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceGroupManagerPolicy.MetricType
The type of metric to be evaluated The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.static interface
InstanceGroupManagerPolicy.PolicyType
The type of policy for the instance group The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getCreatedAt()
Gets the createdAt.String
getHref()
Gets the href.String
getId()
Gets the id.String
getMetricType()
Gets the metricType.Long
getMetricValue()
Gets the metricValue.String
getName()
Gets the name.String
getPolicyType()
Gets the policyType.Date
getUpdatedAt()
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 The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- 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 The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the policyType
-
-