Documentation

ObjectStorage extends Model
in package

Holds Object storage information.

Table of Contents

Properties

$clusterId  : int
$dateCreated  : string
$id  : string
$label  : string
$location  : string
$region  : string
$s3AccessKey  : string
$s3Hostname  : string
$s3SecretKey  : string
$status  : string

Methods

getClusterId()  : int
getDateCreated()  : string
getId()  : string
getLabel()  : string
getLocation()  : string
getRegion()  : string
getS3AccessKey()  : string
getS3Hostname()  : string
getS3SecretKey()  : string
getStatus()  : string
getUpdateParams()  : array<string|int, mixed>
setClusterId()  : void
setDateCreated()  : void
setId()  : void
setLabel()  : void
setLocation()  : void
setRegion()  : void
setS3AccessKey()  : void
setS3Hostname()  : void
setS3SecretKey()  : void
setStatus()  : void

Properties

Methods

getClusterId()

public getClusterId() : int
Return values
int

getDateCreated()

public getDateCreated() : string
Return values
string

getLocation()

public getLocation() : string
Return values
string

getRegion()

public getRegion() : string
Return values
string

getS3AccessKey()

public getS3AccessKey() : string
Return values
string

getS3Hostname()

public getS3Hostname() : string
Return values
string

getS3SecretKey()

public getS3SecretKey() : string
Return values
string

getStatus()

public getStatus() : string
Return values
string

getUpdateParams()

public getUpdateParams() : array<string|int, mixed>
Return values
array<string|int, mixed>

setClusterId()

public setClusterId(int $cluster_id) : void
Parameters
$cluster_id : int

setDateCreated()

public setDateCreated(string $date_created) : void
Parameters
$date_created : string

setId()

public setId(string $id) : void
Parameters
$id : string

setLabel()

public setLabel(string $label) : void
Parameters
$label : string

setLocation()

public setLocation(string $location) : void
Parameters
$location : string

setRegion()

public setRegion(string $region) : void
Parameters
$region : string

setS3AccessKey()

public setS3AccessKey(string $s3_access_key) : void
Parameters
$s3_access_key : string

setS3Hostname()

public setS3Hostname(string $s3_hostname) : void
Parameters
$s3_hostname : string

setS3SecretKey()

public setS3SecretKey(string $s3_secret_key) : void
Parameters
$s3_secret_key : string

setStatus()

public setStatus(string $status) : void
Parameters
$status : string

        
On this page

Search results