Improve Collections create and move methods and update documentation
[arvados.git] / sdk / R / man / keep_disks.ping.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/Arvados.R
3 \name{keep_disks.ping}
4 \alias{keep_disks.ping}
5 \title{keep_disks.ping}
6 \usage{
7 arv$keep_disks.ping(uuid = NULL,
8         ping_secret, node_uuid = NULL, filesystem_uuid = NULL,
9         service_host = NULL, service_port, service_ssl_flag)
10 }
11 \arguments{
12 \item{uuid}{}
13
14 \item{ping_secret}{}
15
16 \item{node_uuid}{}
17
18 \item{filesystem_uuid}{}
19
20 \item{service_host}{}
21
22 \item{service_port}{}
23
24 \item{service_ssl_flag}{}
25 }
26 \value{
27 KeepDisk object.
28 }
29 \description{
30 keep_disks.ping is a method defined in Arvados class.
31 }