Method: Ionoscloud::ResourceLimits.attribute_map
- Defined in:
- lib/ionoscloud/models/resource_limits.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
# File 'lib/ionoscloud/models/resource_limits.rb', line 70 def self.attribute_map { :'cores_per_server' => :'coresPerServer', :'cores_per_contract' => :'coresPerContract', :'cores_provisioned' => :'coresProvisioned', :'ram_per_server' => :'ramPerServer', :'ram_per_contract' => :'ramPerContract', :'ram_provisioned' => :'ramProvisioned', :'hdd_limit_per_volume' => :'hddLimitPerVolume', :'hdd_limit_per_contract' => :'hddLimitPerContract', :'hdd_volume_provisioned' => :'hddVolumeProvisioned', :'ssd_limit_per_volume' => :'ssdLimitPerVolume', :'ssd_limit_per_contract' => :'ssdLimitPerContract', :'ssd_volume_provisioned' => :'ssdVolumeProvisioned', :'reservable_ips' => :'reservableIps', :'reserved_ips_on_contract' => :'reservedIpsOnContract', :'reserved_ips_in_use' => :'reservedIpsInUse', :'k8s_cluster_limit_total' => :'k8sClusterLimitTotal', :'k8s_clusters_provisioned' => :'k8sClustersProvisioned' } end |