Class BandwidthEntry
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.BandwidthEntry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BandwidthEntryBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BandwidthEntry extends Object implements io.fabric8.kubernetes.api.builder.Editable<BandwidthEntryBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BandwidthEntry for CNI BandwidthEntry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BandwidthEntry()No args constructor for use in serializationBandwidthEntry(Integer egressBurst, Integer egressRate, Integer ingressBurst, Integer ingressRate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BandwidthEntryBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetEgressBurst()BandwidthEntry for CNI BandwidthEntryIntegergetEgressRate()BandwidthEntry for CNI BandwidthEntryIntegergetIngressBurst()BandwidthEntry for CNI BandwidthEntryIntegergetIngressRate()BandwidthEntry for CNI BandwidthEntryvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetEgressBurst(Integer egressBurst)BandwidthEntry for CNI BandwidthEntryvoidsetEgressRate(Integer egressRate)BandwidthEntry for CNI BandwidthEntryvoidsetIngressBurst(Integer ingressBurst)BandwidthEntry for CNI BandwidthEntryvoidsetIngressRate(Integer ingressRate)BandwidthEntry for CNI BandwidthEntryBandwidthEntryBuildertoBuilder()
-
-
-
Method Detail
-
getEgressBurst
public Integer getEgressBurst()
BandwidthEntry for CNI BandwidthEntry
-
setEgressBurst
public void setEgressBurst(Integer egressBurst)
BandwidthEntry for CNI BandwidthEntry
-
getEgressRate
public Integer getEgressRate()
BandwidthEntry for CNI BandwidthEntry
-
setEgressRate
public void setEgressRate(Integer egressRate)
BandwidthEntry for CNI BandwidthEntry
-
getIngressBurst
public Integer getIngressBurst()
BandwidthEntry for CNI BandwidthEntry
-
setIngressBurst
public void setIngressBurst(Integer ingressBurst)
BandwidthEntry for CNI BandwidthEntry
-
getIngressRate
public Integer getIngressRate()
BandwidthEntry for CNI BandwidthEntry
-
setIngressRate
public void setIngressRate(Integer ingressRate)
BandwidthEntry for CNI BandwidthEntry
-
edit
public BandwidthEntryBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BandwidthEntryBuilder>
-
toBuilder
public BandwidthEntryBuilder toBuilder()
-
-