Class: Google::Cloud::HypercomputeCluster::V1beta::ComputeInstanceSlurmNodeSet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb

Overview

When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#boot_disk::Google::Cloud::HypercomputeCluster::V1beta::BootDisk

Returns Optional. Boot disk for the compute instance.

Returns:



886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 886

class ComputeInstanceSlurmNodeSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Optional. Labels that should be applied to each VM instance in the nodeset.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Labels that should be applied to each VM instance in the nodeset.



886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 886

class ComputeInstanceSlurmNodeSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#startup_script::String

Returns Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.

Returns:

  • (::String)

    Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.



886
887
888
889
890
891
892
893
894
895
896
897
898
# File 'proto_docs/google/cloud/hypercomputecluster/v1beta/hypercompute_cluster.rb', line 886

class ComputeInstanceSlurmNodeSet
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end