google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.NodeGroupNode View Source
Attributes
instances(type:list(String.t), default:nil) - Instances scheduled on this node.name(type:String.t, default:nil) - The name of the node.nodeType(type:String.t, default:nil) - The type of this node.serverBinding(type:GoogleApi.Compute.V1.Model.ServerBinding.t, default:nil) - Binding properties for the physical server.status(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Compute.V1.Model.NodeGroupNode{
instances: [String.t()],
name: String.t(),
nodeType: String.t(),
serverBinding: GoogleApi.Compute.V1.Model.ServerBinding.t(),
status: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.