Class: Google::Cloud::Batch::V1::JobStatus::InstanceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::JobStatus::InstanceStatus
- 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
-
#boot_disk ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
The VM boot disk.
-
#machine_type ⇒ ::String
The Compute Engine machine type.
-
#provisioning_model ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel
The VM instance provisioning model.
-
#task_pack ⇒ ::Integer
The max number of tasks can be assigned to this instance type.
Instance Attribute Details
#boot_disk ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
Returns The VM boot disk.
144 145 146 147 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 144 class InstanceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type ⇒ ::String
Returns The Compute Engine machine type.
144 145 146 147 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 144 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.
144 145 146 147 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 144 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.
144 145 146 147 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 144 class InstanceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |