Show / Hide Table of Contents

Class TargetDetails

Details of target member of a Exadata Fleet Update Collection.

Inheritance
object
TargetDetails
CloudVmClusterTargetSummary
DatabaseTargetSummary
VmClusterTargetSummary
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
[JsonConverter(typeof(TargetDetailsModelConverter))]
public class TargetDetails

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

Compartment identifier of the target.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

OCID of the target resource in the Exadata Fleet Update Collection.

In this article
Back to top