Class: Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayStatus
- Inherits:
-
Object
- Object
- Azure::ServerManagement::Mgmt::V2016_07_01_preview::Models::GatewayStatus
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb
Overview
Expanded gateway status information.
Instance Attribute Summary collapse
-
#active_message_count ⇒ Integer
Active message count.
-
#allow_gateway_group_policy_status ⇒ Boolean
Status of the allowGatewayGroupPolicy setting.
-
#available_memory_mbyte ⇒ Float
megabytes.
-
#encryption_certificate_thumbprint ⇒ String
Thumbprint of the encryption certificate.
-
#encryption_jwk ⇒ EncryptionJwkResource
The encryption certificate key.
-
#friendly_os_name ⇒ String
The Plaintext description of the OS on the gateway.
-
#gateway_cpu_utilization_percent ⇒ Float
value between 0 and 100).
-
#gateway_id ⇒ String
The gateway resource ID.
-
#gateway_version ⇒ String
system.
-
#gateway_working_set_mbyte ⇒ Float
megabytes.
-
#group_policy_error ⇒ String
The group policy error.
-
#installed_date ⇒ DateTime
The date the gateway was installed.
-
#latest_published_msi_version ⇒ String
Latest published version of the gateway install MSI.
-
#logical_processor_count ⇒ Integer
Number of logical processors in the gateway system.
-
#name ⇒ String
The computer name of the gateway system.
-
#published_time_utc ⇒ DateTime
Gateway install MSI published time.
-
#require_mfa_group_policy_status ⇒ Boolean
Status of the requireMfaGroupPolicy setting.
-
#secondary_encryption_certificate_thumbprint ⇒ String
Secondary thumbprint of the encryption certificate.
-
#secondary_encryption_jwk ⇒ EncryptionJwkResource
key.
-
#status_updated ⇒ DateTime
updated.
-
#total_cpu_utilization_percent ⇒ Float
CPU Utilization of the whole system.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for GatewayStatus class as Ruby Hash.
Instance Attribute Details
#active_message_count ⇒ Integer
Returns Active message count.
76 77 78 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 76 def end |
#allow_gateway_group_policy_status ⇒ Boolean
Returns Status of the allowGatewayGroupPolicy setting.
57 58 59 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 57 def allow_gateway_group_policy_status @allow_gateway_group_policy_status end |
#available_memory_mbyte ⇒ Float
megabytes.
17 18 19 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 17 def available_memory_mbyte @available_memory_mbyte end |
#encryption_certificate_thumbprint ⇒ String
Returns Thumbprint of the encryption certificate.
63 64 65 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 63 def encryption_certificate_thumbprint @encryption_certificate_thumbprint end |
#encryption_jwk ⇒ EncryptionJwkResource
Returns The encryption certificate key.
69 70 71 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 69 def encryption_jwk @encryption_jwk end |
#friendly_os_name ⇒ String
Returns The Plaintext description of the OS on the gateway.
31 32 33 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 31 def friendly_os_name @friendly_os_name end |
#gateway_cpu_utilization_percent ⇒ Float
value between 0 and 100).
21 22 23 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 21 def gateway_cpu_utilization_percent @gateway_cpu_utilization_percent end |
#gateway_id ⇒ String
Returns The gateway resource ID.
43 44 45 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 43 def gateway_id @gateway_id end |
#gateway_version ⇒ String
system.
28 29 30 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 28 def gateway_version @gateway_version end |
#gateway_working_set_mbyte ⇒ Float
megabytes.
47 48 49 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 47 def gateway_working_set_mbyte @gateway_working_set_mbyte end |
#group_policy_error ⇒ String
Returns The group policy error.
54 55 56 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 54 def group_policy_error @group_policy_error end |
#installed_date ⇒ DateTime
Returns The date the gateway was installed.
34 35 36 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 34 def installed_date @installed_date end |
#latest_published_msi_version ⇒ String
Returns Latest published version of the gateway install MSI.
79 80 81 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 79 def latest_published_msi_version @latest_published_msi_version end |
#logical_processor_count ⇒ Integer
Returns Number of logical processors in the gateway system.
37 38 39 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 37 def logical_processor_count @logical_processor_count end |
#name ⇒ String
Returns The computer name of the gateway system.
40 41 42 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 40 def name @name end |
#published_time_utc ⇒ DateTime
Returns Gateway install MSI published time.
82 83 84 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 82 def published_time_utc @published_time_utc end |
#require_mfa_group_policy_status ⇒ Boolean
Returns Status of the requireMfaGroupPolicy setting.
60 61 62 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 60 def require_mfa_group_policy_status @require_mfa_group_policy_status end |
#secondary_encryption_certificate_thumbprint ⇒ String
Returns Secondary thumbprint of the encryption certificate.
66 67 68 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 66 def secondary_encryption_certificate_thumbprint @secondary_encryption_certificate_thumbprint end |
#secondary_encryption_jwk ⇒ EncryptionJwkResource
key.
73 74 75 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 73 def secondary_encryption_jwk @secondary_encryption_jwk end |
#status_updated ⇒ DateTime
updated.
51 52 53 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 51 def status_updated @status_updated end |
#total_cpu_utilization_percent ⇒ Float
Returns CPU Utilization of the whole system.
24 25 26 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 24 def total_cpu_utilization_percent @total_cpu_utilization_percent end |
Class Method Details
.mapper ⇒ Object
Mapper for GatewayStatus class as Ruby Hash. This will be used for serialization/deserialization.
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 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 |
# File 'lib/2016-07-01-preview/generated/azure_mgmt_server_management/models/gateway_status.rb', line 89 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GatewayStatus', type: { name: 'Composite', class_name: 'GatewayStatus', model_properties: { available_memory_mbyte: { client_side_validation: true, required: false, serialized_name: 'availableMemoryMByte', type: { name: 'Double' } }, gateway_cpu_utilization_percent: { client_side_validation: true, required: false, serialized_name: 'gatewayCpuUtilizationPercent', constraints: { InclusiveMaximum: 100, InclusiveMinimum: 0 }, type: { name: 'Double' } }, total_cpu_utilization_percent: { client_side_validation: true, required: false, serialized_name: 'totalCpuUtilizationPercent', type: { name: 'Double' } }, gateway_version: { client_side_validation: true, required: false, serialized_name: 'gatewayVersion', type: { name: 'String' } }, friendly_os_name: { client_side_validation: true, required: false, serialized_name: 'friendlyOsName', type: { name: 'String' } }, installed_date: { client_side_validation: true, required: false, serialized_name: 'installedDate', type: { name: 'DateTime' } }, logical_processor_count: { client_side_validation: true, required: false, serialized_name: 'logicalProcessorCount', type: { name: 'Number' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, gateway_id: { client_side_validation: true, required: false, serialized_name: 'gatewayId', type: { name: 'String' } }, gateway_working_set_mbyte: { client_side_validation: true, required: false, serialized_name: 'gatewayWorkingSetMByte', type: { name: 'Double' } }, status_updated: { client_side_validation: true, required: false, serialized_name: 'statusUpdated', type: { name: 'DateTime' } }, group_policy_error: { client_side_validation: true, required: false, serialized_name: 'groupPolicyError', type: { name: 'String' } }, allow_gateway_group_policy_status: { client_side_validation: true, required: false, serialized_name: 'allowGatewayGroupPolicyStatus', type: { name: 'Boolean' } }, require_mfa_group_policy_status: { client_side_validation: true, required: false, serialized_name: 'requireMfaGroupPolicyStatus', type: { name: 'Boolean' } }, encryption_certificate_thumbprint: { client_side_validation: true, required: false, serialized_name: 'encryptionCertificateThumbprint', type: { name: 'String' } }, secondary_encryption_certificate_thumbprint: { client_side_validation: true, required: false, serialized_name: 'secondaryEncryptionCertificateThumbprint', type: { name: 'String' } }, encryption_jwk: { client_side_validation: true, required: false, serialized_name: 'encryptionJwk', type: { name: 'Composite', class_name: 'EncryptionJwkResource' } }, secondary_encryption_jwk: { client_side_validation: true, required: false, serialized_name: 'secondaryEncryptionJwk', type: { name: 'Composite', class_name: 'EncryptionJwkResource' } }, active_message_count: { client_side_validation: true, required: false, serialized_name: 'activeMessageCount', type: { name: 'Number' } }, latest_published_msi_version: { client_side_validation: true, required: false, serialized_name: 'latestPublishedMsiVersion', type: { name: 'String' } }, published_time_utc: { client_side_validation: true, required: false, serialized_name: 'publishedTimeUtc', type: { name: 'DateTime' } } } } } end |