Skip to content

RHAPI_InstanceHealthStatusResponse

Summary

MembersDescriptions
struct FRHAPI_InstanceHealthStatusResponseResponse body for an instance health check.

struct FRHAPI_InstanceHealthStatusResponse

struct FRHAPI_InstanceHealthStatusResponse
: public FRHAPI_Model

Response body for an instance health check.

Summary

MembersDescriptions
public ERHAPI_InstanceHealthStatus UpdatedInstanceHealthThe 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) constWrites 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() constGets the value of UpdatedInstanceHealth.
public inline void SetUpdatedInstanceHealth(ERHAPI_InstanceHealthStatus NewValue)Sets the value of UpdatedInstanceHealth.

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`](#structFRHAPI__InstanceHealthStatusResponse_1adf577f8dde3eb42dd3d049c71f80115e)`(const TSharedPtr< FJsonValue > & JsonValue)`

Fills this object with data from the passed in JSON.

Parameters

  • JsonValue Data from the API call.

Returns

true if parsing of the JSON data was successful.


#### `public virtual void `[`WriteJson`](#structFRHAPI__InstanceHealthStatusResponse_1abab9a453db0e9e39fa59e64b961de3f1)`(TSharedRef< TJsonWriter<>> & Writer) const`

Writes the data from this object into the specified JSON Writer stream.

Parameters

  • Writer JSON Writer stream to push .

#### `public inline ERHAPI_InstanceHealthStatus & `[`GetUpdatedInstanceHealth`](#structFRHAPI__InstanceHealthStatusResponse_1ac26b0bbfd237bdadd4ed172c543030d0)`()`

Gets the value of UpdatedInstanceHealth.


#### `public inline const ERHAPI_InstanceHealthStatus & `[`GetUpdatedInstanceHealth`](#structFRHAPI__InstanceHealthStatusResponse_1a5ce08ac2c8e4fb15ac43a8ff6f15f258)`() const`

Gets the value of UpdatedInstanceHealth.


#### `public inline void `[`SetUpdatedInstanceHealth`](#structFRHAPI__InstanceHealthStatusResponse_1a889b418b61dbfee55a2e52804fcd3215)`(ERHAPI_InstanceHealthStatus NewValue)`

Sets the value of UpdatedInstanceHealth.