improvements
cleans package.json, update binary download URL, etc
This commit is contained in:
38
sdk/nodejs/types/input.ts
generated
38
sdk/nodejs/types/input.ts
generated
@@ -272,44 +272,6 @@ export interface NetworkForwardPort {
|
||||
targetPort: pulumi.Input<string>;
|
||||
}
|
||||
|
||||
export interface NetworkLbBackend {
|
||||
/**
|
||||
* LB backend description
|
||||
*/
|
||||
description?: pulumi.Input<string>;
|
||||
/**
|
||||
* LB backend name
|
||||
*/
|
||||
name: pulumi.Input<string>;
|
||||
/**
|
||||
* LB backend target address
|
||||
*/
|
||||
targetAddress: pulumi.Input<string>;
|
||||
/**
|
||||
* LB backend target port
|
||||
*/
|
||||
targetPort?: pulumi.Input<string>;
|
||||
}
|
||||
|
||||
export interface NetworkLbPort {
|
||||
/**
|
||||
* Port description
|
||||
*/
|
||||
description?: pulumi.Input<string>;
|
||||
/**
|
||||
* Port to listen to
|
||||
*/
|
||||
listenPort: pulumi.Input<string>;
|
||||
/**
|
||||
* Port protocol
|
||||
*/
|
||||
protocol?: pulumi.Input<string>;
|
||||
/**
|
||||
* List of target LB backends
|
||||
*/
|
||||
targetBackends: pulumi.Input<pulumi.Input<string>[]>;
|
||||
}
|
||||
|
||||
export interface NetworkLoadBalancerBackend {
|
||||
/**
|
||||
* LB backend description
|
||||
|
||||
38
sdk/nodejs/types/output.ts
generated
38
sdk/nodejs/types/output.ts
generated
@@ -255,44 +255,6 @@ export interface NetworkForwardPort {
|
||||
targetPort: string;
|
||||
}
|
||||
|
||||
export interface NetworkLbBackend {
|
||||
/**
|
||||
* LB backend description
|
||||
*/
|
||||
description: string;
|
||||
/**
|
||||
* LB backend name
|
||||
*/
|
||||
name: string;
|
||||
/**
|
||||
* LB backend target address
|
||||
*/
|
||||
targetAddress: string;
|
||||
/**
|
||||
* LB backend target port
|
||||
*/
|
||||
targetPort: string;
|
||||
}
|
||||
|
||||
export interface NetworkLbPort {
|
||||
/**
|
||||
* Port description
|
||||
*/
|
||||
description: string;
|
||||
/**
|
||||
* Port to listen to
|
||||
*/
|
||||
listenPort: string;
|
||||
/**
|
||||
* Port protocol
|
||||
*/
|
||||
protocol: string;
|
||||
/**
|
||||
* List of target LB backends
|
||||
*/
|
||||
targetBackends: string[];
|
||||
}
|
||||
|
||||
export interface NetworkLoadBalancerBackend {
|
||||
/**
|
||||
* LB backend description
|
||||
|
||||
Reference in New Issue
Block a user