All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.network.IP Maven / Gradle / Ivy

There is a newer version: 3.12
Show newest version
package org.openstack4j.model.network;

import org.openstack4j.model.ModelEntity;


/**
 * A Fixed IP Address
 *
 * @author Jeremy Unruh
 */
public interface IP extends ModelEntity {

    /**
     * @return the fixed ip address
     */
    String getIpAddress();

    /**
     * @return the id of the subnet of this ip
     */
    String getSubnetId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy