Interface JobStatus.InstanceStatusOrBuilder

    • Method Detail

      • getMachineType

        String getMachineType()
         The Compute Engine machine type.
         
        string machine_type = 1;
        Returns:
        The machineType.
      • getMachineTypeBytes

        com.google.protobuf.ByteString getMachineTypeBytes()
         The Compute Engine machine type.
         
        string machine_type = 1;
        Returns:
        The bytes for machineType.
      • getProvisioningModelValue

        int getProvisioningModelValue()
         The VM instance provisioning model.
         
        .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;
        Returns:
        The enum numeric value on the wire for provisioningModel.
      • getProvisioningModel

        AllocationPolicy.ProvisioningModel getProvisioningModel()
         The VM instance provisioning model.
         
        .google.cloud.batch.v1.AllocationPolicy.ProvisioningModel provisioning_model = 2;
        Returns:
        The provisioningModel.
      • getTaskPack

        long getTaskPack()
         The max number of tasks can be assigned to this instance type.
         
        int64 task_pack = 3;
        Returns:
        The taskPack.
      • hasBootDisk

        boolean hasBootDisk()
         The VM boot disk.
         
        .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;
        Returns:
        Whether the bootDisk field is set.
      • getBootDisk

        AllocationPolicy.Disk getBootDisk()
         The VM boot disk.
         
        .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;
        Returns:
        The bootDisk.
      • getBootDiskOrBuilder

        AllocationPolicy.DiskOrBuilder getBootDiskOrBuilder()
         The VM boot disk.
         
        .google.cloud.batch.v1.AllocationPolicy.Disk boot_disk = 4;