Skip to content

Commit 43c3135

Browse files
authored
Update snapshot terminology in ListResourceLimitsCmd
1 parent 4f9da75 commit 43c3135

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/main/java/org/apache/cloudstack/api/command/user/resource/ListResourceLimitsCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class ListResourceLimitsCmd extends BaseListProjectAndAccountResourcesCmd
5555
+ "9 - Memory. Amount of RAM an account can allocate for their resources. "
5656
+ "10 - PrimaryStorage. Total primary storage space (in GiB) a user can use. "
5757
+ "11 - SecondaryStorage. Total secondary storage space (in GiB) a user can use. "
58-
+ "12 - VmSnapshot. Number of VM snapshots an account can own.")
58+
+ "12 - VmSnapshot. Number of instance snapshots an account can own.")
5959
private Integer resourceType;
6060

6161
@Parameter(name = ApiConstants.RESOURCE_TYPE_NAME, type = CommandType.STRING, description = "Type of resource (wins over resourceType if both are provided). Values are: "
@@ -71,7 +71,7 @@ public class ListResourceLimitsCmd extends BaseListProjectAndAccountResourcesCmd
7171
+ "memory - Memory. Amount of RAM an account can allocate for their resources. "
7272
+ "primary_storage - PrimaryStorage. Total primary storage space (in GiB) a user can use. "
7373
+ "secondary_storage - SecondaryStorage. Total secondary storage space (in GiB) a user can use. "
74-
+ "vm_snapshot - VmSnapshot. Number of VM snapshots an account can own.")
74+
+ "instance_snapshot - InstanceSnapshot. Number of instance snapshots an account can own.")
7575
private String resourceTypeName;
7676

7777
@Parameter(name = ApiConstants.TAG, type = CommandType.STRING, description = "Tag for the resource type", since = "4.20.0")

0 commit comments

Comments
 (0)