Class: Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
- Inherits:
-
TrackedResource
- Object
- Resource
- TrackedResource
- Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
- Includes:
- MsRestAzure
- Defined in:
- lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb
Overview
Definition of the configuration type.
Instance Attribute Summary collapse
-
#creation_time ⇒ DateTime
Gets or sets the creation time.
-
#description ⇒ String
Gets or sets the description.
-
#etag ⇒ String
Gets or sets the etag of the resource.
-
#job_count ⇒ Integer
Gets or sets the job count of the configuration.
-
#last_modified_time ⇒ DateTime
Gets or sets the last modified time.
-
#log_verbose ⇒ Boolean
Gets or sets verbose log option.
-
#node_configuration_count ⇒ Integer
Gets the number of compiled node configurations.
-
#parameters ⇒ Hash{String => DscConfigurationParameter}
configuration parameters.
-
#provisioning_state ⇒ DscConfigurationProvisioningState
provisioning state of the configuration.
-
#source ⇒ ContentSource
Gets or sets the source.
-
#state ⇒ DscConfigurationState
configuration.
Attributes inherited from TrackedResource
Attributes inherited from Resource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for DscConfiguration class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#creation_time ⇒ DateTime
Returns Gets or sets the creation time.
38 39 40 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 38 def creation_time @creation_time end |
#description ⇒ String
Returns Gets or sets the description.
47 48 49 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 47 def description @description end |
#etag ⇒ String
Returns Gets or sets the etag of the resource.
50 51 52 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 50 def etag @etag end |
#job_count ⇒ Integer
Returns Gets or sets the job count of the configuration.
21 22 23 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 21 def job_count @job_count end |
#last_modified_time ⇒ DateTime
Returns Gets or sets the last modified time.
41 42 43 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 41 def last_modified_time @last_modified_time end |
#log_verbose ⇒ Boolean
Returns Gets or sets verbose log option.
35 36 37 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 35 def log_verbose @log_verbose end |
#node_configuration_count ⇒ Integer
Returns Gets the number of compiled node configurations.
44 45 46 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 44 def node_configuration_count @node_configuration_count end |
#parameters ⇒ Hash{String => DscConfigurationParameter}
configuration parameters.
25 26 27 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 25 def parameters @parameters end |
#provisioning_state ⇒ DscConfigurationProvisioningState
provisioning state of the configuration. Possible values include: ‘Succeeded’
18 19 20 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 18 def provisioning_state @provisioning_state end |
#source ⇒ ContentSource
Returns Gets or sets the source.
28 29 30 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 28 def source @source end |
#state ⇒ DscConfigurationState
configuration. Possible values include: ‘New’, ‘Edit’, ‘Published’
32 33 34 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 32 def state @state end |
Class Method Details
.mapper ⇒ Object
Mapper for DscConfiguration class as Ruby Hash. This will be used for serialization/deserialization.
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 |
# File 'lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb', line 57 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'DscConfiguration', type: { name: 'Composite', class_name: 'DscConfiguration', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'Enum', module: 'DscConfigurationProvisioningState' } }, job_count: { client_side_validation: true, required: false, serialized_name: 'properties.jobCount', type: { name: 'Number' } }, parameters: { client_side_validation: true, required: false, serialized_name: 'properties.parameters', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'DscConfigurationParameterElementType', type: { name: 'Composite', class_name: 'DscConfigurationParameter' } } } }, source: { client_side_validation: true, required: false, serialized_name: 'properties.source', type: { name: 'Composite', class_name: 'ContentSource' } }, state: { client_side_validation: true, required: false, serialized_name: 'properties.state', type: { name: 'String' } }, log_verbose: { client_side_validation: true, required: false, serialized_name: 'properties.logVerbose', type: { name: 'Boolean' } }, creation_time: { client_side_validation: true, required: false, serialized_name: 'properties.creationTime', type: { name: 'DateTime' } }, last_modified_time: { client_side_validation: true, required: false, serialized_name: 'properties.lastModifiedTime', type: { name: 'DateTime' } }, node_configuration_count: { client_side_validation: true, required: false, serialized_name: 'properties.nodeConfigurationCount', type: { name: 'Number' } }, description: { client_side_validation: true, required: false, serialized_name: 'properties.description', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |