Class InstanceGroupMembership
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.is.vpc.v1.model.InstanceGroupMembership
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceGroupMembership
extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceGroupMembership.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The status of the instance group membership - `deleting`: Membership is deleting dependent resources - `failed`: Membership was unable to maintain dependent resources - `healthy`: Membership is active and serving in the group - `pending`: Membership is waiting for dependent resources - `unhealthy`: Membership has unhealthy dependent resources The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future. -
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getCreatedAt
Gets the createdAt. The date and time that the instance group manager policy was created.- Returns:
- the createdAt
-
isDeleteInstanceOnMembershipDelete
Gets the deleteInstanceOnMembershipDelete. If set to true, when deleting the membership the instance will also be deleted.- Returns:
- the deleteInstanceOnMembershipDelete
-
getHref
Gets the href. The URL for this instance group membership.- Returns:
- the href
-
getId
Gets the id. The unique identifier for this instance group membership.- Returns:
- the id
-
getInstance
-
getInstanceTemplate
Gets the instanceTemplate.- Returns:
- the instanceTemplate
-
getName
Gets the name. The name for this instance group membership. The name is unique across all memberships for the instance group.- Returns:
- the name
-
getPoolMember
-
getStatus
Gets the status. The status of the instance group membership - `deleting`: Membership is deleting dependent resources - `failed`: Membership was unable to maintain dependent resources - `healthy`: Membership is active and serving in the group - `pending`: Membership is waiting for dependent resources - `unhealthy`: Membership has unhealthy dependent resources The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.- Returns:
- the status
-
getUpdatedAt
Gets the updatedAt. The date and time that the instance group membership was updated.- Returns:
- the updatedAt
-