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.
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;
int|string
hasAmount
clearAmount
setAmount
The number of licenses purchased.
Generated from protobuf field optional int64 amount = 196759640;
var
int|string
$this
getCoresPerLicense
Specifies the core range of the instance for which this license applies.
Generated from protobuf field optional string cores_per_license = 32482324;
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;
var
string
$this
getLicense
Any applicable license URI.
Generated from protobuf field optional string license = 166757441;
string
hasLicense
clearLicense
setLicense
Any applicable license URI.
Generated from protobuf field optional string license = 166757441;
var
string
$this

