class Snapshot extends Model (View source)

Properties

string $createTime
string $description
string $filesystemUsedBytes
string[] $labels
string $name
string $state
string[] $tags

Methods

setCreateTime($createTime)

No description

string
getCreateTime()

No description

setDescription($description)

No description

string
getDescription()

No description

setFilesystemUsedBytes($filesystemUsedBytes)

No description

string
getFilesystemUsedBytes()

No description

setLabels($labels)

No description

string[]
getLabels()

No description

setName($name)

No description

string
getName()

No description

setState($state)

No description

string
getState()

No description

setTags($tags)

No description

string[]
getTags()

No description

Details

setCreateTime($createTime)

No description

Parameters

$createTime

string getCreateTime()

No description

Return Value

string

setDescription($description)

No description

Parameters

$description

string getDescription()

No description

Return Value

string

setFilesystemUsedBytes($filesystemUsedBytes)

No description

Parameters

$filesystemUsedBytes

string getFilesystemUsedBytes()

No description

Return Value

string

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setState($state)

No description

Parameters

$state

string getState()

No description

Return Value

string

setTags($tags)

No description

Parameters

$tags

string[] getTags()

No description

Return Value

string[]