Show / Hide Table of Contents

Class ReadinessCheckTargetEntry

Details to specify a target to include in the Exadata Fleet Update Readiness Check run.

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

Properties

EntityId

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

Resource identifier OCID

Remarks

Required

EntityType

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

Resource entity type

Remarks

Required

In this article
Back to top