Skip to content

The Virtual Network (IPAM) jar library allows a user to define one or more logical virtual networks (VLANs) with associated IPv4 network definitions for later use, and optionally define pools of static IP addresses for the network that can be reserved.

License

RackHD/smi-lib-virtualnetwork

Repository files navigation

Quality Gate

smi-lib-virtualnetwork git repository

Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

Overview

The virtualnetwork project builds a Java JAR library that makes avalable an API to consuming java programs. It encapsulates business logic for crud of network definitions/settings, static IP address pools, and an IP Address Management (IPAM) reservation process.

How to use

Under Construction. Not available via Maven Central yet....

Maven Example:
<dependency>
    <groupId>com.dell.isg.smi</groupId>
    <artifactId>virtualnetwork</artifactId>
    <version>1.0.75</version>
</dependency>
Gradle Example:
compile(group: 'com.dell.isg.smi', name: 'virtualnetwork', version: '1.0.75')

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC

Support

Support can be obtained from the slack channel: codecommunity.slack.com

About

The Virtual Network (IPAM) jar library allows a user to define one or more logical virtual networks (VLANs) with associated IPv4 network definitions for later use, and optionally define pools of static IP addresses for the network that can be reserved.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages