Class ComputeHostConfigurationData
Compute Host Configuration Data
Inherited Members
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. |