terminateInstances
terminateInstances method allows you to terminate only the BMC Cloud Lifecycle Management services whose servers are mapped to AWS VMs.
This operation can be performed by specifying either of following:
- Service ID(s) from BMC Cloud Lifecycle Management.
- Service name(s) from BMC Cloud Lifecycle Management.
- Server instance ID(s) from BMC Cloud Lifecycle Management.
The following table depicts how terminateInstances method is used:
Before you begin
Prior to using this CLM AWS SDK method, ensure that the following prerequisites are met:
- You have supplied the configuration parameters to the CLMEC2Client constructor or have specified in the configuration file. See CLM AWS SDK syntax and usage for details.
- Supply either of the three:
- List of valid server ids from BMC Cloud Lifecycle Management. You can obtain the server ids using the getInstanceId() method of com.bmc.cloud.sdk.aws.model.ServerInstance
- List of valid service ids from BMC Cloud Lifecycle Management. You can obtain the service ids using the getServiceId() method of com.bmc.cloud.sdk.aws.model.ServerInstance
- List of valid service names from BMC Cloud Lifecycle Management. You can obtain the service names using the getServiceName() method of com.bmc.cloud.sdk.aws.model.ServerInstance
Request
Using com.amazonaws.services.ec2.model.TerminateInstancesRequest
Using com.bmc.cloud.sdk.aws.model.TerminateServicesRequest
Extends: com.amazonaws.services.ec2.model.TerminateInstancesRequest
Response
com.amazonaws.services.ec2.model.TerminateInstancesResult
Extends: None
Method | Belongs To | Usage as per AWS SDK | Usage as per CLM AWS SDK | Remarks |
---|---|---|---|---|
getTerminatingInstances() | AWS |
|
| PENDING,RUNNING, |
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*