Show / Hide Table of Contents

Class GiVersionFilter

Versions to include in the discovery. These should be under the Source Major Version of the Collection.

Inheritance
object
GiFleetDiscoveryFilter
GiVersionFilter
Inherited Members
GiFleetDiscoveryFilter.Mode
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GiVersionFilter : GiFleetDiscoveryFilter

Properties

Versions

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

List of Versions strings to include in the discovery.

Remarks

Required

In this article
Back to top