Class: Google::Cloud::LicenseManager::V1::Usage
- Inherits:
-
Object
- Object
- Google::Cloud::LicenseManager::V1::Usage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/licensemanager/v1/api_entities.rb
Overview
Message describing total counts of users who accessed a VM.
Instance Attribute Summary collapse
-
#lima_instance ⇒ ::String
LiMa Instance resource name, i.e.
-
#users ⇒ ::Integer
Number of unique users accessing the VM.
Instance Attribute Details
#lima_instance ⇒ ::String
Returns LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}.
254 255 256 257 |
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 254 class Usage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |