@lansweeper/discovery-cloud-proto 0.0.41 → 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.
|
@@ -3657,6 +3657,11 @@ export class GCPInstanceGroup extends jspb.Message {
|
|
|
3657
3657
|
setWarningsList(value: Array<CDKRule>): GCPInstanceGroup;
|
|
3658
3658
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
3659
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
|
+
|
|
3660
3665
|
serializeBinary(): Uint8Array;
|
|
3661
3666
|
toObject(includeInstance?: boolean): GCPInstanceGroup.AsObject;
|
|
3662
3667
|
static toObject(includeInstance: boolean, msg: GCPInstanceGroup): GCPInstanceGroup.AsObject;
|
|
@@ -3680,6 +3685,7 @@ export namespace GCPInstanceGroup {
|
|
|
3680
3685
|
SubnetworkText?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3681
3686
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
3682
3687
|
WarningsList: Array<CDKRule.AsObject>,
|
|
3688
|
+
InstanceGroupId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
3683
3689
|
}
|
|
3684
3690
|
}
|
|
3685
3691
|
|
|
@@ -4165,6 +4171,11 @@ export class GCPNetwork extends jspb.Message {
|
|
|
4165
4171
|
setWarningsList(value: Array<CDKRule>): GCPNetwork;
|
|
4166
4172
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
4167
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
|
+
|
|
4168
4179
|
serializeBinary(): Uint8Array;
|
|
4169
4180
|
toObject(includeInstance?: boolean): GCPNetwork.AsObject;
|
|
4170
4181
|
static toObject(includeInstance: boolean, msg: GCPNetwork): GCPNetwork.AsObject;
|
|
@@ -4193,6 +4204,7 @@ export namespace GCPNetwork {
|
|
|
4193
4204
|
NetworkPeeringsList: Array<GCPNetworkPeering.AsObject>,
|
|
4194
4205
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
4195
4206
|
WarningsList: Array<CDKRule.AsObject>,
|
|
4207
|
+
NetworkId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
4196
4208
|
}
|
|
4197
4209
|
}
|
|
4198
4210
|
|
|
@@ -5411,6 +5423,11 @@ export class GCPVMInstance extends jspb.Message {
|
|
|
5411
5423
|
setWarningsList(value: Array<CDKRule>): GCPVMInstance;
|
|
5412
5424
|
addWarnings(value?: CDKRule, index?: number): CDKRule;
|
|
5413
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
|
+
|
|
5414
5431
|
serializeBinary(): Uint8Array;
|
|
5415
5432
|
toObject(includeInstance?: boolean): GCPVMInstance.AsObject;
|
|
5416
5433
|
static toObject(includeInstance: boolean, msg: GCPVMInstance): GCPVMInstance.AsObject;
|
|
@@ -5457,6 +5474,7 @@ export namespace GCPVMInstance {
|
|
|
5457
5474
|
TagsList: Array<CloudockitTag.AsObject>,
|
|
5458
5475
|
DifferencesList: Array<StandardObjectDifference.AsObject>,
|
|
5459
5476
|
WarningsList: Array<CDKRule.AsObject>,
|
|
5477
|
+
InstanceId?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
5460
5478
|
}
|
|
5461
5479
|
}
|
|
5462
5480
|
|
|
@@ -23634,6 +23652,10 @@ export class AzureMicrosoftSqlServer extends jspb.Message {
|
|
|
23634
23652
|
getPrivateEndpointConnectionsList(): Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>;
|
|
23635
23653
|
setPrivateEndpointConnectionsList(value: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection>): AzureMicrosoftSqlServer;
|
|
23636
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;
|
|
23637
23659
|
|
|
23638
23660
|
serializeBinary(): Uint8Array;
|
|
23639
23661
|
toObject(includeInstance?: boolean): AzureMicrosoftSqlServer.AsObject;
|
|
@@ -23669,6 +23691,7 @@ export namespace AzureMicrosoftSqlServer {
|
|
|
23669
23691
|
ADK_price?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
23670
23692
|
ADK_location?: google_protobuf_wrappers_pb.StringValue.AsObject,
|
|
23671
23693
|
PrivateEndpointConnectionsList: Array<AzureMicrosoftManagedInstancePrivateEndpointConnection.AsObject>,
|
|
23694
|
+
SqlPrivateEndpointsList: Array<AzureMicrosoftSqlPrivateEndpointConnection.AsObject>,
|
|
23672
23695
|
}
|
|
23673
23696
|
}
|
|
23674
23697
|
|
|
@@ -48867,6 +48890,53 @@ export namespace AmazonElasticIpAddress {
|
|
|
48867
48890
|
}
|
|
48868
48891
|
}
|
|
48869
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
|
+
|
|
48870
48940
|
export enum ScanType {
|
|
48871
48941
|
SCAN_TYPE_AWS = 0,
|
|
48872
48942
|
SCAN_TYPE_AZURE = 1,
|