Documentation ¶
Overview ¶
Package filenasiface provides an interface to enable mocking the FILENAS service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type CapacityForDescribeFileSystemsOutput
- func (s CapacityForDescribeFileSystemsOutput) GoString() string
- func (s *CapacityForDescribeFileSystemsOutput) SetTotal(v int64) *CapacityForDescribeFileSystemsOutput
- func (s *CapacityForDescribeFileSystemsOutput) SetUsed(v int64) *CapacityForDescribeFileSystemsOutput
- func (s CapacityForDescribeFileSystemsOutput) String() string
- type CommonCapacityForDescribeFileSystemStatisticsOutput
- func (s CommonCapacityForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *CommonCapacityForDescribeFileSystemStatisticsOutput) SetTotal(v int64) *CommonCapacityForDescribeFileSystemStatisticsOutput
- func (s *CommonCapacityForDescribeFileSystemStatisticsOutput) SetUsed(v int64) *CommonCapacityForDescribeFileSystemStatisticsOutput
- func (s CommonCapacityForDescribeFileSystemStatisticsOutput) String() string
- type ConvertMountPointForDescribeMountPointsOutput
- func (s ConvertMountPointForDescribeMountPointsOutput) GoString() string
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetCreateTime(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetDomain(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetIp(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetMountPointId(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetMountPointName(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetPermissionGroup(v *PermissionGroupForDescribeMountPointsOutput) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetStatus(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetSubnetId(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetSubnetName(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetUpdateTime(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetVpcId(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s *ConvertMountPointForDescribeMountPointsOutput) SetVpcName(v string) *ConvertMountPointForDescribeMountPointsOutput
- func (s ConvertMountPointForDescribeMountPointsOutput) String() string
- type CreateFileSystemInput
- func (s CreateFileSystemInput) GoString() string
- func (s *CreateFileSystemInput) SetCapacity(v int32) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetClientToken(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProjectName(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetSnapshotId(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetStorageType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
- func (s CreateFileSystemInput) String() string
- func (s *CreateFileSystemInput) Validate() error
- type CreateFileSystemOutput
- type CreateMountPointInput
- func (s CreateMountPointInput) GoString() string
- func (s *CreateMountPointInput) SetFileSystemId(v string) *CreateMountPointInput
- func (s *CreateMountPointInput) SetMountPointName(v string) *CreateMountPointInput
- func (s *CreateMountPointInput) SetPermissionGroupId(v string) *CreateMountPointInput
- func (s *CreateMountPointInput) SetSubnetId(v string) *CreateMountPointInput
- func (s *CreateMountPointInput) SetVpcId(v string) *CreateMountPointInput
- func (s CreateMountPointInput) String() string
- func (s *CreateMountPointInput) Validate() error
- type CreateMountPointOutput
- type CreatePermissionGroupInput
- func (s CreatePermissionGroupInput) GoString() string
- func (s *CreatePermissionGroupInput) SetDescription(v string) *CreatePermissionGroupInput
- func (s *CreatePermissionGroupInput) SetFileSystemType(v string) *CreatePermissionGroupInput
- func (s *CreatePermissionGroupInput) SetPermissionGroupName(v string) *CreatePermissionGroupInput
- func (s CreatePermissionGroupInput) String() string
- func (s *CreatePermissionGroupInput) Validate() error
- type CreatePermissionGroupOutput
- type CreateSnapshotInput
- func (s CreateSnapshotInput) GoString() string
- func (s *CreateSnapshotInput) SetDescription(v string) *CreateSnapshotInput
- func (s *CreateSnapshotInput) SetFileSystemId(v string) *CreateSnapshotInput
- func (s *CreateSnapshotInput) SetSnapshotName(v string) *CreateSnapshotInput
- func (s CreateSnapshotInput) String() string
- func (s *CreateSnapshotInput) Validate() error
- type CreateSnapshotOutput
- type DeleteFileSystemInput
- type DeleteFileSystemOutput
- type DeleteMountPointInput
- func (s DeleteMountPointInput) GoString() string
- func (s *DeleteMountPointInput) SetFileSystemId(v string) *DeleteMountPointInput
- func (s *DeleteMountPointInput) SetMountPointId(v string) *DeleteMountPointInput
- func (s DeleteMountPointInput) String() string
- func (s *DeleteMountPointInput) Validate() error
- type DeleteMountPointOutput
- type DeletePermissionGroupInput
- func (s DeletePermissionGroupInput) GoString() string
- func (s *DeletePermissionGroupInput) SetFileSystemType(v string) *DeletePermissionGroupInput
- func (s *DeletePermissionGroupInput) SetPermissionGroupId(v string) *DeletePermissionGroupInput
- func (s DeletePermissionGroupInput) String() string
- func (s *DeletePermissionGroupInput) Validate() error
- type DeletePermissionGroupOutput
- type DeleteSnapshotInput
- type DeleteSnapshotOutput
- type DescribeFileSystemOverviewInput
- type DescribeFileSystemOverviewOutput
- type DescribeFileSystemStatisticsInput
- type DescribeFileSystemStatisticsOutput
- func (s DescribeFileSystemStatisticsOutput) GoString() string
- func (s *DescribeFileSystemStatisticsOutput) SetStatistics(v []*StatisticForDescribeFileSystemStatisticsOutput) *DescribeFileSystemStatisticsOutput
- func (s *DescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *DescribeFileSystemStatisticsOutput
- func (s DescribeFileSystemStatisticsOutput) String() string
- type DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) GoString() string
- func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFileSystemType(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetProjectName(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) String() string
- type DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) GoString() string
- func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemForDescribeFileSystemsOutput) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageNumber(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageSize(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetTotalCount(v int32) *DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) String() string
- type DescribeMountPointsInput
- func (s DescribeMountPointsInput) GoString() string
- func (s *DescribeMountPointsInput) SetFileSystemId(v string) *DescribeMountPointsInput
- func (s *DescribeMountPointsInput) SetMountPointId(v string) *DescribeMountPointsInput
- func (s *DescribeMountPointsInput) SetMountPointName(v string) *DescribeMountPointsInput
- func (s *DescribeMountPointsInput) SetVpcId(v string) *DescribeMountPointsInput
- func (s DescribeMountPointsInput) String() string
- func (s *DescribeMountPointsInput) Validate() error
- type DescribeMountPointsOutput
- func (s DescribeMountPointsOutput) GoString() string
- func (s *DescribeMountPointsOutput) SetMountPoints(v []*ConvertMountPointForDescribeMountPointsOutput) *DescribeMountPointsOutput
- func (s *DescribeMountPointsOutput) SetTotalCount(v int32) *DescribeMountPointsOutput
- func (s DescribeMountPointsOutput) String() string
- type DescribePermissionGroupsInput
- func (s DescribePermissionGroupsInput) GoString() string
- func (s *DescribePermissionGroupsInput) SetFileSystemType(v string) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetFilters(v []*FilterForDescribePermissionGroupsInput) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetPageNumber(v int32) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetPageSize(v int32) *DescribePermissionGroupsInput
- func (s DescribePermissionGroupsInput) String() string
- func (s *DescribePermissionGroupsInput) Validate() error
- type DescribePermissionGroupsOutput
- func (s DescribePermissionGroupsOutput) GoString() string
- func (s *DescribePermissionGroupsOutput) SetPageNumber(v int32) *DescribePermissionGroupsOutput
- func (s *DescribePermissionGroupsOutput) SetPageSize(v int32) *DescribePermissionGroupsOutput
- func (s *DescribePermissionGroupsOutput) SetPermissionGroups(v []*PermissionGroupForDescribePermissionGroupsOutput) *DescribePermissionGroupsOutput
- func (s *DescribePermissionGroupsOutput) SetTotalCount(v int32) *DescribePermissionGroupsOutput
- func (s DescribePermissionGroupsOutput) String() string
- type DescribePermissionRulesInput
- func (s DescribePermissionRulesInput) GoString() string
- func (s *DescribePermissionRulesInput) SetFileSystemType(v string) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetPermissionGroupId(v string) *DescribePermissionRulesInput
- func (s DescribePermissionRulesInput) String() string
- func (s *DescribePermissionRulesInput) Validate() error
- type DescribePermissionRulesOutput
- func (s DescribePermissionRulesOutput) GoString() string
- func (s *DescribePermissionRulesOutput) SetPermissionRules(v []*PermissionRuleForDescribePermissionRulesOutput) *DescribePermissionRulesOutput
- func (s *DescribePermissionRulesOutput) SetTotalCount(v int32) *DescribePermissionRulesOutput
- func (s DescribePermissionRulesOutput) String() string
- type DescribeRegionsInput
- type DescribeRegionsOutput
- type DescribeSnapshotsInput
- func (s DescribeSnapshotsInput) GoString() string
- func (s *DescribeSnapshotsInput) SetFileSystemId(v string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetPageNumber(v int32) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetPageSize(v int32) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetSnapshotIds(v string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetSnapshotName(v string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetSnapshotType(v string) *DescribeSnapshotsInput
- func (s *DescribeSnapshotsInput) SetStatus(v string) *DescribeSnapshotsInput
- func (s DescribeSnapshotsInput) String() string
- type DescribeSnapshotsOutput
- func (s DescribeSnapshotsOutput) GoString() string
- func (s *DescribeSnapshotsOutput) SetPageNumber(v int32) *DescribeSnapshotsOutput
- func (s *DescribeSnapshotsOutput) SetPageSize(v int32) *DescribeSnapshotsOutput
- func (s *DescribeSnapshotsOutput) SetSnapshots(v []*SnapshotForDescribeSnapshotsOutput) *DescribeSnapshotsOutput
- func (s *DescribeSnapshotsOutput) SetTotalCount(v int32) *DescribeSnapshotsOutput
- func (s DescribeSnapshotsOutput) String() string
- type DescribeZonesInput
- type DescribeZonesOutput
- type ExpandFileSystemInput
- func (s ExpandFileSystemInput) GoString() string
- func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
- func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
- func (s ExpandFileSystemInput) String() string
- func (s *ExpandFileSystemInput) Validate() error
- type ExpandFileSystemOutput
- type ExtremeCapacityForDescribeFileSystemStatisticsOutput
- func (s ExtremeCapacityForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetTotal(v int64) *ExtremeCapacityForDescribeFileSystemStatisticsOutput
- func (s *ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetUsed(v int64) *ExtremeCapacityForDescribeFileSystemStatisticsOutput
- func (s ExtremeCapacityForDescribeFileSystemStatisticsOutput) String() string
- type FILENAS
- func (c *FILENAS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
- func (c *FILENAS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
- func (c *FILENAS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
- func (c *FILENAS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)
- func (c *FILENAS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) CreateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) CreateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) CreateMountPointRequest(input *CreateMountPointInput) (req *request.Request, output *CreateMountPointOutput)
- func (c *FILENAS) CreateMountPointWithContext(ctx volcengine.Context, input *CreateMountPointInput, opts ...request.Option) (*CreateMountPointOutput, error)
- func (c *FILENAS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
- func (c *FILENAS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) CreatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) CreatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) CreatePermissionGroupRequest(input *CreatePermissionGroupInput) (req *request.Request, output *CreatePermissionGroupOutput)
- func (c *FILENAS) CreatePermissionGroupWithContext(ctx volcengine.Context, input *CreatePermissionGroupInput, ...) (*CreatePermissionGroupOutput, error)
- func (c *FILENAS) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error)
- func (c *FILENAS) CreateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) CreateSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) CreateSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput)
- func (c *FILENAS) CreateSnapshotWithContext(ctx volcengine.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error)
- func (c *FILENAS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
- func (c *FILENAS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
- func (c *FILENAS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
- func (c *FILENAS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)
- func (c *FILENAS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DeleteMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteMountPointRequest(input *DeleteMountPointInput) (req *request.Request, output *DeleteMountPointOutput)
- func (c *FILENAS) DeleteMountPointWithContext(ctx volcengine.Context, input *DeleteMountPointInput, opts ...request.Option) (*DeleteMountPointOutput, error)
- func (c *FILENAS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
- func (c *FILENAS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DeletePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DeletePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DeletePermissionGroupRequest(input *DeletePermissionGroupInput) (req *request.Request, output *DeletePermissionGroupOutput)
- func (c *FILENAS) DeletePermissionGroupWithContext(ctx volcengine.Context, input *DeletePermissionGroupInput, ...) (*DeletePermissionGroupOutput, error)
- func (c *FILENAS) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)
- func (c *FILENAS) DeleteSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DeleteSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)
- func (c *FILENAS) DeleteSnapshotWithContext(ctx volcengine.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)
- func (c *FILENAS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
- func (c *FILENAS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
- func (c *FILENAS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, ...) (*DescribeFileSystemOverviewOutput, error)
- func (c *FILENAS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
- func (c *FILENAS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
- func (c *FILENAS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, ...) (*DescribeFileSystemStatisticsOutput, error)
- func (c *FILENAS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
- func (c *FILENAS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
- func (c *FILENAS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, ...) (*DescribeFileSystemsOutput, error)
- func (c *FILENAS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
- func (c *FILENAS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeMountPointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeMountPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeMountPointsRequest(input *DescribeMountPointsInput) (req *request.Request, output *DescribeMountPointsOutput)
- func (c *FILENAS) DescribeMountPointsWithContext(ctx volcengine.Context, input *DescribeMountPointsInput, ...) (*DescribeMountPointsOutput, error)
- func (c *FILENAS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
- func (c *FILENAS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribePermissionGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribePermissionGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribePermissionGroupsRequest(input *DescribePermissionGroupsInput) (req *request.Request, output *DescribePermissionGroupsOutput)
- func (c *FILENAS) DescribePermissionGroupsWithContext(ctx volcengine.Context, input *DescribePermissionGroupsInput, ...) (*DescribePermissionGroupsOutput, error)
- func (c *FILENAS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
- func (c *FILENAS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribePermissionRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribePermissionRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribePermissionRulesRequest(input *DescribePermissionRulesInput) (req *request.Request, output *DescribePermissionRulesOutput)
- func (c *FILENAS) DescribePermissionRulesWithContext(ctx volcengine.Context, input *DescribePermissionRulesInput, ...) (*DescribePermissionRulesOutput, error)
- func (c *FILENAS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
- func (c *FILENAS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
- func (c *FILENAS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
- func (c *FILENAS) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)
- func (c *FILENAS) DescribeSnapshotsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeSnapshotsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeSnapshotsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)
- func (c *FILENAS) DescribeSnapshotsWithContext(ctx volcengine.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)
- func (c *FILENAS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
- func (c *FILENAS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
- func (c *FILENAS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
- func (c *FILENAS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
- func (c *FILENAS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
- func (c *FILENAS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
- func (c *FILENAS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
- func (c *FILENAS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
- func (c *FILENAS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
- func (c *FILENAS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)
- func (c *FILENAS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) UpdateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateMountPointRequest(input *UpdateMountPointInput) (req *request.Request, output *UpdateMountPointOutput)
- func (c *FILENAS) UpdateMountPointWithContext(ctx volcengine.Context, input *UpdateMountPointInput, opts ...request.Option) (*UpdateMountPointOutput, error)
- func (c *FILENAS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
- func (c *FILENAS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) UpdatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) UpdatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) UpdatePermissionGroupRequest(input *UpdatePermissionGroupInput) (req *request.Request, output *UpdatePermissionGroupOutput)
- func (c *FILENAS) UpdatePermissionGroupWithContext(ctx volcengine.Context, input *UpdatePermissionGroupInput, ...) (*UpdatePermissionGroupOutput, error)
- func (c *FILENAS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
- func (c *FILENAS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) UpdatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) UpdatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) UpdatePermissionRuleRequest(input *UpdatePermissionRuleInput) (req *request.Request, output *UpdatePermissionRuleOutput)
- func (c *FILENAS) UpdatePermissionRuleWithContext(ctx volcengine.Context, input *UpdatePermissionRuleInput, ...) (*UpdatePermissionRuleOutput, error)
- func (c *FILENAS) UpdateSnapshot(input *UpdateSnapshotInput) (*UpdateSnapshotOutput, error)
- func (c *FILENAS) UpdateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *FILENAS) UpdateSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *FILENAS) UpdateSnapshotRequest(input *UpdateSnapshotInput) (req *request.Request, output *UpdateSnapshotOutput)
- func (c *FILENAS) UpdateSnapshotWithContext(ctx volcengine.Context, input *UpdateSnapshotInput, opts ...request.Option) (*UpdateSnapshotOutput, error)
- type FILENASAPI
- type FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) GoString() string
- func (s *FileSystemForDescribeFileSystemsOutput) SetCapacity(v *CapacityForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetSnapshotCount(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStorageType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetUpdateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetVersion(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) String() string
- type FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) GoString() string
- func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
- func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) String() string
- type FilterForDescribePermissionGroupsInput
- func (s FilterForDescribePermissionGroupsInput) GoString() string
- func (s *FilterForDescribePermissionGroupsInput) SetKey(v string) *FilterForDescribePermissionGroupsInput
- func (s *FilterForDescribePermissionGroupsInput) SetValue(v string) *FilterForDescribePermissionGroupsInput
- func (s FilterForDescribePermissionGroupsInput) String() string
- type MountPointForDescribeMountPointsOutput
- func (s MountPointForDescribeMountPointsOutput) GoString() string
- func (s *MountPointForDescribeMountPointsOutput) SetFileSystemId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetMountPointId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetMountPointName(v string) *MountPointForDescribeMountPointsOutput
- func (s MountPointForDescribeMountPointsOutput) String() string
- type MountPointForDescribePermissionGroupsOutput
- func (s MountPointForDescribePermissionGroupsOutput) GoString() string
- func (s *MountPointForDescribePermissionGroupsOutput) SetFileSystemId(v string) *MountPointForDescribePermissionGroupsOutput
- func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointId(v string) *MountPointForDescribePermissionGroupsOutput
- func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointName(v string) *MountPointForDescribePermissionGroupsOutput
- func (s MountPointForDescribePermissionGroupsOutput) String() string
- type OverviewForDescribeFileSystemOverviewOutput
- func (s OverviewForDescribeFileSystemOverviewOutput) GoString() string
- func (s *OverviewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
- func (s *OverviewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
- func (s *OverviewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverviewForDescribeFileSystemOverviewOutput
- func (s *OverviewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
- func (s *OverviewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
- func (s OverviewForDescribeFileSystemOverviewOutput) String() string
- type PermissionGroupForDescribeMountPointsOutput
- func (s PermissionGroupForDescribeMountPointsOutput) GoString() string
- func (s *PermissionGroupForDescribeMountPointsOutput) SetCreateTime(v string) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetDescription(v string) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetFileSystemCount(v int32) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetFileSystemType(v string) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetMountPoints(v []*MountPointForDescribeMountPointsOutput) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupId(v string) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupName(v string) *PermissionGroupForDescribeMountPointsOutput
- func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionRuleCount(v int32) *PermissionGroupForDescribeMountPointsOutput
- func (s PermissionGroupForDescribeMountPointsOutput) String() string
- type PermissionGroupForDescribePermissionGroupsOutput
- func (s PermissionGroupForDescribePermissionGroupsOutput) GoString() string
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetDescription(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemType(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetMountPoints(v []*MountPointForDescribePermissionGroupsOutput) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupId(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupName(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionRuleCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
- func (s PermissionGroupForDescribePermissionGroupsOutput) String() string
- type PermissionRuleForDescribePermissionRulesOutput
- func (s PermissionRuleForDescribePermissionRulesOutput) GoString() string
- func (s *PermissionRuleForDescribePermissionRulesOutput) SetCidrIp(v string) *PermissionRuleForDescribePermissionRulesOutput
- func (s *PermissionRuleForDescribePermissionRulesOutput) SetPermissionRuleId(v string) *PermissionRuleForDescribePermissionRulesOutput
- func (s *PermissionRuleForDescribePermissionRulesOutput) SetRwMode(v string) *PermissionRuleForDescribePermissionRulesOutput
- func (s *PermissionRuleForDescribePermissionRulesOutput) SetUserMode(v string) *PermissionRuleForDescribePermissionRulesOutput
- func (s PermissionRuleForDescribePermissionRulesOutput) String() string
- type PermissionRuleForUpdatePermissionRuleInput
- func (s PermissionRuleForUpdatePermissionRuleInput) GoString() string
- func (s *PermissionRuleForUpdatePermissionRuleInput) SetCidrIp(v string) *PermissionRuleForUpdatePermissionRuleInput
- func (s *PermissionRuleForUpdatePermissionRuleInput) SetPermissionRuleId(v string) *PermissionRuleForUpdatePermissionRuleInput
- func (s *PermissionRuleForUpdatePermissionRuleInput) SetRwMode(v string) *PermissionRuleForUpdatePermissionRuleInput
- func (s *PermissionRuleForUpdatePermissionRuleInput) SetUserMode(v string) *PermissionRuleForUpdatePermissionRuleInput
- func (s PermissionRuleForUpdatePermissionRuleInput) String() string
- type RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) GoString() string
- func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetStatus(v string) *RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) String() string
- type SaleForDescribeZonesOutput
- func (s SaleForDescribeZonesOutput) GoString() string
- func (s *SaleForDescribeZonesOutput) SetFileSystemType(v string) *SaleForDescribeZonesOutput
- func (s *SaleForDescribeZonesOutput) SetProtocolType(v string) *SaleForDescribeZonesOutput
- func (s *SaleForDescribeZonesOutput) SetStatus(v string) *SaleForDescribeZonesOutput
- func (s *SaleForDescribeZonesOutput) SetStorageType(v string) *SaleForDescribeZonesOutput
- func (s SaleForDescribeZonesOutput) String() string
- type SnapshotForDescribeSnapshotsOutput
- func (s SnapshotForDescribeSnapshotsOutput) GoString() string
- func (s *SnapshotForDescribeSnapshotsOutput) SetCreateTime(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetDescription(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetFileSystemId(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetFileSystemName(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetIsEncrypt(v bool) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetProgress(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetRetentionDays(v int32) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotId(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotName(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotType(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetSourceSize(v int32) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetSourceVersion(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetStatus(v string) *SnapshotForDescribeSnapshotsOutput
- func (s *SnapshotForDescribeSnapshotsOutput) SetZoneId(v string) *SnapshotForDescribeSnapshotsOutput
- func (s SnapshotForDescribeSnapshotsOutput) String() string
- type StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCommonCapacity(v *CommonCapacityForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCommonFileSystemCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetExtremeCapacity(v *ExtremeCapacityForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetExtremeFileSystemCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetZoneId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetZoneName(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
- type TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) GoString() string
- func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) String() string
- type TagForCreateFileSystemInput
- func (s TagForCreateFileSystemInput) GoString() string
- func (s *TagForCreateFileSystemInput) SetKey(v string) *TagForCreateFileSystemInput
- func (s *TagForCreateFileSystemInput) SetType(v string) *TagForCreateFileSystemInput
- func (s *TagForCreateFileSystemInput) SetValue(v string) *TagForCreateFileSystemInput
- func (s TagForCreateFileSystemInput) String() string
- type TagForDescribeFileSystemsOutput
- func (s TagForDescribeFileSystemsOutput) GoString() string
- func (s *TagForDescribeFileSystemsOutput) SetKey(v string) *TagForDescribeFileSystemsOutput
- func (s *TagForDescribeFileSystemsOutput) SetType(v string) *TagForDescribeFileSystemsOutput
- func (s *TagForDescribeFileSystemsOutput) SetValue(v string) *TagForDescribeFileSystemsOutput
- func (s TagForDescribeFileSystemsOutput) String() string
- type TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) GoString() string
- func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) String() string
- type UpdateFileSystemInput
- func (s UpdateFileSystemInput) GoString() string
- func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetProjectName(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
- func (s UpdateFileSystemInput) String() string
- func (s *UpdateFileSystemInput) Validate() error
- type UpdateFileSystemOutput
- type UpdateMountPointInput
- func (s UpdateMountPointInput) GoString() string
- func (s *UpdateMountPointInput) SetFileSystemId(v string) *UpdateMountPointInput
- func (s *UpdateMountPointInput) SetMountPointId(v string) *UpdateMountPointInput
- func (s *UpdateMountPointInput) SetMountPointName(v string) *UpdateMountPointInput
- func (s *UpdateMountPointInput) SetPermissionGroupId(v string) *UpdateMountPointInput
- func (s UpdateMountPointInput) String() string
- func (s *UpdateMountPointInput) Validate() error
- type UpdateMountPointOutput
- type UpdatePermissionGroupInput
- func (s UpdatePermissionGroupInput) GoString() string
- func (s *UpdatePermissionGroupInput) SetDescription(v string) *UpdatePermissionGroupInput
- func (s *UpdatePermissionGroupInput) SetFileSystemType(v string) *UpdatePermissionGroupInput
- func (s *UpdatePermissionGroupInput) SetPermissionGroupId(v string) *UpdatePermissionGroupInput
- func (s *UpdatePermissionGroupInput) SetPermissionGroupName(v string) *UpdatePermissionGroupInput
- func (s UpdatePermissionGroupInput) String() string
- func (s *UpdatePermissionGroupInput) Validate() error
- type UpdatePermissionGroupOutput
- type UpdatePermissionRuleInput
- func (s UpdatePermissionRuleInput) GoString() string
- func (s *UpdatePermissionRuleInput) SetFileSystemType(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetPermissionGroupId(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetPermissionRules(v []*PermissionRuleForUpdatePermissionRuleInput) *UpdatePermissionRuleInput
- func (s UpdatePermissionRuleInput) String() string
- func (s *UpdatePermissionRuleInput) Validate() error
- type UpdatePermissionRuleOutput
- type UpdateSnapshotInput
- func (s UpdateSnapshotInput) GoString() string
- func (s *UpdateSnapshotInput) SetDescription(v string) *UpdateSnapshotInput
- func (s *UpdateSnapshotInput) SetSnapshotId(v string) *UpdateSnapshotInput
- func (s *UpdateSnapshotInput) SetSnapshotName(v string) *UpdateSnapshotInput
- func (s UpdateSnapshotInput) String() string
- func (s *UpdateSnapshotInput) Validate() error
- type UpdateSnapshotOutput
- type ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) GoString() string
- func (s *ZoneForDescribeZonesOutput) SetSales(v []*SaleForDescribeZonesOutput) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetStatus(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) String() string
Constants ¶
const ( // EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputCustom = "Custom" // EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputSystem = "System" )
const ( // EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo" // EnumOfChargeTypeForDescribeFileSystemsOutputSubscription is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputSubscription = "Subscription" // EnumOfChargeTypeForDescribeFileSystemsOutputPackage is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputPackage = "Package" // EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled = "NotEnabled" )
const ( // EnumOfFileSystemTypeForDescribeFileSystemsOutputExtreme is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value EnumOfFileSystemTypeForDescribeFileSystemsOutputExtreme = "Extreme" // EnumOfFileSystemTypeForDescribeFileSystemsOutputCommon is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value EnumOfFileSystemTypeForDescribeFileSystemsOutputCommon = "Common" // EnumOfFileSystemTypeForDescribeFileSystemsOutputCache is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value EnumOfFileSystemTypeForDescribeFileSystemsOutputCache = "Cache" )
const ( // EnumOfKeyForDescribeFileSystemsInputStatus is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStatus = "Status" // EnumOfKeyForDescribeFileSystemsInputFileSystemName is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputFileSystemName = "FileSystemName" // EnumOfKeyForDescribeFileSystemsInputZoneId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputZoneId = "ZoneId" // EnumOfKeyForDescribeFileSystemsInputProtocolType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputProtocolType = "ProtocolType" // EnumOfKeyForDescribeFileSystemsInputStorageType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStorageType = "StorageType" // EnumOfKeyForDescribeFileSystemsInputChargeType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputChargeType = "ChargeType" // EnumOfKeyForDescribeFileSystemsInputPermissionGroupId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputPermissionGroupId = "PermissionGroupId" // EnumOfKeyForDescribeFileSystemsInputMountPointId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputMountPointId = "MountPointId" )
const ( // EnumOfStatusForDescribeFileSystemsOutputUnknown is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUnknown = "Unknown" // EnumOfStatusForDescribeFileSystemsOutputRunning is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputRunning = "Running" // EnumOfStatusForDescribeFileSystemsOutputCreating is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputCreating = "Creating" // EnumOfStatusForDescribeFileSystemsOutputExpanding is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputExpanding = "Expanding" // EnumOfStatusForDescribeFileSystemsOutputError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputError = "Error" // EnumOfStatusForDescribeFileSystemsOutputDeleting is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleting = "Deleting" // EnumOfStatusForDescribeFileSystemsOutputDeleteError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeFileSystemsOutputDeleted is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleted = "Deleted" // EnumOfStatusForDescribeFileSystemsOutputStopped is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputStopped = "Stopped" )
const ( // EnumOfStorageTypeForDescribeFileSystemsOutputStandard is a EnumOfStorageTypeForDescribeFileSystemsOutput enum value EnumOfStorageTypeForDescribeFileSystemsOutputStandard = "Standard" // EnumOfStorageTypeForDescribeFileSystemsOutputAdvance is a EnumOfStorageTypeForDescribeFileSystemsOutput enum value EnumOfStorageTypeForDescribeFileSystemsOutputAdvance = "Advance" )
const ( // EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom" // EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputSystem = "System" )
const ( // EnumOfStatusForDescribeMountPointsOutputUnknown is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputUnknown = "Unknown" // EnumOfStatusForDescribeMountPointsOutputCreating is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputCreating = "Creating" // EnumOfStatusForDescribeMountPointsOutputRunning is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputRunning = "Running" // EnumOfStatusForDescribeMountPointsOutputUpdating is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputUpdating = "Updating" // EnumOfStatusForDescribeMountPointsOutputError is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputError = "Error" // EnumOfStatusForDescribeMountPointsOutputDeleting is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDeleting = "Deleting" // EnumOfStatusForDescribeMountPointsOutputDeleteError is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeMountPointsOutputDeleted is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDeleted = "Deleted" // EnumOfStatusForDescribeMountPointsOutputStopped is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputStopped = "Stopped" )
const ( // EnumOfKeyForDescribePermissionGroupsInputPermissionGroupName is a EnumOfKeyForDescribePermissionGroupsInput enum value EnumOfKeyForDescribePermissionGroupsInputPermissionGroupName = "PermissionGroupName" // EnumOfKeyForDescribePermissionGroupsInputPermissionGroupId is a EnumOfKeyForDescribePermissionGroupsInput enum value EnumOfKeyForDescribePermissionGroupsInputPermissionGroupId = "PermissionGroupId" )
const ( // EnumOfRwModeForDescribePermissionRulesOutputRw is a EnumOfRwModeForDescribePermissionRulesOutput enum value EnumOfRwModeForDescribePermissionRulesOutputRw = "RW" // EnumOfRwModeForDescribePermissionRulesOutputRo is a EnumOfRwModeForDescribePermissionRulesOutput enum value EnumOfRwModeForDescribePermissionRulesOutputRo = "RO" )
const ( // EnumOfUserModeForDescribePermissionRulesOutputAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputAllSquash = "All_squash" // EnumOfUserModeForDescribePermissionRulesOutputNoAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputNoAllSquash = "No_all_squash" // EnumOfUserModeForDescribePermissionRulesOutputRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputRootSquash = "Root_squash" // EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash = "No_root_squash" )
const ( // EnumOfStatusForDescribeRegionsOutputOnSale is a EnumOfStatusForDescribeRegionsOutput enum value EnumOfStatusForDescribeRegionsOutputOnSale = "OnSale" // EnumOfStatusForDescribeRegionsOutputSoldOut is a EnumOfStatusForDescribeRegionsOutput enum value EnumOfStatusForDescribeRegionsOutputSoldOut = "SoldOut" // EnumOfStatusForDescribeRegionsOutputUnSold is a EnumOfStatusForDescribeRegionsOutput enum value EnumOfStatusForDescribeRegionsOutputUnSold = "UnSold" )
const ( // EnumOfSnapshotTypeForDescribeSnapshotsInputManual is a EnumOfSnapshotTypeForDescribeSnapshotsInput enum value EnumOfSnapshotTypeForDescribeSnapshotsInputManual = "Manual" // EnumOfSnapshotTypeForDescribeSnapshotsInputAuto is a EnumOfSnapshotTypeForDescribeSnapshotsInput enum value EnumOfSnapshotTypeForDescribeSnapshotsInputAuto = "Auto" )
const ( // EnumOfSnapshotTypeForDescribeSnapshotsOutputManual is a EnumOfSnapshotTypeForDescribeSnapshotsOutput enum value EnumOfSnapshotTypeForDescribeSnapshotsOutputManual = "Manual" // EnumOfSnapshotTypeForDescribeSnapshotsOutputAuto is a EnumOfSnapshotTypeForDescribeSnapshotsOutput enum value EnumOfSnapshotTypeForDescribeSnapshotsOutputAuto = "Auto" )
const ( // EnumOfStatusForDescribeSnapshotsInputProgressing is a EnumOfStatusForDescribeSnapshotsInput enum value EnumOfStatusForDescribeSnapshotsInputProgressing = "Progressing" // EnumOfStatusForDescribeSnapshotsInputAccomplished is a EnumOfStatusForDescribeSnapshotsInput enum value EnumOfStatusForDescribeSnapshotsInputAccomplished = "Accomplished" // EnumOfStatusForDescribeSnapshotsInputFailed is a EnumOfStatusForDescribeSnapshotsInput enum value EnumOfStatusForDescribeSnapshotsInputFailed = "Failed" // EnumOfStatusForDescribeSnapshotsInputDeleting is a EnumOfStatusForDescribeSnapshotsInput enum value EnumOfStatusForDescribeSnapshotsInputDeleting = "Deleting" )
const ( // EnumOfStatusForDescribeSnapshotsOutputProgressing is a EnumOfStatusForDescribeSnapshotsOutput enum value EnumOfStatusForDescribeSnapshotsOutputProgressing = "Progressing" // EnumOfStatusForDescribeSnapshotsOutputAccomplished is a EnumOfStatusForDescribeSnapshotsOutput enum value EnumOfStatusForDescribeSnapshotsOutputAccomplished = "Accomplished" // EnumOfStatusForDescribeSnapshotsOutputFailed is a EnumOfStatusForDescribeSnapshotsOutput enum value EnumOfStatusForDescribeSnapshotsOutputFailed = "Failed" )
const ( // EnumOfFileSystemTypeForDescribeZonesOutputExtreme is a EnumOfFileSystemTypeForDescribeZonesOutput enum value EnumOfFileSystemTypeForDescribeZonesOutputExtreme = "Extreme" // EnumOfFileSystemTypeForDescribeZonesOutputCommon is a EnumOfFileSystemTypeForDescribeZonesOutput enum value EnumOfFileSystemTypeForDescribeZonesOutputCommon = "Common" // EnumOfFileSystemTypeForDescribeZonesOutputCache is a EnumOfFileSystemTypeForDescribeZonesOutput enum value EnumOfFileSystemTypeForDescribeZonesOutputCache = "Cache" )
const ( // EnumOfProtocolTypeForDescribeZonesOutputNfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputNfs = "NFS" // EnumOfProtocolTypeForDescribeZonesOutputSmb is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputSmb = "SMB" )
const ( // EnumOfStatusForDescribeZonesOutputOnSale is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputOnSale = "OnSale" // EnumOfStatusForDescribeZonesOutputSoldOut is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputSoldOut = "SoldOut" // EnumOfStatusForDescribeZonesOutputUnSold is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputUnSold = "UnSold" )
const ( // EnumOfTypeForUpdateFileSystemInputCustom is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputCustom = "Custom" // EnumOfTypeForUpdateFileSystemInputSystem is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputSystem = "System" )
const ( // EnumOfRwModeForUpdatePermissionRuleInputRw is a EnumOfRwModeForUpdatePermissionRuleInput enum value EnumOfRwModeForUpdatePermissionRuleInputRw = "RW" // EnumOfRwModeForUpdatePermissionRuleInputRo is a EnumOfRwModeForUpdatePermissionRuleInput enum value EnumOfRwModeForUpdatePermissionRuleInputRo = "RO" )
const ( // EnumOfUserModeForUpdatePermissionRuleInputAllSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputAllSquash = "All_squash" // EnumOfUserModeForUpdatePermissionRuleInputNoAllSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputNoAllSquash = "No_all_squash" // EnumOfUserModeForUpdatePermissionRuleInputRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputRootSquash = "Root_squash" // EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash = "No_root_squash" )
const ( ServiceName = "filenas" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "filenas" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
const (
// EnumOfFileSystemTypeForCreateFileSystemInputExtreme is a EnumOfFileSystemTypeForCreateFileSystemInput enum value
EnumOfFileSystemTypeForCreateFileSystemInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForCreatePermissionGroupInputExtreme is a EnumOfFileSystemTypeForCreatePermissionGroupInput enum value
EnumOfFileSystemTypeForCreatePermissionGroupInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDeletePermissionGroupInputExtreme is a EnumOfFileSystemTypeForDeletePermissionGroupInput enum value
EnumOfFileSystemTypeForDeletePermissionGroupInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDescribeFileSystemsInputExtreme is a EnumOfFileSystemTypeForDescribeFileSystemsInput enum value
EnumOfFileSystemTypeForDescribeFileSystemsInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDescribeMountPointsOutputExtreme is a EnumOfFileSystemTypeForDescribeMountPointsOutput enum value
EnumOfFileSystemTypeForDescribeMountPointsOutputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDescribePermissionGroupsInputExtreme is a EnumOfFileSystemTypeForDescribePermissionGroupsInput enum value
EnumOfFileSystemTypeForDescribePermissionGroupsInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDescribePermissionGroupsOutputExtreme is a EnumOfFileSystemTypeForDescribePermissionGroupsOutput enum value
EnumOfFileSystemTypeForDescribePermissionGroupsOutputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForDescribePermissionRulesInputExtreme is a EnumOfFileSystemTypeForDescribePermissionRulesInput enum value
EnumOfFileSystemTypeForDescribePermissionRulesInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForUpdatePermissionGroupInputExtreme is a EnumOfFileSystemTypeForUpdatePermissionGroupInput enum value
EnumOfFileSystemTypeForUpdatePermissionGroupInputExtreme = "Extreme"
)
const (
// EnumOfFileSystemTypeForUpdatePermissionRuleInputExtreme is a EnumOfFileSystemTypeForUpdatePermissionRuleInput enum value
EnumOfFileSystemTypeForUpdatePermissionRuleInputExtreme = "Extreme"
)
const (
// EnumOfProtocolTypeForCreateFileSystemInputNfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value
EnumOfProtocolTypeForCreateFileSystemInputNfs = "NFS"
)
const (
// EnumOfProtocolTypeForDescribeFileSystemsOutputNfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value
EnumOfProtocolTypeForDescribeFileSystemsOutputNfs = "NFS"
)
const (
// EnumOfStorageTypeForCreateFileSystemInputStandard is a EnumOfStorageTypeForCreateFileSystemInput enum value
EnumOfStorageTypeForCreateFileSystemInputStandard = "Standard"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CapacityForDescribeFileSystemsOutput ¶
type CapacityForDescribeFileSystemsOutput struct { Total *int64 `type:"int64"` Used *int64 `type:"int64"` // contains filtered or unexported fields }
func (CapacityForDescribeFileSystemsOutput) GoString ¶
func (s CapacityForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*CapacityForDescribeFileSystemsOutput) SetTotal ¶
func (s *CapacityForDescribeFileSystemsOutput) SetTotal(v int64) *CapacityForDescribeFileSystemsOutput
SetTotal sets the Total field's value.
func (*CapacityForDescribeFileSystemsOutput) SetUsed ¶
func (s *CapacityForDescribeFileSystemsOutput) SetUsed(v int64) *CapacityForDescribeFileSystemsOutput
SetUsed sets the Used field's value.
func (CapacityForDescribeFileSystemsOutput) String ¶
func (s CapacityForDescribeFileSystemsOutput) String() string
String returns the string representation
type CommonCapacityForDescribeFileSystemStatisticsOutput ¶
type CommonCapacityForDescribeFileSystemStatisticsOutput struct { Total *int64 `type:"int64"` Used *int64 `type:"int64"` // contains filtered or unexported fields }
func (CommonCapacityForDescribeFileSystemStatisticsOutput) GoString ¶
func (s CommonCapacityForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*CommonCapacityForDescribeFileSystemStatisticsOutput) SetTotal ¶
func (s *CommonCapacityForDescribeFileSystemStatisticsOutput) SetTotal(v int64) *CommonCapacityForDescribeFileSystemStatisticsOutput
SetTotal sets the Total field's value.
func (*CommonCapacityForDescribeFileSystemStatisticsOutput) SetUsed ¶
func (s *CommonCapacityForDescribeFileSystemStatisticsOutput) SetUsed(v int64) *CommonCapacityForDescribeFileSystemStatisticsOutput
SetUsed sets the Used field's value.
func (CommonCapacityForDescribeFileSystemStatisticsOutput) String ¶
func (s CommonCapacityForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type ConvertMountPointForDescribeMountPointsOutput ¶
type ConvertMountPointForDescribeMountPointsOutput struct { CreateTime *string `type:"string"` Domain *string `type:"string"` Ip *string `type:"string"` MountPointId *string `type:"string"` MountPointName *string `type:"string"` PermissionGroup *PermissionGroupForDescribeMountPointsOutput `type:"structure"` Status *string `type:"string" enum:"EnumOfStatusForDescribeMountPointsOutput"` SubnetId *string `type:"string"` SubnetName *string `type:"string"` UpdateTime *string `type:"string"` VpcId *string `type:"string"` VpcName *string `type:"string"` // contains filtered or unexported fields }
func (ConvertMountPointForDescribeMountPointsOutput) GoString ¶
func (s ConvertMountPointForDescribeMountPointsOutput) GoString() string
GoString returns the string representation
func (*ConvertMountPointForDescribeMountPointsOutput) SetCreateTime ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetCreateTime(v string) *ConvertMountPointForDescribeMountPointsOutput
SetCreateTime sets the CreateTime field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetDomain ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetDomain(v string) *ConvertMountPointForDescribeMountPointsOutput
SetDomain sets the Domain field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetIp ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetIp(v string) *ConvertMountPointForDescribeMountPointsOutput
SetIp sets the Ip field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetMountPointId ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetMountPointId(v string) *ConvertMountPointForDescribeMountPointsOutput
SetMountPointId sets the MountPointId field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetMountPointName ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetMountPointName(v string) *ConvertMountPointForDescribeMountPointsOutput
SetMountPointName sets the MountPointName field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetPermissionGroup ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetPermissionGroup(v *PermissionGroupForDescribeMountPointsOutput) *ConvertMountPointForDescribeMountPointsOutput
SetPermissionGroup sets the PermissionGroup field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetStatus ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetStatus(v string) *ConvertMountPointForDescribeMountPointsOutput
SetStatus sets the Status field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetSubnetId ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetSubnetId(v string) *ConvertMountPointForDescribeMountPointsOutput
SetSubnetId sets the SubnetId field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetSubnetName ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetSubnetName(v string) *ConvertMountPointForDescribeMountPointsOutput
SetSubnetName sets the SubnetName field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetUpdateTime ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetUpdateTime(v string) *ConvertMountPointForDescribeMountPointsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetVpcId ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetVpcId(v string) *ConvertMountPointForDescribeMountPointsOutput
SetVpcId sets the VpcId field's value.
func (*ConvertMountPointForDescribeMountPointsOutput) SetVpcName ¶
func (s *ConvertMountPointForDescribeMountPointsOutput) SetVpcName(v string) *ConvertMountPointForDescribeMountPointsOutput
SetVpcName sets the VpcName field's value.
func (ConvertMountPointForDescribeMountPointsOutput) String ¶
func (s ConvertMountPointForDescribeMountPointsOutput) String() string
String returns the string representation
type CreateFileSystemInput ¶
type CreateFileSystemInput struct { // Capacity is a required field Capacity *int32 `type:"int32" required:"true"` // ChargeType is a required field ChargeType *string `type:"string" required:"true" enum:"EnumOfChargeTypeForCreateFileSystemInput"` ClientToken *string `type:"string"` Description *string `max:"120" type:"string"` // FileSystemName is a required field FileSystemName *string `min:"1" max:"128" type:"string" required:"true"` // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForCreateFileSystemInput"` ProjectName *string `type:"string"` // ProtocolType is a required field ProtocolType *string `type:"string" required:"true" enum:"EnumOfProtocolTypeForCreateFileSystemInput"` SnapshotId *string `type:"string"` StorageType *string `type:"string" enum:"EnumOfStorageTypeForCreateFileSystemInput"` Tags []*TagForCreateFileSystemInput `type:"list"` // ZoneId is a required field ZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateFileSystemInput) GoString ¶
func (s CreateFileSystemInput) GoString() string
GoString returns the string representation
func (*CreateFileSystemInput) SetCapacity ¶
func (s *CreateFileSystemInput) SetCapacity(v int32) *CreateFileSystemInput
SetCapacity sets the Capacity field's value.
func (*CreateFileSystemInput) SetChargeType ¶
func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
SetChargeType sets the ChargeType field's value.
func (*CreateFileSystemInput) SetClientToken ¶
func (s *CreateFileSystemInput) SetClientToken(v string) *CreateFileSystemInput
SetClientToken sets the ClientToken field's value.
func (*CreateFileSystemInput) SetDescription ¶
func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
SetDescription sets the Description field's value.
func (*CreateFileSystemInput) SetFileSystemName ¶
func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*CreateFileSystemInput) SetFileSystemType ¶
func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput
SetFileSystemType sets the FileSystemType field's value.
func (*CreateFileSystemInput) SetProjectName ¶
func (s *CreateFileSystemInput) SetProjectName(v string) *CreateFileSystemInput
SetProjectName sets the ProjectName field's value.
func (*CreateFileSystemInput) SetProtocolType ¶
func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
SetProtocolType sets the ProtocolType field's value.
func (*CreateFileSystemInput) SetSnapshotId ¶
func (s *CreateFileSystemInput) SetSnapshotId(v string) *CreateFileSystemInput
SetSnapshotId sets the SnapshotId field's value.
func (*CreateFileSystemInput) SetStorageType ¶
func (s *CreateFileSystemInput) SetStorageType(v string) *CreateFileSystemInput
SetStorageType sets the StorageType field's value.
func (*CreateFileSystemInput) SetTags ¶
func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
SetTags sets the Tags field's value.
func (*CreateFileSystemInput) SetZoneId ¶
func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
SetZoneId sets the ZoneId field's value.
func (CreateFileSystemInput) String ¶
func (s CreateFileSystemInput) String() string
String returns the string representation
func (*CreateFileSystemInput) Validate ¶ added in v1.0.119
func (s *CreateFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFileSystemOutput ¶
type CreateFileSystemOutput struct { Metadata *response.ResponseMetadata FileSystemId *string `type:"string"` OrderNo *string `type:"string"` // contains filtered or unexported fields }
func (CreateFileSystemOutput) GoString ¶
func (s CreateFileSystemOutput) GoString() string
GoString returns the string representation
func (*CreateFileSystemOutput) SetFileSystemId ¶
func (s *CreateFileSystemOutput) SetFileSystemId(v string) *CreateFileSystemOutput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateFileSystemOutput) SetOrderNo ¶
func (s *CreateFileSystemOutput) SetOrderNo(v string) *CreateFileSystemOutput
SetOrderNo sets the OrderNo field's value.
func (CreateFileSystemOutput) String ¶
func (s CreateFileSystemOutput) String() string
String returns the string representation
type CreateMountPointInput ¶
type CreateMountPointInput struct { // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // MountPointName is a required field MountPointName *string `type:"string" required:"true"` // PermissionGroupId is a required field PermissionGroupId *string `type:"string" required:"true"` // SubnetId is a required field SubnetId *string `type:"string" required:"true"` // VpcId is a required field VpcId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateMountPointInput) GoString ¶
func (s CreateMountPointInput) GoString() string
GoString returns the string representation
func (*CreateMountPointInput) SetFileSystemId ¶
func (s *CreateMountPointInput) SetFileSystemId(v string) *CreateMountPointInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateMountPointInput) SetMountPointName ¶
func (s *CreateMountPointInput) SetMountPointName(v string) *CreateMountPointInput
SetMountPointName sets the MountPointName field's value.
func (*CreateMountPointInput) SetPermissionGroupId ¶
func (s *CreateMountPointInput) SetPermissionGroupId(v string) *CreateMountPointInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*CreateMountPointInput) SetSubnetId ¶
func (s *CreateMountPointInput) SetSubnetId(v string) *CreateMountPointInput
SetSubnetId sets the SubnetId field's value.
func (*CreateMountPointInput) SetVpcId ¶
func (s *CreateMountPointInput) SetVpcId(v string) *CreateMountPointInput
SetVpcId sets the VpcId field's value.
func (CreateMountPointInput) String ¶
func (s CreateMountPointInput) String() string
String returns the string representation
func (*CreateMountPointInput) Validate ¶ added in v1.0.119
func (s *CreateMountPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMountPointOutput ¶
type CreateMountPointOutput struct { Metadata *response.ResponseMetadata MountPointId *string `type:"string"` // contains filtered or unexported fields }
func (CreateMountPointOutput) GoString ¶
func (s CreateMountPointOutput) GoString() string
GoString returns the string representation
func (*CreateMountPointOutput) SetMountPointId ¶
func (s *CreateMountPointOutput) SetMountPointId(v string) *CreateMountPointOutput
SetMountPointId sets the MountPointId field's value.
func (CreateMountPointOutput) String ¶
func (s CreateMountPointOutput) String() string
String returns the string representation
type CreatePermissionGroupInput ¶
type CreatePermissionGroupInput struct { Description *string `type:"string"` // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForCreatePermissionGroupInput"` // PermissionGroupName is a required field PermissionGroupName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreatePermissionGroupInput) GoString ¶
func (s CreatePermissionGroupInput) GoString() string
GoString returns the string representation
func (*CreatePermissionGroupInput) SetDescription ¶
func (s *CreatePermissionGroupInput) SetDescription(v string) *CreatePermissionGroupInput
SetDescription sets the Description field's value.
func (*CreatePermissionGroupInput) SetFileSystemType ¶
func (s *CreatePermissionGroupInput) SetFileSystemType(v string) *CreatePermissionGroupInput
SetFileSystemType sets the FileSystemType field's value.
func (*CreatePermissionGroupInput) SetPermissionGroupName ¶
func (s *CreatePermissionGroupInput) SetPermissionGroupName(v string) *CreatePermissionGroupInput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (CreatePermissionGroupInput) String ¶
func (s CreatePermissionGroupInput) String() string
String returns the string representation
func (*CreatePermissionGroupInput) Validate ¶ added in v1.0.119
func (s *CreatePermissionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePermissionGroupOutput ¶
type CreatePermissionGroupOutput struct { Metadata *response.ResponseMetadata PermissionGroupId *string `type:"string"` // contains filtered or unexported fields }
func (CreatePermissionGroupOutput) GoString ¶
func (s CreatePermissionGroupOutput) GoString() string
GoString returns the string representation
func (*CreatePermissionGroupOutput) SetPermissionGroupId ¶
func (s *CreatePermissionGroupOutput) SetPermissionGroupId(v string) *CreatePermissionGroupOutput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (CreatePermissionGroupOutput) String ¶
func (s CreatePermissionGroupOutput) String() string
String returns the string representation
type CreateSnapshotInput ¶
type CreateSnapshotInput struct { Description *string `type:"string"` // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // SnapshotName is a required field SnapshotName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateSnapshotInput) GoString ¶
func (s CreateSnapshotInput) GoString() string
GoString returns the string representation
func (*CreateSnapshotInput) SetDescription ¶
func (s *CreateSnapshotInput) SetDescription(v string) *CreateSnapshotInput
SetDescription sets the Description field's value.
func (*CreateSnapshotInput) SetFileSystemId ¶
func (s *CreateSnapshotInput) SetFileSystemId(v string) *CreateSnapshotInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateSnapshotInput) SetSnapshotName ¶
func (s *CreateSnapshotInput) SetSnapshotName(v string) *CreateSnapshotInput
SetSnapshotName sets the SnapshotName field's value.
func (CreateSnapshotInput) String ¶
func (s CreateSnapshotInput) String() string
String returns the string representation
func (*CreateSnapshotInput) Validate ¶ added in v1.0.119
func (s *CreateSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSnapshotOutput ¶
type CreateSnapshotOutput struct { Metadata *response.ResponseMetadata SnapshotId *string `type:"string"` // contains filtered or unexported fields }
func (CreateSnapshotOutput) GoString ¶
func (s CreateSnapshotOutput) GoString() string
GoString returns the string representation
func (*CreateSnapshotOutput) SetSnapshotId ¶
func (s *CreateSnapshotOutput) SetSnapshotId(v string) *CreateSnapshotOutput
SetSnapshotId sets the SnapshotId field's value.
func (CreateSnapshotOutput) String ¶
func (s CreateSnapshotOutput) String() string
String returns the string representation
type DeleteFileSystemInput ¶
type DeleteFileSystemInput struct { // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteFileSystemInput) GoString ¶
func (s DeleteFileSystemInput) GoString() string
GoString returns the string representation
func (*DeleteFileSystemInput) SetFileSystemId ¶
func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteFileSystemInput) String ¶
func (s DeleteFileSystemInput) String() string
String returns the string representation
func (*DeleteFileSystemInput) Validate ¶ added in v1.0.119
func (s *DeleteFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFileSystemOutput ¶
type DeleteFileSystemOutput struct { Metadata *response.ResponseMetadata OrderNo *string `type:"string"` // contains filtered or unexported fields }
func (DeleteFileSystemOutput) GoString ¶
func (s DeleteFileSystemOutput) GoString() string
GoString returns the string representation
func (*DeleteFileSystemOutput) SetOrderNo ¶
func (s *DeleteFileSystemOutput) SetOrderNo(v string) *DeleteFileSystemOutput
SetOrderNo sets the OrderNo field's value.
func (DeleteFileSystemOutput) String ¶
func (s DeleteFileSystemOutput) String() string
String returns the string representation
type DeleteMountPointInput ¶
type DeleteMountPointInput struct { // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // MountPointId is a required field MountPointId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteMountPointInput) GoString ¶
func (s DeleteMountPointInput) GoString() string
GoString returns the string representation
func (*DeleteMountPointInput) SetFileSystemId ¶
func (s *DeleteMountPointInput) SetFileSystemId(v string) *DeleteMountPointInput
SetFileSystemId sets the FileSystemId field's value.
func (*DeleteMountPointInput) SetMountPointId ¶
func (s *DeleteMountPointInput) SetMountPointId(v string) *DeleteMountPointInput
SetMountPointId sets the MountPointId field's value.
func (DeleteMountPointInput) String ¶
func (s DeleteMountPointInput) String() string
String returns the string representation
func (*DeleteMountPointInput) Validate ¶ added in v1.0.119
func (s *DeleteMountPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMountPointOutput ¶
type DeleteMountPointOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteMountPointOutput) GoString ¶
func (s DeleteMountPointOutput) GoString() string
GoString returns the string representation
func (DeleteMountPointOutput) String ¶
func (s DeleteMountPointOutput) String() string
String returns the string representation
type DeletePermissionGroupInput ¶
type DeletePermissionGroupInput struct { // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDeletePermissionGroupInput"` // PermissionGroupId is a required field PermissionGroupId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeletePermissionGroupInput) GoString ¶
func (s DeletePermissionGroupInput) GoString() string
GoString returns the string representation
func (*DeletePermissionGroupInput) SetFileSystemType ¶
func (s *DeletePermissionGroupInput) SetFileSystemType(v string) *DeletePermissionGroupInput
SetFileSystemType sets the FileSystemType field's value.
func (*DeletePermissionGroupInput) SetPermissionGroupId ¶
func (s *DeletePermissionGroupInput) SetPermissionGroupId(v string) *DeletePermissionGroupInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (DeletePermissionGroupInput) String ¶
func (s DeletePermissionGroupInput) String() string
String returns the string representation
func (*DeletePermissionGroupInput) Validate ¶ added in v1.0.119
func (s *DeletePermissionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePermissionGroupOutput ¶
type DeletePermissionGroupOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeletePermissionGroupOutput) GoString ¶
func (s DeletePermissionGroupOutput) GoString() string
GoString returns the string representation
func (DeletePermissionGroupOutput) String ¶
func (s DeletePermissionGroupOutput) String() string
String returns the string representation
type DeleteSnapshotInput ¶
type DeleteSnapshotInput struct { // SnapshotId is a required field SnapshotId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteSnapshotInput) GoString ¶
func (s DeleteSnapshotInput) GoString() string
GoString returns the string representation
func (*DeleteSnapshotInput) SetSnapshotId ¶
func (s *DeleteSnapshotInput) SetSnapshotId(v string) *DeleteSnapshotInput
SetSnapshotId sets the SnapshotId field's value.
func (DeleteSnapshotInput) String ¶
func (s DeleteSnapshotInput) String() string
String returns the string representation
func (*DeleteSnapshotInput) Validate ¶ added in v1.0.119
func (s *DeleteSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSnapshotOutput ¶
type DeleteSnapshotOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (DeleteSnapshotOutput) GoString ¶
func (s DeleteSnapshotOutput) GoString() string
GoString returns the string representation
func (DeleteSnapshotOutput) String ¶
func (s DeleteSnapshotOutput) String() string
String returns the string representation
type DescribeFileSystemOverviewInput ¶
type DescribeFileSystemOverviewInput struct {
// contains filtered or unexported fields
}
func (DescribeFileSystemOverviewInput) GoString ¶
func (s DescribeFileSystemOverviewInput) GoString() string
GoString returns the string representation
func (DescribeFileSystemOverviewInput) String ¶
func (s DescribeFileSystemOverviewInput) String() string
String returns the string representation
type DescribeFileSystemOverviewOutput ¶
type DescribeFileSystemOverviewOutput struct { Metadata *response.ResponseMetadata Overview *OverviewForDescribeFileSystemOverviewOutput `type:"structure"` // contains filtered or unexported fields }
func (DescribeFileSystemOverviewOutput) GoString ¶
func (s DescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemOverviewOutput) SetOverview ¶
func (s *DescribeFileSystemOverviewOutput) SetOverview(v *OverviewForDescribeFileSystemOverviewOutput) *DescribeFileSystemOverviewOutput
SetOverview sets the Overview field's value.
func (DescribeFileSystemOverviewOutput) String ¶
func (s DescribeFileSystemOverviewOutput) String() string
String returns the string representation
type DescribeFileSystemStatisticsInput ¶
type DescribeFileSystemStatisticsInput struct {
// contains filtered or unexported fields
}
func (DescribeFileSystemStatisticsInput) GoString ¶
func (s DescribeFileSystemStatisticsInput) GoString() string
GoString returns the string representation
func (DescribeFileSystemStatisticsInput) String ¶
func (s DescribeFileSystemStatisticsInput) String() string
String returns the string representation
type DescribeFileSystemStatisticsOutput ¶
type DescribeFileSystemStatisticsOutput struct { Metadata *response.ResponseMetadata Statistics []*StatisticForDescribeFileSystemStatisticsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeFileSystemStatisticsOutput) GoString ¶
func (s DescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemStatisticsOutput) SetStatistics ¶
func (s *DescribeFileSystemStatisticsOutput) SetStatistics(v []*StatisticForDescribeFileSystemStatisticsOutput) *DescribeFileSystemStatisticsOutput
SetStatistics sets the Statistics field's value.
func (*DescribeFileSystemStatisticsOutput) SetTotalCount ¶
func (s *DescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *DescribeFileSystemStatisticsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeFileSystemStatisticsOutput) String ¶
func (s DescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type DescribeFileSystemsInput ¶
type DescribeFileSystemsInput struct { FileSystemIds *string `type:"string"` FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeFileSystemsInput"` Filters []*FilterForDescribeFileSystemsInput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` ProjectName *string `type:"string"` TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list"` // contains filtered or unexported fields }
func (DescribeFileSystemsInput) GoString ¶
func (s DescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsInput) SetFileSystemIds ¶
func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
SetFileSystemIds sets the FileSystemIds field's value.
func (*DescribeFileSystemsInput) SetFileSystemType ¶
func (s *DescribeFileSystemsInput) SetFileSystemType(v string) *DescribeFileSystemsInput
SetFileSystemType sets the FileSystemType field's value.
func (*DescribeFileSystemsInput) SetFilters ¶
func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetFilters sets the Filters field's value.
func (*DescribeFileSystemsInput) SetPageNumber ¶
func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFileSystemsInput) SetPageSize ¶
func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
SetPageSize sets the PageSize field's value.
func (*DescribeFileSystemsInput) SetProjectName ¶
func (s *DescribeFileSystemsInput) SetProjectName(v string) *DescribeFileSystemsInput
SetProjectName sets the ProjectName field's value.
func (*DescribeFileSystemsInput) SetTagFilters ¶
func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetTagFilters sets the TagFilters field's value.
func (DescribeFileSystemsInput) String ¶
func (s DescribeFileSystemsInput) String() string
String returns the string representation
type DescribeFileSystemsOutput ¶
type DescribeFileSystemsOutput struct { Metadata *response.ResponseMetadata FileSystems []*FileSystemForDescribeFileSystemsOutput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeFileSystemsOutput) GoString ¶
func (s DescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsOutput) SetFileSystems ¶
func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemForDescribeFileSystemsOutput) *DescribeFileSystemsOutput
SetFileSystems sets the FileSystems field's value.
func (*DescribeFileSystemsOutput) SetPageNumber ¶
func (s *DescribeFileSystemsOutput) SetPageNumber(v int32) *DescribeFileSystemsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFileSystemsOutput) SetPageSize ¶
func (s *DescribeFileSystemsOutput) SetPageSize(v int32) *DescribeFileSystemsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeFileSystemsOutput) SetTotalCount ¶
func (s *DescribeFileSystemsOutput) SetTotalCount(v int32) *DescribeFileSystemsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeFileSystemsOutput) String ¶
func (s DescribeFileSystemsOutput) String() string
String returns the string representation
type DescribeMountPointsInput ¶
type DescribeMountPointsInput struct { // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` MountPointId *string `type:"string"` MountPointName *string `type:"string"` VpcId *string `type:"string"` // contains filtered or unexported fields }
func (DescribeMountPointsInput) GoString ¶
func (s DescribeMountPointsInput) GoString() string
GoString returns the string representation
func (*DescribeMountPointsInput) SetFileSystemId ¶
func (s *DescribeMountPointsInput) SetFileSystemId(v string) *DescribeMountPointsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeMountPointsInput) SetMountPointId ¶
func (s *DescribeMountPointsInput) SetMountPointId(v string) *DescribeMountPointsInput
SetMountPointId sets the MountPointId field's value.
func (*DescribeMountPointsInput) SetMountPointName ¶
func (s *DescribeMountPointsInput) SetMountPointName(v string) *DescribeMountPointsInput
SetMountPointName sets the MountPointName field's value.
func (*DescribeMountPointsInput) SetVpcId ¶
func (s *DescribeMountPointsInput) SetVpcId(v string) *DescribeMountPointsInput
SetVpcId sets the VpcId field's value.
func (DescribeMountPointsInput) String ¶
func (s DescribeMountPointsInput) String() string
String returns the string representation
func (*DescribeMountPointsInput) Validate ¶ added in v1.0.119
func (s *DescribeMountPointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeMountPointsOutput ¶
type DescribeMountPointsOutput struct { Metadata *response.ResponseMetadata MountPoints []*ConvertMountPointForDescribeMountPointsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeMountPointsOutput) GoString ¶
func (s DescribeMountPointsOutput) GoString() string
GoString returns the string representation
func (*DescribeMountPointsOutput) SetMountPoints ¶
func (s *DescribeMountPointsOutput) SetMountPoints(v []*ConvertMountPointForDescribeMountPointsOutput) *DescribeMountPointsOutput
SetMountPoints sets the MountPoints field's value.
func (*DescribeMountPointsOutput) SetTotalCount ¶
func (s *DescribeMountPointsOutput) SetTotalCount(v int32) *DescribeMountPointsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeMountPointsOutput) String ¶
func (s DescribeMountPointsOutput) String() string
String returns the string representation
type DescribePermissionGroupsInput ¶
type DescribePermissionGroupsInput struct { // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDescribePermissionGroupsInput"` Filters []*FilterForDescribePermissionGroupsInput `type:"list"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribePermissionGroupsInput) GoString ¶
func (s DescribePermissionGroupsInput) GoString() string
GoString returns the string representation
func (*DescribePermissionGroupsInput) SetFileSystemType ¶
func (s *DescribePermissionGroupsInput) SetFileSystemType(v string) *DescribePermissionGroupsInput
SetFileSystemType sets the FileSystemType field's value.
func (*DescribePermissionGroupsInput) SetFilters ¶
func (s *DescribePermissionGroupsInput) SetFilters(v []*FilterForDescribePermissionGroupsInput) *DescribePermissionGroupsInput
SetFilters sets the Filters field's value.
func (*DescribePermissionGroupsInput) SetPageNumber ¶
func (s *DescribePermissionGroupsInput) SetPageNumber(v int32) *DescribePermissionGroupsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePermissionGroupsInput) SetPageSize ¶
func (s *DescribePermissionGroupsInput) SetPageSize(v int32) *DescribePermissionGroupsInput
SetPageSize sets the PageSize field's value.
func (DescribePermissionGroupsInput) String ¶
func (s DescribePermissionGroupsInput) String() string
String returns the string representation
func (*DescribePermissionGroupsInput) Validate ¶ added in v1.0.119
func (s *DescribePermissionGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePermissionGroupsOutput ¶
type DescribePermissionGroupsOutput struct { Metadata *response.ResponseMetadata PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` PermissionGroups []*PermissionGroupForDescribePermissionGroupsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribePermissionGroupsOutput) GoString ¶
func (s DescribePermissionGroupsOutput) GoString() string
GoString returns the string representation
func (*DescribePermissionGroupsOutput) SetPageNumber ¶
func (s *DescribePermissionGroupsOutput) SetPageNumber(v int32) *DescribePermissionGroupsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePermissionGroupsOutput) SetPageSize ¶
func (s *DescribePermissionGroupsOutput) SetPageSize(v int32) *DescribePermissionGroupsOutput
SetPageSize sets the PageSize field's value.
func (*DescribePermissionGroupsOutput) SetPermissionGroups ¶
func (s *DescribePermissionGroupsOutput) SetPermissionGroups(v []*PermissionGroupForDescribePermissionGroupsOutput) *DescribePermissionGroupsOutput
SetPermissionGroups sets the PermissionGroups field's value.
func (*DescribePermissionGroupsOutput) SetTotalCount ¶
func (s *DescribePermissionGroupsOutput) SetTotalCount(v int32) *DescribePermissionGroupsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePermissionGroupsOutput) String ¶
func (s DescribePermissionGroupsOutput) String() string
String returns the string representation
type DescribePermissionRulesInput ¶
type DescribePermissionRulesInput struct { // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDescribePermissionRulesInput"` // PermissionGroupId is a required field PermissionGroupId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DescribePermissionRulesInput) GoString ¶
func (s DescribePermissionRulesInput) GoString() string
GoString returns the string representation
func (*DescribePermissionRulesInput) SetFileSystemType ¶
func (s *DescribePermissionRulesInput) SetFileSystemType(v string) *DescribePermissionRulesInput
SetFileSystemType sets the FileSystemType field's value.
func (*DescribePermissionRulesInput) SetPermissionGroupId ¶
func (s *DescribePermissionRulesInput) SetPermissionGroupId(v string) *DescribePermissionRulesInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (DescribePermissionRulesInput) String ¶
func (s DescribePermissionRulesInput) String() string
String returns the string representation
func (*DescribePermissionRulesInput) Validate ¶ added in v1.0.119
func (s *DescribePermissionRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribePermissionRulesOutput ¶
type DescribePermissionRulesOutput struct { Metadata *response.ResponseMetadata PermissionRules []*PermissionRuleForDescribePermissionRulesOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribePermissionRulesOutput) GoString ¶
func (s DescribePermissionRulesOutput) GoString() string
GoString returns the string representation
func (*DescribePermissionRulesOutput) SetPermissionRules ¶
func (s *DescribePermissionRulesOutput) SetPermissionRules(v []*PermissionRuleForDescribePermissionRulesOutput) *DescribePermissionRulesOutput
SetPermissionRules sets the PermissionRules field's value.
func (*DescribePermissionRulesOutput) SetTotalCount ¶
func (s *DescribePermissionRulesOutput) SetTotalCount(v int32) *DescribePermissionRulesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribePermissionRulesOutput) String ¶
func (s DescribePermissionRulesOutput) String() string
String returns the string representation
type DescribeRegionsInput ¶
type DescribeRegionsInput struct {
// contains filtered or unexported fields
}
func (DescribeRegionsInput) GoString ¶
func (s DescribeRegionsInput) GoString() string
GoString returns the string representation
func (DescribeRegionsInput) String ¶
func (s DescribeRegionsInput) String() string
String returns the string representation
type DescribeRegionsOutput ¶
type DescribeRegionsOutput struct { Metadata *response.ResponseMetadata Regions []*RegionForDescribeRegionsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeRegionsOutput) GoString ¶
func (s DescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*DescribeRegionsOutput) SetRegions ¶
func (s *DescribeRegionsOutput) SetRegions(v []*RegionForDescribeRegionsOutput) *DescribeRegionsOutput
SetRegions sets the Regions field's value.
func (*DescribeRegionsOutput) SetTotalCount ¶
func (s *DescribeRegionsOutput) SetTotalCount(v int32) *DescribeRegionsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeRegionsOutput) String ¶
func (s DescribeRegionsOutput) String() string
String returns the string representation
type DescribeSnapshotsInput ¶
type DescribeSnapshotsInput struct { FileSystemId *string `type:"string"` PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` SnapshotIds *string `type:"string"` SnapshotName *string `type:"string"` SnapshotType *string `type:"string" enum:"EnumOfSnapshotTypeForDescribeSnapshotsInput"` Status *string `type:"string" enum:"EnumOfStatusForDescribeSnapshotsInput"` // contains filtered or unexported fields }
func (DescribeSnapshotsInput) GoString ¶
func (s DescribeSnapshotsInput) GoString() string
GoString returns the string representation
func (*DescribeSnapshotsInput) SetFileSystemId ¶
func (s *DescribeSnapshotsInput) SetFileSystemId(v string) *DescribeSnapshotsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeSnapshotsInput) SetPageNumber ¶
func (s *DescribeSnapshotsInput) SetPageNumber(v int32) *DescribeSnapshotsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeSnapshotsInput) SetPageSize ¶
func (s *DescribeSnapshotsInput) SetPageSize(v int32) *DescribeSnapshotsInput
SetPageSize sets the PageSize field's value.
func (*DescribeSnapshotsInput) SetSnapshotIds ¶
func (s *DescribeSnapshotsInput) SetSnapshotIds(v string) *DescribeSnapshotsInput
SetSnapshotIds sets the SnapshotIds field's value.
func (*DescribeSnapshotsInput) SetSnapshotName ¶
func (s *DescribeSnapshotsInput) SetSnapshotName(v string) *DescribeSnapshotsInput
SetSnapshotName sets the SnapshotName field's value.
func (*DescribeSnapshotsInput) SetSnapshotType ¶
func (s *DescribeSnapshotsInput) SetSnapshotType(v string) *DescribeSnapshotsInput
SetSnapshotType sets the SnapshotType field's value.
func (*DescribeSnapshotsInput) SetStatus ¶
func (s *DescribeSnapshotsInput) SetStatus(v string) *DescribeSnapshotsInput
SetStatus sets the Status field's value.
func (DescribeSnapshotsInput) String ¶
func (s DescribeSnapshotsInput) String() string
String returns the string representation
type DescribeSnapshotsOutput ¶
type DescribeSnapshotsOutput struct { Metadata *response.ResponseMetadata PageNumber *int32 `type:"int32"` PageSize *int32 `type:"int32"` Snapshots []*SnapshotForDescribeSnapshotsOutput `type:"list"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (DescribeSnapshotsOutput) GoString ¶
func (s DescribeSnapshotsOutput) GoString() string
GoString returns the string representation
func (*DescribeSnapshotsOutput) SetPageNumber ¶
func (s *DescribeSnapshotsOutput) SetPageNumber(v int32) *DescribeSnapshotsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeSnapshotsOutput) SetPageSize ¶
func (s *DescribeSnapshotsOutput) SetPageSize(v int32) *DescribeSnapshotsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeSnapshotsOutput) SetSnapshots ¶
func (s *DescribeSnapshotsOutput) SetSnapshots(v []*SnapshotForDescribeSnapshotsOutput) *DescribeSnapshotsOutput
SetSnapshots sets the Snapshots field's value.
func (*DescribeSnapshotsOutput) SetTotalCount ¶
func (s *DescribeSnapshotsOutput) SetTotalCount(v int32) *DescribeSnapshotsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeSnapshotsOutput) String ¶
func (s DescribeSnapshotsOutput) String() string
String returns the string representation
type DescribeZonesInput ¶
type DescribeZonesInput struct {
// contains filtered or unexported fields
}
func (DescribeZonesInput) GoString ¶
func (s DescribeZonesInput) GoString() string
GoString returns the string representation
func (DescribeZonesInput) String ¶
func (s DescribeZonesInput) String() string
String returns the string representation
type DescribeZonesOutput ¶
type DescribeZonesOutput struct { Metadata *response.ResponseMetadata TotalCount *int32 `type:"int32"` Zones []*ZoneForDescribeZonesOutput `type:"list"` // contains filtered or unexported fields }
func (DescribeZonesOutput) GoString ¶
func (s DescribeZonesOutput) GoString() string
GoString returns the string representation
func (*DescribeZonesOutput) SetTotalCount ¶
func (s *DescribeZonesOutput) SetTotalCount(v int32) *DescribeZonesOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeZonesOutput) SetZones ¶
func (s *DescribeZonesOutput) SetZones(v []*ZoneForDescribeZonesOutput) *DescribeZonesOutput
SetZones sets the Zones field's value.
func (DescribeZonesOutput) String ¶
func (s DescribeZonesOutput) String() string
String returns the string representation
type ExpandFileSystemInput ¶
type ExpandFileSystemInput struct { // Capacity is a required field Capacity *int32 `type:"int32" required:"true"` // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ExpandFileSystemInput) GoString ¶
func (s ExpandFileSystemInput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemInput) SetCapacity ¶
func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
SetCapacity sets the Capacity field's value.
func (*ExpandFileSystemInput) SetFileSystemId ¶
func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (ExpandFileSystemInput) String ¶
func (s ExpandFileSystemInput) String() string
String returns the string representation
func (*ExpandFileSystemInput) Validate ¶ added in v1.0.119
func (s *ExpandFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExpandFileSystemOutput ¶
type ExpandFileSystemOutput struct { Metadata *response.ResponseMetadata OrderNo *string `type:"string"` // contains filtered or unexported fields }
func (ExpandFileSystemOutput) GoString ¶
func (s ExpandFileSystemOutput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemOutput) SetOrderNo ¶
func (s *ExpandFileSystemOutput) SetOrderNo(v string) *ExpandFileSystemOutput
SetOrderNo sets the OrderNo field's value.
func (ExpandFileSystemOutput) String ¶
func (s ExpandFileSystemOutput) String() string
String returns the string representation
type ExtremeCapacityForDescribeFileSystemStatisticsOutput ¶
type ExtremeCapacityForDescribeFileSystemStatisticsOutput struct { Total *int64 `type:"int64"` Used *int64 `type:"int64"` // contains filtered or unexported fields }
func (ExtremeCapacityForDescribeFileSystemStatisticsOutput) GoString ¶
func (s ExtremeCapacityForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetTotal ¶
func (s *ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetTotal(v int64) *ExtremeCapacityForDescribeFileSystemStatisticsOutput
SetTotal sets the Total field's value.
func (*ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetUsed ¶
func (s *ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetUsed(v int64) *ExtremeCapacityForDescribeFileSystemStatisticsOutput
SetUsed sets the Used field's value.
func (ExtremeCapacityForDescribeFileSystemStatisticsOutput) String ¶
func (s ExtremeCapacityForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type FILENAS ¶
FILENAS provides the API operation methods for making requests to FILENAS. See this package's package overview docs for details on the service.
FILENAS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *FILENAS
New create int can support ssl or region locate set
func (*FILENAS) CreateFileSystem ¶
func (c *FILENAS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
CreateFileSystem API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateFileSystem for usage and error information.
func (*FILENAS) CreateFileSystemCommon ¶
func (c *FILENAS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFileSystemCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateFileSystemCommon for usage and error information.
func (*FILENAS) CreateFileSystemCommonRequest ¶
func (c *FILENAS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileSystemCommon operation. The "output" return value will be populated with the CreateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFileSystemCommon Send returns without error.
See CreateFileSystemCommon for more information on using the CreateFileSystemCommon API call, and error handling.
// Example sending a request using the CreateFileSystemCommonRequest method. req, resp := client.CreateFileSystemCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateFileSystemCommonWithContext ¶
func (c *FILENAS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFileSystemCommonWithContext is the same as CreateFileSystemCommon with the addition of the ability to pass a context and additional request options.
See CreateFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreateFileSystemRequest ¶
func (c *FILENAS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
CreateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileSystem operation. The "output" return value will be populated with the CreateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFileSystemCommon Send returns without error.
See CreateFileSystem for more information on using the CreateFileSystem API call, and error handling.
// Example sending a request using the CreateFileSystemRequest method. req, resp := client.CreateFileSystemRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateFileSystemWithContext ¶
func (c *FILENAS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
CreateFileSystemWithContext is the same as CreateFileSystem with the addition of the ability to pass a context and additional request options.
See CreateFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreateMountPoint ¶
func (c *FILENAS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)
CreateMountPoint API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateMountPoint for usage and error information.
func (*FILENAS) CreateMountPointCommon ¶
func (c *FILENAS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateMountPointCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateMountPointCommon for usage and error information.
func (*FILENAS) CreateMountPointCommonRequest ¶
func (c *FILENAS) CreateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateMountPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountPointCommon operation. The "output" return value will be populated with the CreateMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountPointCommon Send returns without error.
See CreateMountPointCommon for more information on using the CreateMountPointCommon API call, and error handling.
// Example sending a request using the CreateMountPointCommonRequest method. req, resp := client.CreateMountPointCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateMountPointCommonWithContext ¶
func (c *FILENAS) CreateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateMountPointCommonWithContext is the same as CreateMountPointCommon with the addition of the ability to pass a context and additional request options.
See CreateMountPointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreateMountPointRequest ¶
func (c *FILENAS) CreateMountPointRequest(input *CreateMountPointInput) (req *request.Request, output *CreateMountPointOutput)
CreateMountPointRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountPoint operation. The "output" return value will be populated with the CreateMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountPointCommon Send returns without error.
See CreateMountPoint for more information on using the CreateMountPoint API call, and error handling.
// Example sending a request using the CreateMountPointRequest method. req, resp := client.CreateMountPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateMountPointWithContext ¶
func (c *FILENAS) CreateMountPointWithContext(ctx volcengine.Context, input *CreateMountPointInput, opts ...request.Option) (*CreateMountPointOutput, error)
CreateMountPointWithContext is the same as CreateMountPoint with the addition of the ability to pass a context and additional request options.
See CreateMountPoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreatePermissionGroup ¶
func (c *FILENAS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
CreatePermissionGroup API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreatePermissionGroup for usage and error information.
func (*FILENAS) CreatePermissionGroupCommon ¶
func (c *FILENAS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePermissionGroupCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreatePermissionGroupCommon for usage and error information.
func (*FILENAS) CreatePermissionGroupCommonRequest ¶
func (c *FILENAS) CreatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePermissionGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionGroupCommon operation. The "output" return value will be populated with the CreatePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePermissionGroupCommon Send returns without error.
See CreatePermissionGroupCommon for more information on using the CreatePermissionGroupCommon API call, and error handling.
// Example sending a request using the CreatePermissionGroupCommonRequest method. req, resp := client.CreatePermissionGroupCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreatePermissionGroupCommonWithContext ¶
func (c *FILENAS) CreatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePermissionGroupCommonWithContext is the same as CreatePermissionGroupCommon with the addition of the ability to pass a context and additional request options.
See CreatePermissionGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreatePermissionGroupRequest ¶
func (c *FILENAS) CreatePermissionGroupRequest(input *CreatePermissionGroupInput) (req *request.Request, output *CreatePermissionGroupOutput)
CreatePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionGroup operation. The "output" return value will be populated with the CreatePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePermissionGroupCommon Send returns without error.
See CreatePermissionGroup for more information on using the CreatePermissionGroup API call, and error handling.
// Example sending a request using the CreatePermissionGroupRequest method. req, resp := client.CreatePermissionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreatePermissionGroupWithContext ¶
func (c *FILENAS) CreatePermissionGroupWithContext(ctx volcengine.Context, input *CreatePermissionGroupInput, opts ...request.Option) (*CreatePermissionGroupOutput, error)
CreatePermissionGroupWithContext is the same as CreatePermissionGroup with the addition of the ability to pass a context and additional request options.
See CreatePermissionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreateSnapshot ¶
func (c *FILENAS) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error)
CreateSnapshot API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateSnapshot for usage and error information.
func (*FILENAS) CreateSnapshotCommon ¶
func (c *FILENAS) CreateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateSnapshotCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation CreateSnapshotCommon for usage and error information.
func (*FILENAS) CreateSnapshotCommonRequest ¶
func (c *FILENAS) CreateSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateSnapshotCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateSnapshotCommon operation. The "output" return value will be populated with the CreateSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSnapshotCommon Send returns without error.
See CreateSnapshotCommon for more information on using the CreateSnapshotCommon API call, and error handling.
// Example sending a request using the CreateSnapshotCommonRequest method. req, resp := client.CreateSnapshotCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateSnapshotCommonWithContext ¶
func (c *FILENAS) CreateSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateSnapshotCommonWithContext is the same as CreateSnapshotCommon with the addition of the ability to pass a context and additional request options.
See CreateSnapshotCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) CreateSnapshotRequest ¶
func (c *FILENAS) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput)
CreateSnapshotRequest generates a "volcengine/request.Request" representing the client's request for the CreateSnapshot operation. The "output" return value will be populated with the CreateSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after CreateSnapshotCommon Send returns without error.
See CreateSnapshot for more information on using the CreateSnapshot API call, and error handling.
// Example sending a request using the CreateSnapshotRequest method. req, resp := client.CreateSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) CreateSnapshotWithContext ¶
func (c *FILENAS) CreateSnapshotWithContext(ctx volcengine.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error)
CreateSnapshotWithContext is the same as CreateSnapshot with the addition of the ability to pass a context and additional request options.
See CreateSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteFileSystem ¶
func (c *FILENAS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
DeleteFileSystem API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteFileSystem for usage and error information.
func (*FILENAS) DeleteFileSystemCommon ¶
func (c *FILENAS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFileSystemCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteFileSystemCommon for usage and error information.
func (*FILENAS) DeleteFileSystemCommonRequest ¶
func (c *FILENAS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileSystemCommon operation. The "output" return value will be populated with the DeleteFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFileSystemCommon Send returns without error.
See DeleteFileSystemCommon for more information on using the DeleteFileSystemCommon API call, and error handling.
// Example sending a request using the DeleteFileSystemCommonRequest method. req, resp := client.DeleteFileSystemCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteFileSystemCommonWithContext ¶
func (c *FILENAS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFileSystemCommonWithContext is the same as DeleteFileSystemCommon with the addition of the ability to pass a context and additional request options.
See DeleteFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteFileSystemRequest ¶
func (c *FILENAS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
DeleteFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileSystem operation. The "output" return value will be populated with the DeleteFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFileSystemCommon Send returns without error.
See DeleteFileSystem for more information on using the DeleteFileSystem API call, and error handling.
// Example sending a request using the DeleteFileSystemRequest method. req, resp := client.DeleteFileSystemRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteFileSystemWithContext ¶
func (c *FILENAS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
DeleteFileSystemWithContext is the same as DeleteFileSystem with the addition of the ability to pass a context and additional request options.
See DeleteFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteMountPoint ¶
func (c *FILENAS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)
DeleteMountPoint API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteMountPoint for usage and error information.
func (*FILENAS) DeleteMountPointCommon ¶
func (c *FILENAS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteMountPointCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteMountPointCommon for usage and error information.
func (*FILENAS) DeleteMountPointCommonRequest ¶
func (c *FILENAS) DeleteMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteMountPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountPointCommon operation. The "output" return value will be populated with the DeleteMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountPointCommon Send returns without error.
See DeleteMountPointCommon for more information on using the DeleteMountPointCommon API call, and error handling.
// Example sending a request using the DeleteMountPointCommonRequest method. req, resp := client.DeleteMountPointCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteMountPointCommonWithContext ¶
func (c *FILENAS) DeleteMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteMountPointCommonWithContext is the same as DeleteMountPointCommon with the addition of the ability to pass a context and additional request options.
See DeleteMountPointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteMountPointRequest ¶
func (c *FILENAS) DeleteMountPointRequest(input *DeleteMountPointInput) (req *request.Request, output *DeleteMountPointOutput)
DeleteMountPointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountPoint operation. The "output" return value will be populated with the DeleteMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountPointCommon Send returns without error.
See DeleteMountPoint for more information on using the DeleteMountPoint API call, and error handling.
// Example sending a request using the DeleteMountPointRequest method. req, resp := client.DeleteMountPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteMountPointWithContext ¶
func (c *FILENAS) DeleteMountPointWithContext(ctx volcengine.Context, input *DeleteMountPointInput, opts ...request.Option) (*DeleteMountPointOutput, error)
DeleteMountPointWithContext is the same as DeleteMountPoint with the addition of the ability to pass a context and additional request options.
See DeleteMountPoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeletePermissionGroup ¶
func (c *FILENAS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
DeletePermissionGroup API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeletePermissionGroup for usage and error information.
func (*FILENAS) DeletePermissionGroupCommon ¶
func (c *FILENAS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePermissionGroupCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeletePermissionGroupCommon for usage and error information.
func (*FILENAS) DeletePermissionGroupCommonRequest ¶
func (c *FILENAS) DeletePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePermissionGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionGroupCommon operation. The "output" return value will be populated with the DeletePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePermissionGroupCommon Send returns without error.
See DeletePermissionGroupCommon for more information on using the DeletePermissionGroupCommon API call, and error handling.
// Example sending a request using the DeletePermissionGroupCommonRequest method. req, resp := client.DeletePermissionGroupCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeletePermissionGroupCommonWithContext ¶
func (c *FILENAS) DeletePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePermissionGroupCommonWithContext is the same as DeletePermissionGroupCommon with the addition of the ability to pass a context and additional request options.
See DeletePermissionGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeletePermissionGroupRequest ¶
func (c *FILENAS) DeletePermissionGroupRequest(input *DeletePermissionGroupInput) (req *request.Request, output *DeletePermissionGroupOutput)
DeletePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionGroup operation. The "output" return value will be populated with the DeletePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePermissionGroupCommon Send returns without error.
See DeletePermissionGroup for more information on using the DeletePermissionGroup API call, and error handling.
// Example sending a request using the DeletePermissionGroupRequest method. req, resp := client.DeletePermissionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeletePermissionGroupWithContext ¶
func (c *FILENAS) DeletePermissionGroupWithContext(ctx volcengine.Context, input *DeletePermissionGroupInput, opts ...request.Option) (*DeletePermissionGroupOutput, error)
DeletePermissionGroupWithContext is the same as DeletePermissionGroup with the addition of the ability to pass a context and additional request options.
See DeletePermissionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteSnapshot ¶
func (c *FILENAS) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)
DeleteSnapshot API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteSnapshot for usage and error information.
func (*FILENAS) DeleteSnapshotCommon ¶
func (c *FILENAS) DeleteSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteSnapshotCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DeleteSnapshotCommon for usage and error information.
func (*FILENAS) DeleteSnapshotCommonRequest ¶
func (c *FILENAS) DeleteSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteSnapshotCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSnapshotCommon operation. The "output" return value will be populated with the DeleteSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSnapshotCommon Send returns without error.
See DeleteSnapshotCommon for more information on using the DeleteSnapshotCommon API call, and error handling.
// Example sending a request using the DeleteSnapshotCommonRequest method. req, resp := client.DeleteSnapshotCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteSnapshotCommonWithContext ¶
func (c *FILENAS) DeleteSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteSnapshotCommonWithContext is the same as DeleteSnapshotCommon with the addition of the ability to pass a context and additional request options.
See DeleteSnapshotCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DeleteSnapshotRequest ¶
func (c *FILENAS) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)
DeleteSnapshotRequest generates a "volcengine/request.Request" representing the client's request for the DeleteSnapshot operation. The "output" return value will be populated with the DeleteSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteSnapshotCommon Send returns without error.
See DeleteSnapshot for more information on using the DeleteSnapshot API call, and error handling.
// Example sending a request using the DeleteSnapshotRequest method. req, resp := client.DeleteSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DeleteSnapshotWithContext ¶
func (c *FILENAS) DeleteSnapshotWithContext(ctx volcengine.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)
DeleteSnapshotWithContext is the same as DeleteSnapshot with the addition of the ability to pass a context and additional request options.
See DeleteSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystemOverview ¶
func (c *FILENAS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverview API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemOverview for usage and error information.
func (*FILENAS) DescribeFileSystemOverviewCommon ¶
func (c *FILENAS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemOverviewCommon for usage and error information.
func (*FILENAS) DescribeFileSystemOverviewCommonRequest ¶
func (c *FILENAS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemOverviewCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverviewCommon operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverviewCommon for more information on using the DescribeFileSystemOverviewCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewCommonRequest method. req, resp := client.DescribeFileSystemOverviewCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemOverviewCommonWithContext ¶
func (c *FILENAS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonWithContext is the same as DescribeFileSystemOverviewCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverviewCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystemOverviewRequest ¶
func (c *FILENAS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
DescribeFileSystemOverviewRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverview operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverview for more information on using the DescribeFileSystemOverview API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewRequest method. req, resp := client.DescribeFileSystemOverviewRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemOverviewWithContext ¶
func (c *FILENAS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, opts ...request.Option) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewWithContext is the same as DescribeFileSystemOverview with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverview for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystemStatistics ¶
func (c *FILENAS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatistics API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemStatistics for usage and error information.
func (*FILENAS) DescribeFileSystemStatisticsCommon ¶
func (c *FILENAS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemStatisticsCommon for usage and error information.
func (*FILENAS) DescribeFileSystemStatisticsCommonRequest ¶
func (c *FILENAS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemStatisticsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatisticsCommon operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatisticsCommon for more information on using the DescribeFileSystemStatisticsCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsCommonRequest method. req, resp := client.DescribeFileSystemStatisticsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemStatisticsCommonWithContext ¶
func (c *FILENAS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonWithContext is the same as DescribeFileSystemStatisticsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatisticsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystemStatisticsRequest ¶
func (c *FILENAS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
DescribeFileSystemStatisticsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatistics operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatistics for more information on using the DescribeFileSystemStatistics API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsRequest method. req, resp := client.DescribeFileSystemStatisticsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemStatisticsWithContext ¶
func (c *FILENAS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, opts ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsWithContext is the same as DescribeFileSystemStatistics with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatistics for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystems ¶
func (c *FILENAS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystems API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystems for usage and error information.
func (*FILENAS) DescribeFileSystemsCommon ¶
func (c *FILENAS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemsCommon for usage and error information.
func (*FILENAS) DescribeFileSystemsCommonRequest ¶
func (c *FILENAS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemsCommon operation. The "output" return value will be populated with the DescribeFileSystemsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemsCommon Send returns without error.
See DescribeFileSystemsCommon for more information on using the DescribeFileSystemsCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemsCommonRequest method. req, resp := client.DescribeFileSystemsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemsCommonWithContext ¶
func (c *FILENAS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemsCommonWithContext is the same as DescribeFileSystemsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeFileSystemsRequest ¶
func (c *FILENAS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
DescribeFileSystemsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystems operation. The "output" return value will be populated with the DescribeFileSystemsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemsCommon Send returns without error.
See DescribeFileSystems for more information on using the DescribeFileSystems API call, and error handling.
// Example sending a request using the DescribeFileSystemsRequest method. req, resp := client.DescribeFileSystemsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeFileSystemsWithContext ¶
func (c *FILENAS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsWithContext is the same as DescribeFileSystems with the addition of the ability to pass a context and additional request options.
See DescribeFileSystems for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeMountPoints ¶
func (c *FILENAS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
DescribeMountPoints API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeMountPoints for usage and error information.
func (*FILENAS) DescribeMountPointsCommon ¶
func (c *FILENAS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountPointsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeMountPointsCommon for usage and error information.
func (*FILENAS) DescribeMountPointsCommonRequest ¶
func (c *FILENAS) DescribeMountPointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeMountPointsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountPointsCommon operation. The "output" return value will be populated with the DescribeMountPointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountPointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountPointsCommon Send returns without error.
See DescribeMountPointsCommon for more information on using the DescribeMountPointsCommon API call, and error handling.
// Example sending a request using the DescribeMountPointsCommonRequest method. req, resp := client.DescribeMountPointsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeMountPointsCommonWithContext ¶
func (c *FILENAS) DescribeMountPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeMountPointsCommonWithContext is the same as DescribeMountPointsCommon with the addition of the ability to pass a context and additional request options.
See DescribeMountPointsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeMountPointsRequest ¶
func (c *FILENAS) DescribeMountPointsRequest(input *DescribeMountPointsInput) (req *request.Request, output *DescribeMountPointsOutput)
DescribeMountPointsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountPoints operation. The "output" return value will be populated with the DescribeMountPointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountPointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountPointsCommon Send returns without error.
See DescribeMountPoints for more information on using the DescribeMountPoints API call, and error handling.
// Example sending a request using the DescribeMountPointsRequest method. req, resp := client.DescribeMountPointsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeMountPointsWithContext ¶
func (c *FILENAS) DescribeMountPointsWithContext(ctx volcengine.Context, input *DescribeMountPointsInput, opts ...request.Option) (*DescribeMountPointsOutput, error)
DescribeMountPointsWithContext is the same as DescribeMountPoints with the addition of the ability to pass a context and additional request options.
See DescribeMountPoints for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribePermissionGroups ¶
func (c *FILENAS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
DescribePermissionGroups API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionGroups for usage and error information.
func (*FILENAS) DescribePermissionGroupsCommon ¶
func (c *FILENAS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePermissionGroupsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionGroupsCommon for usage and error information.
func (*FILENAS) DescribePermissionGroupsCommonRequest ¶
func (c *FILENAS) DescribePermissionGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePermissionGroupsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionGroupsCommon operation. The "output" return value will be populated with the DescribePermissionGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePermissionGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePermissionGroupsCommon Send returns without error.
See DescribePermissionGroupsCommon for more information on using the DescribePermissionGroupsCommon API call, and error handling.
// Example sending a request using the DescribePermissionGroupsCommonRequest method. req, resp := client.DescribePermissionGroupsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribePermissionGroupsCommonWithContext ¶
func (c *FILENAS) DescribePermissionGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePermissionGroupsCommonWithContext is the same as DescribePermissionGroupsCommon with the addition of the ability to pass a context and additional request options.
See DescribePermissionGroupsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribePermissionGroupsRequest ¶
func (c *FILENAS) DescribePermissionGroupsRequest(input *DescribePermissionGroupsInput) (req *request.Request, output *DescribePermissionGroupsOutput)
DescribePermissionGroupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionGroups operation. The "output" return value will be populated with the DescribePermissionGroupsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePermissionGroupsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePermissionGroupsCommon Send returns without error.
See DescribePermissionGroups for more information on using the DescribePermissionGroups API call, and error handling.
// Example sending a request using the DescribePermissionGroupsRequest method. req, resp := client.DescribePermissionGroupsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribePermissionGroupsWithContext ¶
func (c *FILENAS) DescribePermissionGroupsWithContext(ctx volcengine.Context, input *DescribePermissionGroupsInput, opts ...request.Option) (*DescribePermissionGroupsOutput, error)
DescribePermissionGroupsWithContext is the same as DescribePermissionGroups with the addition of the ability to pass a context and additional request options.
See DescribePermissionGroups for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribePermissionRules ¶
func (c *FILENAS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
DescribePermissionRules API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionRules for usage and error information.
func (*FILENAS) DescribePermissionRulesCommon ¶
func (c *FILENAS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePermissionRulesCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionRulesCommon for usage and error information.
func (*FILENAS) DescribePermissionRulesCommonRequest ¶
func (c *FILENAS) DescribePermissionRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribePermissionRulesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionRulesCommon operation. The "output" return value will be populated with the DescribePermissionRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePermissionRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePermissionRulesCommon Send returns without error.
See DescribePermissionRulesCommon for more information on using the DescribePermissionRulesCommon API call, and error handling.
// Example sending a request using the DescribePermissionRulesCommonRequest method. req, resp := client.DescribePermissionRulesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribePermissionRulesCommonWithContext ¶
func (c *FILENAS) DescribePermissionRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribePermissionRulesCommonWithContext is the same as DescribePermissionRulesCommon with the addition of the ability to pass a context and additional request options.
See DescribePermissionRulesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribePermissionRulesRequest ¶
func (c *FILENAS) DescribePermissionRulesRequest(input *DescribePermissionRulesInput) (req *request.Request, output *DescribePermissionRulesOutput)
DescribePermissionRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionRules operation. The "output" return value will be populated with the DescribePermissionRulesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribePermissionRulesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribePermissionRulesCommon Send returns without error.
See DescribePermissionRules for more information on using the DescribePermissionRules API call, and error handling.
// Example sending a request using the DescribePermissionRulesRequest method. req, resp := client.DescribePermissionRulesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribePermissionRulesWithContext ¶
func (c *FILENAS) DescribePermissionRulesWithContext(ctx volcengine.Context, input *DescribePermissionRulesInput, opts ...request.Option) (*DescribePermissionRulesOutput, error)
DescribePermissionRulesWithContext is the same as DescribePermissionRules with the addition of the ability to pass a context and additional request options.
See DescribePermissionRules for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeRegions ¶
func (c *FILENAS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
DescribeRegions API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeRegions for usage and error information.
func (*FILENAS) DescribeRegionsCommon ¶
func (c *FILENAS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeRegionsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeRegionsCommon for usage and error information.
func (*FILENAS) DescribeRegionsCommonRequest ¶
func (c *FILENAS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegionsCommon operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegionsCommon for more information on using the DescribeRegionsCommon API call, and error handling.
// Example sending a request using the DescribeRegionsCommonRequest method. req, resp := client.DescribeRegionsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeRegionsCommonWithContext ¶
func (c *FILENAS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeRegionsCommonWithContext is the same as DescribeRegionsCommon with the addition of the ability to pass a context and additional request options.
See DescribeRegionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeRegionsRequest ¶
func (c *FILENAS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegions for more information on using the DescribeRegions API call, and error handling.
// Example sending a request using the DescribeRegionsRequest method. req, resp := client.DescribeRegionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeRegionsWithContext ¶
func (c *FILENAS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.
See DescribeRegions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeSnapshots ¶
func (c *FILENAS) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)
DescribeSnapshots API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeSnapshots for usage and error information.
func (*FILENAS) DescribeSnapshotsCommon ¶
func (c *FILENAS) DescribeSnapshotsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeSnapshotsCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeSnapshotsCommon for usage and error information.
func (*FILENAS) DescribeSnapshotsCommonRequest ¶
func (c *FILENAS) DescribeSnapshotsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeSnapshotsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSnapshotsCommon operation. The "output" return value will be populated with the DescribeSnapshotsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSnapshotsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSnapshotsCommon Send returns without error.
See DescribeSnapshotsCommon for more information on using the DescribeSnapshotsCommon API call, and error handling.
// Example sending a request using the DescribeSnapshotsCommonRequest method. req, resp := client.DescribeSnapshotsCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeSnapshotsCommonWithContext ¶
func (c *FILENAS) DescribeSnapshotsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeSnapshotsCommonWithContext is the same as DescribeSnapshotsCommon with the addition of the ability to pass a context and additional request options.
See DescribeSnapshotsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeSnapshotsRequest ¶
func (c *FILENAS) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)
DescribeSnapshotsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeSnapshots operation. The "output" return value will be populated with the DescribeSnapshotsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeSnapshotsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeSnapshotsCommon Send returns without error.
See DescribeSnapshots for more information on using the DescribeSnapshots API call, and error handling.
// Example sending a request using the DescribeSnapshotsRequest method. req, resp := client.DescribeSnapshotsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeSnapshotsWithContext ¶
func (c *FILENAS) DescribeSnapshotsWithContext(ctx volcengine.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)
DescribeSnapshotsWithContext is the same as DescribeSnapshots with the addition of the ability to pass a context and additional request options.
See DescribeSnapshots for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeZones ¶
func (c *FILENAS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZones API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeZones for usage and error information.
func (*FILENAS) DescribeZonesCommon ¶
func (c *FILENAS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeZonesCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation DescribeZonesCommon for usage and error information.
func (*FILENAS) DescribeZonesCommonRequest ¶
func (c *FILENAS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZonesCommon operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZonesCommon for more information on using the DescribeZonesCommon API call, and error handling.
// Example sending a request using the DescribeZonesCommonRequest method. req, resp := client.DescribeZonesCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeZonesCommonWithContext ¶
func (c *FILENAS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeZonesCommonWithContext is the same as DescribeZonesCommon with the addition of the ability to pass a context and additional request options.
See DescribeZonesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) DescribeZonesRequest ¶
func (c *FILENAS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZones for more information on using the DescribeZones API call, and error handling.
// Example sending a request using the DescribeZonesRequest method. req, resp := client.DescribeZonesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) DescribeZonesWithContext ¶
func (c *FILENAS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
DescribeZonesWithContext is the same as DescribeZones with the addition of the ability to pass a context and additional request options.
See DescribeZones for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) ExpandFileSystem ¶
func (c *FILENAS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
ExpandFileSystem API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation ExpandFileSystem for usage and error information.
func (*FILENAS) ExpandFileSystemCommon ¶
func (c *FILENAS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ExpandFileSystemCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation ExpandFileSystemCommon for usage and error information.
func (*FILENAS) ExpandFileSystemCommonRequest ¶
func (c *FILENAS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExpandFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystemCommon operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystemCommon for more information on using the ExpandFileSystemCommon API call, and error handling.
// Example sending a request using the ExpandFileSystemCommonRequest method. req, resp := client.ExpandFileSystemCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) ExpandFileSystemCommonWithContext ¶
func (c *FILENAS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExpandFileSystemCommonWithContext is the same as ExpandFileSystemCommon with the addition of the ability to pass a context and additional request options.
See ExpandFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) ExpandFileSystemRequest ¶
func (c *FILENAS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
ExpandFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystem operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystem for more information on using the ExpandFileSystem API call, and error handling.
// Example sending a request using the ExpandFileSystemRequest method. req, resp := client.ExpandFileSystemRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) ExpandFileSystemWithContext ¶
func (c *FILENAS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
ExpandFileSystemWithContext is the same as ExpandFileSystem with the addition of the ability to pass a context and additional request options.
See ExpandFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateFileSystem ¶
func (c *FILENAS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
UpdateFileSystem API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateFileSystem for usage and error information.
func (*FILENAS) UpdateFileSystemCommon ¶
func (c *FILENAS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFileSystemCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateFileSystemCommon for usage and error information.
func (*FILENAS) UpdateFileSystemCommonRequest ¶
func (c *FILENAS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystemCommon operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.
See UpdateFileSystemCommon for more information on using the UpdateFileSystemCommon API call, and error handling.
// Example sending a request using the UpdateFileSystemCommonRequest method. req, resp := client.UpdateFileSystemCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateFileSystemCommonWithContext ¶
func (c *FILENAS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFileSystemCommonWithContext is the same as UpdateFileSystemCommon with the addition of the ability to pass a context and additional request options.
See UpdateFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateFileSystemRequest ¶
func (c *FILENAS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
UpdateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystem operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.
See UpdateFileSystem for more information on using the UpdateFileSystem API call, and error handling.
// Example sending a request using the UpdateFileSystemRequest method. req, resp := client.UpdateFileSystemRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateFileSystemWithContext ¶
func (c *FILENAS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
UpdateFileSystemWithContext is the same as UpdateFileSystem with the addition of the ability to pass a context and additional request options.
See UpdateFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateMountPoint ¶
func (c *FILENAS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)
UpdateMountPoint API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateMountPoint for usage and error information.
func (*FILENAS) UpdateMountPointCommon ¶
func (c *FILENAS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateMountPointCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateMountPointCommon for usage and error information.
func (*FILENAS) UpdateMountPointCommonRequest ¶
func (c *FILENAS) UpdateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateMountPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountPointCommon operation. The "output" return value will be populated with the UpdateMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountPointCommon Send returns without error.
See UpdateMountPointCommon for more information on using the UpdateMountPointCommon API call, and error handling.
// Example sending a request using the UpdateMountPointCommonRequest method. req, resp := client.UpdateMountPointCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateMountPointCommonWithContext ¶
func (c *FILENAS) UpdateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateMountPointCommonWithContext is the same as UpdateMountPointCommon with the addition of the ability to pass a context and additional request options.
See UpdateMountPointCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateMountPointRequest ¶
func (c *FILENAS) UpdateMountPointRequest(input *UpdateMountPointInput) (req *request.Request, output *UpdateMountPointOutput)
UpdateMountPointRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountPoint operation. The "output" return value will be populated with the UpdateMountPointCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountPointCommon Send returns without error.
See UpdateMountPoint for more information on using the UpdateMountPoint API call, and error handling.
// Example sending a request using the UpdateMountPointRequest method. req, resp := client.UpdateMountPointRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateMountPointWithContext ¶
func (c *FILENAS) UpdateMountPointWithContext(ctx volcengine.Context, input *UpdateMountPointInput, opts ...request.Option) (*UpdateMountPointOutput, error)
UpdateMountPointWithContext is the same as UpdateMountPoint with the addition of the ability to pass a context and additional request options.
See UpdateMountPoint for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdatePermissionGroup ¶
func (c *FILENAS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
UpdatePermissionGroup API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionGroup for usage and error information.
func (*FILENAS) UpdatePermissionGroupCommon ¶
func (c *FILENAS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdatePermissionGroupCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionGroupCommon for usage and error information.
func (*FILENAS) UpdatePermissionGroupCommonRequest ¶
func (c *FILENAS) UpdatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdatePermissionGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionGroupCommon operation. The "output" return value will be populated with the UpdatePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionGroupCommon Send returns without error.
See UpdatePermissionGroupCommon for more information on using the UpdatePermissionGroupCommon API call, and error handling.
// Example sending a request using the UpdatePermissionGroupCommonRequest method. req, resp := client.UpdatePermissionGroupCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdatePermissionGroupCommonWithContext ¶
func (c *FILENAS) UpdatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdatePermissionGroupCommonWithContext is the same as UpdatePermissionGroupCommon with the addition of the ability to pass a context and additional request options.
See UpdatePermissionGroupCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdatePermissionGroupRequest ¶
func (c *FILENAS) UpdatePermissionGroupRequest(input *UpdatePermissionGroupInput) (req *request.Request, output *UpdatePermissionGroupOutput)
UpdatePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionGroup operation. The "output" return value will be populated with the UpdatePermissionGroupCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionGroupCommon Send returns without error.
See UpdatePermissionGroup for more information on using the UpdatePermissionGroup API call, and error handling.
// Example sending a request using the UpdatePermissionGroupRequest method. req, resp := client.UpdatePermissionGroupRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdatePermissionGroupWithContext ¶
func (c *FILENAS) UpdatePermissionGroupWithContext(ctx volcengine.Context, input *UpdatePermissionGroupInput, opts ...request.Option) (*UpdatePermissionGroupOutput, error)
UpdatePermissionGroupWithContext is the same as UpdatePermissionGroup with the addition of the ability to pass a context and additional request options.
See UpdatePermissionGroup for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdatePermissionRule ¶
func (c *FILENAS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
UpdatePermissionRule API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionRule for usage and error information.
func (*FILENAS) UpdatePermissionRuleCommon ¶
func (c *FILENAS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdatePermissionRuleCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionRuleCommon for usage and error information.
func (*FILENAS) UpdatePermissionRuleCommonRequest ¶
func (c *FILENAS) UpdatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdatePermissionRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionRuleCommon operation. The "output" return value will be populated with the UpdatePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionRuleCommon Send returns without error.
See UpdatePermissionRuleCommon for more information on using the UpdatePermissionRuleCommon API call, and error handling.
// Example sending a request using the UpdatePermissionRuleCommonRequest method. req, resp := client.UpdatePermissionRuleCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdatePermissionRuleCommonWithContext ¶
func (c *FILENAS) UpdatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdatePermissionRuleCommonWithContext is the same as UpdatePermissionRuleCommon with the addition of the ability to pass a context and additional request options.
See UpdatePermissionRuleCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdatePermissionRuleRequest ¶
func (c *FILENAS) UpdatePermissionRuleRequest(input *UpdatePermissionRuleInput) (req *request.Request, output *UpdatePermissionRuleOutput)
UpdatePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionRule operation. The "output" return value will be populated with the UpdatePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionRuleCommon Send returns without error.
See UpdatePermissionRule for more information on using the UpdatePermissionRule API call, and error handling.
// Example sending a request using the UpdatePermissionRuleRequest method. req, resp := client.UpdatePermissionRuleRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdatePermissionRuleWithContext ¶
func (c *FILENAS) UpdatePermissionRuleWithContext(ctx volcengine.Context, input *UpdatePermissionRuleInput, opts ...request.Option) (*UpdatePermissionRuleOutput, error)
UpdatePermissionRuleWithContext is the same as UpdatePermissionRule with the addition of the ability to pass a context and additional request options.
See UpdatePermissionRule for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateSnapshot ¶
func (c *FILENAS) UpdateSnapshot(input *UpdateSnapshotInput) (*UpdateSnapshotOutput, error)
UpdateSnapshot API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateSnapshot for usage and error information.
func (*FILENAS) UpdateSnapshotCommon ¶
func (c *FILENAS) UpdateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateSnapshotCommon API operation for FILENAS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for FILENAS's API operation UpdateSnapshotCommon for usage and error information.
func (*FILENAS) UpdateSnapshotCommonRequest ¶
func (c *FILENAS) UpdateSnapshotCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateSnapshotCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateSnapshotCommon operation. The "output" return value will be populated with the UpdateSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateSnapshotCommon Send returns without error.
See UpdateSnapshotCommon for more information on using the UpdateSnapshotCommon API call, and error handling.
// Example sending a request using the UpdateSnapshotCommonRequest method. req, resp := client.UpdateSnapshotCommonRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateSnapshotCommonWithContext ¶
func (c *FILENAS) UpdateSnapshotCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateSnapshotCommonWithContext is the same as UpdateSnapshotCommon with the addition of the ability to pass a context and additional request options.
See UpdateSnapshotCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*FILENAS) UpdateSnapshotRequest ¶
func (c *FILENAS) UpdateSnapshotRequest(input *UpdateSnapshotInput) (req *request.Request, output *UpdateSnapshotOutput)
UpdateSnapshotRequest generates a "volcengine/request.Request" representing the client's request for the UpdateSnapshot operation. The "output" return value will be populated with the UpdateSnapshotCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateSnapshotCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateSnapshotCommon Send returns without error.
See UpdateSnapshot for more information on using the UpdateSnapshot API call, and error handling.
// Example sending a request using the UpdateSnapshotRequest method. req, resp := client.UpdateSnapshotRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*FILENAS) UpdateSnapshotWithContext ¶
func (c *FILENAS) UpdateSnapshotWithContext(ctx volcengine.Context, input *UpdateSnapshotInput, opts ...request.Option) (*UpdateSnapshotOutput, error)
UpdateSnapshotWithContext is the same as UpdateSnapshot with the addition of the ability to pass a context and additional request options.
See UpdateSnapshot for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type FILENASAPI ¶
type FILENASAPI interface { CreateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateFileSystem(*CreateFileSystemInput) (*CreateFileSystemOutput, error) CreateFileSystemWithContext(volcengine.Context, *CreateFileSystemInput, ...request.Option) (*CreateFileSystemOutput, error) CreateFileSystemRequest(*CreateFileSystemInput) (*request.Request, *CreateFileSystemOutput) CreateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateMountPoint(*CreateMountPointInput) (*CreateMountPointOutput, error) CreateMountPointWithContext(volcengine.Context, *CreateMountPointInput, ...request.Option) (*CreateMountPointOutput, error) CreateMountPointRequest(*CreateMountPointInput) (*request.Request, *CreateMountPointOutput) CreatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error) CreatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreatePermissionGroup(*CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error) CreatePermissionGroupWithContext(volcengine.Context, *CreatePermissionGroupInput, ...request.Option) (*CreatePermissionGroupOutput, error) CreatePermissionGroupRequest(*CreatePermissionGroupInput) (*request.Request, *CreatePermissionGroupOutput) CreateSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error) CreateSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) CreateSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) CreateSnapshot(*CreateSnapshotInput) (*CreateSnapshotOutput, error) CreateSnapshotWithContext(volcengine.Context, *CreateSnapshotInput, ...request.Option) (*CreateSnapshotOutput, error) CreateSnapshotRequest(*CreateSnapshotInput) (*request.Request, *CreateSnapshotOutput) DeleteFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteFileSystem(*DeleteFileSystemInput) (*DeleteFileSystemOutput, error) DeleteFileSystemWithContext(volcengine.Context, *DeleteFileSystemInput, ...request.Option) (*DeleteFileSystemOutput, error) DeleteFileSystemRequest(*DeleteFileSystemInput) (*request.Request, *DeleteFileSystemOutput) DeleteMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteMountPoint(*DeleteMountPointInput) (*DeleteMountPointOutput, error) DeleteMountPointWithContext(volcengine.Context, *DeleteMountPointInput, ...request.Option) (*DeleteMountPointOutput, error) DeleteMountPointRequest(*DeleteMountPointInput) (*request.Request, *DeleteMountPointOutput) DeletePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error) DeletePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeletePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeletePermissionGroup(*DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error) DeletePermissionGroupWithContext(volcengine.Context, *DeletePermissionGroupInput, ...request.Option) (*DeletePermissionGroupOutput, error) DeletePermissionGroupRequest(*DeletePermissionGroupInput) (*request.Request, *DeletePermissionGroupOutput) DeleteSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error) DeleteSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DeleteSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DeleteSnapshot(*DeleteSnapshotInput) (*DeleteSnapshotOutput, error) DeleteSnapshotWithContext(volcengine.Context, *DeleteSnapshotInput, ...request.Option) (*DeleteSnapshotOutput, error) DeleteSnapshotRequest(*DeleteSnapshotInput) (*request.Request, *DeleteSnapshotOutput) DescribeFileSystemOverviewCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeFileSystemOverviewCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeFileSystemOverviewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeFileSystemOverview(*DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error) DescribeFileSystemOverviewWithContext(volcengine.Context, *DescribeFileSystemOverviewInput, ...request.Option) (*DescribeFileSystemOverviewOutput, error) DescribeFileSystemOverviewRequest(*DescribeFileSystemOverviewInput) (*request.Request, *DescribeFileSystemOverviewOutput) DescribeFileSystemStatisticsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeFileSystemStatisticsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeFileSystemStatisticsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeFileSystemStatistics(*DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error) DescribeFileSystemStatisticsWithContext(volcengine.Context, *DescribeFileSystemStatisticsInput, ...request.Option) (*DescribeFileSystemStatisticsOutput, error) DescribeFileSystemStatisticsRequest(*DescribeFileSystemStatisticsInput) (*request.Request, *DescribeFileSystemStatisticsOutput) DescribeFileSystemsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeFileSystemsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeFileSystemsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeFileSystems(*DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error) DescribeFileSystemsWithContext(volcengine.Context, *DescribeFileSystemsInput, ...request.Option) (*DescribeFileSystemsOutput, error) DescribeFileSystemsRequest(*DescribeFileSystemsInput) (*request.Request, *DescribeFileSystemsOutput) DescribeMountPointsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeMountPointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeMountPointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeMountPoints(*DescribeMountPointsInput) (*DescribeMountPointsOutput, error) DescribeMountPointsWithContext(volcengine.Context, *DescribeMountPointsInput, ...request.Option) (*DescribeMountPointsOutput, error) DescribeMountPointsRequest(*DescribeMountPointsInput) (*request.Request, *DescribeMountPointsOutput) DescribePermissionGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribePermissionGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribePermissionGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribePermissionGroups(*DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error) DescribePermissionGroupsWithContext(volcengine.Context, *DescribePermissionGroupsInput, ...request.Option) (*DescribePermissionGroupsOutput, error) DescribePermissionGroupsRequest(*DescribePermissionGroupsInput) (*request.Request, *DescribePermissionGroupsOutput) DescribePermissionRulesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribePermissionRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribePermissionRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribePermissionRules(*DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error) DescribePermissionRulesWithContext(volcengine.Context, *DescribePermissionRulesInput, ...request.Option) (*DescribePermissionRulesOutput, error) DescribePermissionRulesRequest(*DescribePermissionRulesInput) (*request.Request, *DescribePermissionRulesOutput) DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error) DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error) DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput) DescribeSnapshotsCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeSnapshotsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeSnapshotsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeSnapshots(*DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error) DescribeSnapshotsWithContext(volcengine.Context, *DescribeSnapshotsInput, ...request.Option) (*DescribeSnapshotsOutput, error) DescribeSnapshotsRequest(*DescribeSnapshotsInput) (*request.Request, *DescribeSnapshotsOutput) DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error) DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error) DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error) DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput) ExpandFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error) ExpandFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) ExpandFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) ExpandFileSystem(*ExpandFileSystemInput) (*ExpandFileSystemOutput, error) ExpandFileSystemWithContext(volcengine.Context, *ExpandFileSystemInput, ...request.Option) (*ExpandFileSystemOutput, error) ExpandFileSystemRequest(*ExpandFileSystemInput) (*request.Request, *ExpandFileSystemOutput) UpdateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateFileSystem(*UpdateFileSystemInput) (*UpdateFileSystemOutput, error) UpdateFileSystemWithContext(volcengine.Context, *UpdateFileSystemInput, ...request.Option) (*UpdateFileSystemOutput, error) UpdateFileSystemRequest(*UpdateFileSystemInput) (*request.Request, *UpdateFileSystemOutput) UpdateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateMountPoint(*UpdateMountPointInput) (*UpdateMountPointOutput, error) UpdateMountPointWithContext(volcengine.Context, *UpdateMountPointInput, ...request.Option) (*UpdateMountPointOutput, error) UpdateMountPointRequest(*UpdateMountPointInput) (*request.Request, *UpdateMountPointOutput) UpdatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdatePermissionGroup(*UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error) UpdatePermissionGroupWithContext(volcengine.Context, *UpdatePermissionGroupInput, ...request.Option) (*UpdatePermissionGroupOutput, error) UpdatePermissionGroupRequest(*UpdatePermissionGroupInput) (*request.Request, *UpdatePermissionGroupOutput) UpdatePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdatePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdatePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdatePermissionRule(*UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error) UpdatePermissionRuleWithContext(volcengine.Context, *UpdatePermissionRuleInput, ...request.Option) (*UpdatePermissionRuleOutput, error) UpdatePermissionRuleRequest(*UpdatePermissionRuleInput) (*request.Request, *UpdatePermissionRuleOutput) UpdateSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error) UpdateSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error) UpdateSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{}) UpdateSnapshot(*UpdateSnapshotInput) (*UpdateSnapshotOutput, error) UpdateSnapshotWithContext(volcengine.Context, *UpdateSnapshotInput, ...request.Option) (*UpdateSnapshotOutput, error) UpdateSnapshotRequest(*UpdateSnapshotInput) (*request.Request, *UpdateSnapshotOutput) }
FILENASAPI provides an interface to enable mocking the filenas.FILENAS service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to // FILENAS. func myFunc(svc FILENASAPI) bool { // Make svc.CreateFileSystem request } func main() { sess := session.New() svc := filenas.New(sess) myFunc(svc) }
type FileSystemForDescribeFileSystemsOutput ¶
type FileSystemForDescribeFileSystemsOutput struct { Capacity *CapacityForDescribeFileSystemsOutput `type:"structure"` ChargeType *string `type:"string" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"` CreateTime *string `type:"string"` Description *string `type:"string"` FileSystemId *string `type:"string"` FileSystemName *string `type:"string"` FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeFileSystemsOutput"` ProjectName *string `type:"string"` ProtocolType *string `type:"string" enum:"EnumOfProtocolTypeForDescribeFileSystemsOutput"` RegionId *string `type:"string"` SnapshotCount *int32 `type:"int32"` Status *string `type:"string" enum:"EnumOfStatusForDescribeFileSystemsOutput"` StorageType *string `type:"string" enum:"EnumOfStorageTypeForDescribeFileSystemsOutput"` Tags []*TagForDescribeFileSystemsOutput `type:"list"` UpdateTime *string `type:"string"` Version *string `type:"string"` ZoneId *string `type:"string"` ZoneName *string `type:"string"` // contains filtered or unexported fields }
func (FileSystemForDescribeFileSystemsOutput) GoString ¶
func (s FileSystemForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*FileSystemForDescribeFileSystemsOutput) SetCapacity ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCapacity(v *CapacityForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetCapacity sets the Capacity field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
SetChargeType sets the ChargeType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetCreateTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
SetCreateTime sets the CreateTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetDescription ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
SetDescription sets the Description field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemName sets the FileSystemName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProjectName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
SetProjectName sets the ProjectName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProtocolType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
SetProtocolType sets the ProtocolType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetRegionId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
SetRegionId sets the RegionId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetSnapshotCount ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetSnapshotCount(v int32) *FileSystemForDescribeFileSystemsOutput
SetSnapshotCount sets the SnapshotCount field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetStatus sets the Status field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStorageType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStorageType(v string) *FileSystemForDescribeFileSystemsOutput
SetStorageType sets the StorageType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetTags ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetTags sets the Tags field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetUpdateTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetUpdateTime(v string) *FileSystemForDescribeFileSystemsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetVersion ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetVersion(v string) *FileSystemForDescribeFileSystemsOutput
SetVersion sets the Version field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetZoneId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
SetZoneId sets the ZoneId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetZoneName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
SetZoneName sets the ZoneName field's value.
func (FileSystemForDescribeFileSystemsOutput) String ¶
func (s FileSystemForDescribeFileSystemsOutput) String() string
String returns the string representation
type FilterForDescribeFileSystemsInput ¶
type FilterForDescribeFileSystemsInput struct { Key *string `type:"string" enum:"EnumOfKeyForDescribeFileSystemsInput"` Value *string `type:"string"` // contains filtered or unexported fields }
func (FilterForDescribeFileSystemsInput) GoString ¶
func (s FilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeFileSystemsInput) SetKey ¶
func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*FilterForDescribeFileSystemsInput) SetValue ¶
func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (FilterForDescribeFileSystemsInput) String ¶
func (s FilterForDescribeFileSystemsInput) String() string
String returns the string representation
type FilterForDescribePermissionGroupsInput ¶
type FilterForDescribePermissionGroupsInput struct { Key *string `type:"string" enum:"EnumOfKeyForDescribePermissionGroupsInput"` Value *string `type:"string"` // contains filtered or unexported fields }
func (FilterForDescribePermissionGroupsInput) GoString ¶
func (s FilterForDescribePermissionGroupsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribePermissionGroupsInput) SetKey ¶
func (s *FilterForDescribePermissionGroupsInput) SetKey(v string) *FilterForDescribePermissionGroupsInput
SetKey sets the Key field's value.
func (*FilterForDescribePermissionGroupsInput) SetValue ¶
func (s *FilterForDescribePermissionGroupsInput) SetValue(v string) *FilterForDescribePermissionGroupsInput
SetValue sets the Value field's value.
func (FilterForDescribePermissionGroupsInput) String ¶
func (s FilterForDescribePermissionGroupsInput) String() string
String returns the string representation
type MountPointForDescribeMountPointsOutput ¶
type MountPointForDescribeMountPointsOutput struct { FileSystemId *string `type:"string"` MountPointId *string `type:"string"` MountPointName *string `type:"string"` // contains filtered or unexported fields }
func (MountPointForDescribeMountPointsOutput) GoString ¶
func (s MountPointForDescribeMountPointsOutput) GoString() string
GoString returns the string representation
func (*MountPointForDescribeMountPointsOutput) SetFileSystemId ¶
func (s *MountPointForDescribeMountPointsOutput) SetFileSystemId(v string) *MountPointForDescribeMountPointsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*MountPointForDescribeMountPointsOutput) SetMountPointId ¶
func (s *MountPointForDescribeMountPointsOutput) SetMountPointId(v string) *MountPointForDescribeMountPointsOutput
SetMountPointId sets the MountPointId field's value.
func (*MountPointForDescribeMountPointsOutput) SetMountPointName ¶
func (s *MountPointForDescribeMountPointsOutput) SetMountPointName(v string) *MountPointForDescribeMountPointsOutput
SetMountPointName sets the MountPointName field's value.
func (MountPointForDescribeMountPointsOutput) String ¶
func (s MountPointForDescribeMountPointsOutput) String() string
String returns the string representation
type MountPointForDescribePermissionGroupsOutput ¶
type MountPointForDescribePermissionGroupsOutput struct { FileSystemId *string `type:"string"` MountPointId *string `type:"string"` MountPointName *string `type:"string"` // contains filtered or unexported fields }
func (MountPointForDescribePermissionGroupsOutput) GoString ¶
func (s MountPointForDescribePermissionGroupsOutput) GoString() string
GoString returns the string representation
func (*MountPointForDescribePermissionGroupsOutput) SetFileSystemId ¶
func (s *MountPointForDescribePermissionGroupsOutput) SetFileSystemId(v string) *MountPointForDescribePermissionGroupsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*MountPointForDescribePermissionGroupsOutput) SetMountPointId ¶
func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointId(v string) *MountPointForDescribePermissionGroupsOutput
SetMountPointId sets the MountPointId field's value.
func (*MountPointForDescribePermissionGroupsOutput) SetMountPointName ¶
func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointName(v string) *MountPointForDescribePermissionGroupsOutput
SetMountPointName sets the MountPointName field's value.
func (MountPointForDescribePermissionGroupsOutput) String ¶
func (s MountPointForDescribePermissionGroupsOutput) String() string
String returns the string representation
type OverviewForDescribeFileSystemOverviewOutput ¶
type OverviewForDescribeFileSystemOverviewOutput struct { ErrorCount *int32 `type:"int32"` OtherCount *int32 `type:"int32"` RegionId *string `type:"string"` RunningCount *int32 `type:"int32"` TotalCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (OverviewForDescribeFileSystemOverviewOutput) GoString ¶
func (s OverviewForDescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*OverviewForDescribeFileSystemOverviewOutput) SetErrorCount ¶
func (s *OverviewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
SetErrorCount sets the ErrorCount field's value.
func (*OverviewForDescribeFileSystemOverviewOutput) SetOtherCount ¶
func (s *OverviewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
SetOtherCount sets the OtherCount field's value.
func (*OverviewForDescribeFileSystemOverviewOutput) SetRegionId ¶
func (s *OverviewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverviewForDescribeFileSystemOverviewOutput
SetRegionId sets the RegionId field's value.
func (*OverviewForDescribeFileSystemOverviewOutput) SetRunningCount ¶
func (s *OverviewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
SetRunningCount sets the RunningCount field's value.
func (*OverviewForDescribeFileSystemOverviewOutput) SetTotalCount ¶
func (s *OverviewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverviewForDescribeFileSystemOverviewOutput
SetTotalCount sets the TotalCount field's value.
func (OverviewForDescribeFileSystemOverviewOutput) String ¶
func (s OverviewForDescribeFileSystemOverviewOutput) String() string
String returns the string representation
type PermissionGroupForDescribeMountPointsOutput ¶
type PermissionGroupForDescribeMountPointsOutput struct { CreateTime *string `type:"string"` Description *string `type:"string"` FileSystemCount *int32 `type:"int32"` FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeMountPointsOutput"` MountPoints []*MountPointForDescribeMountPointsOutput `type:"list"` PermissionGroupId *string `type:"string"` PermissionGroupName *string `type:"string"` PermissionRuleCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (PermissionGroupForDescribeMountPointsOutput) GoString ¶
func (s PermissionGroupForDescribeMountPointsOutput) GoString() string
GoString returns the string representation
func (*PermissionGroupForDescribeMountPointsOutput) SetCreateTime ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetCreateTime(v string) *PermissionGroupForDescribeMountPointsOutput
SetCreateTime sets the CreateTime field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetDescription ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetDescription(v string) *PermissionGroupForDescribeMountPointsOutput
SetDescription sets the Description field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetFileSystemCount ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetFileSystemCount(v int32) *PermissionGroupForDescribeMountPointsOutput
SetFileSystemCount sets the FileSystemCount field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetFileSystemType ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetFileSystemType(v string) *PermissionGroupForDescribeMountPointsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetMountPoints ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetMountPoints(v []*MountPointForDescribeMountPointsOutput) *PermissionGroupForDescribeMountPointsOutput
SetMountPoints sets the MountPoints field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupId ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupId(v string) *PermissionGroupForDescribeMountPointsOutput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupName ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupName(v string) *PermissionGroupForDescribeMountPointsOutput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionRuleCount ¶
func (s *PermissionGroupForDescribeMountPointsOutput) SetPermissionRuleCount(v int32) *PermissionGroupForDescribeMountPointsOutput
SetPermissionRuleCount sets the PermissionRuleCount field's value.
func (PermissionGroupForDescribeMountPointsOutput) String ¶
func (s PermissionGroupForDescribeMountPointsOutput) String() string
String returns the string representation
type PermissionGroupForDescribePermissionGroupsOutput ¶
type PermissionGroupForDescribePermissionGroupsOutput struct { CreateTime *string `type:"string"` Description *string `type:"string"` FileSystemCount *int32 `type:"int32"` FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribePermissionGroupsOutput"` MountPoints []*MountPointForDescribePermissionGroupsOutput `type:"list"` PermissionGroupId *string `type:"string"` PermissionGroupName *string `type:"string"` PermissionRuleCount *int32 `type:"int32"` // contains filtered or unexported fields }
func (PermissionGroupForDescribePermissionGroupsOutput) GoString ¶
func (s PermissionGroupForDescribePermissionGroupsOutput) GoString() string
GoString returns the string representation
func (*PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetCreateTime sets the CreateTime field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetDescription ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetDescription(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetDescription sets the Description field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemCount ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
SetFileSystemCount sets the FileSystemCount field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemType ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemType(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetMountPoints ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetMountPoints(v []*MountPointForDescribePermissionGroupsOutput) *PermissionGroupForDescribePermissionGroupsOutput
SetMountPoints sets the MountPoints field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupId ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupId(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupName ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupName(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionRuleCount ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetPermissionRuleCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
SetPermissionRuleCount sets the PermissionRuleCount field's value.
func (PermissionGroupForDescribePermissionGroupsOutput) String ¶
func (s PermissionGroupForDescribePermissionGroupsOutput) String() string
String returns the string representation
type PermissionRuleForDescribePermissionRulesOutput ¶
type PermissionRuleForDescribePermissionRulesOutput struct { CidrIp *string `type:"string"` PermissionRuleId *string `type:"string"` RwMode *string `type:"string" enum:"EnumOfRwModeForDescribePermissionRulesOutput"` UserMode *string `type:"string" enum:"EnumOfUserModeForDescribePermissionRulesOutput"` // contains filtered or unexported fields }
func (PermissionRuleForDescribePermissionRulesOutput) GoString ¶
func (s PermissionRuleForDescribePermissionRulesOutput) GoString() string
GoString returns the string representation
func (*PermissionRuleForDescribePermissionRulesOutput) SetCidrIp ¶
func (s *PermissionRuleForDescribePermissionRulesOutput) SetCidrIp(v string) *PermissionRuleForDescribePermissionRulesOutput
SetCidrIp sets the CidrIp field's value.
func (*PermissionRuleForDescribePermissionRulesOutput) SetPermissionRuleId ¶
func (s *PermissionRuleForDescribePermissionRulesOutput) SetPermissionRuleId(v string) *PermissionRuleForDescribePermissionRulesOutput
SetPermissionRuleId sets the PermissionRuleId field's value.
func (*PermissionRuleForDescribePermissionRulesOutput) SetRwMode ¶
func (s *PermissionRuleForDescribePermissionRulesOutput) SetRwMode(v string) *PermissionRuleForDescribePermissionRulesOutput
SetRwMode sets the RwMode field's value.
func (*PermissionRuleForDescribePermissionRulesOutput) SetUserMode ¶
func (s *PermissionRuleForDescribePermissionRulesOutput) SetUserMode(v string) *PermissionRuleForDescribePermissionRulesOutput
SetUserMode sets the UserMode field's value.
func (PermissionRuleForDescribePermissionRulesOutput) String ¶
func (s PermissionRuleForDescribePermissionRulesOutput) String() string
String returns the string representation
type PermissionRuleForUpdatePermissionRuleInput ¶
type PermissionRuleForUpdatePermissionRuleInput struct { CidrIp *string `type:"string"` PermissionRuleId *string `type:"string"` RwMode *string `type:"string" enum:"EnumOfRwModeForUpdatePermissionRuleInput"` UserMode *string `type:"string" enum:"EnumOfUserModeForUpdatePermissionRuleInput"` // contains filtered or unexported fields }
func (PermissionRuleForUpdatePermissionRuleInput) GoString ¶
func (s PermissionRuleForUpdatePermissionRuleInput) GoString() string
GoString returns the string representation
func (*PermissionRuleForUpdatePermissionRuleInput) SetCidrIp ¶
func (s *PermissionRuleForUpdatePermissionRuleInput) SetCidrIp(v string) *PermissionRuleForUpdatePermissionRuleInput
SetCidrIp sets the CidrIp field's value.
func (*PermissionRuleForUpdatePermissionRuleInput) SetPermissionRuleId ¶
func (s *PermissionRuleForUpdatePermissionRuleInput) SetPermissionRuleId(v string) *PermissionRuleForUpdatePermissionRuleInput
SetPermissionRuleId sets the PermissionRuleId field's value.
func (*PermissionRuleForUpdatePermissionRuleInput) SetRwMode ¶
func (s *PermissionRuleForUpdatePermissionRuleInput) SetRwMode(v string) *PermissionRuleForUpdatePermissionRuleInput
SetRwMode sets the RwMode field's value.
func (*PermissionRuleForUpdatePermissionRuleInput) SetUserMode ¶
func (s *PermissionRuleForUpdatePermissionRuleInput) SetUserMode(v string) *PermissionRuleForUpdatePermissionRuleInput
SetUserMode sets the UserMode field's value.
func (PermissionRuleForUpdatePermissionRuleInput) String ¶
func (s PermissionRuleForUpdatePermissionRuleInput) String() string
String returns the string representation
type RegionForDescribeRegionsOutput ¶
type RegionForDescribeRegionsOutput struct { RegionId *string `type:"string"` RegionName *string `type:"string"` Status *string `type:"string" enum:"EnumOfStatusForDescribeRegionsOutput"` // contains filtered or unexported fields }
func (RegionForDescribeRegionsOutput) GoString ¶
func (s RegionForDescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*RegionForDescribeRegionsOutput) SetRegionId ¶
func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
SetRegionId sets the RegionId field's value.
func (*RegionForDescribeRegionsOutput) SetRegionName ¶
func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
SetRegionName sets the RegionName field's value.
func (*RegionForDescribeRegionsOutput) SetStatus ¶
func (s *RegionForDescribeRegionsOutput) SetStatus(v string) *RegionForDescribeRegionsOutput
SetStatus sets the Status field's value.
func (RegionForDescribeRegionsOutput) String ¶
func (s RegionForDescribeRegionsOutput) String() string
String returns the string representation
type SaleForDescribeZonesOutput ¶
type SaleForDescribeZonesOutput struct { FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeZonesOutput"` ProtocolType *string `type:"string" enum:"EnumOfProtocolTypeForDescribeZonesOutput"` Status *string `type:"string" enum:"EnumOfStatusForDescribeZonesOutput"` StorageType *string `type:"string"` // contains filtered or unexported fields }
func (SaleForDescribeZonesOutput) GoString ¶
func (s SaleForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*SaleForDescribeZonesOutput) SetFileSystemType ¶
func (s *SaleForDescribeZonesOutput) SetFileSystemType(v string) *SaleForDescribeZonesOutput
SetFileSystemType sets the FileSystemType field's value.
func (*SaleForDescribeZonesOutput) SetProtocolType ¶
func (s *SaleForDescribeZonesOutput) SetProtocolType(v string) *SaleForDescribeZonesOutput
SetProtocolType sets the ProtocolType field's value.
func (*SaleForDescribeZonesOutput) SetStatus ¶
func (s *SaleForDescribeZonesOutput) SetStatus(v string) *SaleForDescribeZonesOutput
SetStatus sets the Status field's value.
func (*SaleForDescribeZonesOutput) SetStorageType ¶
func (s *SaleForDescribeZonesOutput) SetStorageType(v string) *SaleForDescribeZonesOutput
SetStorageType sets the StorageType field's value.
func (SaleForDescribeZonesOutput) String ¶
func (s SaleForDescribeZonesOutput) String() string
String returns the string representation
type SnapshotForDescribeSnapshotsOutput ¶
type SnapshotForDescribeSnapshotsOutput struct { CreateTime *string `type:"string"` Description *string `type:"string"` FileSystemId *string `type:"string"` FileSystemName *string `type:"string"` IsEncrypt *bool `type:"boolean"` Progress *string `type:"string"` RetentionDays *int32 `type:"int32"` SnapshotId *string `type:"string"` SnapshotName *string `type:"string"` SnapshotType *string `type:"string" enum:"EnumOfSnapshotTypeForDescribeSnapshotsOutput"` SourceSize *int32 `type:"int32"` SourceVersion *string `type:"string"` Status *string `type:"string" enum:"EnumOfStatusForDescribeSnapshotsOutput"` ZoneId *string `type:"string"` // contains filtered or unexported fields }
func (SnapshotForDescribeSnapshotsOutput) GoString ¶
func (s SnapshotForDescribeSnapshotsOutput) GoString() string
GoString returns the string representation
func (*SnapshotForDescribeSnapshotsOutput) SetCreateTime ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetCreateTime(v string) *SnapshotForDescribeSnapshotsOutput
SetCreateTime sets the CreateTime field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetDescription ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetDescription(v string) *SnapshotForDescribeSnapshotsOutput
SetDescription sets the Description field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetFileSystemId ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetFileSystemId(v string) *SnapshotForDescribeSnapshotsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetFileSystemName ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetFileSystemName(v string) *SnapshotForDescribeSnapshotsOutput
SetFileSystemName sets the FileSystemName field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetIsEncrypt ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetIsEncrypt(v bool) *SnapshotForDescribeSnapshotsOutput
SetIsEncrypt sets the IsEncrypt field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetProgress ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetProgress(v string) *SnapshotForDescribeSnapshotsOutput
SetProgress sets the Progress field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetRetentionDays ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetRetentionDays(v int32) *SnapshotForDescribeSnapshotsOutput
SetRetentionDays sets the RetentionDays field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotId ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotId(v string) *SnapshotForDescribeSnapshotsOutput
SetSnapshotId sets the SnapshotId field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotName ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotName(v string) *SnapshotForDescribeSnapshotsOutput
SetSnapshotName sets the SnapshotName field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotType ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetSnapshotType(v string) *SnapshotForDescribeSnapshotsOutput
SetSnapshotType sets the SnapshotType field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetSourceSize ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetSourceSize(v int32) *SnapshotForDescribeSnapshotsOutput
SetSourceSize sets the SourceSize field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetSourceVersion ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetSourceVersion(v string) *SnapshotForDescribeSnapshotsOutput
SetSourceVersion sets the SourceVersion field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetStatus ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetStatus(v string) *SnapshotForDescribeSnapshotsOutput
SetStatus sets the Status field's value.
func (*SnapshotForDescribeSnapshotsOutput) SetZoneId ¶
func (s *SnapshotForDescribeSnapshotsOutput) SetZoneId(v string) *SnapshotForDescribeSnapshotsOutput
SetZoneId sets the ZoneId field's value.
func (SnapshotForDescribeSnapshotsOutput) String ¶
func (s SnapshotForDescribeSnapshotsOutput) String() string
String returns the string representation
type StatisticForDescribeFileSystemStatisticsOutput ¶
type StatisticForDescribeFileSystemStatisticsOutput struct { CommonCapacity *CommonCapacityForDescribeFileSystemStatisticsOutput `type:"structure"` CommonFileSystemCount *int32 `type:"int32"` ExtremeCapacity *ExtremeCapacityForDescribeFileSystemStatisticsOutput `type:"structure"` ExtremeFileSystemCount *int32 `type:"int32"` RegionId *string `type:"string"` ZoneId *string `type:"string"` ZoneName *string `type:"string"` // contains filtered or unexported fields }
func (StatisticForDescribeFileSystemStatisticsOutput) GoString ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*StatisticForDescribeFileSystemStatisticsOutput) SetCommonCapacity ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCommonCapacity(v *CommonCapacityForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
SetCommonCapacity sets the CommonCapacity field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetCommonFileSystemCount ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCommonFileSystemCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
SetCommonFileSystemCount sets the CommonFileSystemCount field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetExtremeCapacity ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetExtremeCapacity(v *ExtremeCapacityForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
SetExtremeCapacity sets the ExtremeCapacity field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetExtremeFileSystemCount ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetExtremeFileSystemCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
SetExtremeFileSystemCount sets the ExtremeFileSystemCount field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetRegionId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetRegionId sets the RegionId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetZoneId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetZoneId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetZoneId sets the ZoneId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetZoneName ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetZoneName(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetZoneName sets the ZoneName field's value.
func (StatisticForDescribeFileSystemStatisticsOutput) String ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type TagFilterForDescribeFileSystemsInput ¶
type TagFilterForDescribeFileSystemsInput struct { Key *string `type:"string"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagFilterForDescribeFileSystemsInput) GoString ¶
func (s TagFilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeFileSystemsInput) SetKey ¶
func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeFileSystemsInput) SetValue ¶
func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (TagFilterForDescribeFileSystemsInput) String ¶
func (s TagFilterForDescribeFileSystemsInput) String() string
String returns the string representation
type TagForCreateFileSystemInput ¶
type TagForCreateFileSystemInput struct { Key *string `type:"string"` Type *string `type:"string" enum:"EnumOfTypeForCreateFileSystemInput"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForCreateFileSystemInput) GoString ¶
func (s TagForCreateFileSystemInput) GoString() string
GoString returns the string representation
func (*TagForCreateFileSystemInput) SetKey ¶
func (s *TagForCreateFileSystemInput) SetKey(v string) *TagForCreateFileSystemInput
SetKey sets the Key field's value.
func (*TagForCreateFileSystemInput) SetType ¶
func (s *TagForCreateFileSystemInput) SetType(v string) *TagForCreateFileSystemInput
SetType sets the Type field's value.
func (*TagForCreateFileSystemInput) SetValue ¶
func (s *TagForCreateFileSystemInput) SetValue(v string) *TagForCreateFileSystemInput
SetValue sets the Value field's value.
func (TagForCreateFileSystemInput) String ¶
func (s TagForCreateFileSystemInput) String() string
String returns the string representation
type TagForDescribeFileSystemsOutput ¶
type TagForDescribeFileSystemsOutput struct { Key *string `type:"string"` Type *string `type:"string" enum:"EnumOfTypeForDescribeFileSystemsOutput"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForDescribeFileSystemsOutput) GoString ¶
func (s TagForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeFileSystemsOutput) SetKey ¶
func (s *TagForDescribeFileSystemsOutput) SetKey(v string) *TagForDescribeFileSystemsOutput
SetKey sets the Key field's value.
func (*TagForDescribeFileSystemsOutput) SetType ¶
func (s *TagForDescribeFileSystemsOutput) SetType(v string) *TagForDescribeFileSystemsOutput
SetType sets the Type field's value.
func (*TagForDescribeFileSystemsOutput) SetValue ¶
func (s *TagForDescribeFileSystemsOutput) SetValue(v string) *TagForDescribeFileSystemsOutput
SetValue sets the Value field's value.
func (TagForDescribeFileSystemsOutput) String ¶
func (s TagForDescribeFileSystemsOutput) String() string
String returns the string representation
type TagForUpdateFileSystemInput ¶
type TagForUpdateFileSystemInput struct { Key *string `type:"string"` Type *string `type:"string" enum:"EnumOfTypeForUpdateFileSystemInput"` Value *string `type:"string"` // contains filtered or unexported fields }
func (TagForUpdateFileSystemInput) GoString ¶
func (s TagForUpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*TagForUpdateFileSystemInput) SetKey ¶
func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
SetKey sets the Key field's value.
func (*TagForUpdateFileSystemInput) SetType ¶
func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
SetType sets the Type field's value.
func (*TagForUpdateFileSystemInput) SetValue ¶
func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
SetValue sets the Value field's value.
func (TagForUpdateFileSystemInput) String ¶
func (s TagForUpdateFileSystemInput) String() string
String returns the string representation
type UpdateFileSystemInput ¶
type UpdateFileSystemInput struct { Description *string `type:"string"` // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` FileSystemName *string `type:"string"` ProjectName *string `type:"string"` Tags []*TagForUpdateFileSystemInput `type:"list"` // contains filtered or unexported fields }
func (UpdateFileSystemInput) GoString ¶
func (s UpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*UpdateFileSystemInput) SetDescription ¶
func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
SetDescription sets the Description field's value.
func (*UpdateFileSystemInput) SetFileSystemId ¶
func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateFileSystemInput) SetFileSystemName ¶
func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*UpdateFileSystemInput) SetProjectName ¶
func (s *UpdateFileSystemInput) SetProjectName(v string) *UpdateFileSystemInput
SetProjectName sets the ProjectName field's value.
func (*UpdateFileSystemInput) SetTags ¶
func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
SetTags sets the Tags field's value.
func (UpdateFileSystemInput) String ¶
func (s UpdateFileSystemInput) String() string
String returns the string representation
func (*UpdateFileSystemInput) Validate ¶ added in v1.0.119
func (s *UpdateFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFileSystemOutput ¶
type UpdateFileSystemOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateFileSystemOutput) GoString ¶
func (s UpdateFileSystemOutput) GoString() string
GoString returns the string representation
func (UpdateFileSystemOutput) String ¶
func (s UpdateFileSystemOutput) String() string
String returns the string representation
type UpdateMountPointInput ¶
type UpdateMountPointInput struct { // FileSystemId is a required field FileSystemId *string `type:"string" required:"true"` // MountPointId is a required field MountPointId *string `type:"string" required:"true"` MountPointName *string `type:"string"` PermissionGroupId *string `type:"string"` // contains filtered or unexported fields }
func (UpdateMountPointInput) GoString ¶
func (s UpdateMountPointInput) GoString() string
GoString returns the string representation
func (*UpdateMountPointInput) SetFileSystemId ¶
func (s *UpdateMountPointInput) SetFileSystemId(v string) *UpdateMountPointInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateMountPointInput) SetMountPointId ¶
func (s *UpdateMountPointInput) SetMountPointId(v string) *UpdateMountPointInput
SetMountPointId sets the MountPointId field's value.
func (*UpdateMountPointInput) SetMountPointName ¶
func (s *UpdateMountPointInput) SetMountPointName(v string) *UpdateMountPointInput
SetMountPointName sets the MountPointName field's value.
func (*UpdateMountPointInput) SetPermissionGroupId ¶
func (s *UpdateMountPointInput) SetPermissionGroupId(v string) *UpdateMountPointInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (UpdateMountPointInput) String ¶
func (s UpdateMountPointInput) String() string
String returns the string representation
func (*UpdateMountPointInput) Validate ¶ added in v1.0.119
func (s *UpdateMountPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateMountPointOutput ¶
type UpdateMountPointOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateMountPointOutput) GoString ¶
func (s UpdateMountPointOutput) GoString() string
GoString returns the string representation
func (UpdateMountPointOutput) String ¶
func (s UpdateMountPointOutput) String() string
String returns the string representation
type UpdatePermissionGroupInput ¶
type UpdatePermissionGroupInput struct { Description *string `type:"string"` // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForUpdatePermissionGroupInput"` // PermissionGroupId is a required field PermissionGroupId *string `type:"string" required:"true"` PermissionGroupName *string `type:"string"` // contains filtered or unexported fields }
func (UpdatePermissionGroupInput) GoString ¶
func (s UpdatePermissionGroupInput) GoString() string
GoString returns the string representation
func (*UpdatePermissionGroupInput) SetDescription ¶
func (s *UpdatePermissionGroupInput) SetDescription(v string) *UpdatePermissionGroupInput
SetDescription sets the Description field's value.
func (*UpdatePermissionGroupInput) SetFileSystemType ¶
func (s *UpdatePermissionGroupInput) SetFileSystemType(v string) *UpdatePermissionGroupInput
SetFileSystemType sets the FileSystemType field's value.
func (*UpdatePermissionGroupInput) SetPermissionGroupId ¶
func (s *UpdatePermissionGroupInput) SetPermissionGroupId(v string) *UpdatePermissionGroupInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*UpdatePermissionGroupInput) SetPermissionGroupName ¶
func (s *UpdatePermissionGroupInput) SetPermissionGroupName(v string) *UpdatePermissionGroupInput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (UpdatePermissionGroupInput) String ¶
func (s UpdatePermissionGroupInput) String() string
String returns the string representation
func (*UpdatePermissionGroupInput) Validate ¶ added in v1.0.119
func (s *UpdatePermissionGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePermissionGroupOutput ¶
type UpdatePermissionGroupOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdatePermissionGroupOutput) GoString ¶
func (s UpdatePermissionGroupOutput) GoString() string
GoString returns the string representation
func (UpdatePermissionGroupOutput) String ¶
func (s UpdatePermissionGroupOutput) String() string
String returns the string representation
type UpdatePermissionRuleInput ¶
type UpdatePermissionRuleInput struct { // FileSystemType is a required field FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForUpdatePermissionRuleInput"` PermissionGroupId *string `type:"string"` PermissionRules []*PermissionRuleForUpdatePermissionRuleInput `type:"list"` // contains filtered or unexported fields }
func (UpdatePermissionRuleInput) GoString ¶
func (s UpdatePermissionRuleInput) GoString() string
GoString returns the string representation
func (*UpdatePermissionRuleInput) SetFileSystemType ¶
func (s *UpdatePermissionRuleInput) SetFileSystemType(v string) *UpdatePermissionRuleInput
SetFileSystemType sets the FileSystemType field's value.
func (*UpdatePermissionRuleInput) SetPermissionGroupId ¶
func (s *UpdatePermissionRuleInput) SetPermissionGroupId(v string) *UpdatePermissionRuleInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*UpdatePermissionRuleInput) SetPermissionRules ¶
func (s *UpdatePermissionRuleInput) SetPermissionRules(v []*PermissionRuleForUpdatePermissionRuleInput) *UpdatePermissionRuleInput
SetPermissionRules sets the PermissionRules field's value.
func (UpdatePermissionRuleInput) String ¶
func (s UpdatePermissionRuleInput) String() string
String returns the string representation
func (*UpdatePermissionRuleInput) Validate ¶ added in v1.0.119
func (s *UpdatePermissionRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdatePermissionRuleOutput ¶
type UpdatePermissionRuleOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdatePermissionRuleOutput) GoString ¶
func (s UpdatePermissionRuleOutput) GoString() string
GoString returns the string representation
func (UpdatePermissionRuleOutput) String ¶
func (s UpdatePermissionRuleOutput) String() string
String returns the string representation
type UpdateSnapshotInput ¶
type UpdateSnapshotInput struct { Description *string `type:"string"` // SnapshotId is a required field SnapshotId *string `type:"string" required:"true"` SnapshotName *string `type:"string"` // contains filtered or unexported fields }
func (UpdateSnapshotInput) GoString ¶
func (s UpdateSnapshotInput) GoString() string
GoString returns the string representation
func (*UpdateSnapshotInput) SetDescription ¶
func (s *UpdateSnapshotInput) SetDescription(v string) *UpdateSnapshotInput
SetDescription sets the Description field's value.
func (*UpdateSnapshotInput) SetSnapshotId ¶
func (s *UpdateSnapshotInput) SetSnapshotId(v string) *UpdateSnapshotInput
SetSnapshotId sets the SnapshotId field's value.
func (*UpdateSnapshotInput) SetSnapshotName ¶
func (s *UpdateSnapshotInput) SetSnapshotName(v string) *UpdateSnapshotInput
SetSnapshotName sets the SnapshotName field's value.
func (UpdateSnapshotInput) String ¶
func (s UpdateSnapshotInput) String() string
String returns the string representation
func (*UpdateSnapshotInput) Validate ¶ added in v1.0.119
func (s *UpdateSnapshotInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSnapshotOutput ¶
type UpdateSnapshotOutput struct { Metadata *response.ResponseMetadata // contains filtered or unexported fields }
func (UpdateSnapshotOutput) GoString ¶
func (s UpdateSnapshotOutput) GoString() string
GoString returns the string representation
func (UpdateSnapshotOutput) String ¶
func (s UpdateSnapshotOutput) String() string
String returns the string representation
type ZoneForDescribeZonesOutput ¶
type ZoneForDescribeZonesOutput struct { Sales []*SaleForDescribeZonesOutput `type:"list"` Status *string `type:"string" enum:"EnumOfStatusForDescribeZonesOutput"` ZoneId *string `type:"string"` ZoneName *string `type:"string"` // contains filtered or unexported fields }
func (ZoneForDescribeZonesOutput) GoString ¶
func (s ZoneForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*ZoneForDescribeZonesOutput) SetSales ¶
func (s *ZoneForDescribeZonesOutput) SetSales(v []*SaleForDescribeZonesOutput) *ZoneForDescribeZonesOutput
SetSales sets the Sales field's value.
func (*ZoneForDescribeZonesOutput) SetStatus ¶
func (s *ZoneForDescribeZonesOutput) SetStatus(v string) *ZoneForDescribeZonesOutput
SetStatus sets the Status field's value.
func (*ZoneForDescribeZonesOutput) SetZoneId ¶
func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (*ZoneForDescribeZonesOutput) SetZoneName ¶
func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
SetZoneName sets the ZoneName field's value.
func (ZoneForDescribeZonesOutput) String ¶
func (s ZoneForDescribeZonesOutput) String() string
String returns the string representation
Source Files ¶
- api_create_file_system.go
- api_create_mount_point.go
- api_create_permission_group.go
- api_create_snapshot.go
- api_delete_file_system.go
- api_delete_mount_point.go
- api_delete_permission_group.go
- api_delete_snapshot.go
- api_describe_file_system_overview.go
- api_describe_file_system_statistics.go
- api_describe_file_systems.go
- api_describe_mount_points.go
- api_describe_permission_groups.go
- api_describe_permission_rules.go
- api_describe_regions.go
- api_describe_snapshots.go
- api_describe_zones.go
- api_expand_file_system.go
- api_update_file_system.go
- api_update_mount_point.go
- api_update_permission_group.go
- api_update_permission_rule.go
- api_update_snapshot.go
- interface_filenas.go
- service_filenas.go