Class RemovePackagesFromSoftwareSourceDetails
Provides a list of packages to be removed from the software source.
Inherited Members
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