Google Cloud License Manager V1 Client - Class LicenseType (0.1.0)

Reference documentation and code samples for the Google Cloud License Manager V1 Client class LicenseType.

Different types of licenses that are supported.

Protobuf type google.cloud.licensemanager.v1.LicenseType

Namespace

Google \ Cloud \ LicenseManager \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LICENSE_TYPE_UNSPECIFIED

Value: 0

unspecified.

Generated from protobuf enum LICENSE_TYPE_UNSPECIFIED = 0;

LICENSE_TYPE_PER_MONTH_PER_USER

Value: 1

Billing will be based on number of users listed per month.

Generated from protobuf enum LICENSE_TYPE_PER_MONTH_PER_USER = 1;

LICENSE_TYPE_BRING_YOUR_OWN_LICENSE

Value: 2

Bring your own license.

Generated from protobuf enum LICENSE_TYPE_BRING_YOUR_OWN_LICENSE = 2;