Class ProvisioningQuota (1.7.3)

ProvisioningQuota(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A provisioning quota for a given project.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Output only. The name of the provisioning quota.
asset_type google.cloud.bare_metal_solution_v2.types.ProvisioningQuota.AssetType
The asset type of this provisioning quota.
gcp_service str
The gcp service of the provisioning quota.
location str
The specific location of the provisioining quota.
available_count int
The available count of the provisioning quota.
instance_quota google.cloud.bare_metal_solution_v2.types.InstanceQuota
Instance quota. This field is a member of oneof_ quota.
server_count int
Server count. This field is a member of oneof_ availability.
network_bandwidth int
Network bandwidth, Gbps This field is a member of oneof_ availability.
storage_gib int
Storage size (GB). This field is a member of oneof_ availability.

Classes

AssetType

AssetType(value)

The available asset types for intake.

Values: ASSET_TYPE_UNSPECIFIED (0): The unspecified type. ASSET_TYPE_SERVER (1): The server asset type. ASSET_TYPE_STORAGE (2): The storage asset type. ASSET_TYPE_NETWORK (3): The network asset type.