Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / Container.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{Container}
4 \alias{Container}
5 \title{Container}
6 \description{
7 Container
8 }
9 \section{Usage}{
10
11 \preformatted{container -> Container$new(uuid = NULL,
12         etag = NULL, owner_uuid = NULL, created_at = NULL,
13         modified_at = NULL, modified_by_client_uuid = NULL,
14         modified_by_user_uuid = NULL, state = NULL, started_at = NULL,
15         finished_at = NULL, log = NULL, environment = NULL,
16         cwd = NULL, command = NULL, output_path = NULL, mounts = NULL,
17         runtime_constraints = NULL, output = NULL, container_image = NULL,
18         progress = NULL, priority = NULL, updated_at = NULL,
19         exit_code = NULL, auth_uuid = NULL, locked_by_uuid = NULL,
20         scheduling_parameters = NULL)
21 }
22 }
23
24 \section{Arguments}{
25
26   \describe{
27     \item{uuid}{Object ID.}
28     \item{etag}{Object version.}
29     \item{uuid}{}
30     \item{owner_uuid}{}
31     \item{created_at}{}
32     \item{modified_at}{}
33     \item{modified_by_client_uuid}{}
34     \item{modified_by_user_uuid}{}
35     \item{state}{}
36     \item{started_at}{}
37     \item{finished_at}{}
38     \item{log}{}
39     \item{environment}{}
40     \item{cwd}{}
41     \item{command}{}
42     \item{output_path}{}
43     \item{mounts}{}
44     \item{runtime_constraints}{}
45     \item{output}{}
46     \item{container_image}{}
47     \item{progress}{}
48     \item{priority}{}
49     \item{updated_at}{}
50     \item{exit_code}{}
51     \item{auth_uuid}{}
52     \item{locked_by_uuid}{}
53     \item{scheduling_parameters}{}
54   }
55 }
56