@lansweeper/discovery-cloud-proto 0.0.40 → 0.0.42
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.
|
@@ -81,6 +81,16 @@ export class CloudEntity extends jspb.Message {
|
|
|
81
81
|
getResourceId(): string | undefined;
|
|
82
82
|
setResourceId(value: string): CloudEntity;
|
|
83
83
|
|
|
84
|
+
hasScannerType(): boolean;
|
|
85
|
+
clearScannerType(): void;
|
|
86
|
+
getScannerType(): string | undefined;
|
|
87
|
+
setScannerType(value: string): CloudEntity;
|
|
88
|
+
|
|
89
|
+
hasDnsName(): boolean;
|
|
90
|
+
clearDnsName(): void;
|
|
91
|
+
getDnsName(): string | undefined;
|
|
92
|
+
setDnsName(value: string): CloudEntity;
|
|
93
|
+
|
|
84
94
|
serializeBinary(): Uint8Array;
|
|
85
95
|
toObject(includeInstance?: boolean): CloudEntity.AsObject;
|
|
86
96
|
static toObject(includeInstance: boolean, msg: CloudEntity): CloudEntity.AsObject;
|
|
@@ -116,6 +126,8 @@ export namespace CloudEntity {
|
|
|
116
126
|
tenantName: string,
|
|
117
127
|
resourceGroup: string,
|
|
118
128
|
resourceId?: string,
|
|
129
|
+
scannerType?: string,
|
|
130
|
+
dnsName?: string,
|
|
119
131
|
}
|
|
120
132
|
}
|
|
121
133
|
|
|
@@ -3645,6 +3657,11 @@ export class GCPInstanceGroup extends jspb.Message {
|
|
|
3645
3657
|
setWarningsList(value: Array<CDKRule>): GCPInstanceGroup;
|
|
3646
3658
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
3647
3659
|
|
|
3660
|
+
hasInstanceGroupId(): boolean;
|
|
3661
|
+
clearInstanceGroupId(): void;
|
|
3662
|
+
getInstanceGroupId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
3663
|
+
setInstanceGroupId(value?: google_protobuf_wrappers_pb.StringValue): GCPInstanceGroup;
|
|
3664
|
+
|
|
3648
3665
|
serializeBinary(): Uint8Array;
|
|
3649
3666
|
toObject(includeInstance?: boolean): GCPInstanceGroup.AsObject;
|
|
3650
3667
|
static toObject(includeInstance: boolean, msg: GCPInstanceGroup): GCPInstanceGroup.AsObject;
|
|
@@ -3668,6 +3685,7 @@ export namespace GCPInstanceGroup {
|
|
|
3668
3685
|
SubnetworkText?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3669
3686
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
3670
3687
|
WarningsList: Array<CDKRule.AsObject>,
|
|
3688
|
+
InstanceGroupId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3671
3689
|
}
|
|
3672
3690
|
}
|
|
3673
3691
|
|
|
@@ -4153,6 +4171,11 @@ export class GCPNetwork extends jspb.Message {
|
|
|
4153
4171
|
setWarningsList(value: Array<CDKRule>): GCPNetwork;
|
|
4154
4172
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
4155
4173
|
|
|
4174
|
+
hasNetworkId(): boolean;
|
|
4175
|
+
clearNetworkId(): void;
|
|
4176
|
+
getNetworkId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
4177
|
+
setNetworkId(value?: google_protobuf_wrappers_pb.StringValue): GCPNetwork;
|
|
4178
|
+
|
|
4156
4179
|
serializeBinary(): Uint8Array;
|
|
4157
4180
|
toObject(includeInstance?: boolean): GCPNetwork.AsObject;
|
|
4158
4181
|
static toObject(includeInstance: boolean, msg: GCPNetwork): GCPNetwork.AsObject;
|
|
@@ -4181,6 +4204,7 @@ export namespace GCPNetwork {
|
|
|
4181
4204
|
NetworkPeeringsList: Array<GCPNetworkPeering.AsObject>,
|
|
4182
4205
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
4183
4206
|
WarningsList: Array<CDKRule.AsObject>,
|
|
4207
|
+
NetworkId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4184
4208
|
}
|
|
4185
4209
|
}
|
|
4186
4210
|
|
|
@@ -5399,6 +5423,11 @@ export class GCPVMInstance extends jspb.Message {
|
|
|
5399
5423
|
setWarningsList(value: Array<CDKRule>): GCPVMInstance;
|
|
5400
5424
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
5401
5425
|
|
|
5426
|
+
hasInstanceId(): boolean;
|
|
5427
|
+
clearInstanceId(): void;
|
|
5428
|
+
getInstanceId(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
5429
|
+
setInstanceId(value?: google_protobuf_wrappers_pb.StringValue): GCPVMInstance;
|
|
5430
|
+
|
|
5402
5431
|
serializeBinary(): Uint8Array;
|
|
5403
5432
|
toObject(includeInstance?: boolean): GCPVMInstance.AsObject;
|
|
5404
5433
|
static toObject(includeInstance: boolean, msg: GCPVMInstance): GCPVMInstance.AsObject;
|
|
@@ -5445,6 +5474,7 @@ export namespace GCPVMInstance {
|
|
|
5445
5474
|
TagsList: Array<CloudockitTag.AsObject>,
|
|
5446
5475
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
5447
5476
|
WarningsList: Array<CDKRule.AsObject>,
|
|
5477
|
+
InstanceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5448
5478
|
}
|
|
5449
5479
|
}
|
|
5450
5480
|
|
|
@@ -23622,6 +23652,10 @@ export class AzureMicrosoftSqlServer extends jspb.Message {
|
|
|
23622
23652
|
getPrivateEndpointConnectionsList(): Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>;
|
|
23623
23653
|
setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>): AzureMicrosoftSqlServer;
|
|
23624
23654
|
addPrivateEndpointConnections(value?: AzureMicrosoftManagedInstancePrivateEndpointConnection, index?: number): AzureMicrosoftManagedInstancePrivateEndpointConnection;
|
|
23655
|
+
clearSqlPrivateEndpointsList(): void;
|
|
23656
|
+
getSqlPrivateEndpointsList(): Array<AzureMicrosoftSqlPrivateEndpointConnection>;
|
|
23657
|
+
setSqlPrivateEndpointsList(value: Array<AzureMicrosoftSqlPrivateEndpointConnection>): AzureMicrosoftSqlServer;
|
|
23658
|
+
addSqlPrivateEndpoints(value?: AzureMicrosoftSqlPrivateEndpointConnection, index?: number): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
23625
23659
|
|
|
23626
23660
|
serializeBinary(): Uint8Array;
|
|
23627
23661
|
toObject(includeInstance?: boolean): AzureMicrosoftSqlServer.AsObject;
|
|
@@ -23657,6 +23691,7 @@ export namespace AzureMicrosoftSqlServer {
|
|
|
23657
23691
|
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
23658
23692
|
ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
23659
23693
|
PrivateEndpointConnectionsList: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject>,
|
|
23694
|
+
SqlPrivateEndpointsList: Array<AzureMicrosoftSqlPrivateEndpointConnection.AsObject>,
|
|
23660
23695
|
}
|
|
23661
23696
|
}
|
|
23662
23697
|
|
|
@@ -48855,6 +48890,53 @@ export namespace AmazonElasticIpAddress {
|
|
|
48855
48890
|
}
|
|
48856
48891
|
}
|
|
48857
48892
|
|
|
48893
|
+
export class AzureMicrosoftSqlPrivateEndpointConnection extends jspb.Message {
|
|
48894
|
+
|
|
48895
|
+
hasADK_name(): boolean;
|
|
48896
|
+
clearADK_name(): void;
|
|
48897
|
+
getADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48898
|
+
setADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48899
|
+
|
|
48900
|
+
hasADK_gUID(): boolean;
|
|
48901
|
+
clearADK_gUID(): void;
|
|
48902
|
+
getADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48903
|
+
setADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48904
|
+
|
|
48905
|
+
hasConnectionState(): boolean;
|
|
48906
|
+
clearConnectionState(): void;
|
|
48907
|
+
getConnectionState(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48908
|
+
setConnectionState(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48909
|
+
|
|
48910
|
+
hasLinkedPrivateEndpointADK_gUID(): boolean;
|
|
48911
|
+
clearLinkedPrivateEndpointADK_gUID(): void;
|
|
48912
|
+
getLinkedPrivateEndpointADK_gUID(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48913
|
+
setLinkedPrivateEndpointADK_gUID(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48914
|
+
|
|
48915
|
+
hasLinkedPrivateEndpointADK_name(): boolean;
|
|
48916
|
+
clearLinkedPrivateEndpointADK_name(): void;
|
|
48917
|
+
getLinkedPrivateEndpointADK_name(): google_protobuf_wrappers_pb.StringValue | undefined;
|
|
48918
|
+
setLinkedPrivateEndpointADK_name(value?: google_protobuf_wrappers_pb.StringValue): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48919
|
+
|
|
48920
|
+
serializeBinary(): Uint8Array;
|
|
48921
|
+
toObject(includeInstance?: boolean): AzureMicrosoftSqlPrivateEndpointConnection.AsObject;
|
|
48922
|
+
static toObject(includeInstance: boolean, msg: AzureMicrosoftSqlPrivateEndpointConnection): AzureMicrosoftSqlPrivateEndpointConnection.AsObject;
|
|
48923
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
48924
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
48925
|
+
static serializeBinaryToWriter(message: AzureMicrosoftSqlPrivateEndpointConnection, writer: jspb.BinaryWriter): void;
|
|
48926
|
+
static deserializeBinary(bytes: Uint8Array): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48927
|
+
static deserializeBinaryFromReader(message: AzureMicrosoftSqlPrivateEndpointConnection, reader: jspb.BinaryReader): AzureMicrosoftSqlPrivateEndpointConnection;
|
|
48928
|
+
}
|
|
48929
|
+
|
|
48930
|
+
export namespace AzureMicrosoftSqlPrivateEndpointConnection {
|
|
48931
|
+
export type AsObject = {
|
|
48932
|
+
ADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48933
|
+
ADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48934
|
+
ConnectionState?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48935
|
+
LinkedPrivateEndpointADK_gUID?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48936
|
+
LinkedPrivateEndpointADK_name?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
48937
|
+
}
|
|
48938
|
+
}
|
|
48939
|
+
|
|
48858
48940
|
export enum ScanType {
|
|
48859
48941
|
SCAN_TYPE_AWS = 0,
|
|
48860
48942
|
SCAN_TYPE_AZURE = 1,
|