Package org.openstack4j.model.tacker
Interface VnfUpdate
-
- All Superinterfaces:
Buildable<VnfUpdateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
TackerVnfUpdate
public interface VnfUpdate extends ModelEntity, Buildable<VnfUpdateBuilder>
A Builder to Update Firewall of FwaaS- Author:
- Vishvesh Deshmukh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VnfUpdateAttributesgetAttributes()
-
-
-
Method Detail
-
getAttributes
VnfUpdateAttributes getAttributes()
- Returns:
- attributes : VnfUpdateAttributes
-
-