public class HealthOfTheEC2Account extends Object
This method provides a summary of the health in the EC2 account being managed. Values for the overall account are provided, broken down by Region, Availability Zone and Instance Type.
See http://schemas.taskcluster.net/ec2-manager/v1/health.json#
| Modifier and Type | Class and Description |
|---|---|
class |
HealthOfTheEC2Account.Var1 |
class |
HealthOfTheEC2Account.Var2 |
class |
HealthOfTheEC2Account.Var3 |
| Modifier and Type | Field and Description |
|---|---|
HealthOfTheEC2Account.Var1[] |
requestHealth
|
HealthOfTheEC2Account.Var2[] |
running
An overview of currently running instancesSee http://schemas.taskcluster.net/ec2-manager/v1/health.json#/properties/running
|
HealthOfTheEC2Account.Var3[] |
terminationHealth
|
| Constructor and Description |
|---|
HealthOfTheEC2Account() |
public HealthOfTheEC2Account.Var1[] requestHealth
public HealthOfTheEC2Account.Var2[] running
An overview of currently running instances
See http://schemas.taskcluster.net/ec2-manager/v1/health.json#/properties/running
public HealthOfTheEC2Account.Var3[] terminationHealth
Copyright © 2014–2018 Mozilla. All rights reserved.