Interface NetQosPolicyUpdate
-
- All Superinterfaces:
BasicResource,Buildable<NetQosPolicyUpdateBuilder>,IdEntity,ModelEntity,Serializable
public interface NetQosPolicyUpdate extends BasicResource, Buildable<NetQosPolicyUpdateBuilder>
Network qos policy for update that are bound to a Tenant- Author:
- bboyHan
-
-
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 StringgetDescription()A human-readable description for the resource.booleanisDefault()if True, the QoS policy is the default policy.booleanisShared()Set to true to share this policy with other projects.-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
-
-
-
Method Detail
-
getDescription
String getDescription()
A human-readable description for the resource. Default is an empty string.- Returns:
- Description
-
isShared
boolean isShared()
Set to true to share this policy with other projects. Default is false.- Returns:
- true or false
-
isDefault
boolean isDefault()
if True, the QoS policy is the default policy.- Returns:
- true or false
-
-