Show / Hide Table of Contents

Class HostConfigurationCollection

Collection of host insight configuration summary objects.

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

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<HostConfigurationSummary> Items { get; set; }
Property Value
Type Description
List<HostConfigurationSummary>

Array of host insight configurations summary objects.

Remarks

Required

In this article
Back to top