public interface NetQosPolicy extends ModelEntity, Buildable<NetQosPolicyBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A human-readable description for the resource.
|
String |
getName()
human-readable name
|
String |
getTenantId()
The ID of the project that owns the resource.
|
boolean |
isDefault()
if True, the QoS policy is the default policy.
|
boolean |
isShared()
Set to true to share this policy with other projects.
|
String getDescription()
String getTenantId()
boolean isShared()
boolean isDefault()
String getName()
Copyright © 2021. All rights reserved.