Module: Aws::Panorama::Client::_DescribeDeviceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeDeviceResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#alternate_softwares::Array[Types::AlternateSoftwareMetadata]

Returns:



262
# File 'sig/client.rbs', line 262

def alternate_softwares: () -> ::Array[Types::AlternateSoftwareMetadata]

#arn::String

Returns:

  • (::String)


263
# File 'sig/client.rbs', line 263

def arn: () -> ::String

#brand"AWS_PANORAMA", "LENOVO"

Returns:

  • ("AWS_PANORAMA", "LENOVO")


264
# File 'sig/client.rbs', line 264

def brand: () -> ("AWS_PANORAMA" | "LENOVO")

#created_time::Time

Returns:

  • (::Time)


265
# File 'sig/client.rbs', line 265

def created_time: () -> ::Time

#current_networking_statusTypes::NetworkStatus



266
# File 'sig/client.rbs', line 266

def current_networking_status: () -> Types::NetworkStatus

#current_software::String

Returns:

  • (::String)


267
# File 'sig/client.rbs', line 267

def current_software: () -> ::String

#description::String

Returns:

  • (::String)


268
# File 'sig/client.rbs', line 268

def description: () -> ::String

#device_aggregated_status"ERROR", ...

Returns:

  • ("ERROR", "AWAITING_PROVISIONING", "PENDING", "FAILED", "DELETING", "ONLINE", "OFFLINE", "LEASE_EXPIRED", "UPDATE_NEEDED", "REBOOTING")


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", ...

Returns:

  • ("ONLINE", "OFFLINE", "AWAITING_CREDENTIALS", "NOT_AVAILABLE", "ERROR")


270
# File 'sig/client.rbs', line 270

def device_connection_status: () -> ("ONLINE" | "OFFLINE" | "AWAITING_CREDENTIALS" | "NOT_AVAILABLE" | "ERROR")

#device_id::String

Returns:

  • (::String)


271
# File 'sig/client.rbs', line 271

def device_id: () -> ::String

#latest_alternate_software::String

Returns:

  • (::String)


272
# File 'sig/client.rbs', line 272

def latest_alternate_software: () -> ::String

#latest_device_jobTypes::LatestDeviceJob



273
# File 'sig/client.rbs', line 273

def latest_device_job: () -> Types::LatestDeviceJob

#latest_software::String

Returns:

  • (::String)


274
# File 'sig/client.rbs', line 274

def latest_software: () -> ::String

#lease_expiration_time::Time

Returns:

  • (::Time)


275
# File 'sig/client.rbs', line 275

def lease_expiration_time: () -> ::Time

#name::String

Returns:

  • (::String)


276
# File 'sig/client.rbs', line 276

def name: () -> ::String

#networking_configurationTypes::NetworkPayload



277
# File 'sig/client.rbs', line 277

def networking_configuration: () -> Types::NetworkPayload

#provisioning_status"AWAITING_PROVISIONING", ...

Returns:

  • ("AWAITING_PROVISIONING", "PENDING", "SUCCEEDED", "FAILED", "ERROR", "DELETING")


278
# File 'sig/client.rbs', line 278

def provisioning_status: () -> ("AWAITING_PROVISIONING" | "PENDING" | "SUCCEEDED" | "FAILED" | "ERROR" | "DELETING")

#serial_number::String

Returns:

  • (::String)


279
# File 'sig/client.rbs', line 279

def serial_number: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


280
# File 'sig/client.rbs', line 280

def tags: () -> ::Hash[::String, ::String]

#type"PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE"

Returns:

  • ("PANORAMA_APPLIANCE_DEVELOPER_KIT", "PANORAMA_APPLIANCE")


281
# File 'sig/client.rbs', line 281

def type: () -> ("PANORAMA_APPLIANCE_DEVELOPER_KIT" | "PANORAMA_APPLIANCE")