Reference documentation and code samples for the Google Cloud Vm Migration V1 Client class OSDescription.
A message describing the VM's OS. Including OS, Publisher, Offer and Plan if applicable.
Generated from protobuf message google.cloud.vmmigration.v1.AzureVmDetails.OSDescription
Namespace
Google \ Cloud \ VMMigration \ V1 \ AzureVmDetailsMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
string
OS type.
↳ publisher
string
OS publisher.
↳ offer
string
OS offer.
↳ plan
string
OS plan.
getType
OS type.
string
setType
OS type.
var
string
$this
getPublisher
OS publisher.
string
setPublisher
OS publisher.
var
string
$this
getOffer
OS offer.
string
setOffer
OS offer.
var
string
$this
getPlan
OS plan.
string
setPlan
OS plan.
var
string
$this

