public sealed class SipHostname : IMessage<SipHostname>, IEquatable<SipHostname>, IDeepCloneable<SipHostname>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class SipHostname.
Represents a peer hostname for SIP Trunk.
Implements
IMessageSipHostname, IEquatableSipHostname, IDeepCloneableSipHostname, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
SipHostname()
public SipHostname()SipHostname(SipHostname)
public SipHostname(SipHostname other)| Parameter | |
|---|---|
| Name | Description |
other |
SipHostname |
Properties
ConnectionState
public SipHostname.Types.ConnectionState ConnectionState { get; set; }Output only. State of the connection.
| Property Value | |
|---|---|
| Type | Description |
SipHostnameTypesConnectionState |
|
EnabledSipPing
public bool EnabledSipPing { get; set; }Output only. Peer hostname enabled for SIP ping.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ErrorDetails
public SipHostname.Types.HostnameErrorDetails ErrorDetails { get; set; }Output only. The error details for the connection. Only populated when authentication errors occur.
| Property Value | |
|---|---|
| Type | Description |
SipHostnameTypesHostnameErrorDetails |
|
PeerHostname
public string PeerHostname { get; set; }Required. Peer hostname name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PeerSocketAddress
public string PeerSocketAddress { get; set; }Output only. The peer_socket address of the partner SBC pinged.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PingInterval
public Duration PingInterval { get; set; }Output only. How often the sip ping should occur.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
ProbeDetails
public ProbeDetails ProbeDetails { get; set; }Output only. The details from the options probe.
| Property Value | |
|---|---|
| Type | Description |
ProbeDetails |
|