summaryrefslogtreecommitdiffstats
path: root/nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2018-07-25 18:27:32 +0800
committerseshukm <seshu.kumar.m@huawei.com>2018-07-25 18:27:32 +0800
commit0d4bde1f33803d48c40345ae7b3dfe626752becb (patch)
treece3264e46bd41ad89b226728925e6bc4eb32affa /nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java
parent740b4d010990734eced5ca97938bc6b6d5124721 (diff)
basic code Issues of nova model
Issue-ID: SO-729 Change-Id: Ib2081aedf0fd9686977f44be9a94af5215e3394f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java')
-rw-r--r--nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java284
1 files changed, 142 insertions, 142 deletions
diff --git a/nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java b/nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java
index 8643667..52bc930 100644
--- a/nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java
+++ b/nova-model/src/main/java/com/woorea/openstack/nova/model/QuotaSet.java
@@ -22,151 +22,151 @@ import org.codehaus.jackson.map.annotate.JsonRootName;
@JsonRootName("quota_set")
public class QuotaSet {
- private String id;
-
- @JsonProperty("metadata_items")
- private Integer metadataItems;
-
- @JsonProperty("injected_file_content_bytes")
- private Integer injectedFileContentBytes;
-
- @JsonProperty("injected_files")
- private Integer injectedFiles;
-
- private Integer gigabytes;
-
- private Integer ram;
-
- @JsonProperty("floating_ips")
- private Integer floatingIps;
-
- private Integer instances;
-
- private Integer volumes;
-
- private Integer cores;
-
- @JsonProperty("security_groups")
- private Integer securityGroups;
-
- @JsonProperty("security_group_rules")
- private Integer securityGroupRules;
-
- @JsonProperty("injected_file_path_bytes")
- private Integer injectedFilePathBytes;
-
- @JsonProperty("key_pairs")
- private Integer keyPairs;
-
- public String getId() {
- return id;
- }
-
- public void setId(String id) {
- this.id = id;
- }
-
- public Integer getMetadataItems() {
- return metadataItems;
- }
-
- public void setMetadataItems(Integer metadataItems) {
- this.metadataItems = metadataItems;
- }
-
- public Integer getInjectedFileContentBytes() {
- return injectedFileContentBytes;
- }
-
- public void setInjectedFileContentBytes(Integer injectedFileContentBytes) {
- this.injectedFileContentBytes = injectedFileContentBytes;
- }
-
- public Integer getInjectedFiles() {
- return injectedFiles;
- }
-
- public void setInjectedFiles(Integer injectedFiles) {
- this.injectedFiles = injectedFiles;
- }
-
- public Integer getGigabytes() {
- return gigabytes;
- }
-
- public void setGigabytes(Integer gigabytes) {
- this.gigabytes = gigabytes;
- }
-
- public Integer getRam() {
- return ram;
- }
-
- public void setRam(Integer ram) {
- this.ram = ram;
- }
-
- public Integer getFloatingIps() {
- return floatingIps;
- }
-
- public void setFloatingIps(Integer floatingIps) {
- this.floatingIps = floatingIps;
- }
-
- public Integer getInstances() {
- return instances;
- }
-
- public void setInstances(Integer instances) {
- this.instances = instances;
- }
-
- public Integer getVolumes() {
- return volumes;
- }
-
- public void setVolumes(Integer volumes) {
- this.volumes = volumes;
- }
-
- public Integer getCores() {
- return cores;
- }
-
- public void setCores(Integer cores) {
- this.cores = cores;
- }
-
- public Integer getSecurityGroups() {
- return securityGroups;
- }
-
- public void setSecurityGroups(Integer securityGroups) {
- this.securityGroups = securityGroups;
- }
-
- public Integer getSecurityGroupRules() {
- return securityGroupRules;
- }
+ private String id;
+
+ @JsonProperty("metadata_items")
+ private Integer metadataItems;
+
+ @JsonProperty("injected_file_content_bytes")
+ private Integer injectedFileContentBytes;
+
+ @JsonProperty("injected_files")
+ private Integer injectedFiles;
+
+ private Integer gigabytes;
+
+ private Integer ram;
+
+ @JsonProperty("floating_ips")
+ private Integer floatingIps;
+
+ private Integer instances;
+
+ private Integer volumes;
+
+ private Integer cores;
+
+ @JsonProperty("security_groups")
+ private Integer securityGroups;
+
+ @JsonProperty("security_group_rules")
+ private Integer securityGroupRules;
+
+ @JsonProperty("injected_file_path_bytes")
+ private Integer injectedFilePathBytes;
+
+ @JsonProperty("key_pairs")
+ private Integer keyPairs;
+
+ public String getId() {
+ return id;
+ }
+
+ public void setId(String id) {
+ this.id = id;
+ }
+
+ public Integer getMetadataItems() {
+ return metadataItems;
+ }
+
+ public void setMetadataItems(Integer metadataItems) {
+ this.metadataItems = metadataItems;
+ }
+
+ public Integer getInjectedFileContentBytes() {
+ return injectedFileContentBytes;
+ }
+
+ public void setInjectedFileContentBytes(Integer injectedFileContentBytes) {
+ this.injectedFileContentBytes = injectedFileContentBytes;
+ }
+
+ public Integer getInjectedFiles() {
+ return injectedFiles;
+ }
+
+ public void setInjectedFiles(Integer injectedFiles) {
+ this.injectedFiles = injectedFiles;
+ }
+
+ public Integer getGigabytes() {
+ return gigabytes;
+ }
+
+ public void setGigabytes(Integer gigabytes) {
+ this.gigabytes = gigabytes;
+ }
+
+ public Integer getRam() {
+ return ram;
+ }
+
+ public void setRam(Integer ram) {
+ this.ram = ram;
+ }
+
+ public Integer getFloatingIps() {
+ return floatingIps;
+ }
+
+ public void setFloatingIps(Integer floatingIps) {
+ this.floatingIps = floatingIps;
+ }
+
+ public Integer getInstances() {
+ return instances;
+ }
+
+ public void setInstances(Integer instances) {
+ this.instances = instances;
+ }
+
+ public Integer getVolumes() {
+ return volumes;
+ }
+
+ public void setVolumes(Integer volumes) {
+ this.volumes = volumes;
+ }
+
+ public Integer getCores() {
+ return cores;
+ }
+
+ public void setCores(Integer cores) {
+ this.cores = cores;
+ }
+
+ public Integer getSecurityGroups() {
+ return securityGroups;
+ }
+
+ public void setSecurityGroups(Integer securityGroups) {
+ this.securityGroups = securityGroups;
+ }
+
+ public Integer getSecurityGroupRules() {
+ return securityGroupRules;
+ }
- public void setSecurityGroupRules(Integer securityGroupRules) {
- this.securityGroupRules = securityGroupRules;
- }
+ public void setSecurityGroupRules(Integer securityGroupRules) {
+ this.securityGroupRules = securityGroupRules;
+ }
- public Integer getKeyPairs() {
- return keyPairs;
- }
+ public Integer getKeyPairs() {
+ return keyPairs;
+ }
- public void setKeyPairs(Integer keyPairs) {
- this.keyPairs = keyPairs;
- }
+ public void setKeyPairs(Integer keyPairs) {
+ this.keyPairs = keyPairs;
+ }
- public Integer getInjectedFilePathBytes() {
- return injectedFilePathBytes;
- }
+ public Integer getInjectedFilePathBytes() {
+ return injectedFilePathBytes;
+ }
- public void setInjectedFilePathBytes(Integer injectedFilePathBytes) {
- this.injectedFilePathBytes = injectedFilePathBytes;
- }
+ public void setInjectedFilePathBytes(Integer injectedFilePathBytes) {
+ this.injectedFilePathBytes = injectedFilePathBytes;
+ }
} \ No newline at end of file