Class NovaQuotaSetUpdate.NovaQuotaSetUpdateClass
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.NovaQuotaSetUpdate
-
- org.openstack4j.openstack.compute.domain.NovaQuotaSetUpdate.NovaQuotaSetUpdateClass
-
- All Implemented Interfaces:
Serializable,Buildable<QuotaSetUpdateBuilder>,QuotaSetUpdate,ModelEntity
- Enclosing class:
- NovaQuotaSetUpdate
public static class NovaQuotaSetUpdate.NovaQuotaSetUpdateClass extends NovaQuotaSetUpdate
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.compute.domain.NovaQuotaSetUpdate
NovaQuotaSetUpdate.NovaQuotaSetUpdateClass, NovaQuotaSetUpdate.NovaQuotaSetUpdateTenant, NovaQuotaSetUpdate.QuotaSetUpdateConcreteBuilder
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description NovaQuotaSetUpdateClass(Integer metadataItems, Integer injectedFileContentBytes, Integer injectedFiles, Integer ram, Integer floatingIps, Integer instances, Integer cores, Integer securityGroups, Integer securityGroupRules, Integer injectedFilePathBytes, Integer keyPairs)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NovaQuotaSetUpdate.NovaQuotaSetUpdateClassfrom(QuotaSetUpdate qs)-
Methods inherited from class org.openstack4j.openstack.compute.domain.NovaQuotaSetUpdate
builder, toBuilder
-
-
-
-
Constructor Detail
-
NovaQuotaSetUpdateClass
public NovaQuotaSetUpdateClass(Integer metadataItems, Integer injectedFileContentBytes, Integer injectedFiles, Integer ram, Integer floatingIps, Integer instances, Integer cores, Integer securityGroups, Integer securityGroupRules, Integer injectedFilePathBytes, Integer keyPairs)
-
-
Method Detail
-
from
public static NovaQuotaSetUpdate.NovaQuotaSetUpdateClass from(QuotaSetUpdate qs)
-
-