File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
api/src/main/java/org/apache/cloudstack/api/command/admin/offering Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616// under the License.
1717package org .apache .cloudstack .api .command .admin .offering ;
1818
19+ import org .apache .cloudstack .acl .RoleType ;
1920import org .apache .cloudstack .api .APICommand ;
2021import org .apache .cloudstack .api .ApiConstants ;
2122import org .apache .cloudstack .api .ApiErrorCode ;
3132 responseObject = DiskOfferingResponse .class ,
3233 requestHasSensitiveInfo = false ,
3334 responseHasSensitiveInfo = false ,
34- since = "4.23.0" )
35+ since = "4.23.0" ,
36+ authorized = {RoleType .Admin , RoleType .DomainAdmin })
3537public class CloneDiskOfferingCmd extends CreateDiskOfferingCmd {
3638
3739 /////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 1616// under the License.
1717package org .apache .cloudstack .api .command .admin .offering ;
1818
19+ import org .apache .cloudstack .acl .RoleType ;
1920import org .apache .cloudstack .api .APICommand ;
2021import org .apache .cloudstack .api .ApiConstants ;
2122import org .apache .cloudstack .api .ApiErrorCode ;
3031 responseObject = ServiceOfferingResponse .class ,
3132 requestHasSensitiveInfo = false ,
3233 responseHasSensitiveInfo = false ,
33- since = "4.23.0" )
34+ since = "4.23.0" ,
35+ authorized = {RoleType .Admin , RoleType .DomainAdmin })
3436public class CloneServiceOfferingCmd extends CreateServiceOfferingCmd {
3537
3638 /////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments