Skip to content

Commit 80636ea

Browse files
author
Khushboo Baheti
committed
Format
1 parent 8478f47 commit 80636ea

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

src/Network/Network/Network.format.ps1xml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,14 @@
715715
<Label>TunnelConnectionStatus</Label>
716716
<PropertyName>TunnelConnectionStatusText</PropertyName>
717717
</ListItem>
718+
<ListItem>
719+
<Label>IngressNatRules</Label>
720+
<PropertyName>IngressNatRulesText</PropertyName>
721+
</ListItem>
722+
<ListItem>
723+
<Label>EgressNatRules</Label>
724+
<PropertyName>EgressNatRulesText</PropertyName>
725+
</ListItem>
718726
</ListItems>
719727
</ListEntry>
720728
</ListEntries>
@@ -947,6 +955,14 @@
947955
<Label>BgpSettings</Label>
948956
<PropertyName>BgpSettingsText</PropertyName>
949957
</ListItem>
958+
<ListItem>
959+
<Label>NatRules</Label>
960+
<PropertyName>NatRulesText</PropertyName>
961+
</ListItem>
962+
<ListItem>
963+
<Label>EnableBgpRouteTranslationForNat</Label>
964+
<PropertyName>EnableBgpRouteTranslationForNat</PropertyName>
965+
</ListItem>
950966
</ListItems>
951967
</ListEntry>
952968
</ListEntries>
@@ -1024,6 +1040,56 @@
10241040
</ListEntries>
10251041
</ListControl>
10261042
</View>
1043+
<View>
1044+
<Name>Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule</Name>
1045+
<ViewSelectedBy>
1046+
<TypeName>Microsoft.Azure.Commands.Network.Models.PSVirtualNetworkGatewayNatRule</TypeName>
1047+
</ViewSelectedBy>
1048+
<ListControl>
1049+
<ListEntries>
1050+
<ListEntry>
1051+
<ListItems>
1052+
<ListItem>
1053+
<Label>Name</Label>
1054+
<PropertyName>Name</PropertyName>
1055+
</ListItem>
1056+
<ListItem>
1057+
<Label>ProvisioningState</Label>
1058+
<PropertyName>ProvisioningState</PropertyName>
1059+
</ListItem>
1060+
<ListItem>
1061+
<Label>Type</Label>
1062+
<PropertyName>VirtualNetworkGatewayNatRulePropertiesType</PropertyName>
1063+
</ListItem>
1064+
<ListItem>
1065+
<Label>Mode</Label>
1066+
<PropertyName>Mode</PropertyName>
1067+
</ListItem>
1068+
<ListItem>
1069+
<Label>InternalMappings</Label>
1070+
<PropertyName>InternalMappingsText</PropertyName>
1071+
</ListItem>
1072+
<ListItem>
1073+
<Label>ExternalMappings</Label>
1074+
<PropertyName>ExternalMappingsText</PropertyName>
1075+
</ListItem>
1076+
<ListItem>
1077+
<Label>IpConfigurationId</Label>
1078+
<PropertyName>IpConfigurationId</PropertyName>
1079+
</ListItem>
1080+
<ListItem>
1081+
<Label>Id</Label>
1082+
<PropertyName>Id</PropertyName>
1083+
</ListItem>
1084+
<ListItem>
1085+
<Label>Etag</Label>
1086+
<PropertyName>Etag</PropertyName>
1087+
</ListItem>
1088+
</ListItems>
1089+
</ListEntry>
1090+
</ListEntries>
1091+
</ListControl>
1092+
</View>
10271093
<View>
10281094
<Name>Microsoft.Azure.Commands.Network.Models.PSVpnClientConnectionHealthDetail</Name>
10291095
<ViewSelectedBy>

0 commit comments

Comments
 (0)