Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerated network.json #51

Merged
merged 1 commit into from
Nov 5, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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