Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::ComputeInstanceSlurmNodeSet.
When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#boot_disk
def boot_disk() -> ::Google::Cloud::HypercomputeCluster::V1beta::BootDisk
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::BootDisk) — Optional. Boot disk for the compute instance
#boot_disk=
def boot_disk=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::BootDisk
Parameter
- value (::Google::Cloud::HypercomputeCluster::V1beta::BootDisk) — Optional. Boot disk for the compute instance
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::BootDisk) — Optional. Boot disk for the compute instance
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Optional. Labels that should be applied to each VM instance in the nodeset.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — 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.
#startup_script
def startup_script() -> ::String
Returns
- (::String) — Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.
#startup_script=
def startup_script=(value) -> ::String
Parameter
- value (::String) — 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.