Show / Hide Table of Contents

Class Metadata

Metadata associated with the diagnosis recommendation report.

Inheritance
object
Metadata
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top