Skip to content

Commit

Permalink
Merge pull request #51 from stankovski/master
Browse files Browse the repository at this point in the history
Regenerated network.json
  • Loading branch information
stankovski committed Nov 5, 2015
2 parents 997bca1 + d04dc98 commit 0ba8f7b
Showing 1 changed file with 30 additions and 9 deletions.
39 changes: 30 additions & 9 deletions arm-network/2015-05-01-preview/swagger/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -4150,6 +4150,7 @@
"description": "Gets or sets sku of application gateway resource"
},
"operationalState": {
"readOnly": true,
"type": "string",
"description": "Gets operational state of application gateway resource",
"enum": [
Expand Down Expand Up @@ -6244,6 +6245,10 @@
"type": "boolean",
"description": "EnableBgp Flag"
},
"gatewayDefaultSite": {
"$ref": "#/definitions/SubResource",
"description": "Gets or sets the reference of the LocalNetworkGateway resource which represents Local network site having default routes. Assign Null value in case of removing existing default site setting."
},
"resourceGuid": {
"type": "string",
"description": "Gets or sets resource guid property of the VirtualNetworkGateway resource"
Expand Down Expand Up @@ -6306,6 +6311,30 @@
"type": "string",
"description": "The Ipsec share key."
},
"connectionStatus": {
"type": "string",
"description": "Virtual network Gateway connection status",
"enum": [
"Unknown",
"Connecting",
"Connected",
"NotConnected"
],
"x-ms-enum": {
"name": "VirtualNetworkGatewayConnectionStatus",
"modelAsString": "True"
}
},
"egressBytesTransferred": {
"type": "integer",
"format": "int64",
"description": "The Egress Bytes Transferred in this connection"
},
"ingressBytesTransferred": {
"type": "integer",
"format": "int64",
"description": "The Ingress Bytes Transferred in this connection"
},
"peer": {
"$ref": "#/definitions/SubResource",
"description": "The reference to peerings resource."
Expand Down Expand Up @@ -6363,21 +6392,13 @@
},
"description": "Response for ListVirtualNetworkGatewayConnections Api service call"
},
"ConnectionResetSharedKeyPropertiesFormat": {
"ConnectionResetSharedKey": {
"properties": {
"keyLength": {
"type": "integer",
"format": "int64",
"description": "The virtual network connection reset shared key length"
}
},
"description": "VirtualNeworkGatewayConnectionResetSharedKey properties"
},
"ConnectionResetSharedKey": {
"properties": {
"properties": {
"$ref": "#/definitions/ConnectionResetSharedKeyPropertiesFormat"
}
}
},
"VirtualNetworkGatewayListResult": {
Expand Down

0 comments on commit 0ba8f7b

Please sign in to comment.