GoogleApi.Compute.V1.Model.NodeGroupNode (google_api_compute v0.29.0) View Source
Attributes
-
accelerators(type:list(GoogleApi.Compute.V1.Model.AcceleratorConfig.t), default:nil) - Accelerators for this node. -
cpuOvercommitType(type:String.t, default:nil) - CPU overcommit. -
disks(type:list(GoogleApi.Compute.V1.Model.LocalDisk.t), default:nil) - Local disk configurations. -
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. -
serverId(type:String.t, default:nil) - Server ID associated with this node. -
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
Specs
t() :: %GoogleApi.Compute.V1.Model.NodeGroupNode{
accelerators: [GoogleApi.Compute.V1.Model.AcceleratorConfig.t()],
cpuOvercommitType: String.t(),
disks: [GoogleApi.Compute.V1.Model.LocalDisk.t()],
instances: [String.t()],
name: String.t(),
nodeType: String.t(),
serverBinding: GoogleApi.Compute.V1.Model.ServerBinding.t(),
serverId: String.t(),
status: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.