UpdateCrossConnectGroupDetails¶
-
class
oci.vn_monitoring.models.UpdateCrossConnectGroupDetails(**kwargs)¶ Bases:
objectUpdateCrossConnectGroupDetails model.
Methods
__init__(**kwargs)Initializes a new UpdateCrossConnectGroupDetails object with values from keyword arguments. Attributes
display_nameGets the display_name of this UpdateCrossConnectGroupDetails. -
__init__(**kwargs)¶ Initializes a new UpdateCrossConnectGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: display_name (str) – The value to assign to the display_name property of this UpdateCrossConnectGroupDetails.
-
display_name¶ Gets the display_name of this UpdateCrossConnectGroupDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateCrossConnectGroupDetails. Return type: str
-