Documentation ¶
Index ¶
- func DataSourceTencentCloudChdfsAccessGroups() *schema.Resource
- func DataSourceTencentCloudChdfsFileSystems() *schema.Resource
- func DataSourceTencentCloudChdfsMountPoints() *schema.Resource
- func ResourceTencentCloudChdfsAccessGroup() *schema.Resource
- func ResourceTencentCloudChdfsAccessRule() *schema.Resource
- func ResourceTencentCloudChdfsFileSystem() *schema.Resource
- func ResourceTencentCloudChdfsLifeCycleRule() *schema.Resource
- func ResourceTencentCloudChdfsMountPoint() *schema.Resource
- func ResourceTencentCloudChdfsMountPointAttachment() *schema.Resource
- type ChdfsService
- func (me *ChdfsService) ChdfsFileSystemStateRefreshFunc(fileSystemId string, failStates []string) resource.StateRefreshFunc
- func (me *ChdfsService) DeleteChdfsAccessGroupById(ctx context.Context, accessGroupId string) (errRet error)
- func (me *ChdfsService) DeleteChdfsAccessRulesById(ctx context.Context, accessRuleId string) (errRet error)
- func (me *ChdfsService) DeleteChdfsFileSystemById(ctx context.Context, fileSystemId string) (errRet error)
- func (me *ChdfsService) DeleteChdfsLifeCycleRuleById(ctx context.Context, lifeCycleRuleId string) (errRet error)
- func (me *ChdfsService) DeleteChdfsMountPointAttachmentById(ctx context.Context, mountPointId string, accessGroupIds []*string) (errRet error)
- func (me *ChdfsService) DeleteChdfsMountPointById(ctx context.Context, mountPointId string) (errRet error)
- func (me *ChdfsService) DescribeChdfsAccessGroupById(ctx context.Context, accessGroupId string) (accessGroup *chdfs.AccessGroup, errRet error)
- func (me *ChdfsService) DescribeChdfsAccessGroupsByFilter(ctx context.Context, param map[string]interface{}) (AccessGroups []*chdfs.AccessGroup, errRet error)
- func (me *ChdfsService) DescribeChdfsAccessRulesById(ctx context.Context, accessGroupId string, accessRuleId string) (accessRule *chdfs.AccessRule, errRet error)
- func (me *ChdfsService) DescribeChdfsFileSystemById(ctx context.Context, fileSystemId string) (fileSystem *chdfs.FileSystem, errRet error)
- func (me *ChdfsService) DescribeChdfsFileSystems(ctx context.Context) (fileSystems []*chdfs.FileSystem, errRet error)
- func (me *ChdfsService) DescribeChdfsLifeCycleRuleById(ctx context.Context, fileSystemId string, lifeCycleRuleId string) (lifeCycleRule *chdfs.LifeCycleRule, errRet error)
- func (me *ChdfsService) DescribeChdfsLifeCycleRuleByPath(ctx context.Context, fileSystemId string, path string) (lifeCycleRule *chdfs.LifeCycleRule, errRet error)
- func (me *ChdfsService) DescribeChdfsMountPointById(ctx context.Context, mountPointId string) (mountPoint *chdfs.MountPoint, errRet error)
- func (me *ChdfsService) DescribeChdfsMountPointsByFilter(ctx context.Context, param map[string]interface{}) (MountPoints []*chdfs.MountPoint, errRet error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChdfsService ¶
type ChdfsService struct {
// contains filtered or unexported fields
}
func (*ChdfsService) ChdfsFileSystemStateRefreshFunc ¶
func (me *ChdfsService) ChdfsFileSystemStateRefreshFunc(fileSystemId string, failStates []string) resource.StateRefreshFunc
func (*ChdfsService) DeleteChdfsAccessGroupById ¶
func (me *ChdfsService) DeleteChdfsAccessGroupById(ctx context.Context, accessGroupId string) (errRet error)
func (*ChdfsService) DeleteChdfsAccessRulesById ¶
func (me *ChdfsService) DeleteChdfsAccessRulesById(ctx context.Context, accessRuleId string) (errRet error)
func (*ChdfsService) DeleteChdfsFileSystemById ¶
func (me *ChdfsService) DeleteChdfsFileSystemById(ctx context.Context, fileSystemId string) (errRet error)
func (*ChdfsService) DeleteChdfsLifeCycleRuleById ¶
func (me *ChdfsService) DeleteChdfsLifeCycleRuleById(ctx context.Context, lifeCycleRuleId string) (errRet error)
func (*ChdfsService) DeleteChdfsMountPointAttachmentById ¶
func (*ChdfsService) DeleteChdfsMountPointById ¶
func (me *ChdfsService) DeleteChdfsMountPointById(ctx context.Context, mountPointId string) (errRet error)
func (*ChdfsService) DescribeChdfsAccessGroupById ¶
func (me *ChdfsService) DescribeChdfsAccessGroupById(ctx context.Context, accessGroupId string) (accessGroup *chdfs.AccessGroup, errRet error)
func (*ChdfsService) DescribeChdfsAccessGroupsByFilter ¶
func (me *ChdfsService) DescribeChdfsAccessGroupsByFilter(ctx context.Context, param map[string]interface{}) (AccessGroups []*chdfs.AccessGroup, errRet error)
func (*ChdfsService) DescribeChdfsAccessRulesById ¶
func (me *ChdfsService) DescribeChdfsAccessRulesById(ctx context.Context, accessGroupId string, accessRuleId string) (accessRule *chdfs.AccessRule, errRet error)
func (*ChdfsService) DescribeChdfsFileSystemById ¶
func (me *ChdfsService) DescribeChdfsFileSystemById(ctx context.Context, fileSystemId string) (fileSystem *chdfs.FileSystem, errRet error)
func (*ChdfsService) DescribeChdfsFileSystems ¶
func (me *ChdfsService) DescribeChdfsFileSystems(ctx context.Context) (fileSystems []*chdfs.FileSystem, errRet error)
func (*ChdfsService) DescribeChdfsLifeCycleRuleById ¶
func (me *ChdfsService) DescribeChdfsLifeCycleRuleById(ctx context.Context, fileSystemId string, lifeCycleRuleId string) (lifeCycleRule *chdfs.LifeCycleRule, errRet error)
func (*ChdfsService) DescribeChdfsLifeCycleRuleByPath ¶
func (me *ChdfsService) DescribeChdfsLifeCycleRuleByPath(ctx context.Context, fileSystemId string, path string) (lifeCycleRule *chdfs.LifeCycleRule, errRet error)
func (*ChdfsService) DescribeChdfsMountPointById ¶
func (me *ChdfsService) DescribeChdfsMountPointById(ctx context.Context, mountPointId string) (mountPoint *chdfs.MountPoint, errRet error)
func (*ChdfsService) DescribeChdfsMountPointsByFilter ¶
func (me *ChdfsService) DescribeChdfsMountPointsByFilter(ctx context.Context, param map[string]interface{}) (MountPoints []*chdfs.MountPoint, errRet error)
Source Files ¶
- data_source_tc_chdfs_access_groups.go
- data_source_tc_chdfs_file_systems.go
- data_source_tc_chdfs_mount_points.go
- resource_tc_chdfs_access_group.go
- resource_tc_chdfs_access_rule.go
- resource_tc_chdfs_file_system.go
- resource_tc_chdfs_life_cycle_rule.go
- resource_tc_chdfs_mount_point.go
- resource_tc_chdfs_mount_point_attachment.go
- service_tencentcloud_chdfs.go
Click to show internal directories.
Click to hide internal directories.