Function: F5 Networks Ltm Monitor Gateway ICMP Create

by Simon Sparks · 19 March 2026

To use this function add it to the class library file named OrchestratorPluginF5Service.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: OrchestratorPluginF5Service.ts

Description: Orchestrator Function to Create an F5 Networks Ltm Monitor Gateway Icmp.

Public Function: createLtmMonitorGatewayIcmp

public createLtmMonitorGatewayIcmp(objF5NetworksLtm: F5NetworksLtm, intTransactionID: number, objProperties: Properties): F5NetworksLtmMonitorGatewayIcmp {

    let strJson: string = JSON.stringify(objProperties);

    let objF5NetworksLtmMonitorGatewayIcmp: F5NetworksLtmMonitorGatewayIcmp = objF5NetworksLtm.createLtmMonitorGatewayIcmp(strJson, intTransactionID);

    return objF5NetworksLtmMonitorGatewayIcmp;
}
TypeScript

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like