RHAPI_InstanceHealthStatusResponse
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_InstanceHealthStatusResponse | Response body for an instance health check. |
struct FRHAPI_InstanceHealthStatusResponse
struct FRHAPI_InstanceHealthStatusResponse
: public FRHAPI_Model
Response body for an instance health check.
Summary
| Members | Descriptions |
|---|---|
public ERHAPI_InstanceHealthStatus UpdatedInstanceHealth | The new health status of the instance. It may not match the status sent up if too few health checks are being recieved. |
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue) | Fills this object with data from the passed in JSON. |
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const | Writes the data from this object into the specified JSON Writer stream. |
public inline ERHAPI_InstanceHealthStatus & GetUpdatedInstanceHealth() | Gets the value of UpdatedInstanceHealth. |
public inline const ERHAPI_InstanceHealthStatus & GetUpdatedInstanceHealth() const | Gets the value of UpdatedInstanceHealth. |
public inline void SetUpdatedInstanceHealth(const ERHAPI_InstanceHealthStatus & NewValue) | Sets the value of UpdatedInstanceHealth. |
public inline void SetUpdatedInstanceHealth(ERHAPI_InstanceHealthStatus && NewValue) | Sets the value of UpdatedInstanceHealth using move semantics. |
Members
public ERHAPI_InstanceHealthStatus UpdatedInstanceHealth
The new health status of the instance. It may not match the status sent up if too few health checks are being recieved.
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)
Fills this object with data from the passed in JSON.
Parameters
JsonValueData from the API call.
Returns
true if parsing of the JSON data was successful.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const
Writes the data from this object into the specified JSON Writer stream.
Parameters
WriterJSON Writer stream to push .
public inline ERHAPI_InstanceHealthStatus & GetUpdatedInstanceHealth()
Gets the value of UpdatedInstanceHealth.
public inline const ERHAPI_InstanceHealthStatus & GetUpdatedInstanceHealth() const
Gets the value of UpdatedInstanceHealth.
public inline void SetUpdatedInstanceHealth(const ERHAPI_InstanceHealthStatus & NewValue)
Sets the value of UpdatedInstanceHealth.
public inline void SetUpdatedInstanceHealth(ERHAPI_InstanceHealthStatus && NewValue)
Sets the value of UpdatedInstanceHealth using move semantics.