@lansweeper/discovery-cloud-proto 0.0.28 → 0.0.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/discovery-cloud-proto",
|
|
3
3
|
"description": "Discovery Public Cloud (Azure,AWS,GCP) proto",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.30",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "4b19106b364d73b47b8f2d32c94b776604083363"
|
|
20
20
|
}
|
|
@@ -7795,3 +7795,12 @@ message AzurePrivateDnsZoneVirtualNetworkLink {
|
|
|
7795
7795
|
google.protobuf.StringValue _virtual_network_a_d_k__name = 4;
|
|
7796
7796
|
google.protobuf.StringValue _auto_registration = 5; //. Possible Values are : None,On,Off,Active,Inactive,Yes,No,True,False,Enabled,Disabled,Offline,Online
|
|
7797
7797
|
}
|
|
7798
|
+
//A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them privately. Instances in either VPC can communicate with each other as if they are within the same network.
|
|
7799
|
+
message AmazonVpcPeeringConnection {
|
|
7800
|
+
}
|
|
7801
|
+
//An external IP address is the IP address that is reserved for your project
|
|
7802
|
+
message GcpExternalIpAddress {
|
|
7803
|
+
}
|
|
7804
|
+
//A subscription is a container of multiple resources
|
|
7805
|
+
message AzureMicrosoftAzureSubscription {
|
|
7806
|
+
}
|