Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.7 KB

AssetManagedDevice.md

File metadata and controls

22 lines (18 loc) · 1.7 KB

AssetManagedDevice

Attributes for Managed Device in Intersight and it maintains the relationship to the Intersight Assist Device. Once added, Device Connector for the Managed Device type is started on the Intersight Assist and status related to it is maintained.

Properties

Name Type Description Notes
credential CommCredential [optional]
device_type str Type of the Device such as VMware, Pure Storage supported by Intersight Assist. [optional] [default to '']
ignore_cert bool Ignore Certificates with protocol https for connecting to the Managed Device. It is not used for other protocols. [optional]
is_enabled bool Device is Enabled/Disabled. [optional]
management_address str Management address of the device. It can be IPv4, IPv6 or FQDN. [optional]
port int Port to use for connecting to the Managed Device. Port is optional. If not specified, default port for protocol is used. [optional]
protocol str Protocol to use for connecting to the Managed Device. [optional] [default to 'https']
status AssetManagedDeviceStatus [optional]
account IamAccount [optional]
device_connector_manager AssetDeviceRegistration [optional]
registered_device AssetDeviceRegistration [optional]
workflow_info WorkflowWorkflowInfo [optional]

[Back to Model list] [Back to API list] [Back to README]