Learn R Programming

ECSFargateProvider (version 1.0.0)

getDockerInstanceStatus,ECSFargateProvider-method: Get the instance status

Description

Get the instance status

Usage

# S4 method for ECSFargateProvider
getDockerInstanceStatus(provider, instanceHandles, verbose = 0L)

Arguments

provider

S4 CloudProvider object. The service provider.

instanceHandles

List. A list of instance handles.

verbose

Integer. The verbose level, default 1.

Value

A character vector with each element corresponding to an instance in instanceHandles. Each element must be one of three possible characters "initializing", "running" or "stopped"