MultiMig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Multi-MIG represents a group of managed instance groups.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
creation_timestamp |
str
[Output only] The creation timestamp of this multi-MIG in RFC3339 text format. This field is a member of oneof _ _creation_timestamp .
|
description |
str
An optional description of this resource. This field is a member of oneof _ _description .
|
id |
int
[Output only] The unique identifier for this resource type. The server generates this identifier. This field is a member of oneof _ _id .
|
kind |
str
[Output only] Type of the resource. Always compute#multiMig for multi-MIGs. This field is a member of oneof _ _kind .
|
name |
str
The name of the multi-MIG. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first
character must be a lowercase letter, and all following
characters must be a dash, lowercase letter, or digit,
except the last character, which cannot be a dash.
This field is a member of oneof _ _name .
|
region |
str
[Output only] The URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. You cannot set the region as a field in the request body. This field is a member of oneof _ _region .
|
resource_policies |
google.cloud.compute_v1beta.types.MultiMigResourcePolicies
Resource policies for this multi-MIG. This field is a member of oneof _ _resource_policies .
|
self_link |
str
[Output only] Server-defined URL for the resource. This field is a member of oneof _ _self_link .
|