Class AzureVirtualNetworkPeering
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Azure virtual peering.
public class AzureVirtualNetworkPeering : GlobalSerializableClassicBase, IComparable<AzureVirtualNetworkPeering>
- Inheritance
-
AzureVirtualNetworkPeering
- Implements
Constructors
AzureVirtualNetworkPeering()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering class.
public AzureVirtualNetworkPeering()
Properties
AllowForwardedTraffic
Gets or sets whether forwarded traffic from the virtual machines in the local virtual network will be allowed/disallowed in remote virtual network.
public BooleanOption AllowForwardedTraffic { get; set; }
Property Value
AllowVirtualNetworkAccess
Gets or sets whether the virtual machines in the local virtual network space would be able to access the virtual machines in remote virtual network space.
public BooleanOption AllowVirtualNetworkAccess { get; set; }
Property Value
Id
Gets or sets the unique identifier for the peering.
public string Id { get; set; }
Property Value
Name
Gets or sets the name of the peering.
public string Name { get; set; }
Property Value
PeeringState
Gets or sets the peering state.
public AzureVirtualNetworkPeeringState PeeringState { get; set; }
Property Value
PeeringStateString
Gets the peering state.
public string PeeringStateString { get; set; }
Property Value
RemoteVirtualNetworkId
Gets or sets the identifier of the remote virtual network.
public string RemoteVirtualNetworkId { get; set; }
Property Value
RemoteVirtualNetworkName
Gets or sets the name of the remote virtual network.
public string RemoteVirtualNetworkName { get; set; }
Property Value
UseRemoteGateways
Gets or sets whether the peering should use remote gateways.
public BooleanOption UseRemoteGateways { get; set; }
Property Value
Methods
CompareTo(AzureVirtualNetworkPeering)
Compares two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering objects to allow sorting alphabetically by name.
public int CompareTo(AzureVirtualNetworkPeering other)
Parameters
other
AzureVirtualNetworkPeeringThe CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.AzureVirtualNetworkPeering objects.