Class ExternalExadataStorageConnectorStatus
The status of an Exadata storage server connector.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalExadataStorageConnectorStatus
Properties
ErrorMessage
Declaration
[JsonProperty(PropertyName = "errorMessage")]
public string ErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
string | The error message indicating the reason for failure or |
Id
Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Exadata storage server connector. |
Status
Declaration
[Required(ErrorMessage = "Status is required.")]
[JsonProperty(PropertyName = "status")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ExternalExadataStorageConnectorStatus.StatusEnum? Status { get; set; }
Property Value
Type | Description |
---|---|
ExternalExadataStorageConnectorStatus.StatusEnum? | The connection status of the connector. |
Remarks
Required