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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setType
OS type.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPublisher
OS publisher.
Returns | |
---|---|
Type | Description |
string |
setPublisher
OS publisher.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getOffer
OS offer.
Returns | |
---|---|
Type | Description |
string |
setOffer
OS offer.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPlan
OS plan.
Returns | |
---|---|
Type | Description |
string |
setPlan
OS plan.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |