public static enum RDSInstance.RDSInstanceDisplayPropertyToken extends Enum<RDSInstance.RDSInstanceDisplayPropertyToken> implements com.cloudera.director.spi.v1.model.DisplayPropertyToken
Enum Constant and Description |
---|
ALLOCATED_STORAGE
The allocated storage size in gigabytes.
|
AUTO_MINOR_VERSION_UPGRADE
Whether minor version patches are applied automatically.
|
AVAILABILITY_ZONE
The name of the Availability Zone the DB instance is located in.
|
BACKUP_RETENTION_PERIOD
The number of days for which automatic DB snapshots are retained.
|
CHARACTER_SET_NAME
The name of the character set that the instance is associated with.
|
DB_INSTANCE_CLASS
The name of the compute and memory capacity class of the DB instance.
|
DB_INSTANCE_IDENTIFIER
The user-supplied database identifier.
|
DB_INSTANCE_STATUS
The current state of the database server.
|
DB_NAME |
DBI_RESOURCE_ID
If StorageEncrypted is true, the region-unique, immutable identifier for the encrypted DB instance.
|
ENGINE |
ENGINE_VERSION |
INSTANCE_CREATE_TIME |
IOPS |
KMS_KEY_ID
If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.
|
LATEST_RESTORABLE_TIME |
LICENSE_MODEL |
MASTER_USERNAME |
MULTI_AZ |
PREFERRED_BACKUP_WINDOW |
PREFERRED_MAINTENANCE_WINDOW |
PUBLICLY_ACCESSIBLE |
READ_REPLICA_DB_INSTANCE_IDENTIFIERS |
READ_REPLICA_SOURCE_DB_INSTANCE_IDENTIFIER |
SECONDARY_AVAILABILITY_ZONE |
STORAGE_ENCRYPTED
Whether the DB instance is encrypted.
|
STORAGE_TYPE
The storage type associated with the DB instance.
|
TDE_CREDENTIAL_ARN
The ARN from the Key Store with which the instance is associated for TDE encryption.
|
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getPropertyValue(com.amazonaws.services.rds.model.DBInstance instance) |
com.cloudera.director.spi.v1.model.DisplayProperty |
unwrap() |
static RDSInstance.RDSInstanceDisplayPropertyToken |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDSInstance.RDSInstanceDisplayPropertyToken[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSInstance.RDSInstanceDisplayPropertyToken ALLOCATED_STORAGE
public static final RDSInstance.RDSInstanceDisplayPropertyToken AUTO_MINOR_VERSION_UPGRADE
public static final RDSInstance.RDSInstanceDisplayPropertyToken AVAILABILITY_ZONE
public static final RDSInstance.RDSInstanceDisplayPropertyToken BACKUP_RETENTION_PERIOD
public static final RDSInstance.RDSInstanceDisplayPropertyToken CHARACTER_SET_NAME
public static final RDSInstance.RDSInstanceDisplayPropertyToken DB_INSTANCE_CLASS
public static final RDSInstance.RDSInstanceDisplayPropertyToken DB_INSTANCE_IDENTIFIER
public static final RDSInstance.RDSInstanceDisplayPropertyToken DB_INSTANCE_STATUS
public static final RDSInstance.RDSInstanceDisplayPropertyToken DBI_RESOURCE_ID
public static final RDSInstance.RDSInstanceDisplayPropertyToken DB_NAME
public static final RDSInstance.RDSInstanceDisplayPropertyToken ENGINE
public static final RDSInstance.RDSInstanceDisplayPropertyToken ENGINE_VERSION
public static final RDSInstance.RDSInstanceDisplayPropertyToken INSTANCE_CREATE_TIME
public static final RDSInstance.RDSInstanceDisplayPropertyToken IOPS
public static final RDSInstance.RDSInstanceDisplayPropertyToken KMS_KEY_ID
public static final RDSInstance.RDSInstanceDisplayPropertyToken LATEST_RESTORABLE_TIME
public static final RDSInstance.RDSInstanceDisplayPropertyToken LICENSE_MODEL
public static final RDSInstance.RDSInstanceDisplayPropertyToken MASTER_USERNAME
public static final RDSInstance.RDSInstanceDisplayPropertyToken MULTI_AZ
public static final RDSInstance.RDSInstanceDisplayPropertyToken PREFERRED_BACKUP_WINDOW
public static final RDSInstance.RDSInstanceDisplayPropertyToken PREFERRED_MAINTENANCE_WINDOW
public static final RDSInstance.RDSInstanceDisplayPropertyToken PUBLICLY_ACCESSIBLE
public static final RDSInstance.RDSInstanceDisplayPropertyToken READ_REPLICA_DB_INSTANCE_IDENTIFIERS
public static final RDSInstance.RDSInstanceDisplayPropertyToken READ_REPLICA_SOURCE_DB_INSTANCE_IDENTIFIER
public static final RDSInstance.RDSInstanceDisplayPropertyToken SECONDARY_AVAILABILITY_ZONE
public static final RDSInstance.RDSInstanceDisplayPropertyToken STORAGE_ENCRYPTED
public static final RDSInstance.RDSInstanceDisplayPropertyToken STORAGE_TYPE
public static final RDSInstance.RDSInstanceDisplayPropertyToken TDE_CREDENTIAL_ARN
public static RDSInstance.RDSInstanceDisplayPropertyToken[] values()
for (RDSInstance.RDSInstanceDisplayPropertyToken c : RDSInstance.RDSInstanceDisplayPropertyToken.values()) System.out.println(c);
public static RDSInstance.RDSInstanceDisplayPropertyToken valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullprotected abstract String getPropertyValue(com.amazonaws.services.rds.model.DBInstance instance)
public com.cloudera.director.spi.v1.model.DisplayProperty unwrap()
unwrap
in interface com.cloudera.director.spi.v1.model.DisplayPropertyToken
Copyright © 2016. All rights reserved.