FetchStorageInventoryRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for fetchStorageInventory.
Attributes |
|
|---|---|
| Name | Description |
source |
str
Required. The name of the Source. |
type_ |
google.cloud.vmmigration_v1.types.FetchStorageInventoryRequest.StorageType
Required. The type of the storage inventory to fetch. |
force_refresh |
bool
Optional. If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower. |
page_size |
int
Optional. The maximum number of VMs to return. The service may return fewer than this value. |
page_token |
str
Optional. A page token, received from a previous FetchStorageInventory call. Provide this to retrieve the
subsequent page. When paginating, all other parameters
provided to FetchStorageInventory must match the call
that provided the page token.
|
Classes
StorageType
StorageType(value)The type of the storage inventory to fetch.