Apache CloudStack 4.23.0.0 Root Admin API Reference
changeSharedFileSystemDiskOffering
Change Disk offering of a Shared FileSystem
Request parameters
| Parameter Name | Description | Required |
| id | the ID of the shared filesystem | true |
| diskofferingid | the disk offering to use for the underlying storage | false |
| maxiops | max iops | false |
| miniops | min iops | false |
| size | the size of the shared filesystem in GiB | false |
Response Tags
| Response Name | Description |
| id | ID of the shared filesystem |
| account | the account associated with the shared filesystem |
| description | description of the shared filesystem |
| diskioread | the read (IO) of disk on the shared filesystem |
| diskiowrite | the write (IO) of disk on the shared filesystem |
| diskkbsread | the shared filesystem's disk read in KiB |
| diskkbswrite | the shared filesystem's disk write in KiB |
| diskofferingdisplaytext | disk offering display text for the shared filesystem |
| diskofferingid | disk offering ID for the shared filesystem |
| diskofferingname | disk offering for the shared filesystem |
| domain | the domain associated with the shared filesystem |
| domainid | the ID of the domain associated with the shared filesystem |
| domainpath | path of the domain to which the shared filesystem |
| filesystem | the filesystem format |
| iscustomdiskoffering | disk offering for the shared filesystem has custom size |
| name | name of the shared filesystem |
| networkid | Network ID of the shared filesystem |
| networkname | Network name of the shared filesystem |
| path | path to mount the shared filesystem |
| physicalsize | the bytes actually consumed on disk |
| project | the project name of the shared filesystem |
| projectid | the project ID of the shared filesystem |
| provider | the shared filesystem provider |
| provisioningtype | provisioning type used in the shared filesystem |
| serviceofferingid | service offering ID for the shared filesystem |
| serviceofferingname | service offering for the shared filesystem |
| size | size of the shared filesystem |
| sizegb | size of the shared filesystem in GiB |
| state | the state of the shared filesystem |
| storage | name of the storage pool hosting the data volume |
| storageid | ID of the storage pool hosting the data volume |
| utilization | the disk utilization |
| virtualmachineid | ID of the storage fs vm |
| virtualsize | the bytes allocated |
| vmstate | ID of the storage fs vm |
| volumeid | ID of the storage fs data volume |
| volumename | name of the storage fs data volume |
| zoneid | ID of the availability zone |
| zonename | Name of the availability zone |
| nic(*) | the list of nics associated with the shared filesystem |
| id | The ID of the NIC |
| adaptertype | Type of adapter if available |
| broadcasturi | The broadcast URI of the NIC |
| deviceid | Device ID for the Network when plugged into the Instance |
| enabled | whether the NIC is enabled or not |
| extradhcpoption | The extra DHCP options on the NIC |
| gateway | The gateway of the NIC |
| ip6address | The IPv6 address of Network |
| ip6cidr | The CIDR of IPv6 Network |
| ip6gateway | The gateway of IPv6 Network |
| ipaddress | The IP address of the NIC |
| ipaddresses | IP addresses associated with NIC found for unmanaged Instance |
| isdefault | True if NIC is default, false otherwise |
| isolatedpvlan | The isolated private VLAN if available |
| isolatedpvlantype | The isolated private VLAN type if available |
| isolationuri | The isolation URI of the NIC |
| macaddress | True if NIC is default, false otherwise |
| mtu | MTU configured on the NIC |
| netmask | The netmask of the NIC |
| networkid | The ID of the corresponding Network |
| networkname | The name of the corresponding Network |
| nicdnsname | DNS name associated with this NIC's IP address |
| nsxlogicalswitch | Id of the NSX Logical Switch (if NSX based), null otherwise |
| nsxlogicalswitchport | Id of the NSX Logical Switch Port (if NSX based), null otherwise |
| publicip | Public IP address associated with this NIC via Static NAT rule |
| publicipid | Public IP address ID associated with this NIC via Static NAT rule |
| secondaryip | The Secondary IPv4 addr of NIC |
| traffictype | The traffic type of the NIC |
| type | The type of the NIC |
| virtualmachineid | Id of the Instance to which the NIC belongs |
| vlanid | ID of the VLAN/VNI if available |
| vpcid | ID of the VPC to which the NIC belongs |
| vpcname | Name of the VPC to which the NIC belongs |