SlurmLoginNodes class

Configuration for Slurm login nodes in the cluster.

Login nodes are Compute Engine VM instances that allow users to access the cluster over SSH.

Constructors

SlurmLoginNodes({BootDisk? bootDisk, String? count, bool? enableOsLogin, bool? enablePublicIps, List<ComputeInstance>? instances, Map<String, String>? labels, String? machineType, String? startupScript, List<StorageConfig>? storageConfigs, String? zone})
SlurmLoginNodes.fromJson(Map json_)

Properties

bootDisk BootDisk?
Boot disk for the login node.
getter/setter pair
count String?
Number of login node instances to create.
getter/setter pair
enableOsLogin bool?
Whether OS Login should be enabled on login node instances.
getter/setter pair
enablePublicIps bool?
Whether login node instances should be assigned external IP addresses.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instances List<ComputeInstance>?
Information about the login node instances that were created in Compute Engine.
getter/setter pair
labels Map<String, String>?
Labels that should be applied to each login node instance.
getter/setter pair
machineType String?
Name of the Compute Engine machine type to use for login nodes, e.g. n2-standard-2.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startupScript String?
Startup script to be run on each login node instance.
getter/setter pair
storageConfigs List<StorageConfig>?
How storage resources should be mounted on each login node.
getter/setter pair
zone String?
Name of the zone in which login nodes should run, e.g., us-central1-a.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited