CrossConnectLocation¶
-
class
oci.core.models.
CrossConnectLocation
(**kwargs)¶ Bases:
object
An individual FastConnect location.
Methods
__init__
(**kwargs)Initializes a new CrossConnectLocation object with values from keyword arguments. Attributes
description
[Required] Gets the description of this CrossConnectLocation. name
[Required] Gets the name of this CrossConnectLocation. -
__init__
(**kwargs)¶ Initializes a new CrossConnectLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this CrossConnectLocation.
- name (str) – The value to assign to the name property of this CrossConnectLocation.
-
description
¶ [Required] Gets the description of this CrossConnectLocation. A description of the location.
Returns: The description of this CrossConnectLocation. Return type: str
-
name
¶ [Required] Gets the name of this CrossConnectLocation. The name of the location.
Example: CyrusOne, Chandler, AZ
Returns: The name of this CrossConnectLocation. Return type: str
-