Compute V1 Client - Class LicenseResourceCommitment (1.5.0)

Reference documentation and code samples for the Compute V1 Client class LicenseResourceCommitment.

Commitment for a particular license resource.

Generated from protobuf message google.cloud.compute.v1.LicenseResourceCommitment

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ amount int|string

The number of licenses purchased.

↳ cores_per_license string

Specifies the core range of the instance for which this license applies.

↳ license string

Any applicable license URI.

getAmount

The number of licenses purchased.

Generated from protobuf field optional int64 amount = 196759640;

Returns
TypeDescription
int|string

hasAmount

clearAmount

setAmount

The number of licenses purchased.

Generated from protobuf field optional int64 amount = 196759640;

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getCoresPerLicense

Specifies the core range of the instance for which this license applies.

Generated from protobuf field optional string cores_per_license = 32482324;

Returns
TypeDescription
string

hasCoresPerLicense

clearCoresPerLicense

setCoresPerLicense

Specifies the core range of the instance for which this license applies.

Generated from protobuf field optional string cores_per_license = 32482324;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLicense

Any applicable license URI.

Generated from protobuf field optional string license = 166757441;

Returns
TypeDescription
string

hasLicense

clearLicense

setLicense

Any applicable license URI.

Generated from protobuf field optional string license = 166757441;

Parameter
NameDescription
var string
Returns
TypeDescription
$this