Class GuestOsTargetListDiscovery
Discover specified list of Exadata VM Cluster targets for a 'GUEST_OS' collection.
Inherited Members
Namespace: Oci.FleetsoftwareupdateService.Models
Assembly: OCI.DotNetSDK.Fleetsoftwareupdate.dll
Syntax
public class GuestOsTargetListDiscovery : GuestOsFleetDiscoveryDetails
Properties
Targets
Declaration
[Required(ErrorMessage = "Targets is required.")]
[JsonProperty(PropertyName = "targets")]
public List<string> Targets { get; set; }
Property Value
Type | Description |
---|---|
List<string> | The OCIDs of Exadata VM Cluster targets. Only Exadata VM Cluster targets associated with the specified 'serviceType' are allowed. |
Remarks
Required