createInstance (JCS)
Create a Java Cloud Service instance, along with its WebLogic components, Load Balancer, and DataGrid. Property Replacement is performed on the property file. See Property Replacement Support for information about property replacement.
See the appendix for information about formatting the properties file.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Identity Domain |
| Yes | The identity domain of the Java Cloud Service instance. |
URL Prefix |
| No | The region prefix of the JCS REST resources. Defaults to jaas. |
Instance Name |
| Yes | The name of the Java Cloud Service instance. |
Username |
| Yes | The username to connect to the Java Cloud Service instance with. |
Password |
| Yes | The password for |
Timeout |
| No | The number of minutes to wait for the instance to start. If the number of minutes is exceeded, the operation will exit with a failure. Defaults to 60 minutes. |
Property File |
| Yes | The path to the properties file that describes the instance to be created. |
Outputs
Output Name | Required | Description |
---|---|---|
Artifacts
This operation consumes a property file artifact.
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.
Special Considerations
The Appendix has information on how to setup the properties file. The properties file is closely based on the Oracle REST Services. If you need more information than is found in this guide, please see the Oracle documentation.
- style