Show / Hide Table of Contents

Class ChangeAvailabilityOfSoftwareSourcesDetails

Provides the information used to update the availability of a list of software sources.

Inheritance
object
ChangeAvailabilityOfSoftwareSourcesDetails
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 ChangeAvailabilityOfSoftwareSourcesDetails

Properties

SoftwareSourceAvailabilities

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

List of vendor software sources and their availability statuses.

Remarks

Required

In this article
Back to top