CrossConnectGroup¶
-
class
oci.vn_monitoring.models.CrossConnectGroup(**kwargs)¶ Bases:
objectFor use with Oracle Cloud Infrastructure FastConnect. A cross-connect group is a link aggregation group (LAG), which can contain one or more
CrossConnect. Customers who are colocated with Oracle in a FastConnect location create and use cross-connect groups. For more information, see FastConnect Overview.Note: If you’re a provider who is setting up a physical connection to Oracle so customers can use FastConnect over the connection, be aware that your connection is modeled the same way as a colocated customer’s (with CrossConnect and CrossConnectGroup objects, and so on).
To use any of the API operations, you must be authorized in an IAM policy. If you’re not authorized, talk to an administrator. If you’re an administrator who needs to write policies to give users access, see Getting Started with Policies.
Attributes
LIFECYCLE_STATE_INACTIVEA constant which can be used with the lifecycle_state property of a CrossConnectGroup. LIFECYCLE_STATE_PROVISIONEDA constant which can be used with the lifecycle_state property of a CrossConnectGroup. LIFECYCLE_STATE_PROVISIONINGA constant which can be used with the lifecycle_state property of a CrossConnectGroup. LIFECYCLE_STATE_TERMINATEDA constant which can be used with the lifecycle_state property of a CrossConnectGroup. LIFECYCLE_STATE_TERMINATINGA constant which can be used with the lifecycle_state property of a CrossConnectGroup. compartment_idGets the compartment_id of this CrossConnectGroup. display_nameGets the display_name of this CrossConnectGroup. idGets the id of this CrossConnectGroup. lifecycle_stateGets the lifecycle_state of this CrossConnectGroup. time_createdGets the time_created of this CrossConnectGroup. Methods
__init__(**kwargs)Initializes a new CrossConnectGroup object with values from keyword arguments. -
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a CrossConnectGroup. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_PROVISIONED= 'PROVISIONED'¶ A constant which can be used with the lifecycle_state property of a CrossConnectGroup. This constant has a value of “PROVISIONED”
-
LIFECYCLE_STATE_PROVISIONING= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a CrossConnectGroup. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a CrossConnectGroup. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a CrossConnectGroup. This constant has a value of “TERMINATING”
-
__init__(**kwargs)¶ Initializes a new CrossConnectGroup 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 CrossConnectGroup.
- display_name (str) – The value to assign to the display_name property of this CrossConnectGroup.
- id (str) – The value to assign to the id property of this CrossConnectGroup.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this CrossConnectGroup. Allowed values for this property are: “PROVISIONING”, “PROVISIONED”, “INACTIVE”, “TERMINATING”, “TERMINATED”
- time_created (datetime) – The value to assign to the time_created property of this CrossConnectGroup.
-
compartment_id¶ Gets the compartment_id of this CrossConnectGroup. The OCID of the compartment containing the cross-connect group.
Returns: The compartment_id of this CrossConnectGroup. Return type: str
-
display_name¶ Gets the display_name of this CrossConnectGroup. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CrossConnectGroup. Return type: str
-
id¶ Gets the id of this CrossConnectGroup. The cross-connect group’s Oracle ID (OCID).
Returns: The id of this CrossConnectGroup. Return type: str
-
lifecycle_state¶ Gets the lifecycle_state of this CrossConnectGroup. The cross-connect group’s current state.
Allowed values for this property are: “PROVISIONING”, “PROVISIONED”, “INACTIVE”, “TERMINATING”, “TERMINATED”
Returns: The lifecycle_state of this CrossConnectGroup. Return type: str
-