Class HostProduct
Product metric for the host
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostProduct : HostConfigurationMetricGroupProperties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the product | 
Vendor
Declaration
[JsonProperty(PropertyName = "vendor")]
public string Vendor { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Vendor of the product | 
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Version of the product |