RHAPI_InstanceHealthStatusUpdate
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_InstanceHealthStatusUpdate | A 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
| Members | Descriptions |
|---|---|
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. |
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const | Writes 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() const | Gets the value of InstanceHealth. |
public inline void SetInstanceHealth(const ERHAPI_InstanceHealthStatus & NewValue) | Sets the value of InstanceHealth. |
public inline void SetInstanceHealth(ERHAPI_InstanceHealthStatus && NewValue) | Sets the value of InstanceHealth using move semantics. |
public inline FString & GetInstanceId() | Gets the value of InstanceId. |
public inline const FString & GetInstanceId() const | Gets the value of InstanceId. |
public inline void SetInstanceId(const FString & NewValue) | Sets the value of InstanceId. |
public inline void SetInstanceId(FString && NewValue) | Sets the value of InstanceId using move semantics. |
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
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 & GetInstanceHealth()
Gets the value of InstanceHealth.
public inline const ERHAPI_InstanceHealthStatus & GetInstanceHealth() const
Gets the value of InstanceHealth.
public inline void SetInstanceHealth(const ERHAPI_InstanceHealthStatus & NewValue)
Sets the value of InstanceHealth.
public inline void SetInstanceHealth(ERHAPI_InstanceHealthStatus && NewValue)
Sets the value of InstanceHealth using move semantics.
public inline FString & GetInstanceId()
Gets the value of InstanceId.
public inline const FString & GetInstanceId() const
Gets the value of InstanceId.
public inline void SetInstanceId(const FString & NewValue)
Sets the value of InstanceId.
public inline void SetInstanceId(FString && NewValue)
Sets the value of InstanceId using move semantics.