Show / Hide Table of Contents

Class DiscoveryScheduleCollection

Results of a discovery schedule search. Contains discovery schedule summaries.

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

Properties

Items

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

Discovery schedule summaries.

Remarks

Required

In this article
Back to top