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

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

AppliedLicense holds the license data returned by adaptation module report.

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

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

The license type that was used in OS adaptation.

↳ os_license string

The OS license returned from the adaptation module's report.

getType

The license type that was used in OS adaptation.

Returns
Type Description
int

setType

The license type that was used in OS adaptation.

Parameter
Name Description
var int
Returns
Type Description
$this

getOsLicense

The OS license returned from the adaptation module's report.

Returns
Type Description
string

setOsLicense

The OS license returned from the adaptation module's report.

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.