Show / Hide Table of Contents

Class ReplacePackagesInSoftwareSourceDetails

Provides a list of packages that will replace the existing packages in the software source.

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

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