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
Namespace
Google \ Cloud \ VMMigration \ V1Methods
__construct
Constructor.
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.
string
setVersion
The appliance version.
var
string
$this
getUri
A link for downloading the version.
string
setUri
A link for downloading the version.
var
string
$this
getCritical
Determine whether it's critical to upgrade the appliance to this version.
bool
setCritical
Determine whether it's critical to upgrade the appliance to this version.
var
bool
$this
getReleaseNotesUri
Link to a page that contains the version release notes.
string
setReleaseNotesUri
Link to a page that contains the version release notes.
var
string
$this