WellKnownCommunity Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internet
- Advertise routes to internet community.
LocalAS
- Advertise routes to only localAS peers.
NoAdvertise
- Don't advertise routes to any peer.
NoExport
- Don't export to next AS.
GShut
- Graceful Shutdown (GSHUT) withdraw routes before terminating BGP connection.
public readonly struct WellKnownCommunity : IEquatable<Azure.ResourceManager.ManagedNetworkFabric.Models.WellKnownCommunity>
type WellKnownCommunity = struct
Public Structure WellKnownCommunity
Implements IEquatable(Of WellKnownCommunity)
- Inheritance
-
WellKnownCommunity
- Implements
Constructors
WellKnownCommunity(String) |
Initializes a new instance of WellKnownCommunity. |
Properties
GShut |
GShut. |
Internet |
Internet. |
LocalAS |
LocalAS. |
NoAdvertise |
NoAdvertise. |
NoExport |
NoExport. |
Methods
Equals(WellKnownCommunity) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(WellKnownCommunity, WellKnownCommunity) |
Determines if two WellKnownCommunity values are the same. |
Implicit(String to WellKnownCommunity) |
Converts a string to a WellKnownCommunity. |
Inequality(WellKnownCommunity, WellKnownCommunity) |
Determines if two WellKnownCommunity values are not the same. |
Applies to
Azure SDK for .NET