Class Metadata
Metadata associated with the diagnosis recommendation report.
Inherited Members
Namespace: Oci.ClusterhealthService.Models
Assembly: OCI.DotNetSDK.Clusterhealth.dll
Syntax
public class Metadata
Properties
HealthCheckKey
Declaration
[JsonProperty(PropertyName = "healthCheckKey")]
public string HealthCheckKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Identifier of the health check run. |
HostId
Declaration
[JsonProperty(PropertyName = "hostId")]
public string HostId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of the host that ran the test. |
InstanceId
Declaration
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | OCID of the instance related to the test. |
Shape
Declaration
[JsonProperty(PropertyName = "shape")]
public string Shape { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Shape of the instance under test. |
TestType
Declaration
[JsonProperty(PropertyName = "testType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Metadata.TestTypeEnum? TestType { get; set; }
Property Value
| Type | Description |
|---|---|
| Metadata.TestTypeEnum? | Test type provided by the diagnosis payload. |