CloudSystemInstance: CloudSystemInstance

CloudSystemInstanceR Documentation

CloudSystemInstance

Description

CloudSystemInstance

CloudSystemInstance

Format

R6Class object.

Value

Object of R6Class for modelling an CloudSystemInstance

Public fields

id

system identifier

refid

system reference identifier

instance

system instance

Methods

Public methods


Method new()

Initialize a cloud system instance

Usage
CloudSystemInstance$new(id, refid, ...)
Arguments
id

instance identifier

refid

cloud system reference identifier

...

arguments to set for the system instance


Method getId()

Get Id

Usage
CloudSystemInstance$getId()
Returns

the system instance identifier


Method getInstance()

Get system instance

Usage
CloudSystemInstance$getInstance()
Returns

the system instance


Method clone()

The objects of this class are cloneable with this method.

Usage
CloudSystemInstance$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


eblondel/cloud4R documentation built on May 28, 2022, 7:21 p.m.