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