public class ClusterParameterStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the status of a parameter group.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
parameterApplyErrorDescription
The error that prevented the parameter from being applied to the
database.
|
private java.lang.String |
parameterApplyStatus
The status of the parameter that indicates whether the parameter is in
sync with the database, waiting for a cluster reboot, or encountered an
error when being applied.
|
private java.lang.String |
parameterName
The name of the parameter.
|
Constructor and Description |
---|
ClusterParameterStatus() |
Modifier and Type | Method and Description |
---|---|
ClusterParameterStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterApplyErrorDescription()
The error that prevented the parameter from being applied to the
database.
|
java.lang.String |
getParameterApplyStatus()
The status of the parameter that indicates whether the parameter is in
sync with the database, waiting for a cluster reboot, or encountered an
error when being applied.
|
java.lang.String |
getParameterName()
The name of the parameter.
|
int |
hashCode() |
void |
setParameterApplyErrorDescription(java.lang.String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the
database.
|
void |
setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of the parameter that indicates whether the parameter is in
sync with the database, waiting for a cluster reboot, or encountered an
error when being applied.
|
void |
setParameterName(java.lang.String parameterName)
The name of the parameter.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterStatus |
withParameterApplyErrorDescription(java.lang.String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the
database.
|
ClusterParameterStatus |
withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of the parameter that indicates whether the parameter is in
sync with the database, waiting for a cluster reboot, or encountered an
error when being applied.
|
ClusterParameterStatus |
withParameterName(java.lang.String parameterName)
The name of the parameter.
|
private java.lang.String parameterName
The name of the parameter.
private java.lang.String parameterApplyStatus
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be applied
after the cluster reboots.applying
: The parameter value is being applied to the
database.invalid-parameter
: Cannot apply the parameter value
because it has an invalid value or syntax.apply-deferred
: The parameter contains static property
changes. The changes are deferred until the cluster reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change right
now. The change will be applied after the cluster reboots.private java.lang.String parameterApplyErrorDescription
The error that prevented the parameter from being applied to the database.
public void setParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public java.lang.String getParameterName()
The name of the parameter.
public ClusterParameterStatus withParameterName(java.lang.String parameterName)
The name of the parameter.
parameterName
- The name of the parameter.public void setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be applied
after the cluster reboots.applying
: The parameter value is being applied to the
database.invalid-parameter
: Cannot apply the parameter value
because it has an invalid value or syntax.apply-deferred
: The parameter contains static property
changes. The changes are deferred until the cluster reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change right
now. The change will be applied after the cluster reboots.parameterApplyStatus
- The status of the parameter that indicates whether the parameter
is in sync with the database, waiting for a cluster reboot, or
encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be
applied after the cluster reboots.applying
: The parameter value is being applied to
the database.invalid-parameter
: Cannot apply the parameter
value because it has an invalid value or syntax.apply-deferred
: The parameter contains static
property changes. The changes are deferred until the cluster
reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change
right now. The change will be applied after the cluster reboots.public java.lang.String getParameterApplyStatus()
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be applied
after the cluster reboots.applying
: The parameter value is being applied to the
database.invalid-parameter
: Cannot apply the parameter value
because it has an invalid value or syntax.apply-deferred
: The parameter contains static property
changes. The changes are deferred until the cluster reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change right
now. The change will be applied after the cluster reboots.The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be
applied after the cluster reboots.applying
: The parameter value is being applied
to the database.invalid-parameter
: Cannot apply the parameter
value because it has an invalid value or syntax.apply-deferred
: The parameter contains static
property changes. The changes are deferred until the cluster
reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change
right now. The change will be applied after the cluster reboots.public ClusterParameterStatus withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of the parameter that indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be applied
after the cluster reboots.applying
: The parameter value is being applied to the
database.invalid-parameter
: Cannot apply the parameter value
because it has an invalid value or syntax.apply-deferred
: The parameter contains static property
changes. The changes are deferred until the cluster reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change right
now. The change will be applied after the cluster reboots.parameterApplyStatus
- The status of the parameter that indicates whether the parameter
is in sync with the database, waiting for a cluster reboot, or
encountered an error when being applied.
The following are possible statuses and descriptions.
in-sync
: The parameter value is in sync with the
database.pending-reboot
: The parameter value will be
applied after the cluster reboots.applying
: The parameter value is being applied to
the database.invalid-parameter
: Cannot apply the parameter
value because it has an invalid value or syntax.apply-deferred
: The parameter contains static
property changes. The changes are deferred until the cluster
reboots.apply-error
: Cannot connect to the cluster. The
parameter change will be applied after the cluster reboots.unknown-error
: Cannot apply the parameter change
right now. The change will be applied after the cluster reboots.public void setParameterApplyErrorDescription(java.lang.String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.
parameterApplyErrorDescription
- The error that prevented the parameter from being applied to the
database.public java.lang.String getParameterApplyErrorDescription()
The error that prevented the parameter from being applied to the database.
public ClusterParameterStatus withParameterApplyErrorDescription(java.lang.String parameterApplyErrorDescription)
The error that prevented the parameter from being applied to the database.
parameterApplyErrorDescription
- The error that prevented the parameter from being applied to the
database.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ClusterParameterStatus clone()
clone
in class java.lang.Object