Show / Hide Table of Contents

Class TargetEntry

Details to specify a target to add or remove from a Exadata Fleet Update Collection.

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

Properties

EntityType

Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
[JsonConverter(typeof(StringEnumConverter))]
public TargetEntry.EntityTypeEnum? EntityType { get; set; }
Property Value
Type Description
TargetEntry.EntityTypeEnum?

Resource entity type

Remarks

Required

Identifier

Declaration
[Required(ErrorMessage = "Identifier is required.")]
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
Property Value
Type Description
string

Resource identifier OCID

Remarks

Required

In this article
Back to top