Show / Hide Table of Contents

Class ManagementStationCollection

A set of management stations returned for the {@link #listManagementStations(ListManagementStationsRequest) listManagementStations} operation.

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

Properties

Items

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

List of management stations.

Remarks

Required

In this article
Back to top