Skip to content

Commit

Permalink
Generated from ac7c5f8
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and lmazuel committed Apr 26, 2016
1 parent 7c59e14 commit 6d9ba5c
Show file tree
Hide file tree
Showing 404 changed files with 1,450 additions and 1,763 deletions.
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_pool_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class AutoPoolSpecification(Model):
:type keep_alive: bool
:param pool: Gets or sets the pool specification for the auto pool.
:type pool: :class:`PoolSpecification
<batchserviceclient.models.PoolSpecification>`
<azure.batch.models.PoolSpecification>`
"""

_validation = {
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_scale_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AutoScaleRun(Model):
:param error: Gets or sets details of the error encountered evaluating
the autoscale formula on the pool, if the evaluation was unsuccessful.
:type error: :class:`AutoScaleRunError
<batchserviceclient.models.AutoScaleRunError>`
<azure.batch.models.AutoScaleRunError>`
"""

_validation = {
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/auto_scale_run_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class AutoScaleRunError(Model):
:param values: Gets or sets a list of additional error details related to
the autoscale error.
:type values: list of :class:`NameValuePair
<batchserviceclient.models.NameValuePair>`
<azure.batch.models.NameValuePair>`
"""

_attribute_map = {
Expand Down
5 changes: 2 additions & 3 deletions azure-batch/azure/batch/models/batch_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ class BatchError(Model):
:type code: str
:param message: Gets or sets a message describing the error, intended to
be suitable for display in a user interface.
:type message: :class:`ErrorMessage
<batchserviceclient.models.ErrorMessage>`
:type message: :class:`ErrorMessage <azure.batch.models.ErrorMessage>`
:param values: Gets or sets a collection of key-value pairs containing
additional details about the error.
:type values: list of :class:`BatchErrorDetail
<batchserviceclient.models.BatchErrorDetail>`
<azure.batch.models.BatchErrorDetail>`
"""

_attribute_map = {
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Certificate(Model):
the last attempt to delete this certificate. This property is set only
if the certificate is in the deletefailed state.
:type delete_certificate_error: :class:`DeleteCertificateError
<batchserviceclient.models.DeleteCertificateError>`
<azure.batch.models.DeleteCertificateError>`
"""

_attribute_map = {
Expand Down
19 changes: 9 additions & 10 deletions azure-batch/azure/batch/models/cloud_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,38 +66,37 @@ class CloudJob(Model):
:type priority: int
:param constraints: Gets or sets the execution constraints for the job.
:type constraints: :class:`JobConstraints
<batchserviceclient.models.JobConstraints>`
<azure.batch.models.JobConstraints>`
:param job_manager_task: Gets or sets details of a Job Manager task to be
launched when the job is started.
:type job_manager_task: :class:`JobManagerTask
<batchserviceclient.models.JobManagerTask>`
<azure.batch.models.JobManagerTask>`
:param job_preparation_task: Gets or sets the Job Preparation task.
:type job_preparation_task: :class:`JobPreparationTask
<batchserviceclient.models.JobPreparationTask>`
<azure.batch.models.JobPreparationTask>`
:param job_release_task: Gets or sets the Job Release task.
:type job_release_task: :class:`JobReleaseTask
<batchserviceclient.models.JobReleaseTask>`
<azure.batch.models.JobReleaseTask>`
:param common_environment_settings: Gets or sets the list of common
environment variable settings. These environment variables are set for
all tasks in the job (including the Job Manager, Job Preparation and Job
Release tasks).
:type common_environment_settings: list of :class:`EnvironmentSetting
<batchserviceclient.models.EnvironmentSetting>`
<azure.batch.models.EnvironmentSetting>`
:param pool_info: Gets or sets the pool on which the Batch service runs
the job’s tasks.
:type pool_info: :class:`PoolInformation
<batchserviceclient.models.PoolInformation>`
<azure.batch.models.PoolInformation>`
:param metadata: Gets or sets a list of name-value pairs associated with
the job as metadata.
:type metadata: list of :class:`MetadataItem
<batchserviceclient.models.MetadataItem>`
<azure.batch.models.MetadataItem>`
:param execution_info: Gets or sets the execution information for the job.
:type execution_info: :class:`JobExecutionInformation
<batchserviceclient.models.JobExecutionInformation>`
<azure.batch.models.JobExecutionInformation>`
:param stats: Gets or sets resource usage statistics for the entire
lifetime of the job.
:type stats: :class:`JobStatistics
<batchserviceclient.models.JobStatistics>`
:type stats: :class:`JobStatistics <azure.batch.models.JobStatistics>`
"""

_attribute_map = {
Expand Down
10 changes: 5 additions & 5 deletions azure-batch/azure/batch/models/cloud_job_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,23 @@ class CloudJobSchedule(Model):
:type previous_state_transition_time: datetime
:param schedule: Gets or sets the schedule according to which jobs will
be created.
:type schedule: :class:`Schedule <batchserviceclient.models.Schedule>`
:type schedule: :class:`Schedule <azure.batch.models.Schedule>`
:param job_specification: Gets or sets the details of the jobs to be
created on this schedule.
:type job_specification: :class:`JobSpecification
<batchserviceclient.models.JobSpecification>`
<azure.batch.models.JobSpecification>`
:param execution_info: Gets or sets information about jobs that have been
and will be run under this schedule.
:type execution_info: :class:`JobScheduleExecutionInformation
<batchserviceclient.models.JobScheduleExecutionInformation>`
<azure.batch.models.JobScheduleExecutionInformation>`
:param metadata: Gets or sets a list of name-value pairs associated with
the schedule as metadata.
:type metadata: list of :class:`MetadataItem
<batchserviceclient.models.MetadataItem>`
<azure.batch.models.MetadataItem>`
:param stats: Gets or sets the lifetime resource usage statistics for the
job schedule.
:type stats: :class:`JobScheduleStatistics
<batchserviceclient.models.JobScheduleStatistics>`
<azure.batch.models.JobScheduleStatistics>`
"""

_attribute_map = {
Expand Down
22 changes: 10 additions & 12 deletions azure-batch/azure/batch/models/cloud_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ class CloudPool(Model):
VirtualMachineConfiguration are mutually exclusive and one of the
properties must be specified.
:type cloud_service_configuration: :class:`CloudServiceConfiguration
<batchserviceclient.models.CloudServiceConfiguration>`
<azure.batch.models.CloudServiceConfiguration>`
:param virtual_machine_configuration: Gets or sets the virtual machine
configuration for the pool. This property and CloudServiceConfiguration
are mutually exclusive and one of the properties must be specified.
:type virtual_machine_configuration: :class:`VirtualMachineConfiguration
<batchserviceclient.models.VirtualMachineConfiguration>`
<azure.batch.models.VirtualMachineConfiguration>`
:param resize_timeout: Gets or sets the timeout for allocation of compute
nodes to the pool. In a Get Pool operation, this is the timeout for the
most recent resize operation. The default value is 10 minutes.
Expand All @@ -75,8 +75,7 @@ class CloudPool(Model):
performing the last resize on the pool. This property is set only if an
error occurred during the last pool resize, and only when the pool
AllocationState is Steady.
:type resize_error: :class:`ResizeError
<batchserviceclient.models.ResizeError>`
:type resize_error: :class:`ResizeError <azure.batch.models.ResizeError>`
:param current_dedicated: Gets or sets the number of compute nodes
currently in the pool.
:type current_dedicated: int
Expand All @@ -97,37 +96,36 @@ class CloudPool(Model):
:param auto_scale_run: Gets or sets the results and errors from the last
execution of the autoscale formula.
:type auto_scale_run: :class:`AutoScaleRun
<batchserviceclient.models.AutoScaleRun>`
<azure.batch.models.AutoScaleRun>`
:param enable_inter_node_communication: Gets or sets whether the pool
permits direct communication between nodes.
:type enable_inter_node_communication: bool
:param start_task: Gets or sets a task specified to run on each compute
node as it joins the pool.
:type start_task: :class:`StartTask <batchserviceclient.models.StartTask>`
:type start_task: :class:`StartTask <azure.batch.models.StartTask>`
:param certificate_references: Gets or sets the list of certificates to
be installed on each compute node in the pool.
:type certificate_references: list of :class:`CertificateReference
<batchserviceclient.models.CertificateReference>`
<azure.batch.models.CertificateReference>`
:param application_package_references: Gets or sets the list of
application packages to be installed on each compute node in the pool.
:type application_package_references: list of
:class:`ApplicationPackageReference
<batchserviceclient.models.ApplicationPackageReference>`
<azure.batch.models.ApplicationPackageReference>`
:param max_tasks_per_node: Gets or sets the maximum number of tasks that
can run concurrently on a single compute node in the pool.
:type max_tasks_per_node: int
:param task_scheduling_policy: Gets or sets how the Batch service
distributes tasks between compute nodes in the pool.
:type task_scheduling_policy: :class:`TaskSchedulingPolicy
<batchserviceclient.models.TaskSchedulingPolicy>`
<azure.batch.models.TaskSchedulingPolicy>`
:param metadata: Gets or sets a list of name-value pairs associated with
the pool as metadata.
:type metadata: list of :class:`MetadataItem
<batchserviceclient.models.MetadataItem>`
<azure.batch.models.MetadataItem>`
:param stats: Gets or sets utilization and resource usage statistics for
the entire lifetime of the pool.
:type stats: :class:`PoolStatistics
<batchserviceclient.models.PoolStatistics>`
:type stats: :class:`PoolStatistics <azure.batch.models.PoolStatistics>`
"""

_attribute_map = {
Expand Down
19 changes: 9 additions & 10 deletions azure-batch/azure/batch/models/cloud_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,41 +65,40 @@ class CloudTask(Model):
multi-instance tasks, the resource files will only be downloaded to the
compute node on which the primary subtask is executed.
:type resource_files: list of :class:`ResourceFile
<batchserviceclient.models.ResourceFile>`
<azure.batch.models.ResourceFile>`
:param environment_settings: Gets or sets a list of environment variable
settings for the task.
:type environment_settings: list of :class:`EnvironmentSetting
<batchserviceclient.models.EnvironmentSetting>`
<azure.batch.models.EnvironmentSetting>`
:param affinity_info: Gets or sets a locality hint that can be used by
the Batch service to select a compute node on which to start the new
task.
:type affinity_info: :class:`AffinityInformation
<batchserviceclient.models.AffinityInformation>`
<azure.batch.models.AffinityInformation>`
:param constraints: Gets or sets the execution constraints that apply to
this task.
:type constraints: :class:`TaskConstraints
<batchserviceclient.models.TaskConstraints>`
<azure.batch.models.TaskConstraints>`
:param run_elevated: Gets or sets whether to run the task in elevated
mode.
:type run_elevated: bool
:param execution_info: Gets or sets information about the execution of
the task.
:type execution_info: :class:`TaskExecutionInformation
<batchserviceclient.models.TaskExecutionInformation>`
<azure.batch.models.TaskExecutionInformation>`
:param node_info: Gets or sets information about the compute node on
which the task ran.
:type node_info: :class:`ComputeNodeInformation
<batchserviceclient.models.ComputeNodeInformation>`
<azure.batch.models.ComputeNodeInformation>`
:param multi_instance_settings: Gets or sets information about how to run
the multi-instance task.
:type multi_instance_settings: :class:`MultiInstanceSettings
<batchserviceclient.models.MultiInstanceSettings>`
<azure.batch.models.MultiInstanceSettings>`
:param stats: Gets or sets resource usage statistics for the task.
:type stats: :class:`TaskStatistics
<batchserviceclient.models.TaskStatistics>`
:type stats: :class:`TaskStatistics <azure.batch.models.TaskStatistics>`
:param depends_on: Gets or sets any dependencies this task has.
:type depends_on: :class:`TaskDependencies
<batchserviceclient.models.TaskDependencies>`
<azure.batch.models.TaskDependencies>`
"""

_attribute_map = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CloudTaskListSubtasksResult(Model):
:param value: Gets or sets the list of information of subtasks.
:type value: list of :class:`SubtaskInformation
<batchserviceclient.models.SubtaskInformation>`
<azure.batch.models.SubtaskInformation>`
"""

_attribute_map = {
Expand Down
10 changes: 5 additions & 5 deletions azure-batch/azure/batch/models/compute_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,22 +65,22 @@ class ComputeNode(Model):
:param recent_tasks: Gets or sets the list of tasks that are currently
running on the compute node.
:type recent_tasks: list of :class:`TaskInformation
<batchserviceclient.models.TaskInformation>`
<azure.batch.models.TaskInformation>`
:param start_task: Gets or sets the task specified to run on the compute
node as it joins the pool.
:type start_task: :class:`StartTask <batchserviceclient.models.StartTask>`
:type start_task: :class:`StartTask <azure.batch.models.StartTask>`
:param start_task_info: Gets or sets runtime information about the
execution of the start task on the compute node.
:type start_task_info: :class:`StartTaskInformation
<batchserviceclient.models.StartTaskInformation>`
<azure.batch.models.StartTaskInformation>`
:param certificate_references: Gets or sets the list of certificates
installed on the compute node.
:type certificate_references: list of :class:`CertificateReference
<batchserviceclient.models.CertificateReference>`
<azure.batch.models.CertificateReference>`
:param errors: Gets or sets the list of errors that are currently being
encountered by the compute node.
:type errors: list of :class:`ComputeNodeError
<batchserviceclient.models.ComputeNodeError>`
<azure.batch.models.ComputeNodeError>`
"""

_attribute_map = {
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/compute_node_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ComputeNodeError(Model):
:param error_details: Gets or sets the list of additional error details
related to the compute node error.
:type error_details: list of :class:`NameValuePair
<batchserviceclient.models.NameValuePair>`
<azure.batch.models.NameValuePair>`
"""

_attribute_map = {
Expand Down
2 changes: 1 addition & 1 deletion azure-batch/azure/batch/models/delete_certificate_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DeleteCertificateError(Model):
:param values: Gets or sets a list of additional error details related to
the certificate deletion error.
:type values: list of :class:`NameValuePair
<batchserviceclient.models.NameValuePair>`
<azure.batch.models.NameValuePair>`
"""

_attribute_map = {
Expand Down
14 changes: 7 additions & 7 deletions azure-batch/azure/batch/models/job_add_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,31 +39,31 @@ class JobAddParameter(Model):
:type priority: int
:param constraints: Gets or sets the execution constraints for the job.
:type constraints: :class:`JobConstraints
<batchserviceclient.models.JobConstraints>`
<azure.batch.models.JobConstraints>`
:param job_manager_task: Gets or sets details of a Job Manager task to be
launched when the job is started.
:type job_manager_task: :class:`JobManagerTask
<batchserviceclient.models.JobManagerTask>`
<azure.batch.models.JobManagerTask>`
:param job_preparation_task: Gets or sets the Job Preparation task.
:type job_preparation_task: :class:`JobPreparationTask
<batchserviceclient.models.JobPreparationTask>`
<azure.batch.models.JobPreparationTask>`
:param job_release_task: Gets or sets the Job Release task.
:type job_release_task: :class:`JobReleaseTask
<batchserviceclient.models.JobReleaseTask>`
<azure.batch.models.JobReleaseTask>`
:param common_environment_settings: Gets or sets the list of common
environment variable settings. These environment variables are set for
all tasks in the job (including the Job Manager, Job Preparation and Job
Release tasks).
:type common_environment_settings: list of :class:`EnvironmentSetting
<batchserviceclient.models.EnvironmentSetting>`
<azure.batch.models.EnvironmentSetting>`
:param pool_info: Gets or sets the pool on which the Batch service runs
the job’s tasks.
:type pool_info: :class:`PoolInformation
<batchserviceclient.models.PoolInformation>`
<azure.batch.models.PoolInformation>`
:param metadata: Gets or sets a list of name-value pairs associated with
the job as metadata.
:type metadata: list of :class:`MetadataItem
<batchserviceclient.models.MetadataItem>`
<azure.batch.models.MetadataItem>`
:param uses_task_dependencies: Gets or sets the flag that determines if
this job will use tasks with dependencies.
:type uses_task_dependencies: bool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class JobExecutionInformation(Model):
:param scheduling_error: Gets or sets details of any error encountered by
the service in starting the job.
:type scheduling_error: :class:`JobSchedulingError
<batchserviceclient.models.JobSchedulingError>`
<azure.batch.models.JobSchedulingError>`
:param terminate_reason: Gets or sets a string describing the reason the
job ended.
:type terminate_reason: str
Expand Down
6 changes: 3 additions & 3 deletions azure-batch/azure/batch/models/job_manager_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ class JobManagerTask(Model):
:param resource_files: Gets or sets a list of files that Batch will
download to the compute node before running the command line.
:type resource_files: list of :class:`ResourceFile
<batchserviceclient.models.ResourceFile>`
<azure.batch.models.ResourceFile>`
:param environment_settings: Gets or sets a list of environment variable
settings for the Job Manager task.
:type environment_settings: list of :class:`EnvironmentSetting
<batchserviceclient.models.EnvironmentSetting>`
<azure.batch.models.EnvironmentSetting>`
:param constraints: Gets or sets constraints that apply to the Job
Manager task.
:type constraints: :class:`TaskConstraints
<batchserviceclient.models.TaskConstraints>`
<azure.batch.models.TaskConstraints>`
:param kill_job_on_completion: Gets or sets whether completion of the Job
Manager task signifies completion of the entire job.
:type kill_job_on_completion: bool
Expand Down
6 changes: 3 additions & 3 deletions azure-batch/azure/batch/models/job_patch_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ class JobPatchParameter(Model):
:param constraints: Sets the execution constraints for the job. If
omitted, the existing execution constraints are left unchanged.
:type constraints: :class:`JobConstraints
<batchserviceclient.models.JobConstraints>`
<azure.batch.models.JobConstraints>`
:param pool_info: Sets the pool on which the Batch service runs the job's
tasks. If omitted, the job continues to run on its current pool.
:type pool_info: :class:`PoolInformation
<batchserviceclient.models.PoolInformation>`
<azure.batch.models.PoolInformation>`
:param metadata: Sets a list of name-value pairs associated with the job
as metadata. If omitted, the existing job metadata is left unchanged.
:type metadata: list of :class:`MetadataItem
<batchserviceclient.models.MetadataItem>`
<azure.batch.models.MetadataItem>`
"""

_attribute_map = {
Expand Down
Loading

0 comments on commit 6d9ba5c

Please sign in to comment.