Class GetInstanceHealthResponse (1.0.0-beta04)

public sealed class GetInstanceHealthResponse : IMessage<GetInstanceHealthResponse>, IEquatable<GetInstanceHealthResponse>, IDeepCloneable<GetInstanceHealthResponse>, IBufferMessage, IMessage

Response for checking if a notebook instance is healthy.

Inheritance

Object > GetInstanceHealthResponse

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

GetInstanceHealthResponse()

public GetInstanceHealthResponse()

GetInstanceHealthResponse(GetInstanceHealthResponse)

public GetInstanceHealthResponse(GetInstanceHealthResponse other)
Parameter
NameDescription
otherGetInstanceHealthResponse

Properties

HealthInfo

public MapField<string, string> HealthInfo { get; }

Output only. Additional information about instance health. Example: healthInfo": { "docker_proxy_agent_status": "1", "docker_status": "1", "jupyterlab_api_status": "-1", "jupyterlab_status": "-1", "updated": "2020-10-18 09:40:03.573409" }

Property Value
TypeDescription
MapField<String, String>

HealthState

public GetInstanceHealthResponse.Types.HealthState HealthState { get; set; }

Output only. Runtime health_state.

Property Value
TypeDescription
GetInstanceHealthResponse.Types.HealthState