GoogleNetworkDevice.GoogleTraits

class GoogleNetworkDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    networkControl: NetworkControl?,
    reboot: Reboot?,
    softwareUpdate: SoftwareUpdate?
)

Public properties

NetworkControl?

This trait belongs to devices that can report network data and perform network-specific operations.

Reboot?

This trait belongs to devices that support rebooting as a single action.

SoftwareUpdate?

This trait belongs to devices that support software updates.

Public constructors

GoogleTraits

GoogleTraits(
    networkControl: NetworkControl?,
    reboot: Reboot?,
    softwareUpdate: SoftwareUpdate?
)

Public properties

networkControl

val networkControlNetworkControl?

This trait belongs to devices that can report network data and perform network-specific operations.

reboot

val rebootReboot?

This trait belongs to devices that support rebooting as a single action.

softwareUpdate

val softwareUpdateSoftwareUpdate?

This trait belongs to devices that support software updates.