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

116 строки
6.7 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\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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