Skip to content

RHAPI_InstanceHealthStatusUpdate

Summary

MembersDescriptions
struct FRHAPI_InstanceHealthStatusUpdateA request body for an instances health check.

struct FRHAPI_InstanceHealthStatusUpdate

struct FRHAPI_InstanceHealthStatusUpdate
: public FRHAPI_Model

A request body for an instances health check.

Summary

MembersDescriptions
public ERHAPI_InstanceHealthStatus InstanceHealthThe health status of the instance.
public FString InstanceIdThe instance ID for the instance whose health you are reporting.
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 & GetInstanceHealth()Gets the value of InstanceHealth.
public inline const ERHAPI_InstanceHealthStatus & GetInstanceHealth() constGets the value of InstanceHealth.
public inline void SetInstanceHealth(ERHAPI_InstanceHealthStatus NewValue)Sets the value of InstanceHealth.
public inline FString & GetInstanceId()Gets the value of InstanceId.
public inline const FString & GetInstanceId() constGets the value of InstanceId.
public inline void SetInstanceId(FString NewValue)Sets the value of InstanceId.

Members

public ERHAPI_InstanceHealthStatus InstanceHealth

The health status of the instance.

public FString InstanceId

The instance ID for the instance whose health you are reporting.

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

Gets the value of InstanceHealth.

public inline const ERHAPI_InstanceHealthStatus & GetInstanceHealth() const

Gets the value of InstanceHealth.

public inline void SetInstanceHealth(ERHAPI_InstanceHealthStatus NewValue)

Sets the value of InstanceHealth.

public inline FString & GetInstanceId()

Gets the value of InstanceId.

public inline const FString & GetInstanceId() const

Gets the value of InstanceId.

public inline void SetInstanceId(FString NewValue)

Sets the value of InstanceId.