Class SipHostname (2.51.0)

SipHostname(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a peer hostname for SIP Trunk.

Attributes

Name Description
peer_hostname str
Required. Peer hostname name.
enabled_sip_ping bool
Output only. Peer hostname enabled for SIP ping.
ping_interval google.protobuf.duration_pb2.Duration
Output only. How often the sip ping should occur.
peer_socket_address str
Output only. The peer_socket address of the partner SBC pinged.
probe_details google.cloud.dialogflow_v2beta1.types.ProbeDetails
Output only. The details from the options probe.
connection_state google.cloud.dialogflow_v2beta1.types.SipHostname.ConnectionState
Output only. State of the connection.
error_details google.cloud.dialogflow_v2beta1.types.SipHostname.HostnameErrorDetails
Output only. The error details for the connection. Only populated when authentication errors occur.

Classes

ConnectionState

ConnectionState(value)

The state of SBC hostname connection.

HostnameCertificateState

HostnameCertificateState(value)

The state of Sip Trunk certificate authentication.

HostnameErrorDetails

HostnameErrorDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The error details of Sip Trunk hostnameconnection authentication.