📂 File Browser

AgentAI/vendor/google/apiclient-services/src/Batch
🌙 Dark Mode
🎯 Quick Launch:

📁 Directories

📁 Resource/ 🔓 Open

📄 Files

🐘 Accelerator.php
▶ Open 📄 View Source
🐘 ActionCondition.php
▶ Open 📄 View Source
🐘 AgentContainer.php
▶ Open 📄 View Source
🐘 AgentEnvironment.php
▶ Open 📄 View Source
🐘 AgentInfo.php
▶ Open 📄 View Source
🐘 AgentKMSEnvMap.php
▶ Open 📄 View Source
🐘 AgentMetadata.php
▶ Open 📄 View Source
🐘 AgentScript.php
▶ Open 📄 View Source
🐘 AgentTask.php
▶ Open 📄 View Source
🐘 AgentTaskInfo.php
▶ Open 📄 View Source
🐘 AgentTaskLoggingOption.php
▶ Open 📄 View Source
🐘 AgentTaskRunnable.php
▶ Open 📄 View Source
🐘 AgentTaskSpec.php
▶ Open 📄 View Source
🐘 AgentTaskUserAccount.php
▶ Open 📄 View Source
🐘 AgentTimingInfo.php
▶ Open 📄 View Source
🐘 AllocationPolicy.php
▶ Open 📄 View Source
🐘 AttachedDisk.php
▶ Open 📄 View Source
🐘 AuditConfig.php
▶ Open 📄 View Source
🐘 AuditLogConfig.php
▶ Open 📄 View Source
🐘 Barrier.php
▶ Open 📄 View Source
🐘 BatchEmpty.php
▶ Open 📄 View Source
🐘 Binding.php
▶ Open 📄 View Source
🐘 CancelJobRequest.php
▶ Open 📄 View Source
🐘 CancelOperationRequest.php
▶ Open 📄 View Source
🐘 CloudLoggingOption.php
▶ Open 📄 View Source
🐘 ComputeResource.php
▶ Open 📄 View Source
🐘 Container.php
▶ Open 📄 View Source
🐘 Disk.php
▶ Open 📄 View Source
🐘 Environment.php
▶ Open 📄 View Source
🐘 Expr.php
▶ Open 📄 View Source
🐘 GCS.php
▶ Open 📄 View Source
🐘 InstancePolicy.php
▶ Open 📄 View Source
🐘 InstancePolicyOrTemplate.php
▶ Open 📄 View Source
🐘 InstanceStatus.php
▶ Open 📄 View Source
🐘 Job.php
▶ Open 📄 View Source
🐘 JobNotification.php
▶ Open 📄 View Source
🐘 JobStatus.php
▶ Open 📄 View Source
🐘 KMSEnvMap.php
▶ Open 📄 View Source
🐘 LifecyclePolicy.php
▶ Open 📄 View Source
🐘 ListJobsResponse.php
▶ Open 📄 View Source
🐘 ListLocationsResponse.php
▶ Open 📄 View Source
🐘 ListOperationsResponse.php
▶ Open 📄 View Source
🐘 ListTasksResponse.php
▶ Open 📄 View Source
🐘 Location.php
▶ Open 📄 View Source
🐘 LocationPolicy.php
▶ Open 📄 View Source
🐘 LogsPolicy.php
▶ Open 📄 View Source
🐘 Message.php
▶ Open 📄 View Source
🐘 NFS.php
▶ Open 📄 View Source
🐘 NetworkInterface.php
▶ Open 📄 View Source
🐘 NetworkPolicy.php
▶ Open 📄 View Source
🐘 Operation.php
▶ Open 📄 View Source
🐘 OperationMetadata.php
▶ Open 📄 View Source
🐘 PlacementPolicy.php
▶ Open 📄 View Source
🐘 Policy.php
▶ Open 📄 View Source
🐘 ReportAgentStateRequest.php
▶ Open 📄 View Source
🐘 ReportAgentStateResponse.php
▶ Open 📄 View Source
🐘 Runnable.php
▶ Open 📄 View Source
🐘 Script.php
▶ Open 📄 View Source
🐘 ServiceAccount.php
▶ Open 📄 View Source
🐘 SetIamPolicyRequest.php
▶ Open 📄 View Source
🐘 Status.php
▶ Open 📄 View Source
🐘 StatusEvent.php
▶ Open 📄 View Source
🐘 Task.php
▶ Open 📄 View Source
🐘 TaskExecution.php
▶ Open 📄 View Source
🐘 TaskGroup.php
▶ Open 📄 View Source
🐘 TaskGroupStatus.php
▶ Open 📄 View Source
🐘 TaskSpec.php
▶ Open 📄 View Source
🐘 TaskStatus.php
▶ Open 📄 View Source
🐘 TestIamPermissionsRequest.php
▶ Open 📄 View Source
🐘 TestIamPermissionsResponse.php
▶ Open 📄 View Source
🐘 Volume.php
▶ Open 📄 View Source

📄 Source: InstancePolicyOrTemplate.php

<?php
/*
 * Copyright 2014 Google Inc.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */

namespace Google\Service\Batch;

