Class: Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
InstancePolicy describes an instance type and resources attached to each VM created by this InstancePolicy.
Instance Attribute Summary collapse
-
#accelerators ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::Accelerator>
The accelerators attached to each VM instance.
-
#boot_disk ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
Boot disk to be created and attached to each VM by this InstancePolicy.
-
#disks ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::AttachedDisk>
Non-boot disks to be attached for each VM created by this InstancePolicy.
-
#machine_type ⇒ ::String
The Compute Engine machine type.
-
#min_cpu_platform ⇒ ::String
The minimum CPU platform.
-
#provisioning_model ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel
The provisioning model.
-
#reservation ⇒ ::String
Optional.
Instance Attribute Details
#accelerators ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::Accelerator>
Returns The accelerators attached to each VM instance.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#boot_disk ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::Disk
Returns Boot disk to be created and attached to each VM by this InstancePolicy. Boot disk will be deleted when the VM is deleted. Batch API now only supports booting from image.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disks ⇒ ::Array<::Google::Cloud::Batch::V1::AllocationPolicy::AttachedDisk>
Returns Non-boot disks to be attached for each VM created by this InstancePolicy. New disks will be deleted when the VM is deleted. A non-boot disk is a disk that can be of a device with a file system or a raw storage drive that is not ready for data storage and accessing.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#machine_type ⇒ ::String
Returns The Compute Engine machine type.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_cpu_platform ⇒ ::String
Returns The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provisioning_model ⇒ ::Google::Cloud::Batch::V1::AllocationPolicy::ProvisioningModel
Returns The provisioning model.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reservation ⇒ ::String
Returns Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation.
494 495 496 497 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 494 class InstancePolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |