@@ -62,38 +62,38 @@ class JobAwsBatch(Job):
6262class JobAzureBackup (Job ):
6363
6464 _type : str = attrs .field (init = False , default = 'Job:Azure Backup' , metadata = {
65- '_aapi_repr_' : 'Type' , '_type_aapi_' : 'Job:Azure Backup' })
65+ '_aapi_repr_' : 'Type' , '_type_aapi_' : 'Job:Azure Backup' })
6666 object_name : str = attrs .field (metadata = {'_aapi_name_' : True })
6767 connection_profile : str = attrs .field (kw_only = True , default = None , metadata = {
68- '_aapi_repr_' : 'ConnectionProfile' })
68+ '_aapi_repr_' : 'ConnectionProfile' })
6969 action : str = attrs .field (kw_only = True , default = None , metadata = {
70- '_aapi_repr_' : 'Action' })
70+ '_aapi_repr_' : 'Action' })
7171 vault_resource_group : str = attrs .field (kw_only = True , default = None , metadata = {
72- '_aapi_repr_' : 'Vault Resource Group' })
72+ '_aapi_repr_' : 'Vault Resource Group' })
7373 vault_name : str = attrs .field (kw_only = True , default = None , metadata = {
74- '_aapi_repr_' : 'Vault Name' })
75- v_m_resource_group : str = attrs .field (kw_only = True , default = None , metadata = {
76- '_aapi_repr_' : 'VM Resource Group' })
77- v_m_name : str = attrs .field (kw_only = True , default = None , metadata = {
78- '_aapi_repr_' : 'VM Name' })
74+ '_aapi_repr_' : 'Vault Name' })
75+ vm_resource_group : str = attrs .field (kw_only = True , default = None , metadata = {
76+ '_aapi_repr_' : 'VM Resource Group' })
77+ vm_name : str = attrs .field (kw_only = True , default = None , metadata = {
78+ '_aapi_repr_' : 'VM Name' })
7979 policy_name : str = attrs .field (kw_only = True , default = None , metadata = {
80- '_aapi_repr_' : 'Policy Name' })
80+ '_aapi_repr_' : 'Policy Name' })
8181 include_or_exclude_disks : str = attrs .field (kw_only = True , default = None , metadata = {
82- '_aapi_repr_' : 'Include or Exclude Disks' })
82+ '_aapi_repr_' : 'Include Or Exclude Disks' })
8383 disk_list : str = attrs .field (kw_only = True , default = None , metadata = {
84- '_abstract_aapi_container_' : True })
84+ '_abstract_aapi_container_' : True })
8585 restore_to_latest_recovery_point : str = attrs .field (kw_only = True , default = None , metadata = {
86- '_aapi_repr_' : 'Restore to Latest Recovery Point' })
86+ '_aapi_repr_' : 'Restore to Latest Recovery Point' })
8787 recovery_point_name : str = attrs .field (kw_only = True , default = None , metadata = {
88- '_aapi_repr_' : 'Recovery Point Name' })
88+ '_aapi_repr_' : 'Recovery Point Name' })
8989 storage_account_name : str = attrs .field (kw_only = True , default = None , metadata = {
90- '_aapi_repr_' : 'Storage Account Name' })
90+ '_aapi_repr_' : 'Storage Account Name' })
9191 restore_region : str = attrs .field (kw_only = True , default = None , metadata = {
92- '_aapi_repr_' : 'Restore Region' })
92+ '_aapi_repr_' : 'Restore Region' })
9393 status_polling_frequency : str = attrs .field (kw_only = True , default = None , metadata = {
94- '_aapi_repr_' : 'Status Polling Frequency' })
94+ '_aapi_repr_' : 'Status Polling Frequency' })
9595 failure_tolerance_ : str = attrs .field (kw_only = True , default = None , metadata = {
96- '_aapi_repr_' : 'Failure Tolerance ' })
96+ '_aapi_repr_' : 'Failure Tolerance ' })
9797
9898
9999@attrs .define
@@ -561,25 +561,25 @@ class JobGCPBigQuery(Job):
561561@attrs .define
562562class JobGCPDataFlow (Job ):
563563
564- _type : str = attrs .field (init = False , default = 'Job:GCP DataFlow ' , metadata = {
565- '_aapi_repr_' : 'Type' , '_type_aapi_' : 'Job:GCP DataFlow ' })
564+ _type : str = attrs .field (init = False , default = 'Job:GCP Dataflow ' , metadata = {
565+ '_aapi_repr_' : 'Type' , '_type_aapi_' : 'Job:GCP Dataflow ' })
566566 object_name : str = attrs .field (metadata = {'_aapi_name_' : True })
567567 connection_profile : str = attrs .field (kw_only = True , default = None , metadata = {
568- '_aapi_repr_' : 'ConnectionProfile' })
568+ '_aapi_repr_' : 'ConnectionProfile' })
569569 project_id : str = attrs .field (kw_only = True , default = None , metadata = {
570- '_aapi_repr_' : 'Project ID' })
570+ '_aapi_repr_' : 'Project ID' })
571571 region : str = attrs .field (kw_only = True , default = None , metadata = {
572- '_aapi_repr_' : 'Region' })
572+ '_aapi_repr_' : 'Region' })
573573 template_type : str = attrs .field (kw_only = True , default = None , metadata = {
574- '_aapi_repr_' : 'Template Type' })
574+ '_aapi_repr_' : 'Template Type' })
575575 template_location_gs_ : str = attrs .field (kw_only = True , default = None , metadata = {
576- '_aapi_repr_' : 'Template Location (gs://)' })
576+ '_aapi_repr_' : 'Template Location (gs://)' })
577577 parameters__json_format : str = attrs .field (kw_only = True , default = None , metadata = {
578- '_aapi_repr_' : 'Parameters (JSON Format)' })
578+ '_aapi_repr_' : 'Parameters (JSON Format)' })
579579 verification_poll_interval_in_seconds : str = attrs .field (kw_only = True , default = None , metadata = {
580- '_aapi_repr_' : 'Verification Poll Interval (in seconds)' })
580+ '_aapi_repr_' : 'Verification Poll Interval (in seconds)' })
581581 log_level : str = attrs .field (kw_only = True , default = None , metadata = {
582- '_aapi_repr_' : 'Log Level' })
582+ '_aapi_repr_' : 'Log Level' })
583583
584584
585585@attrs .define
@@ -1163,6 +1163,7 @@ class JobAwsAthena(Job):
11631163 no_perm : str = attrs .field (kw_only = True , default = None , metadata = {
11641164 '_aapi_repr_' : 'NoPerm' })
11651165
1166+
11661167@attrs .define
11671168class JobGCPDataprep (Job ):
11681169
0 commit comments