CreateCrossConnectDetails

class oci.vn_monitoring.models.CreateCrossConnectDetails(**kwargs)

Bases: object

CreateCrossConnectDetails model.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateCrossConnectDetails.
cross_connect_group_id Gets the cross_connect_group_id of this CreateCrossConnectDetails.
display_name Gets the display_name of this CreateCrossConnectDetails.
far_cross_connect_or_cross_connect_group_id Gets the far_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails.
location_name [Required] Gets the location_name of this CreateCrossConnectDetails.
near_cross_connect_or_cross_connect_group_id Gets the near_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails.
port_speed_shape_name [Required] Gets the port_speed_shape_name of this CreateCrossConnectDetails.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateCrossConnectDetails.
  • cross_connect_group_id (str) – The value to assign to the cross_connect_group_id property of this CreateCrossConnectDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateCrossConnectDetails.
  • far_cross_connect_or_cross_connect_group_id (str) – The value to assign to the far_cross_connect_or_cross_connect_group_id property of this CreateCrossConnectDetails.
  • location_name (str) – The value to assign to the location_name property of this CreateCrossConnectDetails.
  • near_cross_connect_or_cross_connect_group_id (str) – The value to assign to the near_cross_connect_or_cross_connect_group_id property of this CreateCrossConnectDetails.
  • port_speed_shape_name (str) – The value to assign to the port_speed_shape_name property of this CreateCrossConnectDetails.
compartment_id

[Required] Gets the compartment_id of this CreateCrossConnectDetails. The OCID of the compartment to contain the cross-connect.

Returns:The compartment_id of this CreateCrossConnectDetails.
Return type:str
cross_connect_group_id

Gets the cross_connect_group_id of this CreateCrossConnectDetails. The OCID of the cross-connect group to put this cross-connect in.

Returns:The cross_connect_group_id of this CreateCrossConnectDetails.
Return type:str
display_name

Gets the display_name of this CreateCrossConnectDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this CreateCrossConnectDetails.
Return type:str
far_cross_connect_or_cross_connect_group_id

Gets the far_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails. If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on a different router (for the purposes of redundancy), provide the OCID of that existing cross-connect or cross-connect group.

Returns:The far_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails.
Return type:str
location_name

[Required] Gets the location_name of this CreateCrossConnectDetails. The name of the FastConnect location where this cross-connect will be installed. To get a list of the available locations, see list_cross_connect_locations().

Example: CyrusOne, Chandler, AZ

Returns:The location_name of this CreateCrossConnectDetails.
Return type:str
near_cross_connect_or_cross_connect_group_id

Gets the near_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails. If you already have an existing cross-connect or cross-connect group at this FastConnect location, and you want this new cross-connect to be on the same router, provide the OCID of that existing cross-connect or cross-connect group.

Returns:The near_cross_connect_or_cross_connect_group_id of this CreateCrossConnectDetails.
Return type:str
port_speed_shape_name

[Required] Gets the port_speed_shape_name of this CreateCrossConnectDetails. The port speed for this cross-connect. To get a list of the available port speeds, see list_crossconnect_port_speed_shapes().

Example: 10 Gbps

Returns:The port_speed_shape_name of this CreateCrossConnectDetails.
Return type:str