/AWS1/CL_ODBDATACOLLOPTIONS¶
Information about the data collection options enabled for a VM cluster.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_isdiagnosticseventsenbd
TYPE /AWS1/ODBBOOLEAN
/AWS1/ODBBOOLEAN
¶
Indicates whether diagnostic collection is enabled for the VM cluster.
iv_ishealthmonitoringenabled
TYPE /AWS1/ODBBOOLEAN
/AWS1/ODBBOOLEAN
¶
Indicates whether health monitoring is enabled for the VM cluster.
iv_isincidentlogsenabled
TYPE /AWS1/ODBBOOLEAN
/AWS1/ODBBOOLEAN
¶
Indicates whether incident logs are enabled for the cloud VM cluster.
Queryable Attributes¶
isDiagnosticsEventsEnabled¶
Indicates whether diagnostic collection is enabled for the VM cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISDIAGNOSTICSEVENTSENBD() |
Getter for ISDIAGNOSTICSEVENTSENABLED, with configurable def |
ASK_ISDIAGNOSTICSEVENTSENBD() |
Getter for ISDIAGNOSTICSEVENTSENABLED w/ exceptions if field |
HAS_ISDIAGNOSTICSEVENTSENBD() |
Determine if ISDIAGNOSTICSEVENTSENABLED has a value |
isHealthMonitoringEnabled¶
Indicates whether health monitoring is enabled for the VM cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISHEALTHMONENABLED() |
Getter for ISHEALTHMONITORINGENABLED, with configurable defa |
ASK_ISHEALTHMONENABLED() |
Getter for ISHEALTHMONITORINGENABLED w/ exceptions if field |
HAS_ISHEALTHMONENABLED() |
Determine if ISHEALTHMONITORINGENABLED has a value |
isIncidentLogsEnabled¶
Indicates whether incident logs are enabled for the cloud VM cluster.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISINCIDENTLOGSENABLED() |
Getter for ISINCIDENTLOGSENABLED, with configurable default |
ASK_ISINCIDENTLOGSENABLED() |
Getter for ISINCIDENTLOGSENABLED w/ exceptions if field has |
HAS_ISINCIDENTLOGSENABLED() |
Determine if ISINCIDENTLOGSENABLED has a value |