Class: Google::Cloud::Batch::V1::JobStatus::InstanceStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

VM instance status.

Instance Attribute Summary collapse

Instance Attribute Details

#boot_disk::Google::Cloud::Batch::V1::AllocationPolicy::Disk

Returns The VM boot disk.

Returns:



165
166
167
168
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 165

class InstanceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#machine_type::String

Returns The Compute Engine machine type.

Returns:

  • (::String)

    The Compute Engine machine type.



165
166
167
168
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 165

class InstanceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#provisioning_model::Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel

Returns The VM instance provisioning model.

Returns:



165
166
167
168
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 165

class InstanceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#task_pack::Integer

Returns The max number of tasks can be assigned to this instance type.

Returns:

  • (::Integer)

    The max number of tasks can be assigned to this instance type.



165
166
167
168
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 165

class InstanceStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end