azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

114 строки
5.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.BgpPeerStatus"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus"
name: "BgpPeerStatus"
nameWithType: "BgpPeerStatus"
summary: "BGP peer status details."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class BgpPeerStatus"
constructors:
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.BgpPeerStatus()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.BgpPeerStatus()"
name: "BgpPeerStatus()"
nameWithType: "BgpPeerStatus.BgpPeerStatus()"
syntax: "public BgpPeerStatus()"
methods:
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.asn()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.asn()"
name: "asn()"
nameWithType: "BgpPeerStatus.asn()"
summary: "Get the autonomous system number of the remote BGP peer."
syntax: "public Integer asn()"
desc: "Get the autonomous system number of the remote BGP peer."
returns:
description: "the asn value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.connectedDuration()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.connectedDuration()"
name: "connectedDuration()"
nameWithType: "BgpPeerStatus.connectedDuration()"
summary: "Get for how long the peering has been up."
syntax: "public String connectedDuration()"
desc: "Get for how long the peering has been up."
returns:
description: "the connectedDuration value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.localAddress()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.localAddress()"
name: "localAddress()"
nameWithType: "BgpPeerStatus.localAddress()"
summary: "Get the virtual network gateway's local address."
syntax: "public String localAddress()"
desc: "Get the virtual network gateway's local address."
returns:
description: "the localAddress value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.messagesReceived()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.messagesReceived()"
name: "messagesReceived()"
nameWithType: "BgpPeerStatus.messagesReceived()"
summary: "Get the number of BGP messages received."
syntax: "public Long messagesReceived()"
desc: "Get the number of BGP messages received."
returns:
description: "the messagesReceived value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.messagesSent()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.messagesSent()"
name: "messagesSent()"
nameWithType: "BgpPeerStatus.messagesSent()"
summary: "Get the number of BGP messages sent."
syntax: "public Long messagesSent()"
desc: "Get the number of BGP messages sent."
returns:
description: "the messagesSent value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.neighbor()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.neighbor()"
name: "neighbor()"
nameWithType: "BgpPeerStatus.neighbor()"
summary: "Get the remote BGP peer."
syntax: "public String neighbor()"
desc: "Get the remote BGP peer."
returns:
description: "the neighbor value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.routesReceived()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.routesReceived()"
name: "routesReceived()"
nameWithType: "BgpPeerStatus.routesReceived()"
summary: "Get the number of routes learned from this peer."
syntax: "public Long routesReceived()"
desc: "Get the number of routes learned from this peer."
returns:
description: "the routesReceived value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.BgpPeerStatus.state()"
fullName: "com.microsoft.azure.management.network.BgpPeerStatus.state()"
name: "state()"
nameWithType: "BgpPeerStatus.state()"
summary: "Get the BGP peer state."
syntax: "public BgpPeerState state()"
desc: "Get the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected'."
returns:
description: "the state value"
type: "<xref href=\"com.microsoft.azure.management.network.BgpPeerState?alt=com.microsoft.azure.management.network.BgpPeerState&text=BgpPeerState\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "BGP peer status details."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4