LetterOfAuthority

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

Bases: object

The Letter of Authority for the cross-connect. You must submit this letter when requesting cabling for the cross-connect at the FastConnect location.

Attributes

CIRCUIT_TYPE_SINGLE_MODE_LC A constant which can be used with the circuit_type property of a LetterOfAuthority.
CIRCUIT_TYPE_SINGLE_MODE_SC A constant which can be used with the circuit_type property of a LetterOfAuthority.
authorized_entity_name Gets the authorized_entity_name of this LetterOfAuthority.
circuit_type Gets the circuit_type of this LetterOfAuthority.
cross_connect_id Gets the cross_connect_id of this LetterOfAuthority.
facility_location Gets the facility_location of this LetterOfAuthority.
port_name Gets the port_name of this LetterOfAuthority.
time_expires Gets the time_expires of this LetterOfAuthority.
time_issued Gets the time_issued of this LetterOfAuthority.

Methods

__init__(**kwargs) Initializes a new LetterOfAuthority object with values from keyword arguments.
CIRCUIT_TYPE_SINGLE_MODE_LC = 'Single_mode_LC'

A constant which can be used with the circuit_type property of a LetterOfAuthority. This constant has a value of “Single_mode_LC”

CIRCUIT_TYPE_SINGLE_MODE_SC = 'Single_mode_SC'

A constant which can be used with the circuit_type property of a LetterOfAuthority. This constant has a value of “Single_mode_SC”

__init__(**kwargs)

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

Parameters:
  • authorized_entity_name (str) – The value to assign to the authorized_entity_name property of this LetterOfAuthority.
  • circuit_type (str) – The value to assign to the circuit_type property of this LetterOfAuthority. Allowed values for this property are: “Single_mode_LC”, “Single_mode_SC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • cross_connect_id (str) – The value to assign to the cross_connect_id property of this LetterOfAuthority.
  • facility_location (str) – The value to assign to the facility_location property of this LetterOfAuthority.
  • port_name (str) – The value to assign to the port_name property of this LetterOfAuthority.
  • time_expires (datetime) – The value to assign to the time_expires property of this LetterOfAuthority.
  • time_issued (datetime) – The value to assign to the time_issued property of this LetterOfAuthority.
authorized_entity_name

Gets the authorized_entity_name of this LetterOfAuthority. The name of the entity authorized by this Letter of Authority.

Returns:The authorized_entity_name of this LetterOfAuthority.
Return type:str
circuit_type

Gets the circuit_type of this LetterOfAuthority. The type of cross-connect fiber, termination, and optical specification.

Allowed values for this property are: “Single_mode_LC”, “Single_mode_SC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The circuit_type of this LetterOfAuthority.
Return type:str
cross_connect_id

Gets the cross_connect_id of this LetterOfAuthority. The OCID of the cross-connect.

Returns:The cross_connect_id of this LetterOfAuthority.
Return type:str
facility_location

Gets the facility_location of this LetterOfAuthority. The address of the FastConnect location.

Returns:The facility_location of this LetterOfAuthority.
Return type:str
port_name

Gets the port_name of this LetterOfAuthority. The meet-me room port for this cross-connect.

Returns:The port_name of this LetterOfAuthority.
Return type:str
time_expires

Gets the time_expires of this LetterOfAuthority. The date and time when the Letter of Authority expires, in the format defined by RFC3339.

Returns:The time_expires of this LetterOfAuthority.
Return type:datetime
time_issued

Gets the time_issued of this LetterOfAuthority. The date and time the Letter of Authority was created, in the format defined by RFC3339.

Example: 2016-08-25T21:10:29.600Z

Returns:The time_issued of this LetterOfAuthority.
Return type:datetime