google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.NodeGroupNode View Source
Attributes
- instances ([String.t]): Instances scheduled on this node. Defaults to:
null. - name (String.t): The name of the node. Defaults to:
null. - nodeType (String.t): The type of this node. Defaults to:
null. - serverBinding (ServerBinding): Binding properties for the physical server. Defaults to:
null. status (String.t): Defaults to:
null.- Enum - one of [CREATING, DELETING, INVALID, READY, REPAIRING]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Compute.V1.Model.NodeGroupNode{
instances: [any()],
name: any(),
nodeType: any(),
serverBinding: GoogleApi.Compute.V1.Model.ServerBinding.t(),
status: any()
}
t() :: %GoogleApi.Compute.V1.Model.NodeGroupNode{
instances: [any()],
name: any(),
nodeType: any(),
serverBinding: GoogleApi.Compute.V1.Model.ServerBinding.t(),
status: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.