- style
instanceIsRunning
Checks if a Database Cloud Service instance is running. Property Replacement is performed on the property file. See the File Plugin Guide for information about property replacement.
Environment/Instance Properties
Property Name | Required | Description |
---|---|---|
|
|
|
Project Properties
Property Name | Required | Description |
---|---|---|
|
|
|
Inputs
Input Name | Required | Description |
---|---|---|
FDDB_CLOUD_IDENTITY_DOMAIN | Yes | The identity domain in which to perform operations. |
FDDB_CLOUD_INSTANCE_NAME | Yes | The name of the Database Cloud Service instance. |
FDDB_CLOUD_USERNAME | Yes | The username with which to connect to the Database Cloud Service instance. |
FDDB_CLOUD_PASSWORD | Yes | The password for FDDB_CLOUD_USERNAME. |
Outputs
Output Name | Required | Description |
---|---|---|
FDDB_CLOUD_INSTANCE_IS_RUNNING | No | A boolean value of whether or not the instance is currently running in the identity domain. |
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
Endpoint Execution
This operation will randomly execute on one of the endpoints identified during selection.
- style