Class: Google::Cloud::Batch::V1::AllocationPolicy::InstancePolicy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#accelerators::Array<::Google::Cloud::Batch::V1::AllocationPolicy::Accelerator>

Returns The accelerators attached to each VM instance.

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

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.

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

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.

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

class InstancePolicy
  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.



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

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

#min_cpu_platform::String

Returns:



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

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

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

Returns The provisioning model.



419
420
421
422
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 419

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