Show / Hide Table of Contents

Class GiTargetListDiscovery

Collection discovery conformed by the specified list of targets.

Inheritance
object
GiFleetDiscoveryDetails
GiTargetListDiscovery
Inherited Members
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 GiTargetListDiscovery : GiFleetDiscoveryDetails

Properties

Targets

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

OCIDs of target resources to include. For EXACC service type Collections only VMClusters are allowed. For EXACS service type Collections only CloudVMClusters are allowed.

Remarks

Required

In this article
Back to top