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

org.openstack4j.model.network.ext.HealthMonitorAssociate Maven / Gradle / Ivy

package org.openstack4j.model.network.ext;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.network.ext.builder.HealthMonitorAssociateBuilder;

/**
 * An entity used to associate  a healthMonitor with a lb pool
 * 
 * @author liujunpeng
 *
 */
public interface HealthMonitorAssociate extends ModelEntity,
		Buildable {

	/**
	 * @return id the healthMonitor identifier
	 */
	public String getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy