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

org.openstack4j.model.tacker.VnfUpdate Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.tacker;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.tacker.builder.VnfUpdateBuilder;
import org.openstack4j.openstack.tacker.domain.VnfUpdateAttributes;

/**
 * A Builder to Update Firewall of FwaaS
 * 
 * @author Vishvesh Deshmukh
 */
public interface VnfUpdate extends ModelEntity, Buildable {

	/**
	 * @return attributes : VnfUpdateAttributes
	 */
	VnfUpdateAttributes getAttributes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy