Class AvailableSoftwareSourceCollection
The set of available software sources returned for the {@link #listManagedInstanceAvailableSoftwareSources(ListManagedInstanceAvailableSoftwareSourcesRequest) listManagedInstanceAvailableSoftwareSources} or the {@link #listManagedInstanceGroupAvailableSoftwareSources(ListManagedInstanceGroupAvailableSoftwareSourcesRequest) listManagedInstanceGroupAvailableSoftwareSources} operation.
Inherited Members
Namespace: Oci.OsmanagementhubService.Models
Assembly: OCI.DotNetSDK.Osmanagementhub.dll
Syntax
public class AvailableSoftwareSourceCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AvailableSoftwareSourceSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AvailableSoftwareSourceSummary> | List of available software sources. |
Remarks
Required