storage_gateway_create
Create a storage gateway for NFS exports by specifying label, region, export configuration, and network settings.
Instructions
Create a new storage gateway.
Args: label: Label for the storage gateway (for easy identification) gateway_type: Type of storage gateway (e.g., "nfs4") region: Region code where the gateway will be created (e.g., "ewr", "lax") export_config: Export configuration with keys: - label: Export label - vfs_uuid: VFS UUID to export - pseudo_root_path: Pseudo root path (e.g., "/") - allowed_ips: List of allowed IP addresses network_config: Network configuration with keys: - primary: Dict with ipv4_public_enabled, ipv6_public_enabled, vpc (optional) tags: Optional list of tags to apply
Returns: Created storage gateway information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| label | Yes | ||
| region | Yes | ||
| gateway_type | Yes | ||
| export_config | Yes | ||
| network_config | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||