stopInstance (OCI)
Stops an OCI instance that is running
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCI Account Code |
| N1 | OCI account with all the required properties like Tenancy Id, User OCID, Private Key, etc. |
OCI Region |
| N1 | OCI region where instances are managed |
1 - Property must be defined either by a Target property or by the corresponding plugin input. If both are defined, input will take precedence.
Cloud Account Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
OCI Tenancy Id |
| Y | The tenancy Id of the Oracle Cloud account used to connect |
OCI User OCID |
| Y | The OCID of the user used to connect to Oracle Cloud |
OCI Private Key |
| Y | The private key to use for authentication |
OCI Key Fingerprint |
| Y | The fingerprint of the key being used for authentication |
OCI Private Key Passphrase |
| N | A passphrase for the private key if required |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
OCI Account |
| N2 | OCI account with all the required properties like Tenancy Id, User OCID, Private Key, etc. |
OCI Region |
| N2 | OCI region where instances are managed |
OCI Compartment Name |
| N | OCI compartment where instances are managed. Leave blank for root compartment. For example, Sandbox |
OCI Instance Name |
| Y | OCI instance name. For example, soaoci01 |
2 - Input must be defined either by a plugin input or by the corresponding Target property. If both are defined, input will take precedence.
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the Target.
Endpoint ExecutionÂ
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Java 8 is required for this plugin operation.
- style