public class Quota extends Object implements Serializable, IstioSpec
| Constructor and Description |
|---|
Quota()
No args constructor for use in serialization
|
Quota(Long maxAmount,
String name,
List<Override> overrides,
Long validDuration) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxAmount() |
String |
getName() |
List<Override> |
getOverrides() |
Long |
getValidDuration() |
void |
setMaxAmount(Long maxAmount) |
void |
setName(String name) |
void |
setOverrides(List<Override> overrides) |
void |
setValidDuration(Long validDuration) |
Copyright © 2017–2018 Red Hat. All rights reserved.