Class FetchStaticIpsRequest (1.2.0)

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

Request message for 'FetchStaticIps' request.

Attributes

NameDescription
name str
Required. The resource name for the location for which static IPs should be returned. Must be in the format ``projects/*/locations/*``.
page_size int
Maximum number of Ips to return, will likely not be specified.
page_token str
A page token, received from a previous ``ListStaticIps`` call. will likely not be specified.

Inheritance

builtins.object > proto.message.Message > FetchStaticIpsRequest