Show / Hide Table of Contents

Class ComputeHostConfigurationData

Compute Host Configuration Data

Inheritance
object
ComputeHostConfigurationData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CoreService.Models
Assembly: OCI.DotNetSDK.Core.dll
Syntax
public class ComputeHostConfigurationData

Properties

CheckDetails

Declaration
[JsonProperty(PropertyName = "checkDetails")]
public ComputeHostConfigurationCheckDetails CheckDetails { get; set; }
Property Value
Type Description
ComputeHostConfigurationCheckDetails

TimeLastApply

Declaration
[JsonProperty(PropertyName = "timeLastApply")]
public DateTime? TimeLastApply { get; set; }
Property Value
Type Description
DateTime?

The time that was last applied.

In this article
Back to top