MultiMigResourcePolicies(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Resource policies message for a multi-MIG. Specifies the workload policy configuration of the multi-MIG.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
---|---|
Name | Description |
workload_policy |
str
The URL of the workload policy for this multi-MIG. It can be a full or partial URL. For example, the following are all valid URLs to a workload policy: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy This field is a member of oneof _ _workload_policy .
|