azure_mgmt_automation 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/lib/azure_mgmt_automation.rb +6 -0
- data/lib/generated/azure_mgmt_automation.rb +183 -0
- data/lib/generated/azure_mgmt_automation/activity_operations.rb +332 -0
- data/lib/generated/azure_mgmt_automation/agent_registration_information.rb +223 -0
- data/lib/generated/azure_mgmt_automation/automation_account_operations.rb +822 -0
- data/lib/generated/azure_mgmt_automation/automation_client.rb +245 -0
- data/lib/generated/azure_mgmt_automation/certificate_operations.rb +642 -0
- data/lib/generated/azure_mgmt_automation/connection_operations.rb +653 -0
- data/lib/generated/azure_mgmt_automation/connection_type_operations.rb +528 -0
- data/lib/generated/azure_mgmt_automation/credential_operations.rb +642 -0
- data/lib/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +534 -0
- data/lib/generated/azure_mgmt_automation/dsc_configuration_operations.rb +629 -0
- data/lib/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +532 -0
- data/lib/generated/azure_mgmt_automation/dsc_node_operations.rb +530 -0
- data/lib/generated/azure_mgmt_automation/fields.rb +124 -0
- data/lib/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +524 -0
- data/lib/generated/azure_mgmt_automation/job_operations.rb +888 -0
- data/lib/generated/azure_mgmt_automation/job_schedule_operations.rb +515 -0
- data/lib/generated/azure_mgmt_automation/job_stream_operations.rb +333 -0
- data/lib/generated/azure_mgmt_automation/models/activity.rb +133 -0
- data/lib/generated/azure_mgmt_automation/models/activity_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/activity_output_type.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/activity_parameter.rb +129 -0
- data/lib/generated/azure_mgmt_automation/models/activity_parameter_set.rb +63 -0
- data/lib/generated/azure_mgmt_automation/models/advanced_schedule.rb +89 -0
- data/lib/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb +58 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration.rb +76 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_key_name.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_keys.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/agent_registration_regenerate_key_parameter.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account.rb +154 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_create_or_update_parameters.rb +85 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/automation_account_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/certificate.rb +121 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_create_or_update_parameters.rb +87 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/certificate_update_parameters.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/connection.rb +119 -0
- data/lib/generated/azure_mgmt_automation/models/connection_create_or_update_parameters.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/connection_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type.rb +118 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_create_or_update_parameters.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/connection_type_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/connection_update_parameters.rb +72 -0
- data/lib/generated/azure_mgmt_automation/models/content_hash.rb +55 -0
- data/lib/generated/azure_mgmt_automation/models/content_link.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/content_source.rb +77 -0
- data/lib/generated/azure_mgmt_automation/models/content_source_type.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/credential.rb +98 -0
- data/lib/generated/azure_mgmt_automation/models/credential_create_or_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/credential_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/credential_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job.rb +186 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +102 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_compilation_job_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration.rb +193 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_create_or_update_parameters.rb +132 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_parameter.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_provisioning_state.rb +15 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_configuration_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_meta_configuration.rb +111 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node.rb +161 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration.rb +86 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +69 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_configuration_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_report.rb +265 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_report_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb +56 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_error.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_resource.rb +143 -0
- data/lib/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/error_response.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/field_definition.rb +67 -0
- data/lib/generated/azure_mgmt_automation/models/http_status_code.rb +61 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group.rb +85 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group_update_parameters.rb +46 -0
- data/lib/generated/azure_mgmt_automation/models/hybrid_runbook_worker_groups_list_result.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/job.rb +188 -0
- data/lib/generated/azure_mgmt_automation/models/job_create_parameters.rb +112 -0
- data/lib/generated/azure_mgmt_automation/models/job_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule.rb +105 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule_create_parameters.rb +84 -0
- data/lib/generated/azure_mgmt_automation/models/job_schedule_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_status.rb +27 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream.rb +113 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/job_stream_type.rb +21 -0
- data/lib/generated/azure_mgmt_automation/models/module_create_or_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/module_error_info.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/module_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/module_model.rb +198 -0
- data/lib/generated/azure_mgmt_automation/models/module_provisioning_state.rb +30 -0
- data/lib/generated/azure_mgmt_automation/models/module_update_parameters.rb +83 -0
- data/lib/generated/azure_mgmt_automation/models/operation.rb +55 -0
- data/lib/generated/azure_mgmt_automation/models/operation_display.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/operation_list_result.rb +53 -0
- data/lib/generated/azure_mgmt_automation/models/resource.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/run_as_credential_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook.rb +263 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_parameters.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_properties.rb +99 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_create_or_update_parameters.rb +147 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_draft.rb +112 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_draft_undo_edit_result.rb +68 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_parameter.rb +75 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_provisioning_state.rb +15 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_state.rb +17 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_type_enum.rb +20 -0
- data/lib/generated/azure_mgmt_automation/models/runbook_update_parameters.rb +113 -0
- data/lib/generated/azure_mgmt_automation/models/schedule.rb +199 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_association_property.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +116 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_day.rb +21 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_frequency.rb +19 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/sku.rb +65 -0
- data/lib/generated/azure_mgmt_automation/models/sku_name_enum.rb +16 -0
- data/lib/generated/azure_mgmt_automation/models/statistics.rb +89 -0
- data/lib/generated/azure_mgmt_automation/models/statistics_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/sub_resource.rb +44 -0
- data/lib/generated/azure_mgmt_automation/models/test_job.rb +144 -0
- data/lib/generated/azure_mgmt_automation/models/test_job_create_parameters.rb +73 -0
- data/lib/generated/azure_mgmt_automation/models/type_field.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/type_field_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/usage.rb +95 -0
- data/lib/generated/azure_mgmt_automation/models/usage_counter_name.rb +54 -0
- data/lib/generated/azure_mgmt_automation/models/usage_list_result.rb +52 -0
- data/lib/generated/azure_mgmt_automation/models/variable.rb +104 -0
- data/lib/generated/azure_mgmt_automation/models/variable_create_or_update_parameters.rb +74 -0
- data/lib/generated/azure_mgmt_automation/models/variable_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/variable_update_parameters.rb +64 -0
- data/lib/generated/azure_mgmt_automation/models/webhook.rb +168 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_create_or_update_parameters.rb +115 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_list_result.rb +94 -0
- data/lib/generated/azure_mgmt_automation/models/webhook_update_parameters.rb +94 -0
- data/lib/generated/azure_mgmt_automation/module_definition.rb +8 -0
- data/lib/generated/azure_mgmt_automation/module_model_operations.rb +633 -0
- data/lib/generated/azure_mgmt_automation/node_reports.rb +438 -0
- data/lib/generated/azure_mgmt_automation/object_data_types.rb +219 -0
- data/lib/generated/azure_mgmt_automation/operations.rb +106 -0
- data/lib/generated/azure_mgmt_automation/runbook_draft_operations.rb +605 -0
- data/lib/generated/azure_mgmt_automation/runbook_operations.rb +719 -0
- data/lib/generated/azure_mgmt_automation/schedule_operations.rb +626 -0
- data/lib/generated/azure_mgmt_automation/statistics_operations.rb +119 -0
- data/lib/generated/azure_mgmt_automation/test_job_streams.rb +333 -0
- data/lib/generated/azure_mgmt_automation/test_jobs.rb +486 -0
- data/lib/generated/azure_mgmt_automation/usages.rb +116 -0
- data/lib/generated/azure_mgmt_automation/variable_operations.rb +636 -0
- data/lib/generated/azure_mgmt_automation/version.rb +8 -0
- data/lib/generated/azure_mgmt_automation/webhook_operations.rb +737 -0
- metadata +275 -0
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The response model for the list configuration operation.
|
|
10
|
+
#
|
|
11
|
+
class DscConfigurationListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
include MsRest::JSONable
|
|
16
|
+
# @return [Array<DscConfiguration>] Gets or sets a list of
|
|
17
|
+
# configurations.
|
|
18
|
+
attr_accessor :value
|
|
19
|
+
|
|
20
|
+
# @return [String] Gets or sets the next link.
|
|
21
|
+
attr_accessor :next_link
|
|
22
|
+
|
|
23
|
+
# return [Proc] with next page method call.
|
|
24
|
+
attr_accessor :next_method
|
|
25
|
+
|
|
26
|
+
#
|
|
27
|
+
# Gets the rest of the items for the request, enabling auto-pagination.
|
|
28
|
+
#
|
|
29
|
+
# @return [Array<DscConfiguration>] operation results.
|
|
30
|
+
#
|
|
31
|
+
def get_all_items
|
|
32
|
+
items = @value
|
|
33
|
+
page = self
|
|
34
|
+
while page.next_link != nil do
|
|
35
|
+
page = page.get_next_page
|
|
36
|
+
items.concat(page.value)
|
|
37
|
+
end
|
|
38
|
+
items
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
#
|
|
42
|
+
# Gets the next page of results.
|
|
43
|
+
#
|
|
44
|
+
# @return [DscConfigurationListResult] with next page content.
|
|
45
|
+
#
|
|
46
|
+
def get_next_page
|
|
47
|
+
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
|
48
|
+
unless response.nil?
|
|
49
|
+
@next_link = response.body.next_link
|
|
50
|
+
@value = response.body.value
|
|
51
|
+
self
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
#
|
|
56
|
+
# Mapper for DscConfigurationListResult class as Ruby Hash.
|
|
57
|
+
# This will be used for serialization/deserialization.
|
|
58
|
+
#
|
|
59
|
+
def self.mapper()
|
|
60
|
+
{
|
|
61
|
+
required: false,
|
|
62
|
+
serialized_name: 'DscConfigurationListResult',
|
|
63
|
+
type: {
|
|
64
|
+
name: 'Composite',
|
|
65
|
+
class_name: 'DscConfigurationListResult',
|
|
66
|
+
model_properties: {
|
|
67
|
+
value: {
|
|
68
|
+
required: false,
|
|
69
|
+
serialized_name: 'value',
|
|
70
|
+
type: {
|
|
71
|
+
name: 'Sequence',
|
|
72
|
+
element: {
|
|
73
|
+
required: false,
|
|
74
|
+
serialized_name: 'DscConfigurationElementType',
|
|
75
|
+
type: {
|
|
76
|
+
name: 'Composite',
|
|
77
|
+
class_name: 'DscConfiguration'
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
next_link: {
|
|
83
|
+
required: false,
|
|
84
|
+
serialized_name: 'nextLink',
|
|
85
|
+
type: {
|
|
86
|
+
name: 'String'
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
end
|
|
93
|
+
end
|
|
94
|
+
end
|
|
95
|
+
end
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Definition of the configuration parameter type.
|
|
10
|
+
#
|
|
11
|
+
class DscConfigurationParameter
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the type of the parameter.
|
|
16
|
+
attr_accessor :type
|
|
17
|
+
|
|
18
|
+
# @return [Boolean] Gets or sets a Boolean value to indicate whether the
|
|
19
|
+
# parameter is madatory or not.
|
|
20
|
+
attr_accessor :is_mandatory
|
|
21
|
+
|
|
22
|
+
# @return [Integer] Get or sets the position of the parameter.
|
|
23
|
+
attr_accessor :position
|
|
24
|
+
|
|
25
|
+
# @return [String] Gets or sets the default value of parameter.
|
|
26
|
+
attr_accessor :default_value
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
#
|
|
30
|
+
# Mapper for DscConfigurationParameter class as Ruby Hash.
|
|
31
|
+
# This will be used for serialization/deserialization.
|
|
32
|
+
#
|
|
33
|
+
def self.mapper()
|
|
34
|
+
{
|
|
35
|
+
required: false,
|
|
36
|
+
serialized_name: 'DscConfigurationParameter',
|
|
37
|
+
type: {
|
|
38
|
+
name: 'Composite',
|
|
39
|
+
class_name: 'DscConfigurationParameter',
|
|
40
|
+
model_properties: {
|
|
41
|
+
type: {
|
|
42
|
+
required: false,
|
|
43
|
+
serialized_name: 'type',
|
|
44
|
+
type: {
|
|
45
|
+
name: 'String'
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
is_mandatory: {
|
|
49
|
+
required: false,
|
|
50
|
+
serialized_name: 'isMandatory',
|
|
51
|
+
type: {
|
|
52
|
+
name: 'Boolean'
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
position: {
|
|
56
|
+
required: false,
|
|
57
|
+
serialized_name: 'position',
|
|
58
|
+
type: {
|
|
59
|
+
name: 'Number'
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
default_value: {
|
|
63
|
+
required: false,
|
|
64
|
+
serialized_name: 'defaultValue',
|
|
65
|
+
type: {
|
|
66
|
+
name: 'String'
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
end
|
|
73
|
+
end
|
|
74
|
+
end
|
|
75
|
+
end
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for DscConfigurationProvisioningState
|
|
10
|
+
#
|
|
11
|
+
module DscConfigurationProvisioningState
|
|
12
|
+
Succeeded = "Succeeded"
|
|
13
|
+
end
|
|
14
|
+
end
|
|
15
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for DscConfigurationState
|
|
10
|
+
#
|
|
11
|
+
module DscConfigurationState
|
|
12
|
+
New = "New"
|
|
13
|
+
Edit = "Edit"
|
|
14
|
+
Published = "Published"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Definition of the DSC Meta Configuration.
|
|
10
|
+
#
|
|
11
|
+
class DscMetaConfiguration
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Integer] Gets or sets the ConfigurationModeFrequencyMins value
|
|
16
|
+
# of the meta configuration.
|
|
17
|
+
attr_accessor :configuration_mode_frequency_mins
|
|
18
|
+
|
|
19
|
+
# @return [Boolean] Gets or sets the RebootNodeIfNeeded value of the meta
|
|
20
|
+
# configuration.
|
|
21
|
+
attr_accessor :reboot_node_if_needed
|
|
22
|
+
|
|
23
|
+
# @return [String] Gets or sets the ConfigurationMode value of the meta
|
|
24
|
+
# configuration.
|
|
25
|
+
attr_accessor :configuration_mode
|
|
26
|
+
|
|
27
|
+
# @return [String] Gets or sets the ActionAfterReboot value of the meta
|
|
28
|
+
# configuration.
|
|
29
|
+
attr_accessor :action_after_reboot
|
|
30
|
+
|
|
31
|
+
# @return [String] Gets or sets the CertificateId value of the meta
|
|
32
|
+
# configuration.
|
|
33
|
+
attr_accessor :certificate_id
|
|
34
|
+
|
|
35
|
+
# @return [Integer] Gets or sets the RefreshFrequencyMins value of the
|
|
36
|
+
# meta configuration.
|
|
37
|
+
attr_accessor :refresh_frequency_mins
|
|
38
|
+
|
|
39
|
+
# @return [Boolean] Gets or sets the AllowModuleOverwrite value of the
|
|
40
|
+
# meta configuration.
|
|
41
|
+
attr_accessor :allow_module_overwrite
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
#
|
|
45
|
+
# Mapper for DscMetaConfiguration class as Ruby Hash.
|
|
46
|
+
# This will be used for serialization/deserialization.
|
|
47
|
+
#
|
|
48
|
+
def self.mapper()
|
|
49
|
+
{
|
|
50
|
+
required: false,
|
|
51
|
+
serialized_name: 'DscMetaConfiguration',
|
|
52
|
+
type: {
|
|
53
|
+
name: 'Composite',
|
|
54
|
+
class_name: 'DscMetaConfiguration',
|
|
55
|
+
model_properties: {
|
|
56
|
+
configuration_mode_frequency_mins: {
|
|
57
|
+
required: false,
|
|
58
|
+
serialized_name: 'configurationModeFrequencyMins',
|
|
59
|
+
type: {
|
|
60
|
+
name: 'Number'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
reboot_node_if_needed: {
|
|
64
|
+
required: false,
|
|
65
|
+
serialized_name: 'rebootNodeIfNeeded',
|
|
66
|
+
type: {
|
|
67
|
+
name: 'Boolean'
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
configuration_mode: {
|
|
71
|
+
required: false,
|
|
72
|
+
serialized_name: 'configurationMode',
|
|
73
|
+
type: {
|
|
74
|
+
name: 'String'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
action_after_reboot: {
|
|
78
|
+
required: false,
|
|
79
|
+
serialized_name: 'actionAfterReboot',
|
|
80
|
+
type: {
|
|
81
|
+
name: 'String'
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
certificate_id: {
|
|
85
|
+
required: false,
|
|
86
|
+
serialized_name: 'certificateId',
|
|
87
|
+
type: {
|
|
88
|
+
name: 'String'
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
refresh_frequency_mins: {
|
|
92
|
+
required: false,
|
|
93
|
+
serialized_name: 'refreshFrequencyMins',
|
|
94
|
+
type: {
|
|
95
|
+
name: 'Number'
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
allow_module_overwrite: {
|
|
99
|
+
required: false,
|
|
100
|
+
serialized_name: 'allowModuleOverwrite',
|
|
101
|
+
type: {
|
|
102
|
+
name: 'Boolean'
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
end
|
|
109
|
+
end
|
|
110
|
+
end
|
|
111
|
+
end
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::Automation
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Definition of the dsc node type.
|
|
10
|
+
#
|
|
11
|
+
class DscNode < Resource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [DateTime] Gets or sets the last seen time of the node.
|
|
16
|
+
attr_accessor :last_seen
|
|
17
|
+
|
|
18
|
+
# @return [DateTime] Gets or sets the registration time of the node.
|
|
19
|
+
attr_accessor :registration_time
|
|
20
|
+
|
|
21
|
+
# @return [String] Gets or sets the ip of the node.
|
|
22
|
+
attr_accessor :ip
|
|
23
|
+
|
|
24
|
+
# @return [String] Gets or sets the account id of the node.
|
|
25
|
+
attr_accessor :account_id
|
|
26
|
+
|
|
27
|
+
# @return [DscNodeConfigurationAssociationProperty] Gets or sets the
|
|
28
|
+
# configuration of the node.
|
|
29
|
+
attr_accessor :node_configuration
|
|
30
|
+
|
|
31
|
+
# @return [String] Gets or sets the status of the node.
|
|
32
|
+
attr_accessor :status
|
|
33
|
+
|
|
34
|
+
# @return [String] Gets or sets the node id.
|
|
35
|
+
attr_accessor :node_id
|
|
36
|
+
|
|
37
|
+
# @return [String] Gets or sets the etag of the resource.
|
|
38
|
+
attr_accessor :etag
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
#
|
|
42
|
+
# Mapper for DscNode class as Ruby Hash.
|
|
43
|
+
# This will be used for serialization/deserialization.
|
|
44
|
+
#
|
|
45
|
+
def self.mapper()
|
|
46
|
+
{
|
|
47
|
+
required: false,
|
|
48
|
+
serialized_name: 'DscNode',
|
|
49
|
+
type: {
|
|
50
|
+
name: 'Composite',
|
|
51
|
+
class_name: 'DscNode',
|
|
52
|
+
model_properties: {
|
|
53
|
+
id: {
|
|
54
|
+
required: false,
|
|
55
|
+
read_only: true,
|
|
56
|
+
serialized_name: 'id',
|
|
57
|
+
type: {
|
|
58
|
+
name: 'String'
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
name: {
|
|
62
|
+
required: false,
|
|
63
|
+
read_only: true,
|
|
64
|
+
serialized_name: 'name',
|
|
65
|
+
type: {
|
|
66
|
+
name: 'String'
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
type: {
|
|
70
|
+
required: false,
|
|
71
|
+
read_only: true,
|
|
72
|
+
serialized_name: 'type',
|
|
73
|
+
type: {
|
|
74
|
+
name: 'String'
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
location: {
|
|
78
|
+
required: true,
|
|
79
|
+
serialized_name: 'location',
|
|
80
|
+
type: {
|
|
81
|
+
name: 'String'
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
tags: {
|
|
85
|
+
required: false,
|
|
86
|
+
serialized_name: 'tags',
|
|
87
|
+
type: {
|
|
88
|
+
name: 'Dictionary',
|
|
89
|
+
value: {
|
|
90
|
+
required: false,
|
|
91
|
+
serialized_name: 'StringElementType',
|
|
92
|
+
type: {
|
|
93
|
+
name: 'String'
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
last_seen: {
|
|
99
|
+
required: false,
|
|
100
|
+
serialized_name: 'lastSeen',
|
|
101
|
+
type: {
|
|
102
|
+
name: 'DateTime'
|
|
103
|
+
}
|
|
104
|
+
},
|
|
105
|
+
registration_time: {
|
|
106
|
+
required: false,
|
|
107
|
+
serialized_name: 'registrationTime',
|
|
108
|
+
type: {
|
|
109
|
+
name: 'DateTime'
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
ip: {
|
|
113
|
+
required: false,
|
|
114
|
+
serialized_name: 'ip',
|
|
115
|
+
type: {
|
|
116
|
+
name: 'String'
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
account_id: {
|
|
120
|
+
required: false,
|
|
121
|
+
serialized_name: 'accountId',
|
|
122
|
+
type: {
|
|
123
|
+
name: 'String'
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
node_configuration: {
|
|
127
|
+
required: false,
|
|
128
|
+
serialized_name: 'nodeConfiguration',
|
|
129
|
+
type: {
|
|
130
|
+
name: 'Composite',
|
|
131
|
+
class_name: 'DscNodeConfigurationAssociationProperty'
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
status: {
|
|
135
|
+
required: false,
|
|
136
|
+
serialized_name: 'status',
|
|
137
|
+
type: {
|
|
138
|
+
name: 'String'
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
node_id: {
|
|
142
|
+
required: false,
|
|
143
|
+
serialized_name: 'nodeId',
|
|
144
|
+
type: {
|
|
145
|
+
name: 'String'
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
etag: {
|
|
149
|
+
required: false,
|
|
150
|
+
serialized_name: 'etag',
|
|
151
|
+
type: {
|
|
152
|
+
name: 'String'
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
end
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
end
|