google_api_compute v0.4.0 GoogleApi.Compute.V1.Model.Quota View Source

A quotas entry.

Attributes

  • limit (float()): [Output Only] Quota limit for this metric. Defaults to: null.
  • metric (String.t): [Output Only] Name of the quota metric. Defaults to: null.

    • Enum - one of [AUTOSCALERS, BACKEND_BUCKETS, BACKEND_SERVICES, COMMITMENTS, CPUS, CPUS_ALL_REGIONS, DISKS_TOTAL_GB, FIREWALLS, FORWARDING_RULES, GLOBAL_INTERNAL_ADDRESSES, GPUS_ALL_REGIONS, HEALTH_CHECKS, IMAGES, INSTANCES, INSTANCE_GROUPS, INSTANCE_GROUP_MANAGERS, INSTANCE_TEMPLATES, INTERCONNECTS, INTERCONNECT_ATTACHMENTS_PER_REGION, INTERCONNECT_ATTACHMENTS_TOTAL_MBPS, INTERNAL_ADDRESSES, IN_USE_ADDRESSES, IN_USE_BACKUP_SCHEDULES, LOCAL_SSD_TOTAL_GB, NETWORKS, NVIDIA_K80_GPUS, NVIDIA_P100_GPUS, NVIDIA_P100_VWS_GPUS, NVIDIA_P4_GPUS, NVIDIA_P4_VWS_GPUS, NVIDIA_T4_GPUS, NVIDIA_T4_VWS_GPUS, NVIDIA_V100_GPUS, PREEMPTIBLE_CPUS, PREEMPTIBLE_LOCAL_SSD_GB, PREEMPTIBLE_NVIDIA_K80_GPUS, PREEMPTIBLE_NVIDIA_P100_GPUS, PREEMPTIBLE_NVIDIA_P100_VWS_GPUS, PREEMPTIBLE_NVIDIA_P4_GPUS, PREEMPTIBLE_NVIDIA_P4_VWS_GPUS, PREEMPTIBLE_NVIDIA_T4_GPUS, PREEMPTIBLE_NVIDIA_T4_VWS_GPUS, PREEMPTIBLE_NVIDIA_V100_GPUS, REGIONAL_AUTOSCALERS, REGIONAL_INSTANCE_GROUP_MANAGERS, RESOURCE_POLICIES, ROUTERS, ROUTES, SECURITY_POLICIES, SECURITY_POLICY_RULES, SNAPSHOTS, SSD_TOTAL_GB, SSL_CERTIFICATES, STATIC_ADDRESSES, SUBNETWORKS, TARGET_HTTPS_PROXIES, TARGET_HTTP_PROXIES, TARGET_INSTANCES, TARGET_POOLS, TARGET_SSL_PROXIES, TARGET_TCP_PROXIES, TARGET_VPN_GATEWAYS, URL_MAPS, VPN_GATEWAYS, VPN_TUNNELS]
  • owner (String.t): [Output Only] Owning resource. This is the resource on which this quota is applied. Defaults to: null.
  • usage (float()): [Output Only] Current usage of this metric. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.Quota{
  limit: any(),
  metric: any(),
  owner: any(),
  usage: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.