Google Cloud Vm Migration V1 Client - Class ApplianceVersion (0.2.3)

Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class ApplianceVersion.

Describes an appliance version.

Generated from protobuf message google.cloud.vmmigration.v1.ApplianceVersion

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ version string

The appliance version.

↳ uri string

A link for downloading the version.

↳ critical bool

Determine whether it's critical to upgrade the appliance to this version.

↳ release_notes_uri string

Link to a page that contains the version release notes.

getVersion

The appliance version.

Returns
TypeDescription
string

setVersion

The appliance version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUri

A link for downloading the version.

Returns
TypeDescription
string

setUri

A link for downloading the version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCritical

Determine whether it's critical to upgrade the appliance to this version.

Returns
TypeDescription
bool

setCritical

Determine whether it's critical to upgrade the appliance to this version.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getReleaseNotesUri

Link to a page that contains the version release notes.

Returns
TypeDescription
string

setReleaseNotesUri

Link to a page that contains the version release notes.

Parameter
NameDescription
var string
Returns
TypeDescription
$this