public sealed class GetInstanceHealthResponse : IMessage<GetInstanceHealthResponse>, IEquatable<GetInstanceHealthResponse>, IDeepCloneable<GetInstanceHealthResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetInstanceHealthResponse.
Response for checking if a notebook instance is healthy.
Implements
IMessageGetInstanceHealthResponse, IEquatableGetInstanceHealthResponse, IDeepCloneableGetInstanceHealthResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
GetInstanceHealthResponse()
public GetInstanceHealthResponse()
GetInstanceHealthResponse(GetInstanceHealthResponse)
public GetInstanceHealthResponse(GetInstanceHealthResponse other)
Parameter | |
---|---|
Name | Description |
other |
GetInstanceHealthResponse |
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 | |
---|---|
Type | Description |
MapFieldstringstring |
HealthState
public GetInstanceHealthResponse.Types.HealthState HealthState { get; set; }
Output only. Runtime health_state.
Property Value | |
---|---|
Type | Description |
GetInstanceHealthResponseTypesHealthState |