Module: Aws::Panorama::Client::_DescribeDeviceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #alternate_softwares ⇒ ::Array[Types::AlternateSoftwareMetadata]
- #arn ⇒ ::String
- #brand ⇒ "AWS_PANORAMA", "LENOVO"
- #created_time ⇒ ::Time
- #current_networking_status ⇒ Types::NetworkStatus
- #current_software ⇒ ::String
- #description ⇒ ::String
- #device_aggregated_status ⇒ "ERROR", ...
- #device_connection_status ⇒ "ONLINE", ...
- #device_id ⇒ ::String
- #latest_alternate_software ⇒ ::String
- #latest_device_job ⇒ Types::LatestDeviceJob
- #latest_software ⇒ ::String
- #lease_expiration_time ⇒ ::Time
- #name ⇒ ::String
- #networking_configuration ⇒ Types::NetworkPayload
- #provisioning_status ⇒ "AWAITING_PROVISIONING", ...
- #serial_number ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
Instance Method Details
#alternate_softwares ⇒ ::Array[Types::AlternateSoftwareMetadata]
262 |
# File 'sig/client.rbs', line 262
def alternate_softwares: () -> ::Array[Types::AlternateSoftwareMetadata]
|
#arn ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def arn: () -> ::String
|
#brand ⇒ "AWS_PANORAMA", "LENOVO"
264 |
# File 'sig/client.rbs', line 264
def brand: () -> ("AWS_PANORAMA" | "LENOVO")
|
#created_time ⇒ ::Time
265 |
# File 'sig/client.rbs', line 265
def created_time: () -> ::Time
|
#current_networking_status ⇒ Types::NetworkStatus
266 |
# File 'sig/client.rbs', line 266
def current_networking_status: () -> Types::NetworkStatus
|
#current_software ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def current_software: () -> ::String
|
#description ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def description: () -> ::String
|
#device_aggregated_status ⇒ "ERROR", ...
269 |
# File 'sig/client.rbs', line 269
def device_aggregated_status: () -> ("ERROR" | "AWAITING_PROVISIONING" | "PENDING" | "FAILED" | "DELETING" | "ONLINE" | "OFFLINE" | "LEASE_EXPIRED" | "UPDATE_NEEDED" | "REBOOTING")
|
#device_connection_status ⇒ "ONLINE", ...
270 |
# File 'sig/client.rbs', line 270
def device_connection_status: () -> ("ONLINE" | "OFFLINE" | "AWAITING_CREDENTIALS" | "NOT_AVAILABLE" | "ERROR")
|
#device_id ⇒ ::String
271 |
# File 'sig/client.rbs', line 271
def device_id: () -> ::String
|
#latest_alternate_software ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def latest_alternate_software: () -> ::String
|
#latest_device_job ⇒ Types::LatestDeviceJob
273 |
# File 'sig/client.rbs', line 273
def latest_device_job: () -> Types::LatestDeviceJob
|
#latest_software ⇒ ::String
274 |
# File 'sig/client.rbs', line 274
def latest_software: () -> ::String
|
#lease_expiration_time ⇒ ::Time
275 |
# File 'sig/client.rbs', line 275
def lease_expiration_time: () -> ::Time
|
#name ⇒ ::String
276 |
# File 'sig/client.rbs', line 276
def name: () -> ::String
|
#networking_configuration ⇒ Types::NetworkPayload
277 |
# File 'sig/client.rbs', line 277
def networking_configuration: () -> Types::NetworkPayload
|
#provisioning_status ⇒ "AWAITING_PROVISIONING", ...
278 |
# File 'sig/client.rbs', line 278
def provisioning_status: () -> ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")
|
#serial_number ⇒ ::String
279 |
# File 'sig/client.rbs', line 279
def serial_number: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
280 |
# File 'sig/client.rbs', line 280
def tags: () -> ::Hash[::String, ::String]
|
#type ⇒ "PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"
281 |
# File 'sig/client.rbs', line 281
def type: () -> ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")
|