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(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(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()

Gets the value of UpdatedInstanceHealth.

public inline const ERHAPI_InstanceHealthStatus & GetUpdatedInstanceHealth() const

Gets the value of UpdatedInstanceHealth.

public inline void SetUpdatedInstanceHealth(ERHAPI_InstanceHealthStatus NewValue)

Sets the value of UpdatedInstanceHealth.