Class: Google::Cloud::LicenseManager::V1::Usage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#lima_instance::String

Returns LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}.

Returns:

  • (::String)

    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

#users::Integer

Returns Number of unique users accessing the VM.

Returns:

  • (::Integer)

    Number of unique users accessing the VM.



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