Show / Hide Table of Contents

Class RemovePackagesFromSoftwareSourceDetails

Provides a list of packages to be removed from the software source.

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

Properties

Packages

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

List of packages specified by the name of the package (N) or the full package name (NVRA or NEVRA).

Remarks

Required

In this article
Back to top