Show / Hide Table of Contents

Class ExternalStorageServerDiscoverySummary

The summary of the Exadata storage server discovery.

Inheritance
object
EntityDiscovered
ExternalStorageServerDiscoverySummary
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 ExternalStorageServerDiscoverySummary : EntityDiscovered

Properties

ConnectorName

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

The name of the Exadata storage server connector in case of rediscovery.

CpuCount

Declaration
[JsonProperty(PropertyName = "cpuCount")]
public int? CpuCount { get; set; }
Property Value
Type Description
int?

The CPU count of the Exadata storage server.

IpAddress

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

The IP address of the Exadata storage server.

MakeModel

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

The make model of the Exadata storage server.

MemoryGB

Declaration
[JsonProperty(PropertyName = "memoryGB")]
public double MemoryGB { get; set; }
Property Value
Type Description
double

The memory size in GB of the Exadata storage server.

In this article
Back to top