Class: Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo
- Inherits:
-
ProxyOnlyResource
- Object
- ProxyOnlyResource
- Azure::Web::Mgmt::V2016_08_01::Models::ProcessThreadInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb
Overview
Process Thread Information.
Instance Attribute Summary collapse
-
#base_priority ⇒ Integer
Base priority.
-
#current_priority ⇒ Integer
Current thread priority.
-
#href ⇒ String
HRef URI.
-
#priority_level ⇒ String
Thread priority level.
-
#priviledged_processor_time ⇒ String
Priviledged processor time.
-
#process ⇒ String
Process URI.
-
#process_thread_info_id ⇒ Integer
ARM Identifier for deployment.
-
#start_address ⇒ String
Start address.
-
#start_time ⇒ DateTime
Start time.
-
#state ⇒ String
Thread state.
-
#total_processor_time ⇒ String
Total processor time.
-
#user_processor_time ⇒ String
User processor time.
-
#wait_reason ⇒ String
Wait reason.
Attributes inherited from ProxyOnlyResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ProcessThreadInfo class as Ruby Hash.
Instance Attribute Details
#base_priority ⇒ Integer
Returns Base priority.
34 35 36 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 34 def base_priority @base_priority end |
#current_priority ⇒ Integer
Returns Current thread priority.
28 29 30 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 28 def current_priority @current_priority end |
#href ⇒ String
Returns HRef URI.
19 20 21 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 19 def href @href end |
#priority_level ⇒ String
Returns Thread priority level.
31 32 33 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 31 def priority_level @priority_level end |
#priviledged_processor_time ⇒ String
Returns Priviledged processor time.
46 47 48 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 46 def priviledged_processor_time @priviledged_processor_time end |
#process ⇒ String
Returns Process URI.
22 23 24 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 22 def process @process end |
#process_thread_info_id ⇒ Integer
Returns ARM Identifier for deployment.
16 17 18 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 16 def process_thread_info_id @process_thread_info_id end |
#start_address ⇒ String
Returns Start address.
25 26 27 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 25 def start_address @start_address end |
#start_time ⇒ DateTime
Returns Start time.
37 38 39 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 37 def start_time @start_time end |
#state ⇒ String
Returns Thread state.
49 50 51 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 49 def state @state end |
#total_processor_time ⇒ String
Returns Total processor time.
40 41 42 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 40 def total_processor_time @total_processor_time end |
#user_processor_time ⇒ String
Returns User processor time.
43 44 45 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 43 def user_processor_time @user_processor_time end |
#wait_reason ⇒ String
Returns Wait reason.
52 53 54 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 52 def wait_reason @wait_reason end |
Class Method Details
.mapper ⇒ Object
Mapper for ProcessThreadInfo class as Ruby Hash. This will be used for serialization/deserialization.
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 |
# File 'lib/2016-08-01/generated/azure_mgmt_web/models/process_thread_info.rb', line 59 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProcessThreadInfo', type: { name: 'Composite', class_name: 'ProcessThreadInfo', 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' } }, kind: { client_side_validation: true, required: false, serialized_name: 'kind', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, process_thread_info_id: { client_side_validation: true, required: false, serialized_name: 'properties.id', type: { name: 'Number' } }, href: { client_side_validation: true, required: false, serialized_name: 'properties.href', type: { name: 'String' } }, process: { client_side_validation: true, required: false, serialized_name: 'properties.process', type: { name: 'String' } }, start_address: { client_side_validation: true, required: false, serialized_name: 'properties.startAddress', type: { name: 'String' } }, current_priority: { client_side_validation: true, required: false, serialized_name: 'properties.currentPriority', type: { name: 'Number' } }, priority_level: { client_side_validation: true, required: false, serialized_name: 'properties.priorityLevel', type: { name: 'String' } }, base_priority: { client_side_validation: true, required: false, serialized_name: 'properties.basePriority', type: { name: 'Number' } }, start_time: { client_side_validation: true, required: false, serialized_name: 'properties.startTime', type: { name: 'DateTime' } }, total_processor_time: { client_side_validation: true, required: false, serialized_name: 'properties.totalProcessorTime', type: { name: 'String' } }, user_processor_time: { client_side_validation: true, required: false, serialized_name: 'properties.userProcessorTime', type: { name: 'String' } }, priviledged_processor_time: { client_side_validation: true, required: false, serialized_name: 'properties.priviledgedProcessorTime', type: { name: 'String' } }, state: { client_side_validation: true, required: false, serialized_name: 'properties.state', type: { name: 'String' } }, wait_reason: { client_side_validation: true, required: false, serialized_name: 'properties.waitReason', type: { name: 'String' } } } } } end |