public sealed class Usage : IMessage<Usage>, IEquatable<Usage>, IDeepCloneable<Usage>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class Usage.
Message describing total counts of users who accessed a VM.
Namespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
Usage()
public Usage()Usage(Usage)
public Usage(Usage other)| Parameter | |
|---|---|
| Name | Description |
other |
Usage |
Properties
LimaInstance
public string LimaInstance { get; set; }LiMa Instance resource name, i.e. projects/{project}/locations/{location}/instances/{instance}
| Property Value | |
|---|---|
| Type | Description |
string |
|
LimaInstanceAsInstanceName
public InstanceName LimaInstanceAsInstanceName { get; set; }InstanceName-typed view over the LimaInstance resource name property.
| Property Value | |
|---|---|
| Type | Description |
InstanceName |
|
Users
public int Users { get; set; }Number of unique users accessing the VM.
| Property Value | |
|---|---|
| Type | Description |
int |
|