rsd_lib.resources.v2_3.fabric.endpoint
Module¶rsd_lib.resources.v2_3.fabric.endpoint.
AuthenticationField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
password
= <sushy.resources.base.Field object>¶username
= <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.fabric.endpoint.
ConnectedEntitiesField
(*args, **kwargs)¶Bases: sushy.resources.base.ListField
entity_link
= <sushy.resources.base.Field object>¶entity_role
= <sushy.resources.base.Field object>¶entity_type
= <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.fabric.endpoint.
Endpoint
(connector, identity, redfish_version=None)¶Bases: sushy.resources.base.ResourceBase
connected_entities
= <rsd_lib.resources.v2_3.fabric.endpoint.ConnectedEntitiesField object>¶Entities connected to endpoint
delete
()¶Delete this endpoint
description
= <sushy.resources.base.Field object>¶The endpoint description
identifiers
= <rsd_lib.resources.v2_3.fabric.endpoint.IdentifiersField object>¶Identifiers for endpoint
identity
= <sushy.resources.base.Field object>¶The endpoint identity string
ip_transport_details
= <rsd_lib.resources.v2_3.fabric.endpoint.IPTransportDetailsField object>¶IP transport details info of this endpoint
links
= <rsd_lib.resources.v2_3.fabric.endpoint.LinksField object>¶These links to related components of this endpoint
name
= <sushy.resources.base.Field object>¶The endpoint name
oem
= <rsd_lib.resources.v2_3.fabric.endpoint.OemField object>¶The OEM additional info of this endpoint
protocol
= <sushy.resources.base.Field object>¶Protocol for endpoint (i.e. PCIe)
status
= <rsd_lib.common.StatusField object>¶The endpoint status
update_authentication
(username=None, password=None)¶Update endpoint authentication
Parameters: |
|
---|---|
Raises: | BadRequestError if at least one param isn’t specified |
rsd_lib.resources.v2_3.fabric.endpoint.
EndpointCollection
(connector, path, redfish_version=None)¶Bases: sushy.resources.base.ResourceCollectionBase
create_endpoint
(identifiers, connected_entities, protocol=None, ip_transport_details=None, interface=None, authentication=None)¶Create a new endpoint
Parameters: |
|
---|---|
Returns: | The uri of the new endpoint |
rsd_lib.resources.v2_3.fabric.endpoint.
IPTransportDetailsField
(*args, **kwargs)¶Bases: sushy.resources.base.ListField
ipv4_address
= <sushy.resources.base.Field object>¶ipv6_address
= <sushy.resources.base.Field object>¶port
= <sushy.resources.base.Field object>¶transport_protocol
= <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.fabric.endpoint.
IdentifiersField
(*args, **kwargs)¶Bases: sushy.resources.base.ListField
name
= <sushy.resources.base.Field object>¶name_format
= <sushy.resources.base.Field object>¶rsd_lib.resources.v2_3.fabric.endpoint.
LinksField
(*args, **kwargs)¶Bases: sushy.resources.base.CompositeField
endpoints
= <sushy.resources.base.Field object>¶interface
= <sushy.resources.base.Field object>¶ports
= <sushy.resources.base.Field object>¶zones
= <sushy.resources.base.Field object>¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.