SipTrunk(mapping=None, *, ignore_unknown_fields=False, **kwargs)SipTrunk is the resource that represents a SIP trunk to connect to Google Telephony platform SIP trunking service.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The unique identifier of the SIP trunk. Format: projects/.
|
expected_hostname |
MutableSequence[str]
Required. The expected hostnames in the peer certificate from partner that is used for TLS authentication. |
connections |
MutableSequence[google.cloud.dialogflow_v2beta1.types.Connection]
Output only. Connections of the SIP trunk. |
display_name |
str
Optional. Human readable alias for this trunk. |
peer_hostnames |
MutableSequence[google.cloud.dialogflow_v2beta1.types.SipHostname]
Required. Peer hostnames of the SIP trunk. |
google_root_cert_file |
google.cloud.dialogflow_v2beta1.types.SipTrunk.GoogleRootCertFile
Optional. The root certificate file to use for this SIP trunk. |
Classes
GoogleRootCertFile
GoogleRootCertFile(value)The type of Google root certificate file used for mTLS.