ChangePrivateEndpointOutboundConnectionDetails¶
-
class
oci.integration.models.
ChangePrivateEndpointOutboundConnectionDetails
(**kwargs)¶ Bases:
object
Input payload to ADD/REMOVE Private Endpoint Outbound Connection for given IntegrationInstance.
Some actions may not be applicable to specific integration types, see Differences in Instance Management for details.
Methods
__init__
(**kwargs)Initializes a new ChangePrivateEndpointOutboundConnectionDetails object with values from keyword arguments. Attributes
private_endpoint_outbound_connection
Gets the private_endpoint_outbound_connection of this ChangePrivateEndpointOutboundConnectionDetails. -
__init__
(**kwargs)¶ Initializes a new ChangePrivateEndpointOutboundConnectionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: private_endpoint_outbound_connection (oci.integration.models.OutboundConnection) – The value to assign to the private_endpoint_outbound_connection property of this ChangePrivateEndpointOutboundConnectionDetails.
-
private_endpoint_outbound_connection
¶ Gets the private_endpoint_outbound_connection of this ChangePrivateEndpointOutboundConnectionDetails.
Returns: The private_endpoint_outbound_connection of this ChangePrivateEndpointOutboundConnectionDetails. Return type: oci.integration.models.OutboundConnection
-