Class GetInstanceGroupManagerRequest (1.3.1)

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

A request message for InstanceGroupManagers.Get. See the method description for details.

Attributes

NameDescription
instance_group_manager str
The name of the managed instance group.
project str
Project ID for this request.
zone str
The name of the zone where the managed instance group is located.

Inheritance

builtins.object > proto.message.Message > GetInstanceGroupManagerRequest