class ManagedInstance extends Collection (View source)

Properties

protected $collection_key
string $currentAction
string $id
string $instance
protected $instanceHealthType
protected $instanceHealthDataType
string $instanceStatus
protected $lastAttemptType
protected $lastAttemptDataType
string $name
protected $preservedStateFromConfigType
protected $preservedStateFromConfigDataType
protected $preservedStateFromPolicyType
protected $preservedStateFromPolicyDataType
protected $versionType
protected $versionDataType

Methods

setCurrentAction($currentAction)

No description

string
getCurrentAction()

No description

setId($id)

No description

string
getId()

No description

setInstance($instance)

No description

string
getInstance()

No description

setInstanceHealth($instanceHealth)

No description

setInstanceStatus($instanceStatus)

No description

string
getInstanceStatus()

No description

setLastAttempt(ManagedInstanceLastAttempt $lastAttempt)

No description

setName($name)

No description

string
getName()

No description

setPreservedStateFromConfig(PreservedState $preservedStateFromConfig)

No description

setPreservedStateFromPolicy(PreservedState $preservedStateFromPolicy)

No description

setVersion(ManagedInstanceVersion $version)

No description

Details

setCurrentAction($currentAction)

No description

Parameters

$currentAction

string getCurrentAction()

No description

Return Value

string

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setInstance($instance)

No description

Parameters

$instance

string getInstance()

No description

Return Value

string

setInstanceHealth($instanceHealth)

No description

Parameters

$instanceHealth

ManagedInstanceInstanceHealth[] getInstanceHealth()

No description

setInstanceStatus($instanceStatus)

No description

Parameters

$instanceStatus

string getInstanceStatus()

No description

Return Value

string

setLastAttempt(ManagedInstanceLastAttempt $lastAttempt)

No description

Parameters

ManagedInstanceLastAttempt $lastAttempt

ManagedInstanceLastAttempt getLastAttempt()

No description

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPreservedStateFromConfig(PreservedState $preservedStateFromConfig)

No description

Parameters

PreservedState $preservedStateFromConfig

PreservedState getPreservedStateFromConfig()

No description

Return Value

PreservedState

setPreservedStateFromPolicy(PreservedState $preservedStateFromPolicy)

No description

Parameters

PreservedState $preservedStateFromPolicy

PreservedState getPreservedStateFromPolicy()

No description

Return Value

PreservedState

setVersion(ManagedInstanceVersion $version)

No description

Parameters

ManagedInstanceVersion $version

ManagedInstanceVersion getVersion()

No description

Return Value

ManagedInstanceVersion