CreateCrossConnectGroupDetails¶
-
class
oci.vn_monitoring.models.CreateCrossConnectGroupDetails(**kwargs)¶ Bases:
objectCreateCrossConnectGroupDetails model.
Methods
__init__(**kwargs)Initializes a new CreateCrossConnectGroupDetails object with values from keyword arguments. Attributes
compartment_id[Required] Gets the compartment_id of this CreateCrossConnectGroupDetails. display_nameGets the display_name of this CreateCrossConnectGroupDetails. -
__init__(**kwargs)¶ Initializes a new CreateCrossConnectGroupDetails 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 CreateCrossConnectGroupDetails.
- display_name (str) – The value to assign to the display_name property of this CreateCrossConnectGroupDetails.
-
compartment_id¶ [Required] Gets the compartment_id of this CreateCrossConnectGroupDetails. The OCID of the compartment to contain the cross-connect group.
Returns: The compartment_id of this CreateCrossConnectGroupDetails. Return type: str
-
display_name¶ Gets the display_name of this CreateCrossConnectGroupDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CreateCrossConnectGroupDetails. Return type: str
-