GoogleApi.Compute.V1.Model.HealthStatus (google_api_compute v0.47.0) View Source
Attributes
-
annotations(type:map(), default:nil) - Metadata defined as annotations for network endpoint. -
forwardingRule(type:String.t, default:nil) - URL of the forwarding rule associated with the health status of the instance. -
forwardingRuleIp(type:String.t, default:nil) - A forwarding rule IP address assigned to this instance. -
healthState(type:String.t, default:nil) - Health state of the instance. -
instance(type:String.t, default:nil) - URL of the instance resource. -
ipAddress(type:String.t, default:nil) - For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip. -
port(type:integer(), default:nil) - The named port of the instance group, not necessarily the port that is health-checked. -
weight(type:String.t, default:nil) - -
weightError(type:String.t, default:nil) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.HealthStatus{
annotations: map() | nil,
forwardingRule: String.t() | nil,
forwardingRuleIp: String.t() | nil,
healthState: String.t() | nil,
instance: String.t() | nil,
ipAddress: String.t() | nil,
port: integer() | nil,
weight: String.t() | nil,
weightError: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.