Batch v1alpha API - Class AllocationPolicy (1.0.0-alpha26)

public sealed class AllocationPolicy : IMessage<AllocationPolicy>, IEquatable<AllocationPolicy>, IDeepCloneable<AllocationPolicy>, IBufferMessage, IMessage

Reference documentation and code samples for the Batch v1alpha API class AllocationPolicy.

A Job's resource allocation policy describes when, where, and how compute resources should be allocated for the Job.

Inheritance

object > AllocationPolicy

Namespace

Google.Cloud.Batch.V1Alpha

Assembly

Google.Cloud.Batch.V1Alpha.dll

Constructors

AllocationPolicy()

public AllocationPolicy()

AllocationPolicy(AllocationPolicy)

public AllocationPolicy(AllocationPolicy other)
Parameter
NameDescription
otherAllocationPolicy

Properties

Instance

[Obsolete]
public AllocationPolicy.Types.InstancePolicy Instance { get; set; }

Deprecated: please use instances[0].policy instead.

Property Value
TypeDescription
AllocationPolicyTypesInstancePolicy

InstanceTemplates

[Obsolete]
public RepeatedField<string> InstanceTemplates { get; }

Deprecated: please use instances[0].template instead.

Property Value
TypeDescription
RepeatedFieldstring

Instances

public RepeatedField<AllocationPolicy.Types.InstancePolicyOrTemplate> Instances { get; }

Describe instances that can be created by this AllocationPolicy. Only instances[0] is supported now.

Property Value
TypeDescription
RepeatedFieldAllocationPolicyTypesInstancePolicyOrTemplate

Labels

public MapField<string, string> Labels { get; }

Labels applied to all VM instances and other resources created by AllocationPolicy. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.

Property Value
TypeDescription
MapFieldstringstring

Location

public AllocationPolicy.Types.LocationPolicy Location { get; set; }

Location where compute resources should be allocated for the Job.

Property Value
TypeDescription
AllocationPolicyTypesLocationPolicy

Network

public AllocationPolicy.Types.NetworkPolicy Network { get; set; }

The network policy.

If you define an instance template in the InstancePolicyOrTemplate field, Batch will use the network settings in the instance template instead of this field.

Property Value
TypeDescription
AllocationPolicyTypesNetworkPolicy

Placement

public AllocationPolicy.Types.PlacementPolicy Placement { get; set; }

The placement policy.

Property Value
TypeDescription
AllocationPolicyTypesPlacementPolicy

ProvisioningModels

[Obsolete]
public RepeatedField<AllocationPolicy.Types.ProvisioningModel> ProvisioningModels { get; }

Deprecated: please use instances[0].policy.provisioning_model instead.

Property Value
TypeDescription
RepeatedFieldAllocationPolicyTypesProvisioningModel

ServiceAccount

public ServiceAccount ServiceAccount { get; set; }

Defines the service account for Batch-created VMs. If omitted, the default Compute Engine service account is used. Must match the service account specified in any used instance template configured in the Batch job.

Includes the following fields:

  • email: The service account's email address. If not set, the default Compute Engine service account is used.
  • scopes: Additional OAuth scopes to grant the service account, beyond the default cloud-platform scope. (list of strings)
Property Value
TypeDescription
ServiceAccount

ServiceAccountEmail

[Obsolete]
public string ServiceAccountEmail { get; set; }

Deprecated: please use service_account instead.

Property Value
TypeDescription
string

Tags

public RepeatedField<string> Tags { get; }

Optional. Tags applied to the VM instances.

The tags identify valid sources or targets for network firewalls. Each tag must be 1-63 characters long, and comply with RFC1035.

Property Value
TypeDescription
RepeatedFieldstring