Reference documentation and code samples for the Google Cloud Migration Center V1 Client class BiosDetails.
Details about the BIOS.
Generated from protobuf message google.cloud.migrationcenter.v1.BiosDetails
Namespace
Google \ Cloud \ MigrationCenter \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bios_name |
string
BIOS name. |
↳ id |
string
BIOS ID. |
↳ manufacturer |
string
BIOS manufacturer. |
↳ version |
string
BIOS version. |
↳ release_date |
Google\Type\Date
BIOS release date. |
↳ smbios_uuid |
string
SMBIOS UUID. |
getBiosName
BIOS name.
Returns | |
---|---|
Type | Description |
string |
setBiosName
BIOS name.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getId
BIOS ID.
Returns | |
---|---|
Type | Description |
string |
setId
BIOS ID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getManufacturer
BIOS manufacturer.
Returns | |
---|---|
Type | Description |
string |
setManufacturer
BIOS manufacturer.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersion
BIOS version.
Returns | |
---|---|
Type | Description |
string |
setVersion
BIOS version.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReleaseDate
BIOS release date.
Returns | |
---|---|
Type | Description |
Google\Type\Date|null |
hasReleaseDate
clearReleaseDate
setReleaseDate
BIOS release date.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\Date
|
Returns | |
---|---|
Type | Description |
$this |
getSmbiosUuid
SMBIOS UUID.
Returns | |
---|---|
Type | Description |
string |
setSmbiosUuid
SMBIOS UUID.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |