CloudManager: CloudManager

CloudManagerR Documentation

CloudManager

Description

CloudManager

CloudManager

Format

R6Class object.

Value

Object of R6Class for modelling an CloudManager

Super class

cloud4R::cloud4RLogger -> CloudManager

Public fields

system_instances

one or more cloud systems

Methods

Public methods

Inherited methods

Method new()

Initialize the cloud manager

Usage
CloudManager$new(..., logger = NULL)
Arguments
...

one or more system instances, objects of class CloudSystemInstance

logger

logger


Method getSystemInstances()

Get system instances

Usage
CloudManager$getSystemInstances()
Returns

a list of objects of class CloudSystemInstance


Method clone()

The objects of this class are cloneable with this method.

Usage
CloudManager$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Note

Main user class to be used with cloud4R

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>


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