Show / Hide Table of Contents

Class ExternalExadataInfrastructureDiscoverySummary

The summary of the Exadata system infrastructure discovery.

Inheritance
object
EntityDiscovered
ExternalExadataInfrastructureDiscoverySummary
Inherited Members
EntityDiscovered.Id
EntityDiscovered.AgentId
EntityDiscovered.ConnectorId
EntityDiscovered.DisplayName
EntityDiscovered.Version
EntityDiscovered.InternalId
EntityDiscovered.Status
EntityDiscovered.DiscoverStatus
EntityDiscovered.DiscoverErrorCode
EntityDiscovered.DiscoverErrorMsg
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalExadataInfrastructureDiscoverySummary : EntityDiscovered

Properties

RackSize

Declaration
[JsonProperty(PropertyName = "rackSize")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExternalExadataInfrastructureDiscoverySummary.RackSizeEnum? RackSize { get; set; }
Property Value
Type Description
ExternalExadataInfrastructureDiscoverySummary.RackSizeEnum?

The size of the Exadata infrastructure.

In this article
Back to top