Cluster Director V1BETA API - Class Google::Cloud::HypercomputeCluster::V1beta::SlurmPartition (v0.1.0)

Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::SlurmPartition.

Configuration for Slurm partitions in the cluster. Partitions are groups of nodesets, and are how clients specify where their workloads should be run.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#id

def id() -> ::String
Returns
  • (::String) — Required. ID of the partition, which is how users will identify it. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the partition, which is how users will identify it. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).
Returns
  • (::String) — Required. ID of the partition, which is how users will identify it. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).

#node_set_ids

def node_set_ids() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. IDs of the nodesets that make up this partition. Values must match SlurmNodeSet.id.

#node_set_ids=

def node_set_ids=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. IDs of the nodesets that make up this partition. Values must match SlurmNodeSet.id.
Returns
  • (::Array<::String>) — Required. IDs of the nodesets that make up this partition. Values must match SlurmNodeSet.id.