GoogleApi.Compute.V1.Model.NodeGroupNode (google_api_compute v0.47.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. -
satisfiesPzs(type:boolean(), default:nil) - [Output Only] Reserved for future use. -
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()] | nil,
cpuOvercommitType: String.t() | nil,
disks: [GoogleApi.Compute.V1.Model.LocalDisk.t()] | nil,
instances: [String.t()] | nil,
name: String.t() | nil,
nodeType: String.t() | nil,
satisfiesPzs: boolean() | nil,
serverBinding: GoogleApi.Compute.V1.Model.ServerBinding.t() | nil,
serverId: String.t() | nil,
status: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.