The rsd_lib.resources.v2_1.fabric.port Module

The rsd_lib.resources.v2_1.fabric.port Module

class rsd_lib.resources.v2_1.fabric.port.ActionsField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

reset = <sushy.resources.common.ResetActionField object>

The action port reset

class rsd_lib.resources.v2_1.fabric.port.IntelRackScaleField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

odata_type = <sushy.resources.base.Field object>

The Intel Rack Scale odata type

pcie_connection_id = <sushy.resources.base.Field object>

The Intel Rack Scale PCIe Connection Id

class rsd_lib.resources.v2_1.fabric.port.LinksField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

associated_endpoints = <sushy.resources.base.Field object>

The link associated endpoints

class rsd_lib.resources.v2_1.fabric.port.OemField(*args, **kwargs)

Bases: sushy.resources.base.CompositeField

intel_rackScale = <rsd_lib.resources.v2_1.fabric.port.IntelRackScaleField object>

The oem intel rack scale

class rsd_lib.resources.v2_1.fabric.port.Port(connector, identity, redfish_version=None)

Bases: sushy.resources.base.ResourceBase

actions = <rsd_lib.resources.v2_1.fabric.port.ActionsField object>

The port actions

current_speed_gbps = <sushy.resources.base.Field object>

The port current speed Gbps

description = <sushy.resources.base.Field object>

The port description

get_allowed_reset_port_values()

Get the allowed values for resetting the port.

Returns

A set with the allowed values.

identity = <sushy.resources.base.Field object>

The port identity string

The port links

max_speed_gbps = <sushy.resources.base.Field object>

The port max speed gbps

name = <sushy.resources.base.Field object>

The port name

oem = <rsd_lib.resources.v2_1.fabric.port.OemField object>

The port oem

port_id = <sushy.resources.base.Field object>

The port id

port_protocol = <sushy.resources.base.Field object>

The port protocol

port_type = <sushy.resources.base.Field object>

The port type

reset_port(value)

Reset the port.

Parameters

value – The target value.

Raises

InvalidParameterValueError, if the target value is not allowed.

status = <rsd_lib.common.StatusField object>

The port status

width = <sushy.resources.base.Field object>

The port width

class rsd_lib.resources.v2_1.fabric.port.PortCollection(connector, path, redfish_version=None)

Bases: sushy.resources.base.ResourceCollectionBase

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.