ManagedInstanceDtcTransactionManagerCommunicationSettings Class
The Transaction Manager Communication Settings of managed instance DTC.
Constructor
ManagedInstanceDtcTransactionManagerCommunicationSettings(*, allow_inbound_enabled: bool | None = None, allow_outbound_enabled: bool | None = None, authentication: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
allow_inbound_enabled
|
Allow Inbound traffic to managed instance DTC. Default value: None
|
|
allow_outbound_enabled
|
Allow Outbound traffic of managed instance DTC. Default value: None
|
|
authentication
|
Authentication type of managed instance DTC. Default value: None
|