createLmA2AHandoffRulesTableEntry
Creates a row of the lmA2AHandoffRulesTable Table
/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmA2AHandoffRulesTable
                        
Usage and SDK Samples
curl -X POST "http://localhost/tmns/tmnsTmaSpecificCapabilities/tmnsLinkManager/lmA2AHandoffRulesTable"
                          import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.DefaultApi;
import java.io.File;
import java.util.*;
public class DefaultApiExample {
    public static void main(String[] args) {
        
        DefaultApi apiInstance = new DefaultApi();
        LmA2AHandoffRulesEntry lmA2AHandoffRulesEntry = ; // LmA2AHandoffRulesEntry | 
        try {
            lmA2AHandoffRulesEntry result = apiInstance.createLmA2AHandoffRulesTableEntry(lmA2AHandoffRulesEntry);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DefaultApi#createLmA2AHandoffRulesTableEntry");
            e.printStackTrace();
        }
    }
}
                          import io.swagger.client.api.DefaultApi;
public class DefaultApiExample {
    public static void main(String[] args) {
        DefaultApi apiInstance = new DefaultApi();
        LmA2AHandoffRulesEntry lmA2AHandoffRulesEntry = ; // LmA2AHandoffRulesEntry | 
        try {
            lmA2AHandoffRulesEntry result = apiInstance.createLmA2AHandoffRulesTableEntry(lmA2AHandoffRulesEntry);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling DefaultApi#createLmA2AHandoffRulesTableEntry");
            e.printStackTrace();
        }
    }
}
                          LmA2AHandoffRulesEntry *lmA2AHandoffRulesEntry = ; // 
DefaultApi *apiInstance = [[DefaultApi alloc] init];
// Creates a row of the lmA2AHandoffRulesTable Table
[apiInstance createLmA2AHandoffRulesTableEntryWith:lmA2AHandoffRulesEntry
              completionHandler: ^(lmA2AHandoffRulesEntry output, NSError* error) {
                            if (output) {
                                NSLog(@"%@", output);
                            }
                            if (error) {
                                NSLog(@"Error: %@", error);
                            }
                        }];
                            var TmNsRestApi = require('tm_ns_rest_api');
var api = new TmNsRestApi.DefaultApi()
var lmA2AHandoffRulesEntry = ; // {LmA2AHandoffRulesEntry} 
var callback = function(error, data, response) {
  if (error) {
    console.error(error);
  } else {
    console.log('API called successfully. Returned data: ' + data);
  }
};
api.createLmA2AHandoffRulesTableEntry(lmA2AHandoffRulesEntry, callback);
                            using System;
using System.Diagnostics;
using IO.Swagger.Api;
using IO.Swagger.Client;
using IO.Swagger.Model;
namespace Example
{
    public class createLmA2AHandoffRulesTableEntryExample
    {
        public void main()
        {
            
            var apiInstance = new DefaultApi();
            var lmA2AHandoffRulesEntry = new LmA2AHandoffRulesEntry(); // LmA2AHandoffRulesEntry | 
            try
            {
                // Creates a row of the lmA2AHandoffRulesTable Table
                lmA2AHandoffRulesEntry result = apiInstance.createLmA2AHandoffRulesTableEntry(lmA2AHandoffRulesEntry);
                Debug.WriteLine(result);
            }
            catch (Exception e)
            {
                Debug.Print("Exception when calling DefaultApi.createLmA2AHandoffRulesTableEntry: " + e.Message );
            }
        }
    }
}
                            <?php
require_once(__DIR__ . '/vendor/autoload.php');
$api_instance = new Swagger\Client\Api\DefaultApi();
$lmA2AHandoffRulesEntry = ; // LmA2AHandoffRulesEntry | 
try {
    $result = $api_instance->createLmA2AHandoffRulesTableEntry($lmA2AHandoffRulesEntry);
    print_r($result);
} catch (Exception $e) {
    echo 'Exception when calling DefaultApi->createLmA2AHandoffRulesTableEntry: ', $e->getMessage(), PHP_EOL;
}
?>
                            use Data::Dumper;
use WWW::SwaggerClient::Configuration;
use WWW::SwaggerClient::DefaultApi;
my $api_instance = WWW::SwaggerClient::DefaultApi->new();
my $lmA2AHandoffRulesEntry = WWW::SwaggerClient::Object::LmA2AHandoffRulesEntry->new(); # LmA2AHandoffRulesEntry | 
eval { 
    my $result = $api_instance->createLmA2AHandoffRulesTableEntry(lmA2AHandoffRulesEntry => $lmA2AHandoffRulesEntry);
    print Dumper($result);
};
if ($@) {
    warn "Exception when calling DefaultApi->createLmA2AHandoffRulesTableEntry: $@\n";
}
                            from __future__ import print_statement
import time
import swagger_client
from swagger_client.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = swagger_client.DefaultApi()
lmA2AHandoffRulesEntry =  # LmA2AHandoffRulesEntry | 
try: 
    # Creates a row of the lmA2AHandoffRulesTable Table
    api_response = api_instance.create_lm_a2_a_handoff_rules_table_entry(lmA2AHandoffRulesEntry)
    pprint(api_response)
except ApiException as e:
    print("Exception when calling DefaultApi->createLmA2AHandoffRulesTableEntry: %s\n" % e)
                            Parameters
| Name | Description | 
|---|---|
| lmA2AHandoffRulesEntry * |