Start instances
step
Starts a provided set of OCI Compute instances.
oci-compute-step-instances-start
This OCI Compute step container requests that the a set of given instances start immediately.
Starts a provided set of OCI Compute instances.
oci
oci.
connection
oci.
region
instanceIDs[]
This OCI Compute step container requests that the a set of given instances start immediately.
1name: oci-compute-start-instances2image: relaysh/oci-compute-step-instances-start3spec:4 oci:5 connection: !Connection { type: oci, name: my-oci-account }6 region: !Parameter ociRegion7 instanceIDs:8 - !Parameter instance-id9
1name: oci-compute-start-instances2image: relaysh/oci-compute-step-instances-start3spec:4 oci:5 connection: !Connection { type: oci, name: my-oci-account }6 region: !Parameter ociRegion7 instanceIDs:8 - i-0123456789abcdef09 - i-abcdef0123456789a10