Versions in this module Expand all Collapse all v0 v0.50.0 Dec 19, 2025 Changes in this version + func GetExportPolicyName(ctx context.Context, apiClient SfsClient, projectId, region, policyId string) (string, error) + func GetResourcePoolName(ctx context.Context, client SfsClient, ...) (string, error) + func GetShareName(ctx context.Context, client SfsClient, ...) (string, error) + type SfsClient interface + GetResourcePoolExecute func(ctx context.Context, projectId, region, resourcePoolId string) (*sfs.GetResourcePoolResponse, error) + GetShareExecute func(ctx context.Context, projectId, region, resourcePoolId, shareId string) (*sfs.GetShareResponse, error) + GetShareExportPolicyExecute func(ctx context.Context, projectId string, region string, policyId string) (*sfs.GetShareExportPolicyResponse, error)