class InstancePolicyOrTemplate extends \Google\Model
{
  /**
   * Optional. Set this field to `true` if you want Batch to block project-level
   * SSH keys from accessing this job's VMs. Alternatively, you can configure
   * the job to specify a VM instance template that blocks project-level SSH
   * keys. In either case, Batch blocks project-level SSH keys while creating
   * the VMs for this job. Batch allows project-level SSH keys for a job's VMs
   * only if all the following are true: + This field is undefined or set to
   * `false`. + The job's VM instance template (if any) doesn't block project-
   * level SSH keys. Notably, you can override this behavior by manually
   * updating a VM to block or allow project-level SSH keys. For more
   * information about blocking project-level SSH keys, see the Compute Engine
   * documentation: https://cloud.google.com/compute/docs/connect/restrict-ssh-
   * keys#block-keys
   *
   * @var bool
   */
  public $blockProjectSshKeys;
  /**
   * Set this field true if you want Batch to help fetch drivers from a third
   * party location and install them for GPUs specified in `policy.accelerators`
   * or `instance_template` on your behalf. Default is false. For Container-
   * Optimized Image cases, Batch will install the accelerator driver following
   * milestones of https://cloud.google.com/container-optimized-os/docs/release-
   * notes. For non Container-Optimized Image cases, following
   * https://github.com/GoogleCloudPlatform/compute-gpu-
   * installation/blob/main/linux/install_gpu_driver.py.
   *
   * @var bool
   */
  public $installGpuDrivers;
  /**
   * Optional. Set this field true if you want Batch to install Ops Agent on
   * your behalf. Default is false.
   *
   * @var bool
   */
  public $installOpsAgent;
  /**
   * Name of an instance template used to create VMs. Named the field as
   * 'instance_template' instead of 'template' to avoid C++ keyword conflict.
   * Batch only supports global instance templates from the same project as the
   * job. You can specify the global instance template as a full or partial URL.
   *
   * @var string
   */
  public $instanceTemplate;
  protected $policyType = InstancePolicy::class;
  protected $policyDataType = '';

  /**
   * Optional. Set this field to `true` if you want Batch to block project-level
   * SSH keys from accessing this job's VMs. Alternatively, you can configure
   * the job to specify a VM instance template that blocks project-level SSH
   * keys. In either case, Batch blocks project-level SSH keys while creating
   * the VMs for this job. Batch allows project-level SSH keys for a job's VMs
   * only if all the following are true: + This field is undefined or set to
   * `false`. + The job's VM instance template (if any) doesn't block project-
   * level SSH keys. Notably, you can override this behavior by manually
   * updating a VM to block or allow project-level SSH keys. For more
   * information about blocking project-level SSH keys, see the Compute Engine
   * documentation: https://cloud.google.com/compute/docs/connect/restrict-ssh-
   * keys#block-keys
   *
   * @param bool $blockProjectSshKeys
   */
  public function setBlockProjectSshKeys($blockProjectSshKeys)
  {
    $this->blockProjectSshKeys = $blockProjectSshKeys;
  }
  /**
   * @return bool
   */
  public function getBlockProjectSshKeys()
  {
    return $this->blockProjectSshKeys;
  }
  /**
   * Set this field true if you want Batch to help fetch drivers from a third
   * party location and install them for GPUs specified in `policy.accelerators`
   * or `instance_template` on your behalf. Default is false. For Container-
   * Optimized Image cases, Batch will install the accelerator driver following
   * milestones of https://cloud.google.com/container-optimized-os/docs/release-
   * notes. For non Container-Optimized Image cases, following
   * https://github.com/GoogleCloudPlatform/compute-gpu-
   * installation/blob/main/linux/install_gpu_driver.py.
   *
   * @param bool $installGpuDrivers
   */
  public function setInstallGpuDrivers($installGpuDrivers)
  {
    $this->installGpuDrivers = $installGpuDrivers;
  }
  /**
   * @return bool
   */
  public function getInstallGpuDrivers()
  {
    return $this->installGpuDrivers;
  }
  /**
   * Optional. Set this field true if you want Batch to install Ops Agent on
   * your behalf. Default is false.
   *
   * @param bool $installOpsAgent
   */
  public function setInstallOpsAgent($installOpsAgent)
  {
    $this->installOpsAgent = $installOpsAgent;
  }
  /**
   * @return bool
   */
  public function getInstallOpsAgent()
  {
    return $this->installOpsAgent;
  }
  /**
   * Name of an instance template used to create VMs. Named the field as
   * 'instance_template' instead of 'template' to avoid C++ keyword conflict.
   * Batch only supports global instance templates from the same project as the
   * job. You can specify the global instance template as a full or partial URL.
   *
   * @param string $instanceTemplate
   */
  public function setInstanceTemplate($instanceTemplate)
  {
    $this->instanceTemplate = $instanceTemplate;
  }
  /**
   * @return string
   */
  public function getInstanceTemplate()
  {
    return $this->instanceTemplate;
  }
  /**
   * InstancePolicy.
   *
   * @param InstancePolicy $policy
   */
  public function setPolicy(InstancePolicy $policy)
  {
    $this->policy = $policy;
  }
  /**
   * @return InstancePolicy
   */
  public function getPolicy()
  {
    return $this->policy;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InstancePolicyOrTemplate::class, 'Google_Service_Batch_InstancePolicyOrTemplate');
← Back