rsd_lib.resources.v2_1.manager.manager_network_protocol
Module¶rsd_lib.resources.v2_1.manager.manager_network_protocol.
ManagerNetworkProtocol
(connector, path='', redfish_version=None, reader=None)¶Bases: rsd_lib.base.ResourceBase
ManagerNetworkProtocol resource class
This resource is used to obtain or modify the network services managed by a given manager.
fqdn
= <sushy.resources.base.Field object>¶This is the fully qualified domain name for the manager obtained by DNS including the host name and top-level domain name.
host_name
= <sushy.resources.base.Field object>¶The DNS Host Name of this manager, without any domain information
http
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s HTTP protocol support
https
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s HTTPS protocol support
ipmi
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s IPMI-over-LAN protocol support
kvmip
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s KVM-IP protocol support
snmp
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s SNMP support
ssdp
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.SSDProtocolField object>¶Settings for this Manager’s SSDP support
ssh
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s SSH (Secure Shell) protocol support
status
= <rsd_lib.base.StatusField object>¶This indicates the known state of the resource, such as if it is enabled.
telnet
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s Telnet protocol support
virtual_media
= <rsd_lib.resources.v2_1.manager.manager_network_protocol.ProtocolField object>¶Settings for this Manager’s Virtual Media support
rsd_lib.resources.v2_1.manager.manager_network_protocol.
ProtocolField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
port
= <sushy.resources.base.Field object>¶Indicates the protocol port.
protocol_enabled
= <sushy.resources.base.Field object>¶Indicates if the protocol is enabled or disabled
rsd_lib.resources.v2_1.manager.manager_network_protocol.
SSDProtocolField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
notify_ipv6_scope
= <sushy.resources.base.Field object>¶Indicates the scope for the IPv6 Notify messages for SSDP.
notify_multicast_interval_seconds
= <sushy.resources.base.Field object>¶Indicates how often the Multicast is done from this service for SSDP.
notify_ttl
= <sushy.resources.base.Field object>¶Indicates the time to live hop count for SSDPs Notify messages.
port
= <sushy.resources.base.Field object>¶Indicates the protocol port.
protocol_enabled
= <sushy.resources.base.Field object>¶Indicates if the protocol is enabled or disabled
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.