azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

121 строка
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.BgpPeerStatus"
fullName: "com.azure.resourcemanager.network.models.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 final class BgpPeerStatus"
constructors:
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.BgpPeerStatus()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.BgpPeerStatus()"
name: "BgpPeerStatus()"
nameWithType: "BgpPeerStatus.BgpPeerStatus()"
syntax: "public BgpPeerStatus()"
methods:
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.asn()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.asn()"
name: "asn()"
nameWithType: "BgpPeerStatus.asn()"
summary: "Get the asn property: The autonomous system number of the remote BGP peer."
syntax: "public Long asn()"
desc: "Get the asn property: The autonomous system number of the remote BGP peer."
returns:
description: "the asn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.connectedDuration()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.connectedDuration()"
name: "connectedDuration()"
nameWithType: "BgpPeerStatus.connectedDuration()"
summary: "Get the connected<wbr>Duration property: For how long the peering has been up."
syntax: "public String connectedDuration()"
desc: "Get the connectedDuration property: For how long the peering has been up."
returns:
description: "the connectedDuration value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.localAddress()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.localAddress()"
name: "localAddress()"
nameWithType: "BgpPeerStatus.localAddress()"
summary: "Get the local<wbr>Address property: The virtual network gateway's local address."
syntax: "public String localAddress()"
desc: "Get the localAddress property: The virtual network gateway's local address."
returns:
description: "the localAddress value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.messagesReceived()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.messagesReceived()"
name: "messagesReceived()"
nameWithType: "BgpPeerStatus.messagesReceived()"
summary: "Get the messages<wbr>Received property: The number of BGP messages received."
syntax: "public Long messagesReceived()"
desc: "Get the messagesReceived property: The number of BGP messages received."
returns:
description: "the messagesReceived value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.messagesSent()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.messagesSent()"
name: "messagesSent()"
nameWithType: "BgpPeerStatus.messagesSent()"
summary: "Get the messages<wbr>Sent property: The number of BGP messages sent."
syntax: "public Long messagesSent()"
desc: "Get the messagesSent property: The number of BGP messages sent."
returns:
description: "the messagesSent value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.neighbor()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.neighbor()"
name: "neighbor()"
nameWithType: "BgpPeerStatus.neighbor()"
summary: "Get the neighbor property: The remote BGP peer."
syntax: "public String neighbor()"
desc: "Get the neighbor property: The remote BGP peer."
returns:
description: "the neighbor value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.routesReceived()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.routesReceived()"
name: "routesReceived()"
nameWithType: "BgpPeerStatus.routesReceived()"
summary: "Get the routes<wbr>Received property: The number of routes learned from this peer."
syntax: "public Long routesReceived()"
desc: "Get the routesReceived property: The number of routes learned from this peer."
returns:
description: "the routesReceived value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.state()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.state()"
name: "state()"
nameWithType: "BgpPeerStatus.state()"
summary: "Get the state property: The BGP peer state."
syntax: "public BgpPeerState state()"
desc: "Get the state property: The BGP peer state."
returns:
description: "the state value."
type: "<xref href=\"com.azure.resourcemanager.network.models.BgpPeerState?alt=com.azure.resourcemanager.network.models.BgpPeerState&text=BgpPeerState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.BgpPeerStatus.validate()"
fullName: "com.azure.resourcemanager.network.models.BgpPeerStatus.validate()"
name: "validate()"
nameWithType: "BgpPeerStatus.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "BGP peer status details."
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0