Reference documentation and code samples for the License Manager V1 API class Google::Cloud::LicenseManager::V1::Usage.
Message describing total counts of users who accessed a VM.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lima_instance
def lima_instance() -> ::String
    Returns
    
  - (::String) — LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}
#lima_instance=
def lima_instance=(value) -> ::String
    Parameter
    
  - value (::String) — 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}
#users
def users() -> ::Integer
    Returns
    
  - (::Integer) — Number of unique users accessing the VM.
#users=
def users=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — Number of unique users accessing the VM.
    Returns
    
- (::Integer) — Number of unique users accessing the VM.