Package | Description |
---|---|
com.cloudera.director.aws.rds |
Modifier and Type | Method and Description |
---|---|
static RDSStatus |
RDSStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSStatus |
RDSStatus.valueOfRDSString(String s)
Gets the enum with the given RDS string value.
|
static RDSStatus[] |
RDSStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RDSInstanceState |
RDSInstanceState.fromRdsStatus(RDSStatus rdsStatus)
Returns the Director instance state for the specified RDS status.
|
Constructor and Description |
---|
RDSInstanceState(com.cloudera.director.spi.v1.model.InstanceStatus instanceStatus,
RDSStatus instanceStateDetails)
Creates an RDS instance state with the specified parameters.
|
Copyright © 2016. All rights reserved.