CrossConnectPortSpeedShape

class oci.core.models.CrossConnectPortSpeedShape(**kwargs)

Bases: object

An individual port speed level for cross-connects.

Methods

__init__(**kwargs) Initializes a new CrossConnectPortSpeedShape object with values from keyword arguments.

Attributes

name [Required] Gets the name of this CrossConnectPortSpeedShape.
port_speed_in_gbps [Required] Gets the port_speed_in_gbps of this CrossConnectPortSpeedShape.
__init__(**kwargs)

Initializes a new CrossConnectPortSpeedShape object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this CrossConnectPortSpeedShape.
  • port_speed_in_gbps (int) – The value to assign to the port_speed_in_gbps property of this CrossConnectPortSpeedShape.
name

[Required] Gets the name of this CrossConnectPortSpeedShape. The name of the port speed shape.

Example: 10 Gbps

Returns:The name of this CrossConnectPortSpeedShape.
Return type:str
port_speed_in_gbps

[Required] Gets the port_speed_in_gbps of this CrossConnectPortSpeedShape. The port speed in Gbps.

Example: 10

Returns:The port_speed_in_gbps of this CrossConnectPortSpeedShape.
Return type:int