UpdateCrossConnectDetails¶
-
class
oci.vn_monitoring.models.UpdateCrossConnectDetails(**kwargs)¶ Bases:
objectUpdate a CrossConnect
Methods
__init__(**kwargs)Initializes a new UpdateCrossConnectDetails object with values from keyword arguments. Attributes
display_nameGets the display_name of this UpdateCrossConnectDetails. is_activeGets the is_active of this UpdateCrossConnectDetails. -
__init__(**kwargs)¶ Initializes a new UpdateCrossConnectDetails 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 UpdateCrossConnectDetails.
- is_active (bool) – The value to assign to the is_active property of this UpdateCrossConnectDetails.
-
display_name¶ Gets the display_name of this UpdateCrossConnectDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateCrossConnectDetails. Return type: str
-
is_active¶ Gets the is_active of this UpdateCrossConnectDetails. Set to true to activate the cross-connect. You activate it after the physical cabling is complete, and you’ve confirmed the cross-connect’s light levels are good and your side of the interface is up. Activation indicates to Oracle that the physical connection is ready.
Example: true
Returns: The is_active of this UpdateCrossConnectDetails. Return type: bool
-