Uses of Class
com.oracle.bmc.clusterhealth.model.Metadata.Builder
-
Packages that use Metadata.Builder Package Description com.oracle.bmc.clusterhealth.model -
-
Uses of Metadata.Builder in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return Metadata.Builder Modifier and Type Method Description static Metadata.BuilderMetadata. builder()Create a new builder.Metadata.BuilderMetadata.Builder. copy(Metadata model)Metadata.BuilderMetadata.Builder. healthCheckKey(String healthCheckKey)Identifier of the health check run.Metadata.BuilderMetadata.Builder. hostId(String hostId)OCID of the host that ran the test.Metadata.BuilderMetadata.Builder. instanceId(String instanceId)OCID of the instance related to the test.Metadata.BuilderMetadata.Builder. shape(String shape)Shape of the instance under test.Metadata.BuilderMetadata.Builder. testType(Metadata.TestType testType)Test type provided by the diagnosis payload.Metadata.BuilderMetadata. toBuilder()
-