Module: Google::Cloud::LicenseManager::V1::Product::State

Defined in:
proto_docs/google/cloud/licensemanager/v1/api_entities.rb

Overview

State of the product.

Constant Summary collapse

STATE_UNSPECIFIED =

The Status of the product is unknown.

0
STATE_PROVISIONING =

Product is under provisioning stage.

1
STATE_RUNNING =

Product is ok to run on instances.

2
STATE_TERMINATING =

The product is about to terminate or has been announced for termination.

3
STATE_TERMINATED =

The product has been terminated.

4