UpdateRemotePeeringConnectionDetails¶
-
class
oci.vn_monitoring.models.UpdateRemotePeeringConnectionDetails(**kwargs)¶ Bases:
objectUpdateRemotePeeringConnectionDetails model.
Methods
__init__(**kwargs)Initializes a new UpdateRemotePeeringConnectionDetails object with values from keyword arguments. Attributes
display_nameGets the display_name of this UpdateRemotePeeringConnectionDetails. -
__init__(**kwargs)¶ Initializes a new UpdateRemotePeeringConnectionDetails 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 UpdateRemotePeeringConnectionDetails.
-
display_name¶ Gets the display_name of this UpdateRemotePeeringConnectionDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateRemotePeeringConnectionDetails. Return type: str
-