Documentation
¶
Overview ¶
Package efsiface provides an interface to enable mocking the EFS 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 AccessPointForDescribeAccessPointsOutput
- func (s AccessPointForDescribeAccessPointsOutput) GoString() string
- func (s *AccessPointForDescribeAccessPointsOutput) SetAccessPointId(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetAccessPointName(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetCreateTime(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetDomain(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetEnableIam(v bool) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetFileSystemPath(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetPermissionGroupId(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetPermissionGroupName(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetPosixUser(v *PosixUserForDescribeAccessPointsOutput) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetStatus(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetSubnetId(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetSubnetName(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetTrn(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetUpdateTime(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetVpcId(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetVpcName(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetZoneId(v string) *AccessPointForDescribeAccessPointsOutput
- func (s *AccessPointForDescribeAccessPointsOutput) SetZoneName(v string) *AccessPointForDescribeAccessPointsOutput
- func (s AccessPointForDescribeAccessPointsOutput) String() string
- type AccessPointForDescribePermissionGroupsOutput
- func (s AccessPointForDescribePermissionGroupsOutput) GoString() string
- func (s *AccessPointForDescribePermissionGroupsOutput) SetAccessPointId(v string) *AccessPointForDescribePermissionGroupsOutput
- func (s *AccessPointForDescribePermissionGroupsOutput) SetAccessPointName(v string) *AccessPointForDescribePermissionGroupsOutput
- func (s *AccessPointForDescribePermissionGroupsOutput) SetFileSystemId(v string) *AccessPointForDescribePermissionGroupsOutput
- func (s *AccessPointForDescribePermissionGroupsOutput) SetFileSystemName(v string) *AccessPointForDescribePermissionGroupsOutput
- func (s AccessPointForDescribePermissionGroupsOutput) String() string
- type ChargeConfigForDescribeFileSystemsOutput
- func (s ChargeConfigForDescribeFileSystemsOutput) GoString() string
- func (s *ChargeConfigForDescribeFileSystemsOutput) SetChargeStatus(v string) *ChargeConfigForDescribeFileSystemsOutput
- func (s *ChargeConfigForDescribeFileSystemsOutput) SetChargeType(v string) *ChargeConfigForDescribeFileSystemsOutput
- func (s *ChargeConfigForDescribeFileSystemsOutput) SetExpireTime(v string) *ChargeConfigForDescribeFileSystemsOutput
- func (s *ChargeConfigForDescribeFileSystemsOutput) SetReclaimTime(v string) *ChargeConfigForDescribeFileSystemsOutput
- func (s *ChargeConfigForDescribeFileSystemsOutput) SetStopTime(v string) *ChargeConfigForDescribeFileSystemsOutput
- func (s ChargeConfigForDescribeFileSystemsOutput) String() string
- type CheckDirInput
- type CheckDirOutput
- func (s CheckDirOutput) GoString() string
- func (s *CheckDirOutput) SetAccessMode(v string) *CheckDirOutput
- func (s *CheckDirOutput) SetExist(v bool) *CheckDirOutput
- func (s *CheckDirOutput) SetOwnerGroupId(v int32) *CheckDirOutput
- func (s *CheckDirOutput) SetOwnerUserId(v int32) *CheckDirOutput
- func (s CheckDirOutput) String() string
- type CreateAccessPointInput
- func (s CreateAccessPointInput) GoString() string
- func (s *CreateAccessPointInput) SetAccessPointName(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetEnableIam(v bool) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetFileSystemId(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetFileSystemPath(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetPermissionGroupId(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetPosixUser(v *PosixUserForCreateAccessPointInput) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetSubnetId(v string) *CreateAccessPointInput
- func (s *CreateAccessPointInput) SetVpcId(v string) *CreateAccessPointInput
- func (s CreateAccessPointInput) String() string
- func (s *CreateAccessPointInput) Validate() error
- type CreateAccessPointOutput
- type CreateDirInput
- func (s CreateDirInput) GoString() string
- func (s *CreateDirInput) SetAccessMode(v string) *CreateDirInput
- func (s *CreateDirInput) SetFileSystemId(v string) *CreateDirInput
- func (s *CreateDirInput) SetFileSystemPath(v string) *CreateDirInput
- func (s *CreateDirInput) SetOwnerGroupId(v int32) *CreateDirInput
- func (s *CreateDirInput) SetOwnerUserId(v int32) *CreateDirInput
- func (s *CreateDirInput) SetRecursive(v bool) *CreateDirInput
- func (s CreateDirInput) String() string
- func (s *CreateDirInput) Validate() error
- type CreateDirOutput
- type CreateFileSystemInput
- func (s CreateFileSystemInput) GoString() string
- func (s *CreateFileSystemInput) SetBandwidthMode(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetBurstBandwidth(v int32) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetInstanceType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetOneStep(v bool) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetPerformanceDensity(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProjectName(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProvisionedBandwidth(v int32) *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) SetPermissionGroupName(v string) *CreatePermissionGroupInput
- func (s CreatePermissionGroupInput) String() string
- func (s *CreatePermissionGroupInput) Validate() error
- type CreatePermissionGroupOutput
- type CreatePermissionRuleInput
- func (s CreatePermissionRuleInput) GoString() string
- func (s *CreatePermissionRuleInput) SetCidrIp(v string) *CreatePermissionRuleInput
- func (s *CreatePermissionRuleInput) SetPermissionGroupId(v string) *CreatePermissionRuleInput
- func (s *CreatePermissionRuleInput) SetRwMode(v string) *CreatePermissionRuleInput
- func (s *CreatePermissionRuleInput) SetUserMode(v string) *CreatePermissionRuleInput
- func (s CreatePermissionRuleInput) String() string
- func (s *CreatePermissionRuleInput) Validate() error
- type CreatePermissionRuleOutput
- type CreateQuotaInput
- func (s CreateQuotaInput) GoString() string
- func (s *CreateQuotaInput) SetCapacityLimit(v int64) *CreateQuotaInput
- func (s *CreateQuotaInput) SetFileSystemId(v string) *CreateQuotaInput
- func (s *CreateQuotaInput) SetFileSystemPath(v string) *CreateQuotaInput
- func (s *CreateQuotaInput) SetInodeLimit(v int64) *CreateQuotaInput
- func (s *CreateQuotaInput) SetLimitType(v string) *CreateQuotaInput
- func (s *CreateQuotaInput) SetQuotaType(v string) *CreateQuotaInput
- func (s *CreateQuotaInput) SetUserId(v string) *CreateQuotaInput
- func (s *CreateQuotaInput) SetUserType(v string) *CreateQuotaInput
- func (s CreateQuotaInput) String() string
- func (s *CreateQuotaInput) Validate() error
- type CreateQuotaOutput
- type DeleteAccessPointInput
- func (s DeleteAccessPointInput) GoString() string
- func (s *DeleteAccessPointInput) SetAccessPointId(v string) *DeleteAccessPointInput
- func (s *DeleteAccessPointInput) SetFileSystemId(v string) *DeleteAccessPointInput
- func (s DeleteAccessPointInput) String() string
- func (s *DeleteAccessPointInput) Validate() error
- type DeleteAccessPointOutput
- type DeleteFileSystemInput
- func (s DeleteFileSystemInput) GoString() string
- func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput
- func (s *DeleteFileSystemInput) SetForce(v bool) *DeleteFileSystemInput
- func (s *DeleteFileSystemInput) SetOneStep(v bool) *DeleteFileSystemInput
- func (s *DeleteFileSystemInput) SetReclaimed(v bool) *DeleteFileSystemInput
- func (s DeleteFileSystemInput) String() string
- func (s *DeleteFileSystemInput) Validate() error
- 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
- type DeletePermissionGroupOutput
- type DeletePermissionRuleInput
- func (s DeletePermissionRuleInput) GoString() string
- func (s *DeletePermissionRuleInput) SetPermissionGroupId(v string) *DeletePermissionRuleInput
- func (s *DeletePermissionRuleInput) SetPermissionRuleId(v string) *DeletePermissionRuleInput
- func (s DeletePermissionRuleInput) String() string
- func (s *DeletePermissionRuleInput) Validate() error
- type DeletePermissionRuleOutput
- type DeleteQuotaInput
- type DeleteQuotaOutput
- type DescribeAccessPointsInput
- func (s DescribeAccessPointsInput) GoString() string
- func (s *DescribeAccessPointsInput) SetAccessPointId(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetAccessPointName(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetFileSystemId(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetFileSystemPath(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetLanguage(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetPageNumber(v int32) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetPageSize(v int32) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetVpcId(v string) *DescribeAccessPointsInput
- func (s *DescribeAccessPointsInput) SetZoneId(v string) *DescribeAccessPointsInput
- func (s DescribeAccessPointsInput) String() string
- func (s *DescribeAccessPointsInput) Validate() error
- type DescribeAccessPointsOutput
- func (s DescribeAccessPointsOutput) GoString() string
- func (s *DescribeAccessPointsOutput) SetAccessPoints(v []*AccessPointForDescribeAccessPointsOutput) *DescribeAccessPointsOutput
- func (s *DescribeAccessPointsOutput) SetPageNumber(v int32) *DescribeAccessPointsOutput
- func (s *DescribeAccessPointsOutput) SetPageSize(v int32) *DescribeAccessPointsOutput
- func (s *DescribeAccessPointsOutput) SetTotalCount(v int32) *DescribeAccessPointsOutput
- func (s DescribeAccessPointsOutput) String() string
- type DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) GoString() string
- func (s *DescribeFileSystemsInput) SetBandwidthMode(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetChargeType(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetExportOnly(v bool) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFileSystemId(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFileSystemName(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetInstanceType(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetLanguage(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPerformanceDensity(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetProjectName(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetProtocolType(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetSortBy(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetSortOrder(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetStatuses(v []*string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetZoneId(v string) *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) SetLanguage(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) SetZoneId(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 []*MountPointForDescribeMountPointsOutput) *DescribeMountPointsOutput
- func (s *DescribeMountPointsOutput) SetTotalCount(v int32) *DescribeMountPointsOutput
- func (s DescribeMountPointsOutput) String() string
- type DescribePermissionGroupsInput
- func (s DescribePermissionGroupsInput) GoString() string
- func (s *DescribePermissionGroupsInput) SetPageNumber(v int32) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetPageSize(v int32) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetPermissionGroupId(v string) *DescribePermissionGroupsInput
- func (s *DescribePermissionGroupsInput) SetPermissionGroupName(v string) *DescribePermissionGroupsInput
- func (s DescribePermissionGroupsInput) String() string
- 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) SetCidrIp(v string) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetPageNumber(v int32) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetPageSize(v int32) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetPermissionGroupId(v string) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetRwMode(v string) *DescribePermissionRulesInput
- func (s *DescribePermissionRulesInput) SetUserMode(v string) *DescribePermissionRulesInput
- func (s DescribePermissionRulesInput) String() string
- func (s *DescribePermissionRulesInput) Validate() error
- type DescribePermissionRulesOutput
- func (s DescribePermissionRulesOutput) GoString() string
- func (s *DescribePermissionRulesOutput) SetPageNumber(v int32) *DescribePermissionRulesOutput
- func (s *DescribePermissionRulesOutput) SetPageSize(v int32) *DescribePermissionRulesOutput
- func (s *DescribePermissionRulesOutput) SetPermissionRules(v []*PermissionRuleForDescribePermissionRulesOutput) *DescribePermissionRulesOutput
- func (s *DescribePermissionRulesOutput) SetTotalCount(v int32) *DescribePermissionRulesOutput
- func (s DescribePermissionRulesOutput) String() string
- type DescribeQuotasInput
- func (s DescribeQuotasInput) GoString() string
- func (s *DescribeQuotasInput) SetFileSystemId(v string) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetFileSystemPath(v string) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetLimitType(v string) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetPageNumber(v int32) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetPageSize(v int32) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetQuotaId(v string) *DescribeQuotasInput
- func (s *DescribeQuotasInput) SetQuotaType(v string) *DescribeQuotasInput
- func (s DescribeQuotasInput) String() string
- func (s *DescribeQuotasInput) Validate() error
- type DescribeQuotasOutput
- func (s DescribeQuotasOutput) GoString() string
- func (s *DescribeQuotasOutput) SetPageNumber(v int32) *DescribeQuotasOutput
- func (s *DescribeQuotasOutput) SetPageSize(v int32) *DescribeQuotasOutput
- func (s *DescribeQuotasOutput) SetQuotas(v []*QuotaForDescribeQuotasOutput) *DescribeQuotasOutput
- func (s *DescribeQuotasOutput) SetTotalCount(v int32) *DescribeQuotasOutput
- func (s DescribeQuotasOutput) String() string
- type DescribeZonesInput
- type DescribeZonesOutput
- type EFS
- func (c *EFS) CheckDir(input *CheckDirInput) (*CheckDirOutput, error)
- func (c *EFS) CheckDirCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CheckDirCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CheckDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CheckDirRequest(input *CheckDirInput) (req *request.Request, output *CheckDirOutput)
- func (c *EFS) CheckDirWithContext(ctx volcengine.Context, input *CheckDirInput, opts ...request.Option) (*CheckDirOutput, error)
- func (c *EFS) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error)
- func (c *EFS) CreateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreateAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput)
- func (c *EFS) CreateAccessPointWithContext(ctx volcengine.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error)
- func (c *EFS) CreateDir(input *CreateDirInput) (*CreateDirOutput, error)
- func (c *EFS) CreateDirCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreateDirCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreateDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreateDirRequest(input *CreateDirInput) (req *request.Request, output *CreateDirOutput)
- func (c *EFS) CreateDirWithContext(ctx volcengine.Context, input *CreateDirInput, opts ...request.Option) (*CreateDirOutput, error)
- func (c *EFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
- func (c *EFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
- func (c *EFS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
- func (c *EFS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)
- func (c *EFS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreateMountPointRequest(input *CreateMountPointInput) (req *request.Request, output *CreateMountPointOutput)
- func (c *EFS) CreateMountPointWithContext(ctx volcengine.Context, input *CreateMountPointInput, opts ...request.Option) (*CreateMountPointOutput, error)
- func (c *EFS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
- func (c *EFS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreatePermissionGroupRequest(input *CreatePermissionGroupInput) (req *request.Request, output *CreatePermissionGroupOutput)
- func (c *EFS) CreatePermissionGroupWithContext(ctx volcengine.Context, input *CreatePermissionGroupInput, ...) (*CreatePermissionGroupOutput, error)
- func (c *EFS) CreatePermissionRule(input *CreatePermissionRuleInput) (*CreatePermissionRuleOutput, error)
- func (c *EFS) CreatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreatePermissionRuleRequest(input *CreatePermissionRuleInput) (req *request.Request, output *CreatePermissionRuleOutput)
- func (c *EFS) CreatePermissionRuleWithContext(ctx volcengine.Context, input *CreatePermissionRuleInput, ...) (*CreatePermissionRuleOutput, error)
- func (c *EFS) CreateQuota(input *CreateQuotaInput) (*CreateQuotaOutput, error)
- func (c *EFS) CreateQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) CreateQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) CreateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) CreateQuotaRequest(input *CreateQuotaInput) (req *request.Request, output *CreateQuotaOutput)
- func (c *EFS) CreateQuotaWithContext(ctx volcengine.Context, input *CreateQuotaInput, opts ...request.Option) (*CreateQuotaOutput, error)
- func (c *EFS) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
- func (c *EFS) DeleteAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeleteAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeleteAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput)
- func (c *EFS) DeleteAccessPointWithContext(ctx volcengine.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error)
- func (c *EFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
- func (c *EFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
- func (c *EFS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
- func (c *EFS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)
- func (c *EFS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeleteMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeleteMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeleteMountPointRequest(input *DeleteMountPointInput) (req *request.Request, output *DeleteMountPointOutput)
- func (c *EFS) DeleteMountPointWithContext(ctx volcengine.Context, input *DeleteMountPointInput, opts ...request.Option) (*DeleteMountPointOutput, error)
- func (c *EFS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
- func (c *EFS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeletePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeletePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeletePermissionGroupRequest(input *DeletePermissionGroupInput) (req *request.Request, output *DeletePermissionGroupOutput)
- func (c *EFS) DeletePermissionGroupWithContext(ctx volcengine.Context, input *DeletePermissionGroupInput, ...) (*DeletePermissionGroupOutput, error)
- func (c *EFS) DeletePermissionRule(input *DeletePermissionRuleInput) (*DeletePermissionRuleOutput, error)
- func (c *EFS) DeletePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeletePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeletePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeletePermissionRuleRequest(input *DeletePermissionRuleInput) (req *request.Request, output *DeletePermissionRuleOutput)
- func (c *EFS) DeletePermissionRuleWithContext(ctx volcengine.Context, input *DeletePermissionRuleInput, ...) (*DeletePermissionRuleOutput, error)
- func (c *EFS) DeleteQuota(input *DeleteQuotaInput) (*DeleteQuotaOutput, error)
- func (c *EFS) DeleteQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DeleteQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DeleteQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DeleteQuotaRequest(input *DeleteQuotaInput) (req *request.Request, output *DeleteQuotaOutput)
- func (c *EFS) DeleteQuotaWithContext(ctx volcengine.Context, input *DeleteQuotaInput, opts ...request.Option) (*DeleteQuotaOutput, error)
- func (c *EFS) DescribeAccessPoints(input *DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error)
- func (c *EFS) DescribeAccessPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribeAccessPointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribeAccessPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribeAccessPointsRequest(input *DescribeAccessPointsInput) (req *request.Request, output *DescribeAccessPointsOutput)
- func (c *EFS) DescribeAccessPointsWithContext(ctx volcengine.Context, input *DescribeAccessPointsInput, ...) (*DescribeAccessPointsOutput, error)
- func (c *EFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
- func (c *EFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
- func (c *EFS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, ...) (*DescribeFileSystemsOutput, error)
- func (c *EFS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
- func (c *EFS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribeMountPointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribeMountPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribeMountPointsRequest(input *DescribeMountPointsInput) (req *request.Request, output *DescribeMountPointsOutput)
- func (c *EFS) DescribeMountPointsWithContext(ctx volcengine.Context, input *DescribeMountPointsInput, ...) (*DescribeMountPointsOutput, error)
- func (c *EFS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
- func (c *EFS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribePermissionGroupsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribePermissionGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribePermissionGroupsRequest(input *DescribePermissionGroupsInput) (req *request.Request, output *DescribePermissionGroupsOutput)
- func (c *EFS) DescribePermissionGroupsWithContext(ctx volcengine.Context, input *DescribePermissionGroupsInput, ...) (*DescribePermissionGroupsOutput, error)
- func (c *EFS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
- func (c *EFS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribePermissionRulesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribePermissionRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribePermissionRulesRequest(input *DescribePermissionRulesInput) (req *request.Request, output *DescribePermissionRulesOutput)
- func (c *EFS) DescribePermissionRulesWithContext(ctx volcengine.Context, input *DescribePermissionRulesInput, ...) (*DescribePermissionRulesOutput, error)
- func (c *EFS) DescribeQuotas(input *DescribeQuotasInput) (*DescribeQuotasOutput, error)
- func (c *EFS) DescribeQuotasCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribeQuotasCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribeQuotasCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribeQuotasRequest(input *DescribeQuotasInput) (req *request.Request, output *DescribeQuotasOutput)
- func (c *EFS) DescribeQuotasWithContext(ctx volcengine.Context, input *DescribeQuotasInput, opts ...request.Option) (*DescribeQuotasOutput, error)
- func (c *EFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
- func (c *EFS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
- func (c *EFS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
- func (c *EFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *EFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *EFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, ...) (*ListTagsForResourcesOutput, error)
- func (c *EFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *EFS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *EFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *EFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *EFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *EFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *EFS) UpdateAccessPoint(input *UpdateAccessPointInput) (*UpdateAccessPointOutput, error)
- func (c *EFS) UpdateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdateAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdateAccessPointRequest(input *UpdateAccessPointInput) (req *request.Request, output *UpdateAccessPointOutput)
- func (c *EFS) UpdateAccessPointWithContext(ctx volcengine.Context, input *UpdateAccessPointInput, opts ...request.Option) (*UpdateAccessPointOutput, error)
- func (c *EFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
- func (c *EFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
- func (c *EFS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
- func (c *EFS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)
- func (c *EFS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdateMountPointRequest(input *UpdateMountPointInput) (req *request.Request, output *UpdateMountPointOutput)
- func (c *EFS) UpdateMountPointWithContext(ctx volcengine.Context, input *UpdateMountPointInput, opts ...request.Option) (*UpdateMountPointOutput, error)
- func (c *EFS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
- func (c *EFS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdatePermissionGroupRequest(input *UpdatePermissionGroupInput) (req *request.Request, output *UpdatePermissionGroupOutput)
- func (c *EFS) UpdatePermissionGroupWithContext(ctx volcengine.Context, input *UpdatePermissionGroupInput, ...) (*UpdatePermissionGroupOutput, error)
- func (c *EFS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
- func (c *EFS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdatePermissionRuleRequest(input *UpdatePermissionRuleInput) (req *request.Request, output *UpdatePermissionRuleOutput)
- func (c *EFS) UpdatePermissionRuleWithContext(ctx volcengine.Context, input *UpdatePermissionRuleInput, ...) (*UpdatePermissionRuleOutput, error)
- func (c *EFS) UpdateQuota(input *UpdateQuotaInput) (*UpdateQuotaOutput, error)
- func (c *EFS) UpdateQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *EFS) UpdateQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *EFS) UpdateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *EFS) UpdateQuotaRequest(input *UpdateQuotaInput) (req *request.Request, output *UpdateQuotaOutput)
- func (c *EFS) UpdateQuotaWithContext(ctx volcengine.Context, input *UpdateQuotaInput, opts ...request.Option) (*UpdateQuotaOutput, error)
- type EFSAPI
- type FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) GoString() string
- func (s *FileSystemForDescribeFileSystemsOutput) SetAccessPointLimit(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeConfig(v *ChargeConfigForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetDowngradeUnlockTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetInstanceType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetMountPointLimit(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetPerformance(v *PerformanceForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetPerformanceDensity(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolTypes(v []*string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStorage(v *StorageForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetUpdateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) String() string
- type ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) GoString() string
- func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) String() string
- func (s *ListTagsForResourcesInput) Validate() error
- type ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) GoString() string
- func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) String() string
- type MountPointForDescribeMountPointsOutput
- func (s MountPointForDescribeMountPointsOutput) GoString() string
- func (s *MountPointForDescribeMountPointsOutput) SetCreateTime(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetDomain(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetIp(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetMountPointId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetMountPointName(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetPermissionGroupId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetPermissionGroupName(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetStatus(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetSubnetId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetSubnetName(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetUpdateTime(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetVpcId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetVpcName(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetZoneId(v string) *MountPointForDescribeMountPointsOutput
- func (s *MountPointForDescribeMountPointsOutput) SetZoneName(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) SetFileSystemName(v string) *MountPointForDescribePermissionGroupsOutput
- func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointId(v string) *MountPointForDescribePermissionGroupsOutput
- func (s *MountPointForDescribePermissionGroupsOutput) SetMountPointName(v string) *MountPointForDescribePermissionGroupsOutput
- func (s MountPointForDescribePermissionGroupsOutput) String() string
- type PerformanceForDescribeFileSystemsOutput
- func (s PerformanceForDescribeFileSystemsOutput) GoString() string
- func (s *PerformanceForDescribeFileSystemsOutput) SetBandwidthMode(v string) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetBaselineBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetBaselineIops(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetBurstBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetBurstIops(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetProvisionedBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s *PerformanceForDescribeFileSystemsOutput) SetProvisionedIops(v int32) *PerformanceForDescribeFileSystemsOutput
- func (s PerformanceForDescribeFileSystemsOutput) String() string
- type PermissionGroupForDescribePermissionGroupsOutput
- func (s PermissionGroupForDescribePermissionGroupsOutput) GoString() string
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetAccessPointCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetAccessPoints(v []*AccessPointForDescribePermissionGroupsOutput) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetDescription(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetMountPointCount(v int32) *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) SetStatus(v string) *PermissionGroupForDescribePermissionGroupsOutput
- func (s *PermissionGroupForDescribePermissionGroupsOutput) SetUpdateTime(v string) *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 PosixUserForCreateAccessPointInput
- func (s PosixUserForCreateAccessPointInput) GoString() string
- func (s *PosixUserForCreateAccessPointInput) SetPosixGroupId(v int32) *PosixUserForCreateAccessPointInput
- func (s *PosixUserForCreateAccessPointInput) SetPosixSecondaryGroupIds(v []*int32) *PosixUserForCreateAccessPointInput
- func (s *PosixUserForCreateAccessPointInput) SetPosixUserId(v int32) *PosixUserForCreateAccessPointInput
- func (s PosixUserForCreateAccessPointInput) String() string
- type PosixUserForDescribeAccessPointsOutput
- func (s PosixUserForDescribeAccessPointsOutput) GoString() string
- func (s *PosixUserForDescribeAccessPointsOutput) SetPosixGroupId(v int32) *PosixUserForDescribeAccessPointsOutput
- func (s *PosixUserForDescribeAccessPointsOutput) SetPosixSecondaryGroupIds(v []*int32) *PosixUserForDescribeAccessPointsOutput
- func (s *PosixUserForDescribeAccessPointsOutput) SetPosixUserId(v int32) *PosixUserForDescribeAccessPointsOutput
- func (s PosixUserForDescribeAccessPointsOutput) String() string
- type QuotaForDescribeQuotasOutput
- func (s QuotaForDescribeQuotasOutput) GoString() string
- func (s *QuotaForDescribeQuotasOutput) SetCapacityLimit(v int64) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetCapacityUsed(v int64) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetCreateTime(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetDirInode(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetFileSystemPath(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetInodeLimit(v int64) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetInodeUsed(v int64) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetLimitType(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetQuotaId(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetQuotaType(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetStatus(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetUpdateTime(v string) *QuotaForDescribeQuotasOutput
- func (s *QuotaForDescribeQuotasOutput) SetUserType(v string) *QuotaForDescribeQuotasOutput
- func (s QuotaForDescribeQuotasOutput) String() string
- type ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) GoString() string
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) String() string
- type StorageForDescribeFileSystemsOutput
- func (s StorageForDescribeFileSystemsOutput) GoString() string
- func (s *StorageForDescribeFileSystemsOutput) SetCapacityLimit(v int64) *StorageForDescribeFileSystemsOutput
- func (s *StorageForDescribeFileSystemsOutput) SetCapacityUsed(v int64) *StorageForDescribeFileSystemsOutput
- func (s *StorageForDescribeFileSystemsOutput) SetInodeLimit(v int64) *StorageForDescribeFileSystemsOutput
- func (s *StorageForDescribeFileSystemsOutput) SetInodeUsed(v int64) *StorageForDescribeFileSystemsOutput
- func (s StorageForDescribeFileSystemsOutput) String() string
- type TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) GoString() string
- func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) SetValues(v []*string) *TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) String() string
- type TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) GoString() string
- func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
- func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) 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 TagForTagResourcesInput
- func (s TagForTagResourcesInput) GoString() string
- func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
- func (s *TagForTagResourcesInput) SetType(v string) *TagForTagResourcesInput
- func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
- func (s TagForTagResourcesInput) String() string
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- func (s *TagResourcesInput) Validate() error
- type TagResourcesOutput
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- func (s *UntagResourcesInput) Validate() error
- type UntagResourcesOutput
- type UpdateAccessPointInput
- func (s UpdateAccessPointInput) GoString() string
- func (s *UpdateAccessPointInput) SetAccessPointId(v string) *UpdateAccessPointInput
- func (s *UpdateAccessPointInput) SetAccessPointName(v string) *UpdateAccessPointInput
- func (s *UpdateAccessPointInput) SetEnableIam(v bool) *UpdateAccessPointInput
- func (s *UpdateAccessPointInput) SetFileSystemId(v string) *UpdateAccessPointInput
- func (s *UpdateAccessPointInput) SetPermissionGroupId(v string) *UpdateAccessPointInput
- func (s UpdateAccessPointInput) String() string
- func (s *UpdateAccessPointInput) Validate() error
- type UpdateAccessPointOutput
- type UpdateFileSystemInput
- func (s UpdateFileSystemInput) GoString() string
- func (s *UpdateFileSystemInput) SetBandwidthMode(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetBurstBandwidth(v int32) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetProvisionedBandwidth(v int32) *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) 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) SetCidrIp(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetPermissionGroupId(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetPermissionRuleId(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetRwMode(v string) *UpdatePermissionRuleInput
- func (s *UpdatePermissionRuleInput) SetUserMode(v string) *UpdatePermissionRuleInput
- func (s UpdatePermissionRuleInput) String() string
- func (s *UpdatePermissionRuleInput) Validate() error
- type UpdatePermissionRuleOutput
- type UpdateQuotaInput
- func (s UpdateQuotaInput) GoString() string
- func (s *UpdateQuotaInput) SetCapacityLimit(v int64) *UpdateQuotaInput
- func (s *UpdateQuotaInput) SetInodeLimit(v int64) *UpdateQuotaInput
- func (s *UpdateQuotaInput) SetLimitType(v string) *UpdateQuotaInput
- func (s *UpdateQuotaInput) SetQuotaId(v string) *UpdateQuotaInput
- func (s UpdateQuotaInput) String() string
- func (s *UpdateQuotaInput) Validate() error
- type UpdateQuotaOutput
- type ZoneForDescribeZonesOutput
Constants ¶
const ( // EnumOfBandwidthModeForCreateFileSystemInputUnknown is a EnumOfBandwidthModeForCreateFileSystemInput enum value EnumOfBandwidthModeForCreateFileSystemInputUnknown = "Unknown" // EnumOfBandwidthModeForCreateFileSystemInputBaseline is a EnumOfBandwidthModeForCreateFileSystemInput enum value EnumOfBandwidthModeForCreateFileSystemInputBaseline = "Baseline" // EnumOfBandwidthModeForCreateFileSystemInputProvisioned is a EnumOfBandwidthModeForCreateFileSystemInput enum value EnumOfBandwidthModeForCreateFileSystemInputProvisioned = "Provisioned" )
const ( // EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo" // EnumOfChargeTypeForCreateFileSystemInputNotEnabled is a EnumOfChargeTypeForCreateFileSystemInput enum value EnumOfChargeTypeForCreateFileSystemInputNotEnabled = "NotEnabled" )
const ( // EnumOfInstanceTypeForCreateFileSystemInputUnknown is a EnumOfInstanceTypeForCreateFileSystemInput enum value EnumOfInstanceTypeForCreateFileSystemInputUnknown = "Unknown" // EnumOfInstanceTypeForCreateFileSystemInputBasic is a EnumOfInstanceTypeForCreateFileSystemInput enum value EnumOfInstanceTypeForCreateFileSystemInputBasic = "Basic" // EnumOfInstanceTypeForCreateFileSystemInputPremium is a EnumOfInstanceTypeForCreateFileSystemInput enum value EnumOfInstanceTypeForCreateFileSystemInputPremium = "Premium" // EnumOfInstanceTypeForCreateFileSystemInputIntelliTier is a EnumOfInstanceTypeForCreateFileSystemInput enum value EnumOfInstanceTypeForCreateFileSystemInputIntelliTier = "IntelliTier" )
const ( // EnumOfPerformanceDensityForCreateFileSystemInputUnknown is a EnumOfPerformanceDensityForCreateFileSystemInput enum value EnumOfPerformanceDensityForCreateFileSystemInputUnknown = "Unknown" // EnumOfPerformanceDensityForCreateFileSystemInputBasic50 is a EnumOfPerformanceDensityForCreateFileSystemInput enum value EnumOfPerformanceDensityForCreateFileSystemInputBasic50 = "Basic_50" // EnumOfPerformanceDensityForCreateFileSystemInputPremium125 is a EnumOfPerformanceDensityForCreateFileSystemInput enum value EnumOfPerformanceDensityForCreateFileSystemInputPremium125 = "Premium_125" )
const ( // EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputSystem = "System" // EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputCustom = "Custom" )
const ( // EnumOfRwModeForCreatePermissionRuleInputUnknown is a EnumOfRwModeForCreatePermissionRuleInput enum value EnumOfRwModeForCreatePermissionRuleInputUnknown = "Unknown" // EnumOfRwModeForCreatePermissionRuleInputRw is a EnumOfRwModeForCreatePermissionRuleInput enum value EnumOfRwModeForCreatePermissionRuleInputRw = "RW" // EnumOfRwModeForCreatePermissionRuleInputRo is a EnumOfRwModeForCreatePermissionRuleInput enum value EnumOfRwModeForCreatePermissionRuleInputRo = "RO" )
const ( // EnumOfUserModeForCreatePermissionRuleInputUnknown is a EnumOfUserModeForCreatePermissionRuleInput enum value EnumOfUserModeForCreatePermissionRuleInputUnknown = "Unknown" // EnumOfUserModeForCreatePermissionRuleInputRootSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value EnumOfUserModeForCreatePermissionRuleInputRootSquash = "Root_squash" // EnumOfUserModeForCreatePermissionRuleInputNoRootSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value EnumOfUserModeForCreatePermissionRuleInputNoRootSquash = "No_root_squash" // EnumOfUserModeForCreatePermissionRuleInputAllSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value EnumOfUserModeForCreatePermissionRuleInputAllSquash = "All_squash" )
const ( // EnumOfLimitTypeForCreateQuotaInputAccounting is a EnumOfLimitTypeForCreateQuotaInput enum value EnumOfLimitTypeForCreateQuotaInputAccounting = "Accounting" // EnumOfLimitTypeForCreateQuotaInputEnforcement is a EnumOfLimitTypeForCreateQuotaInput enum value EnumOfLimitTypeForCreateQuotaInputEnforcement = "Enforcement" )
const ( // EnumOfQuotaTypeForCreateQuotaInputDirQuota is a EnumOfQuotaTypeForCreateQuotaInput enum value EnumOfQuotaTypeForCreateQuotaInputDirQuota = "DirQuota" // EnumOfQuotaTypeForCreateQuotaInputUserQuota is a EnumOfQuotaTypeForCreateQuotaInput enum value EnumOfQuotaTypeForCreateQuotaInputUserQuota = "UserQuota" )
const ( // EnumOfUserTypeForCreateQuotaInputAllUsers is a EnumOfUserTypeForCreateQuotaInput enum value EnumOfUserTypeForCreateQuotaInputAllUsers = "AllUsers" // EnumOfUserTypeForCreateQuotaInputUid is a EnumOfUserTypeForCreateQuotaInput enum value EnumOfUserTypeForCreateQuotaInputUid = "Uid" // EnumOfUserTypeForCreateQuotaInputGid is a EnumOfUserTypeForCreateQuotaInput enum value EnumOfUserTypeForCreateQuotaInputGid = "Gid" )
const ( // EnumOfLanguageForDescribeAccessPointsInputZh is a EnumOfLanguageForDescribeAccessPointsInput enum value EnumOfLanguageForDescribeAccessPointsInputZh = "ZH" // EnumOfLanguageForDescribeAccessPointsInputEn is a EnumOfLanguageForDescribeAccessPointsInput enum value EnumOfLanguageForDescribeAccessPointsInputEn = "EN" )
const ( // EnumOfBandwidthModeForDescribeFileSystemsInputUnknown is a EnumOfBandwidthModeForDescribeFileSystemsInput enum value EnumOfBandwidthModeForDescribeFileSystemsInputUnknown = "Unknown" // EnumOfBandwidthModeForDescribeFileSystemsInputBaseline is a EnumOfBandwidthModeForDescribeFileSystemsInput enum value EnumOfBandwidthModeForDescribeFileSystemsInputBaseline = "Baseline" // EnumOfBandwidthModeForDescribeFileSystemsInputProvisioned is a EnumOfBandwidthModeForDescribeFileSystemsInput enum value EnumOfBandwidthModeForDescribeFileSystemsInputProvisioned = "Provisioned" )
const ( // EnumOfBandwidthModeForDescribeFileSystemsOutputUnknown is a EnumOfBandwidthModeForDescribeFileSystemsOutput enum value EnumOfBandwidthModeForDescribeFileSystemsOutputUnknown = "Unknown" // EnumOfBandwidthModeForDescribeFileSystemsOutputBaseline is a EnumOfBandwidthModeForDescribeFileSystemsOutput enum value EnumOfBandwidthModeForDescribeFileSystemsOutputBaseline = "Baseline" // EnumOfBandwidthModeForDescribeFileSystemsOutputProvisioned is a EnumOfBandwidthModeForDescribeFileSystemsOutput enum value EnumOfBandwidthModeForDescribeFileSystemsOutputProvisioned = "Provisioned" )
const ( // EnumOfChargeStatusForDescribeFileSystemsOutputUnknown is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputUnknown = "Unknown" // EnumOfChargeStatusForDescribeFileSystemsOutputWaitingPaid is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputWaitingPaid = "WaitingPaid" // EnumOfChargeStatusForDescribeFileSystemsOutputPending is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputPending = "Pending" // EnumOfChargeStatusForDescribeFileSystemsOutputModifying is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputModifying = "Modifying" // EnumOfChargeStatusForDescribeFileSystemsOutputFailed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputFailed = "Failed" // EnumOfChargeStatusForDescribeFileSystemsOutputNormal is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputNormal = "Normal" // EnumOfChargeStatusForDescribeFileSystemsOutputExpired is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputExpired = "Expired" // EnumOfChargeStatusForDescribeFileSystemsOutputOverdue is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputOverdue = "Overdue" // EnumOfChargeStatusForDescribeFileSystemsOutputReclaimed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputReclaimed = "Reclaimed" // EnumOfChargeStatusForDescribeFileSystemsOutputTerminated is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputTerminated = "Terminated" )
const ( // EnumOfChargeTypeForDescribeFileSystemsInputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsInput enum value EnumOfChargeTypeForDescribeFileSystemsInputPayAsYouGo = "PayAsYouGo" // EnumOfChargeTypeForDescribeFileSystemsInputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsInput enum value EnumOfChargeTypeForDescribeFileSystemsInputNotEnabled = "NotEnabled" )
const ( // EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo" // EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled = "NotEnabled" )
const ( // EnumOfInstanceTypeForDescribeFileSystemsInputUnknown is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value EnumOfInstanceTypeForDescribeFileSystemsInputUnknown = "Unknown" // EnumOfInstanceTypeForDescribeFileSystemsInputBasic is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value EnumOfInstanceTypeForDescribeFileSystemsInputBasic = "Basic" // EnumOfInstanceTypeForDescribeFileSystemsInputPremium is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value EnumOfInstanceTypeForDescribeFileSystemsInputPremium = "Premium" // EnumOfInstanceTypeForDescribeFileSystemsInputIntelliTier is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value EnumOfInstanceTypeForDescribeFileSystemsInputIntelliTier = "IntelliTier" )
const ( // EnumOfInstanceTypeForDescribeFileSystemsOutputBasic is a EnumOfInstanceTypeForDescribeFileSystemsOutput enum value EnumOfInstanceTypeForDescribeFileSystemsOutputBasic = "Basic" // EnumOfInstanceTypeForDescribeFileSystemsOutputPremium is a EnumOfInstanceTypeForDescribeFileSystemsOutput enum value EnumOfInstanceTypeForDescribeFileSystemsOutputPremium = "Premium" )
const ( // EnumOfLanguageForDescribeFileSystemsInputZh is a EnumOfLanguageForDescribeFileSystemsInput enum value EnumOfLanguageForDescribeFileSystemsInputZh = "ZH" // EnumOfLanguageForDescribeFileSystemsInputEn is a EnumOfLanguageForDescribeFileSystemsInput enum value EnumOfLanguageForDescribeFileSystemsInputEn = "EN" )
const ( // EnumOfPerformanceDensityForDescribeFileSystemsInputUnknown is a EnumOfPerformanceDensityForDescribeFileSystemsInput enum value EnumOfPerformanceDensityForDescribeFileSystemsInputUnknown = "Unknown" // EnumOfPerformanceDensityForDescribeFileSystemsInputBasic50 is a EnumOfPerformanceDensityForDescribeFileSystemsInput enum value EnumOfPerformanceDensityForDescribeFileSystemsInputBasic50 = "Basic_50" // EnumOfPerformanceDensityForDescribeFileSystemsInputPremium125 is a EnumOfPerformanceDensityForDescribeFileSystemsInput enum value EnumOfPerformanceDensityForDescribeFileSystemsInputPremium125 = "Premium_125" )
const ( // EnumOfPerformanceDensityForDescribeFileSystemsOutputBasic50 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value EnumOfPerformanceDensityForDescribeFileSystemsOutputBasic50 = "Basic_50" // EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium75 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium75 = "Premium_75" // EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium150 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium150 = "Premium_150" )
const ( // EnumOfProtocolTypeForDescribeFileSystemsInputNfs is a EnumOfProtocolTypeForDescribeFileSystemsInput enum value EnumOfProtocolTypeForDescribeFileSystemsInputNfs = "NFS" // EnumOfProtocolTypeForDescribeFileSystemsInputSmb is a EnumOfProtocolTypeForDescribeFileSystemsInput enum value EnumOfProtocolTypeForDescribeFileSystemsInputSmb = "SMB" // EnumOfProtocolTypeForDescribeFileSystemsInputFsx is a EnumOfProtocolTypeForDescribeFileSystemsInput enum value EnumOfProtocolTypeForDescribeFileSystemsInputFsx = "FSX" )
const ( // EnumOfProtocolTypeListForDescribeFileSystemsOutputNfs is a EnumOfProtocolTypeListForDescribeFileSystemsOutput enum value EnumOfProtocolTypeListForDescribeFileSystemsOutputNfs = "NFS" // EnumOfProtocolTypeListForDescribeFileSystemsOutputSmb is a EnumOfProtocolTypeListForDescribeFileSystemsOutput enum value EnumOfProtocolTypeListForDescribeFileSystemsOutputSmb = "SMB" // EnumOfProtocolTypeListForDescribeFileSystemsOutputFsx is a EnumOfProtocolTypeListForDescribeFileSystemsOutput enum value EnumOfProtocolTypeListForDescribeFileSystemsOutputFsx = "FSX" )
const ( // EnumOfSortByForDescribeFileSystemsInputCreateTime is a EnumOfSortByForDescribeFileSystemsInput enum value EnumOfSortByForDescribeFileSystemsInputCreateTime = "CreateTime" // EnumOfSortByForDescribeFileSystemsInputProvisionedBandwidth is a EnumOfSortByForDescribeFileSystemsInput enum value EnumOfSortByForDescribeFileSystemsInputProvisionedBandwidth = "ProvisionedBandwidth" // EnumOfSortByForDescribeFileSystemsInputBurstBandwidth is a EnumOfSortByForDescribeFileSystemsInput enum value EnumOfSortByForDescribeFileSystemsInputBurstBandwidth = "BurstBandwidth" )
const ( // EnumOfSortOrderForDescribeFileSystemsInputDesc is a EnumOfSortOrderForDescribeFileSystemsInput enum value EnumOfSortOrderForDescribeFileSystemsInputDesc = "Desc" // EnumOfSortOrderForDescribeFileSystemsInputAsc is a EnumOfSortOrderForDescribeFileSystemsInput enum value EnumOfSortOrderForDescribeFileSystemsInputAsc = "Asc" )
const ( // EnumOfStatusListForDescribeFileSystemsInputUnknown is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputUnknown = "Unknown" // EnumOfStatusListForDescribeFileSystemsInputCreating is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputCreating = "Creating" // EnumOfStatusListForDescribeFileSystemsInputCreateError is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputCreateError = "CreateError" // EnumOfStatusListForDescribeFileSystemsInputRunning is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputRunning = "Running" // EnumOfStatusListForDescribeFileSystemsInputUpdating is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputUpdating = "Updating" // EnumOfStatusListForDescribeFileSystemsInputDeleting is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputDeleting = "Deleting" // EnumOfStatusListForDescribeFileSystemsInputDeleteError is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputDeleteError = "DeleteError" // EnumOfStatusListForDescribeFileSystemsInputDeleted is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputDeleted = "Deleted" // EnumOfStatusListForDescribeFileSystemsInputStopped is a EnumOfStatusListForDescribeFileSystemsInput enum value EnumOfStatusListForDescribeFileSystemsInputStopped = "Stopped" )
const ( // EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputSystem = "System" // EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom" )
const ( // EnumOfLanguageForDescribeMountPointsInputZh is a EnumOfLanguageForDescribeMountPointsInput enum value EnumOfLanguageForDescribeMountPointsInputZh = "ZH" // EnumOfLanguageForDescribeMountPointsInputEn is a EnumOfLanguageForDescribeMountPointsInput enum value EnumOfLanguageForDescribeMountPointsInputEn = "EN" )
const ( // EnumOfStatusForDescribeMountPointsOutputUnknown is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputUnknown = "Unknown" // EnumOfStatusForDescribeMountPointsOutputCreating is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputCreating = "Creating" // EnumOfStatusForDescribeMountPointsOutputCreateError is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputCreateError = "CreateError" // EnumOfStatusForDescribeMountPointsOutputRunning is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputRunning = "Running" // EnumOfStatusForDescribeMountPointsOutputUpdating is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputUpdating = "Updating" // EnumOfStatusForDescribeMountPointsOutputDeleting is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDeleting = "Deleting" // EnumOfStatusForDescribeMountPointsOutputDeleteError is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeMountPointsOutputDisabled is a EnumOfStatusForDescribeMountPointsOutput enum value EnumOfStatusForDescribeMountPointsOutputDisabled = "Disabled" )
const ( // EnumOfStatusForDescribePermissionGroupsOutputUnknown is a EnumOfStatusForDescribePermissionGroupsOutput enum value EnumOfStatusForDescribePermissionGroupsOutputUnknown = "Unknown" // EnumOfStatusForDescribePermissionGroupsOutputCreating is a EnumOfStatusForDescribePermissionGroupsOutput enum value EnumOfStatusForDescribePermissionGroupsOutputCreating = "Creating" // EnumOfStatusForDescribePermissionGroupsOutputAvailable is a EnumOfStatusForDescribePermissionGroupsOutput enum value EnumOfStatusForDescribePermissionGroupsOutputAvailable = "Available" // EnumOfStatusForDescribePermissionGroupsOutputUpdating is a EnumOfStatusForDescribePermissionGroupsOutput enum value EnumOfStatusForDescribePermissionGroupsOutputUpdating = "Updating" // EnumOfStatusForDescribePermissionGroupsOutputDeleting is a EnumOfStatusForDescribePermissionGroupsOutput enum value EnumOfStatusForDescribePermissionGroupsOutputDeleting = "Deleting" )
const ( // EnumOfRwModeForDescribePermissionRulesInputUnknown is a EnumOfRwModeForDescribePermissionRulesInput enum value EnumOfRwModeForDescribePermissionRulesInputUnknown = "Unknown" // EnumOfRwModeForDescribePermissionRulesInputRw is a EnumOfRwModeForDescribePermissionRulesInput enum value EnumOfRwModeForDescribePermissionRulesInputRw = "RW" // EnumOfRwModeForDescribePermissionRulesInputRo is a EnumOfRwModeForDescribePermissionRulesInput enum value EnumOfRwModeForDescribePermissionRulesInputRo = "RO" )
const ( // EnumOfRwModeForDescribePermissionRulesOutputUnknown is a EnumOfRwModeForDescribePermissionRulesOutput enum value EnumOfRwModeForDescribePermissionRulesOutputUnknown = "Unknown" // EnumOfRwModeForDescribePermissionRulesOutputRw is a EnumOfRwModeForDescribePermissionRulesOutput enum value EnumOfRwModeForDescribePermissionRulesOutputRw = "RW" // EnumOfRwModeForDescribePermissionRulesOutputRo is a EnumOfRwModeForDescribePermissionRulesOutput enum value EnumOfRwModeForDescribePermissionRulesOutputRo = "RO" )
const ( // EnumOfUserModeForDescribePermissionRulesInputUnknown is a EnumOfUserModeForDescribePermissionRulesInput enum value EnumOfUserModeForDescribePermissionRulesInputUnknown = "Unknown" // EnumOfUserModeForDescribePermissionRulesInputRootSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value EnumOfUserModeForDescribePermissionRulesInputRootSquash = "Root_squash" // EnumOfUserModeForDescribePermissionRulesInputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value EnumOfUserModeForDescribePermissionRulesInputNoRootSquash = "No_root_squash" // EnumOfUserModeForDescribePermissionRulesInputAllSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value EnumOfUserModeForDescribePermissionRulesInputAllSquash = "All_squash" )
const ( // EnumOfUserModeForDescribePermissionRulesOutputUnknown is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputUnknown = "Unknown" // EnumOfUserModeForDescribePermissionRulesOutputRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputRootSquash = "Root_squash" // EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash = "No_root_squash" // EnumOfUserModeForDescribePermissionRulesOutputAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value EnumOfUserModeForDescribePermissionRulesOutputAllSquash = "All_squash" )
const ( // EnumOfLimitTypeForDescribeQuotasInputAccounting is a EnumOfLimitTypeForDescribeQuotasInput enum value EnumOfLimitTypeForDescribeQuotasInputAccounting = "Accounting" // EnumOfLimitTypeForDescribeQuotasInputEnforcement is a EnumOfLimitTypeForDescribeQuotasInput enum value EnumOfLimitTypeForDescribeQuotasInputEnforcement = "Enforcement" )
const ( // EnumOfLimitTypeForDescribeQuotasOutputAccounting is a EnumOfLimitTypeForDescribeQuotasOutput enum value EnumOfLimitTypeForDescribeQuotasOutputAccounting = "Accounting" // EnumOfLimitTypeForDescribeQuotasOutputEnforcement is a EnumOfLimitTypeForDescribeQuotasOutput enum value EnumOfLimitTypeForDescribeQuotasOutputEnforcement = "Enforcement" )
const ( // EnumOfQuotaTypeForDescribeQuotasInputDirQuota is a EnumOfQuotaTypeForDescribeQuotasInput enum value EnumOfQuotaTypeForDescribeQuotasInputDirQuota = "DirQuota" // EnumOfQuotaTypeForDescribeQuotasInputUserQuota is a EnumOfQuotaTypeForDescribeQuotasInput enum value EnumOfQuotaTypeForDescribeQuotasInputUserQuota = "UserQuota" )
const ( // EnumOfQuotaTypeForDescribeQuotasOutputDirQuota is a EnumOfQuotaTypeForDescribeQuotasOutput enum value EnumOfQuotaTypeForDescribeQuotasOutputDirQuota = "DirQuota" // EnumOfQuotaTypeForDescribeQuotasOutputUserQuota is a EnumOfQuotaTypeForDescribeQuotasOutput enum value EnumOfQuotaTypeForDescribeQuotasOutputUserQuota = "UserQuota" )
const ( // EnumOfStatusForDescribeQuotasOutputCreating is a EnumOfStatusForDescribeQuotasOutput enum value EnumOfStatusForDescribeQuotasOutputCreating = "Creating" // EnumOfStatusForDescribeQuotasOutputNormal is a EnumOfStatusForDescribeQuotasOutput enum value EnumOfStatusForDescribeQuotasOutputNormal = "Normal" // EnumOfStatusForDescribeQuotasOutputDeleting is a EnumOfStatusForDescribeQuotasOutput enum value EnumOfStatusForDescribeQuotasOutputDeleting = "Deleting" // EnumOfStatusForDescribeQuotasOutputUnNormal is a EnumOfStatusForDescribeQuotasOutput enum value EnumOfStatusForDescribeQuotasOutputUnNormal = "UnNormal" // EnumOfStatusForDescribeQuotasOutputUpdating is a EnumOfStatusForDescribeQuotasOutput enum value EnumOfStatusForDescribeQuotasOutputUpdating = "Updating" )
const ( // EnumOfUserTypeForDescribeQuotasOutputAllUsers is a EnumOfUserTypeForDescribeQuotasOutput enum value EnumOfUserTypeForDescribeQuotasOutputAllUsers = "AllUsers" // EnumOfUserTypeForDescribeQuotasOutputUid is a EnumOfUserTypeForDescribeQuotasOutput enum value EnumOfUserTypeForDescribeQuotasOutputUid = "Uid" // EnumOfUserTypeForDescribeQuotasOutputGid is a EnumOfUserTypeForDescribeQuotasOutput enum value EnumOfUserTypeForDescribeQuotasOutputGid = "Gid" )
const ( // EnumOfLanguageForDescribeZonesInputZh is a EnumOfLanguageForDescribeZonesInput enum value EnumOfLanguageForDescribeZonesInputZh = "ZH" // EnumOfLanguageForDescribeZonesInputEn is a EnumOfLanguageForDescribeZonesInput enum value EnumOfLanguageForDescribeZonesInputEn = "EN" )
const ( // EnumOfTypeForTagResourcesInputSystem is a EnumOfTypeForTagResourcesInput enum value EnumOfTypeForTagResourcesInputSystem = "System" // EnumOfTypeForTagResourcesInputCustom is a EnumOfTypeForTagResourcesInput enum value EnumOfTypeForTagResourcesInputCustom = "Custom" )
const ( // EnumOfBandwidthModeForUpdateFileSystemInputUnknown is a EnumOfBandwidthModeForUpdateFileSystemInput enum value EnumOfBandwidthModeForUpdateFileSystemInputUnknown = "Unknown" // EnumOfBandwidthModeForUpdateFileSystemInputBaseline is a EnumOfBandwidthModeForUpdateFileSystemInput enum value EnumOfBandwidthModeForUpdateFileSystemInputBaseline = "Baseline" // EnumOfBandwidthModeForUpdateFileSystemInputProvisioned is a EnumOfBandwidthModeForUpdateFileSystemInput enum value EnumOfBandwidthModeForUpdateFileSystemInputProvisioned = "Provisioned" )
const ( // EnumOfRwModeForUpdatePermissionRuleInputUnknown is a EnumOfRwModeForUpdatePermissionRuleInput enum value EnumOfRwModeForUpdatePermissionRuleInputUnknown = "Unknown" // EnumOfRwModeForUpdatePermissionRuleInputRw is a EnumOfRwModeForUpdatePermissionRuleInput enum value EnumOfRwModeForUpdatePermissionRuleInputRw = "RW" // EnumOfRwModeForUpdatePermissionRuleInputRo is a EnumOfRwModeForUpdatePermissionRuleInput enum value EnumOfRwModeForUpdatePermissionRuleInputRo = "RO" )
const ( // EnumOfUserModeForUpdatePermissionRuleInputUnknown is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputUnknown = "Unknown" // EnumOfUserModeForUpdatePermissionRuleInputRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputRootSquash = "Root_squash" // EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash = "No_root_squash" // EnumOfUserModeForUpdatePermissionRuleInputAllSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value EnumOfUserModeForUpdatePermissionRuleInputAllSquash = "All_squash" )
const ( // EnumOfLimitTypeForUpdateQuotaInputAccounting is a EnumOfLimitTypeForUpdateQuotaInput enum value EnumOfLimitTypeForUpdateQuotaInputAccounting = "Accounting" // EnumOfLimitTypeForUpdateQuotaInputEnforcement is a EnumOfLimitTypeForUpdateQuotaInput enum value EnumOfLimitTypeForUpdateQuotaInputEnforcement = "Enforcement" )
const ( ServiceName = "elasticfilesystem" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "efs" // ServiceID is a unique identifer of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPointForDescribeAccessPointsOutput ¶
type AccessPointForDescribeAccessPointsOutput struct {
AccessPointId *string `type:"string" json:",omitempty"`
AccessPointName *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Domain *string `type:"string" json:",omitempty"`
EnableIam *bool `type:"boolean" json:",omitempty"`
FileSystemPath *string `type:"string" json:",omitempty"`
PermissionGroupId *string `type:"string" json:",omitempty"`
PermissionGroupName *string `type:"string" json:",omitempty"`
PosixUser *PosixUserForDescribeAccessPointsOutput `type:"structure" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
SubnetId *string `type:"string" json:",omitempty"`
SubnetName *string `type:"string" json:",omitempty"`
Trn *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
VpcName *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AccessPointForDescribeAccessPointsOutput) GoString ¶
func (s AccessPointForDescribeAccessPointsOutput) GoString() string
GoString returns the string representation
func (*AccessPointForDescribeAccessPointsOutput) SetAccessPointId ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetAccessPointId(v string) *AccessPointForDescribeAccessPointsOutput
SetAccessPointId sets the AccessPointId field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetAccessPointName ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetAccessPointName(v string) *AccessPointForDescribeAccessPointsOutput
SetAccessPointName sets the AccessPointName field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetCreateTime ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetCreateTime(v string) *AccessPointForDescribeAccessPointsOutput
SetCreateTime sets the CreateTime field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetDomain ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetDomain(v string) *AccessPointForDescribeAccessPointsOutput
SetDomain sets the Domain field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetEnableIam ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetEnableIam(v bool) *AccessPointForDescribeAccessPointsOutput
SetEnableIam sets the EnableIam field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetFileSystemPath ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetFileSystemPath(v string) *AccessPointForDescribeAccessPointsOutput
SetFileSystemPath sets the FileSystemPath field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetPermissionGroupId ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetPermissionGroupId(v string) *AccessPointForDescribeAccessPointsOutput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetPermissionGroupName ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetPermissionGroupName(v string) *AccessPointForDescribeAccessPointsOutput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetPosixUser ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetPosixUser(v *PosixUserForDescribeAccessPointsOutput) *AccessPointForDescribeAccessPointsOutput
SetPosixUser sets the PosixUser field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetStatus ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetStatus(v string) *AccessPointForDescribeAccessPointsOutput
SetStatus sets the Status field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetSubnetId ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetSubnetId(v string) *AccessPointForDescribeAccessPointsOutput
SetSubnetId sets the SubnetId field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetSubnetName ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetSubnetName(v string) *AccessPointForDescribeAccessPointsOutput
SetSubnetName sets the SubnetName field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetTrn ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetTrn(v string) *AccessPointForDescribeAccessPointsOutput
SetTrn sets the Trn field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetUpdateTime ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetUpdateTime(v string) *AccessPointForDescribeAccessPointsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetVpcId ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetVpcId(v string) *AccessPointForDescribeAccessPointsOutput
SetVpcId sets the VpcId field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetVpcName ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetVpcName(v string) *AccessPointForDescribeAccessPointsOutput
SetVpcName sets the VpcName field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetZoneId ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetZoneId(v string) *AccessPointForDescribeAccessPointsOutput
SetZoneId sets the ZoneId field's value.
func (*AccessPointForDescribeAccessPointsOutput) SetZoneName ¶
func (s *AccessPointForDescribeAccessPointsOutput) SetZoneName(v string) *AccessPointForDescribeAccessPointsOutput
SetZoneName sets the ZoneName field's value.
func (AccessPointForDescribeAccessPointsOutput) String ¶
func (s AccessPointForDescribeAccessPointsOutput) String() string
String returns the string representation
type AccessPointForDescribePermissionGroupsOutput ¶
type AccessPointForDescribePermissionGroupsOutput struct {
AccessPointId *string `type:"string" json:",omitempty"`
AccessPointName *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AccessPointForDescribePermissionGroupsOutput) GoString ¶
func (s AccessPointForDescribePermissionGroupsOutput) GoString() string
GoString returns the string representation
func (*AccessPointForDescribePermissionGroupsOutput) SetAccessPointId ¶
func (s *AccessPointForDescribePermissionGroupsOutput) SetAccessPointId(v string) *AccessPointForDescribePermissionGroupsOutput
SetAccessPointId sets the AccessPointId field's value.
func (*AccessPointForDescribePermissionGroupsOutput) SetAccessPointName ¶
func (s *AccessPointForDescribePermissionGroupsOutput) SetAccessPointName(v string) *AccessPointForDescribePermissionGroupsOutput
SetAccessPointName sets the AccessPointName field's value.
func (*AccessPointForDescribePermissionGroupsOutput) SetFileSystemId ¶
func (s *AccessPointForDescribePermissionGroupsOutput) SetFileSystemId(v string) *AccessPointForDescribePermissionGroupsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*AccessPointForDescribePermissionGroupsOutput) SetFileSystemName ¶
func (s *AccessPointForDescribePermissionGroupsOutput) SetFileSystemName(v string) *AccessPointForDescribePermissionGroupsOutput
SetFileSystemName sets the FileSystemName field's value.
func (AccessPointForDescribePermissionGroupsOutput) String ¶
func (s AccessPointForDescribePermissionGroupsOutput) String() string
String returns the string representation
type ChargeConfigForDescribeFileSystemsOutput ¶
type ChargeConfigForDescribeFileSystemsOutput struct {
ChargeStatus *string `type:"string" json:",omitempty" enum:"EnumOfChargeStatusForDescribeFileSystemsOutput"`
ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"`
ExpireTime *string `type:"string" json:",omitempty"`
ReclaimTime *string `type:"string" json:",omitempty"`
StopTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ChargeConfigForDescribeFileSystemsOutput) GoString ¶
func (s ChargeConfigForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*ChargeConfigForDescribeFileSystemsOutput) SetChargeStatus ¶
func (s *ChargeConfigForDescribeFileSystemsOutput) SetChargeStatus(v string) *ChargeConfigForDescribeFileSystemsOutput
SetChargeStatus sets the ChargeStatus field's value.
func (*ChargeConfigForDescribeFileSystemsOutput) SetChargeType ¶
func (s *ChargeConfigForDescribeFileSystemsOutput) SetChargeType(v string) *ChargeConfigForDescribeFileSystemsOutput
SetChargeType sets the ChargeType field's value.
func (*ChargeConfigForDescribeFileSystemsOutput) SetExpireTime ¶
func (s *ChargeConfigForDescribeFileSystemsOutput) SetExpireTime(v string) *ChargeConfigForDescribeFileSystemsOutput
SetExpireTime sets the ExpireTime field's value.
func (*ChargeConfigForDescribeFileSystemsOutput) SetReclaimTime ¶
func (s *ChargeConfigForDescribeFileSystemsOutput) SetReclaimTime(v string) *ChargeConfigForDescribeFileSystemsOutput
SetReclaimTime sets the ReclaimTime field's value.
func (*ChargeConfigForDescribeFileSystemsOutput) SetStopTime ¶
func (s *ChargeConfigForDescribeFileSystemsOutput) SetStopTime(v string) *ChargeConfigForDescribeFileSystemsOutput
SetStopTime sets the StopTime field's value.
func (ChargeConfigForDescribeFileSystemsOutput) String ¶
func (s ChargeConfigForDescribeFileSystemsOutput) String() string
String returns the string representation
type CheckDirInput ¶
type CheckDirInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemPath is a required field
FileSystemPath *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CheckDirInput) GoString ¶
func (s CheckDirInput) GoString() string
GoString returns the string representation
func (*CheckDirInput) SetFileSystemId ¶
func (s *CheckDirInput) SetFileSystemId(v string) *CheckDirInput
SetFileSystemId sets the FileSystemId field's value.
func (*CheckDirInput) SetFileSystemPath ¶
func (s *CheckDirInput) SetFileSystemPath(v string) *CheckDirInput
SetFileSystemPath sets the FileSystemPath field's value.
func (CheckDirInput) String ¶
func (s CheckDirInput) String() string
String returns the string representation
func (*CheckDirInput) Validate ¶
func (s *CheckDirInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CheckDirOutput ¶
type CheckDirOutput struct {
Metadata *response.ResponseMetadata
AccessMode *string `type:"string" json:",omitempty"`
Exist *bool `type:"boolean" json:",omitempty"`
OwnerGroupId *int32 `type:"int32" json:",omitempty"`
OwnerUserId *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CheckDirOutput) GoString ¶
func (s CheckDirOutput) GoString() string
GoString returns the string representation
func (*CheckDirOutput) SetAccessMode ¶
func (s *CheckDirOutput) SetAccessMode(v string) *CheckDirOutput
SetAccessMode sets the AccessMode field's value.
func (*CheckDirOutput) SetExist ¶
func (s *CheckDirOutput) SetExist(v bool) *CheckDirOutput
SetExist sets the Exist field's value.
func (*CheckDirOutput) SetOwnerGroupId ¶
func (s *CheckDirOutput) SetOwnerGroupId(v int32) *CheckDirOutput
SetOwnerGroupId sets the OwnerGroupId field's value.
func (*CheckDirOutput) SetOwnerUserId ¶
func (s *CheckDirOutput) SetOwnerUserId(v int32) *CheckDirOutput
SetOwnerUserId sets the OwnerUserId field's value.
func (CheckDirOutput) String ¶
func (s CheckDirOutput) String() string
String returns the string representation
type CreateAccessPointInput ¶
type CreateAccessPointInput struct {
// AccessPointName is a required field
AccessPointName *string `type:"string" json:",omitempty" required:"true"`
EnableIam *bool `type:"boolean" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FileSystemPath *string `type:"string" json:",omitempty"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
PosixUser *PosixUserForCreateAccessPointInput `type:"structure" json:",omitempty"`
SubnetId *string `type:"string" json:",omitempty"`
// VpcId is a required field
VpcId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateAccessPointInput) GoString ¶
func (s CreateAccessPointInput) GoString() string
GoString returns the string representation
func (*CreateAccessPointInput) SetAccessPointName ¶
func (s *CreateAccessPointInput) SetAccessPointName(v string) *CreateAccessPointInput
SetAccessPointName sets the AccessPointName field's value.
func (*CreateAccessPointInput) SetEnableIam ¶
func (s *CreateAccessPointInput) SetEnableIam(v bool) *CreateAccessPointInput
SetEnableIam sets the EnableIam field's value.
func (*CreateAccessPointInput) SetFileSystemId ¶
func (s *CreateAccessPointInput) SetFileSystemId(v string) *CreateAccessPointInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateAccessPointInput) SetFileSystemPath ¶
func (s *CreateAccessPointInput) SetFileSystemPath(v string) *CreateAccessPointInput
SetFileSystemPath sets the FileSystemPath field's value.
func (*CreateAccessPointInput) SetPermissionGroupId ¶
func (s *CreateAccessPointInput) SetPermissionGroupId(v string) *CreateAccessPointInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*CreateAccessPointInput) SetPosixUser ¶
func (s *CreateAccessPointInput) SetPosixUser(v *PosixUserForCreateAccessPointInput) *CreateAccessPointInput
SetPosixUser sets the PosixUser field's value.
func (*CreateAccessPointInput) SetSubnetId ¶
func (s *CreateAccessPointInput) SetSubnetId(v string) *CreateAccessPointInput
SetSubnetId sets the SubnetId field's value.
func (*CreateAccessPointInput) SetVpcId ¶
func (s *CreateAccessPointInput) SetVpcId(v string) *CreateAccessPointInput
SetVpcId sets the VpcId field's value.
func (CreateAccessPointInput) String ¶
func (s CreateAccessPointInput) String() string
String returns the string representation
func (*CreateAccessPointInput) Validate ¶
func (s *CreateAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAccessPointOutput ¶
type CreateAccessPointOutput struct {
Metadata *response.ResponseMetadata
AccessPointId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateAccessPointOutput) GoString ¶
func (s CreateAccessPointOutput) GoString() string
GoString returns the string representation
func (*CreateAccessPointOutput) SetAccessPointId ¶
func (s *CreateAccessPointOutput) SetAccessPointId(v string) *CreateAccessPointOutput
SetAccessPointId sets the AccessPointId field's value.
func (CreateAccessPointOutput) String ¶
func (s CreateAccessPointOutput) String() string
String returns the string representation
type CreateDirInput ¶
type CreateDirInput struct {
AccessMode *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemPath is a required field
FileSystemPath *string `type:"string" json:",omitempty" required:"true"`
OwnerGroupId *int32 `type:"int32" json:",omitempty"`
OwnerUserId *int32 `type:"int32" json:",omitempty"`
Recursive *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateDirInput) GoString ¶
func (s CreateDirInput) GoString() string
GoString returns the string representation
func (*CreateDirInput) SetAccessMode ¶
func (s *CreateDirInput) SetAccessMode(v string) *CreateDirInput
SetAccessMode sets the AccessMode field's value.
func (*CreateDirInput) SetFileSystemId ¶
func (s *CreateDirInput) SetFileSystemId(v string) *CreateDirInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateDirInput) SetFileSystemPath ¶
func (s *CreateDirInput) SetFileSystemPath(v string) *CreateDirInput
SetFileSystemPath sets the FileSystemPath field's value.
func (*CreateDirInput) SetOwnerGroupId ¶
func (s *CreateDirInput) SetOwnerGroupId(v int32) *CreateDirInput
SetOwnerGroupId sets the OwnerGroupId field's value.
func (*CreateDirInput) SetOwnerUserId ¶
func (s *CreateDirInput) SetOwnerUserId(v int32) *CreateDirInput
SetOwnerUserId sets the OwnerUserId field's value.
func (*CreateDirInput) SetRecursive ¶
func (s *CreateDirInput) SetRecursive(v bool) *CreateDirInput
SetRecursive sets the Recursive field's value.
func (CreateDirInput) String ¶
func (s CreateDirInput) String() string
String returns the string representation
func (*CreateDirInput) Validate ¶
func (s *CreateDirInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDirOutput ¶
type CreateDirOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CreateDirOutput) GoString ¶
func (s CreateDirOutput) GoString() string
GoString returns the string representation
func (CreateDirOutput) String ¶
func (s CreateDirOutput) String() string
String returns the string representation
type CreateFileSystemInput ¶
type CreateFileSystemInput struct {
// BandwidthMode is a required field
BandwidthMode *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfBandwidthModeForCreateFileSystemInput"`
BurstBandwidth *int32 `type:"int32" json:",omitempty"`
ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForCreateFileSystemInput"`
Description *string `type:"string" json:",omitempty"`
// FileSystemName is a required field
FileSystemName *string `type:"string" json:",omitempty" required:"true"`
// InstanceType is a required field
InstanceType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfInstanceTypeForCreateFileSystemInput"`
OneStep *bool `type:"boolean" json:",omitempty"`
// PerformanceDensity is a required field
PerformanceDensity *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfPerformanceDensityForCreateFileSystemInput"`
ProjectName *string `type:"string" json:",omitempty"`
ProvisionedBandwidth *int32 `type:"int32" json:",omitempty"`
Tags []*TagForCreateFileSystemInput `type:"list" json:",omitempty"`
// ZoneId is a required field
ZoneId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateFileSystemInput) GoString ¶
func (s CreateFileSystemInput) GoString() string
GoString returns the string representation
func (*CreateFileSystemInput) SetBandwidthMode ¶
func (s *CreateFileSystemInput) SetBandwidthMode(v string) *CreateFileSystemInput
SetBandwidthMode sets the BandwidthMode field's value.
func (*CreateFileSystemInput) SetBurstBandwidth ¶
func (s *CreateFileSystemInput) SetBurstBandwidth(v int32) *CreateFileSystemInput
SetBurstBandwidth sets the BurstBandwidth field's value.
func (*CreateFileSystemInput) SetChargeType ¶
func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
SetChargeType sets the ChargeType 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) SetInstanceType ¶
func (s *CreateFileSystemInput) SetInstanceType(v string) *CreateFileSystemInput
SetInstanceType sets the InstanceType field's value.
func (*CreateFileSystemInput) SetOneStep ¶
func (s *CreateFileSystemInput) SetOneStep(v bool) *CreateFileSystemInput
SetOneStep sets the OneStep field's value.
func (*CreateFileSystemInput) SetPerformanceDensity ¶
func (s *CreateFileSystemInput) SetPerformanceDensity(v string) *CreateFileSystemInput
SetPerformanceDensity sets the PerformanceDensity field's value.
func (*CreateFileSystemInput) SetProjectName ¶
func (s *CreateFileSystemInput) SetProjectName(v string) *CreateFileSystemInput
SetProjectName sets the ProjectName field's value.
func (*CreateFileSystemInput) SetProvisionedBandwidth ¶
func (s *CreateFileSystemInput) SetProvisionedBandwidth(v int32) *CreateFileSystemInput
SetProvisionedBandwidth sets the ProvisionedBandwidth 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 ¶
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" json:",omitempty"`
OrderNo *string `type:"string" json:",omitempty"`
// 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" json:",omitempty" required:"true"`
// MountPointName is a required field
MountPointName *string `type:"string" json:",omitempty" required:"true"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
SubnetId *string `type:"string" json:",omitempty"`
// VpcId is a required field
VpcId *string `type:"string" json:",omitempty" 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 ¶
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" json:",omitempty"`
// 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" json:",omitempty"`
// PermissionGroupName is a required field
PermissionGroupName *string `type:"string" json:",omitempty" 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) 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 ¶
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" json:",omitempty"`
// 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 CreatePermissionRuleInput ¶
type CreatePermissionRuleInput struct {
// CidrIp is a required field
CidrIp *string `type:"string" json:",omitempty" required:"true"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
// RwMode is a required field
RwMode *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfRwModeForCreatePermissionRuleInput"`
// UserMode is a required field
UserMode *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfUserModeForCreatePermissionRuleInput"`
// contains filtered or unexported fields
}
func (CreatePermissionRuleInput) GoString ¶
func (s CreatePermissionRuleInput) GoString() string
GoString returns the string representation
func (*CreatePermissionRuleInput) SetCidrIp ¶
func (s *CreatePermissionRuleInput) SetCidrIp(v string) *CreatePermissionRuleInput
SetCidrIp sets the CidrIp field's value.
func (*CreatePermissionRuleInput) SetPermissionGroupId ¶
func (s *CreatePermissionRuleInput) SetPermissionGroupId(v string) *CreatePermissionRuleInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*CreatePermissionRuleInput) SetRwMode ¶
func (s *CreatePermissionRuleInput) SetRwMode(v string) *CreatePermissionRuleInput
SetRwMode sets the RwMode field's value.
func (*CreatePermissionRuleInput) SetUserMode ¶
func (s *CreatePermissionRuleInput) SetUserMode(v string) *CreatePermissionRuleInput
SetUserMode sets the UserMode field's value.
func (CreatePermissionRuleInput) String ¶
func (s CreatePermissionRuleInput) String() string
String returns the string representation
func (*CreatePermissionRuleInput) Validate ¶
func (s *CreatePermissionRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreatePermissionRuleOutput ¶
type CreatePermissionRuleOutput struct {
Metadata *response.ResponseMetadata
PermissionRuleId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePermissionRuleOutput) GoString ¶
func (s CreatePermissionRuleOutput) GoString() string
GoString returns the string representation
func (*CreatePermissionRuleOutput) SetPermissionRuleId ¶
func (s *CreatePermissionRuleOutput) SetPermissionRuleId(v string) *CreatePermissionRuleOutput
SetPermissionRuleId sets the PermissionRuleId field's value.
func (CreatePermissionRuleOutput) String ¶
func (s CreatePermissionRuleOutput) String() string
String returns the string representation
type CreateQuotaInput ¶
type CreateQuotaInput struct {
CapacityLimit *int64 `type:"int64" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemPath is a required field
FileSystemPath *string `type:"string" json:",omitempty" required:"true"`
InodeLimit *int64 `type:"int64" json:",omitempty"`
// LimitType is a required field
LimitType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfLimitTypeForCreateQuotaInput"`
// QuotaType is a required field
QuotaType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfQuotaTypeForCreateQuotaInput"`
UserId *string `type:"string" json:",omitempty"`
UserType *string `type:"string" json:",omitempty" enum:"EnumOfUserTypeForCreateQuotaInput"`
// contains filtered or unexported fields
}
func (CreateQuotaInput) GoString ¶
func (s CreateQuotaInput) GoString() string
GoString returns the string representation
func (*CreateQuotaInput) SetCapacityLimit ¶
func (s *CreateQuotaInput) SetCapacityLimit(v int64) *CreateQuotaInput
SetCapacityLimit sets the CapacityLimit field's value.
func (*CreateQuotaInput) SetFileSystemId ¶
func (s *CreateQuotaInput) SetFileSystemId(v string) *CreateQuotaInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateQuotaInput) SetFileSystemPath ¶
func (s *CreateQuotaInput) SetFileSystemPath(v string) *CreateQuotaInput
SetFileSystemPath sets the FileSystemPath field's value.
func (*CreateQuotaInput) SetInodeLimit ¶
func (s *CreateQuotaInput) SetInodeLimit(v int64) *CreateQuotaInput
SetInodeLimit sets the InodeLimit field's value.
func (*CreateQuotaInput) SetLimitType ¶
func (s *CreateQuotaInput) SetLimitType(v string) *CreateQuotaInput
SetLimitType sets the LimitType field's value.
func (*CreateQuotaInput) SetQuotaType ¶
func (s *CreateQuotaInput) SetQuotaType(v string) *CreateQuotaInput
SetQuotaType sets the QuotaType field's value.
func (*CreateQuotaInput) SetUserId ¶
func (s *CreateQuotaInput) SetUserId(v string) *CreateQuotaInput
SetUserId sets the UserId field's value.
func (*CreateQuotaInput) SetUserType ¶
func (s *CreateQuotaInput) SetUserType(v string) *CreateQuotaInput
SetUserType sets the UserType field's value.
func (CreateQuotaInput) String ¶
func (s CreateQuotaInput) String() string
String returns the string representation
func (*CreateQuotaInput) Validate ¶
func (s *CreateQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateQuotaOutput ¶
type CreateQuotaOutput struct {
Metadata *response.ResponseMetadata
QuotaId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateQuotaOutput) GoString ¶
func (s CreateQuotaOutput) GoString() string
GoString returns the string representation
func (*CreateQuotaOutput) SetQuotaId ¶
func (s *CreateQuotaOutput) SetQuotaId(v string) *CreateQuotaOutput
SetQuotaId sets the QuotaId field's value.
func (CreateQuotaOutput) String ¶
func (s CreateQuotaOutput) String() string
String returns the string representation
type DeleteAccessPointInput ¶
type DeleteAccessPointInput struct {
// AccessPointId is a required field
AccessPointId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteAccessPointInput) GoString ¶
func (s DeleteAccessPointInput) GoString() string
GoString returns the string representation
func (*DeleteAccessPointInput) SetAccessPointId ¶
func (s *DeleteAccessPointInput) SetAccessPointId(v string) *DeleteAccessPointInput
SetAccessPointId sets the AccessPointId field's value.
func (*DeleteAccessPointInput) SetFileSystemId ¶
func (s *DeleteAccessPointInput) SetFileSystemId(v string) *DeleteAccessPointInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteAccessPointInput) String ¶
func (s DeleteAccessPointInput) String() string
String returns the string representation
func (*DeleteAccessPointInput) Validate ¶
func (s *DeleteAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAccessPointOutput ¶
type DeleteAccessPointOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteAccessPointOutput) GoString ¶
func (s DeleteAccessPointOutput) GoString() string
GoString returns the string representation
func (DeleteAccessPointOutput) String ¶
func (s DeleteAccessPointOutput) String() string
String returns the string representation
type DeleteFileSystemInput ¶
type DeleteFileSystemInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
Force *bool `type:"boolean" json:",omitempty"`
OneStep *bool `type:"boolean" json:",omitempty"`
Reclaimed *bool `type:"boolean" json:",omitempty"`
// 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) SetForce ¶
func (s *DeleteFileSystemInput) SetForce(v bool) *DeleteFileSystemInput
SetForce sets the Force field's value.
func (*DeleteFileSystemInput) SetOneStep ¶
func (s *DeleteFileSystemInput) SetOneStep(v bool) *DeleteFileSystemInput
SetOneStep sets the OneStep field's value.
func (*DeleteFileSystemInput) SetReclaimed ¶
func (s *DeleteFileSystemInput) SetReclaimed(v bool) *DeleteFileSystemInput
SetReclaimed sets the Reclaimed field's value.
func (DeleteFileSystemInput) String ¶
func (s DeleteFileSystemInput) String() string
String returns the string representation
func (*DeleteFileSystemInput) Validate ¶
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" json:",omitempty"`
// 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" json:",omitempty" required:"true"`
// MountPointId is a required field
MountPointId *string `type:"string" json:",omitempty" 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 ¶
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 {
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeletePermissionGroupInput) GoString ¶
func (s DeletePermissionGroupInput) GoString() string
GoString returns the string representation
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 ¶
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 DeletePermissionRuleInput ¶
type DeletePermissionRuleInput struct {
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
// PermissionRuleId is a required field
PermissionRuleId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeletePermissionRuleInput) GoString ¶
func (s DeletePermissionRuleInput) GoString() string
GoString returns the string representation
func (*DeletePermissionRuleInput) SetPermissionGroupId ¶
func (s *DeletePermissionRuleInput) SetPermissionGroupId(v string) *DeletePermissionRuleInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*DeletePermissionRuleInput) SetPermissionRuleId ¶
func (s *DeletePermissionRuleInput) SetPermissionRuleId(v string) *DeletePermissionRuleInput
SetPermissionRuleId sets the PermissionRuleId field's value.
func (DeletePermissionRuleInput) String ¶
func (s DeletePermissionRuleInput) String() string
String returns the string representation
func (*DeletePermissionRuleInput) Validate ¶
func (s *DeletePermissionRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeletePermissionRuleOutput ¶
type DeletePermissionRuleOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeletePermissionRuleOutput) GoString ¶
func (s DeletePermissionRuleOutput) GoString() string
GoString returns the string representation
func (DeletePermissionRuleOutput) String ¶
func (s DeletePermissionRuleOutput) String() string
String returns the string representation
type DeleteQuotaInput ¶
type DeleteQuotaInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// QuotaId is a required field
QuotaId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteQuotaInput) GoString ¶
func (s DeleteQuotaInput) GoString() string
GoString returns the string representation
func (*DeleteQuotaInput) SetFileSystemId ¶
func (s *DeleteQuotaInput) SetFileSystemId(v string) *DeleteQuotaInput
SetFileSystemId sets the FileSystemId field's value.
func (*DeleteQuotaInput) SetQuotaId ¶
func (s *DeleteQuotaInput) SetQuotaId(v string) *DeleteQuotaInput
SetQuotaId sets the QuotaId field's value.
func (DeleteQuotaInput) String ¶
func (s DeleteQuotaInput) String() string
String returns the string representation
func (*DeleteQuotaInput) Validate ¶
func (s *DeleteQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteQuotaOutput ¶
type DeleteQuotaOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteQuotaOutput) GoString ¶
func (s DeleteQuotaOutput) GoString() string
GoString returns the string representation
func (DeleteQuotaOutput) String ¶
func (s DeleteQuotaOutput) String() string
String returns the string representation
type DescribeAccessPointsInput ¶
type DescribeAccessPointsInput struct {
AccessPointId *string `type:"string" json:",omitempty"`
AccessPointName *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FileSystemPath *string `type:"string" json:",omitempty"`
Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeAccessPointsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeAccessPointsInput) GoString ¶
func (s DescribeAccessPointsInput) GoString() string
GoString returns the string representation
func (*DescribeAccessPointsInput) SetAccessPointId ¶
func (s *DescribeAccessPointsInput) SetAccessPointId(v string) *DescribeAccessPointsInput
SetAccessPointId sets the AccessPointId field's value.
func (*DescribeAccessPointsInput) SetAccessPointName ¶
func (s *DescribeAccessPointsInput) SetAccessPointName(v string) *DescribeAccessPointsInput
SetAccessPointName sets the AccessPointName field's value.
func (*DescribeAccessPointsInput) SetFileSystemId ¶
func (s *DescribeAccessPointsInput) SetFileSystemId(v string) *DescribeAccessPointsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeAccessPointsInput) SetFileSystemPath ¶
func (s *DescribeAccessPointsInput) SetFileSystemPath(v string) *DescribeAccessPointsInput
SetFileSystemPath sets the FileSystemPath field's value.
func (*DescribeAccessPointsInput) SetLanguage ¶
func (s *DescribeAccessPointsInput) SetLanguage(v string) *DescribeAccessPointsInput
SetLanguage sets the Language field's value.
func (*DescribeAccessPointsInput) SetPageNumber ¶
func (s *DescribeAccessPointsInput) SetPageNumber(v int32) *DescribeAccessPointsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAccessPointsInput) SetPageSize ¶
func (s *DescribeAccessPointsInput) SetPageSize(v int32) *DescribeAccessPointsInput
SetPageSize sets the PageSize field's value.
func (*DescribeAccessPointsInput) SetVpcId ¶
func (s *DescribeAccessPointsInput) SetVpcId(v string) *DescribeAccessPointsInput
SetVpcId sets the VpcId field's value.
func (*DescribeAccessPointsInput) SetZoneId ¶
func (s *DescribeAccessPointsInput) SetZoneId(v string) *DescribeAccessPointsInput
SetZoneId sets the ZoneId field's value.
func (DescribeAccessPointsInput) String ¶
func (s DescribeAccessPointsInput) String() string
String returns the string representation
func (*DescribeAccessPointsInput) Validate ¶
func (s *DescribeAccessPointsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeAccessPointsOutput ¶
type DescribeAccessPointsOutput struct {
Metadata *response.ResponseMetadata
AccessPoints []*AccessPointForDescribeAccessPointsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeAccessPointsOutput) GoString ¶
func (s DescribeAccessPointsOutput) GoString() string
GoString returns the string representation
func (*DescribeAccessPointsOutput) SetAccessPoints ¶
func (s *DescribeAccessPointsOutput) SetAccessPoints(v []*AccessPointForDescribeAccessPointsOutput) *DescribeAccessPointsOutput
SetAccessPoints sets the AccessPoints field's value.
func (*DescribeAccessPointsOutput) SetPageNumber ¶
func (s *DescribeAccessPointsOutput) SetPageNumber(v int32) *DescribeAccessPointsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAccessPointsOutput) SetPageSize ¶
func (s *DescribeAccessPointsOutput) SetPageSize(v int32) *DescribeAccessPointsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeAccessPointsOutput) SetTotalCount ¶
func (s *DescribeAccessPointsOutput) SetTotalCount(v int32) *DescribeAccessPointsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeAccessPointsOutput) String ¶
func (s DescribeAccessPointsOutput) String() string
String returns the string representation
type DescribeFileSystemsInput ¶
type DescribeFileSystemsInput struct {
BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForDescribeFileSystemsInput"`
ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsInput"`
ExportOnly *bool `type:"boolean" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty" enum:"EnumOfInstanceTypeForDescribeFileSystemsInput"`
Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeFileSystemsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
PerformanceDensity *string `type:"string" json:",omitempty" enum:"EnumOfPerformanceDensityForDescribeFileSystemsInput"`
ProjectName *string `type:"string" json:",omitempty"`
ProtocolType *string `type:"string" json:",omitempty" enum:"EnumOfProtocolTypeForDescribeFileSystemsInput"`
SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForDescribeFileSystemsInput"`
SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForDescribeFileSystemsInput"`
Statuses []*string `type:"list" json:",omitempty"`
TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemsInput) GoString ¶
func (s DescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsInput) SetBandwidthMode ¶
func (s *DescribeFileSystemsInput) SetBandwidthMode(v string) *DescribeFileSystemsInput
SetBandwidthMode sets the BandwidthMode field's value.
func (*DescribeFileSystemsInput) SetChargeType ¶
func (s *DescribeFileSystemsInput) SetChargeType(v string) *DescribeFileSystemsInput
SetChargeType sets the ChargeType field's value.
func (*DescribeFileSystemsInput) SetExportOnly ¶
func (s *DescribeFileSystemsInput) SetExportOnly(v bool) *DescribeFileSystemsInput
SetExportOnly sets the ExportOnly field's value.
func (*DescribeFileSystemsInput) SetFileSystemId ¶
func (s *DescribeFileSystemsInput) SetFileSystemId(v string) *DescribeFileSystemsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeFileSystemsInput) SetFileSystemName ¶
func (s *DescribeFileSystemsInput) SetFileSystemName(v string) *DescribeFileSystemsInput
SetFileSystemName sets the FileSystemName field's value.
func (*DescribeFileSystemsInput) SetInstanceType ¶
func (s *DescribeFileSystemsInput) SetInstanceType(v string) *DescribeFileSystemsInput
SetInstanceType sets the InstanceType field's value.
func (*DescribeFileSystemsInput) SetLanguage ¶
func (s *DescribeFileSystemsInput) SetLanguage(v string) *DescribeFileSystemsInput
SetLanguage sets the Language 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) SetPerformanceDensity ¶
func (s *DescribeFileSystemsInput) SetPerformanceDensity(v string) *DescribeFileSystemsInput
SetPerformanceDensity sets the PerformanceDensity field's value.
func (*DescribeFileSystemsInput) SetProjectName ¶
func (s *DescribeFileSystemsInput) SetProjectName(v string) *DescribeFileSystemsInput
SetProjectName sets the ProjectName field's value.
func (*DescribeFileSystemsInput) SetProtocolType ¶
func (s *DescribeFileSystemsInput) SetProtocolType(v string) *DescribeFileSystemsInput
SetProtocolType sets the ProtocolType field's value.
func (*DescribeFileSystemsInput) SetSortBy ¶
func (s *DescribeFileSystemsInput) SetSortBy(v string) *DescribeFileSystemsInput
SetSortBy sets the SortBy field's value.
func (*DescribeFileSystemsInput) SetSortOrder ¶
func (s *DescribeFileSystemsInput) SetSortOrder(v string) *DescribeFileSystemsInput
SetSortOrder sets the SortOrder field's value.
func (*DescribeFileSystemsInput) SetStatuses ¶
func (s *DescribeFileSystemsInput) SetStatuses(v []*string) *DescribeFileSystemsInput
SetStatuses sets the Statuses field's value.
func (*DescribeFileSystemsInput) SetTagFilters ¶
func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetTagFilters sets the TagFilters field's value.
func (*DescribeFileSystemsInput) SetZoneId ¶
func (s *DescribeFileSystemsInput) SetZoneId(v string) *DescribeFileSystemsInput
SetZoneId sets the ZoneId 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" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// 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" json:",omitempty" required:"true"`
Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeMountPointsInput"`
MountPointId *string `type:"string" json:",omitempty"`
MountPointName *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// 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) SetLanguage ¶
func (s *DescribeMountPointsInput) SetLanguage(v string) *DescribeMountPointsInput
SetLanguage sets the Language 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) SetZoneId ¶
func (s *DescribeMountPointsInput) SetZoneId(v string) *DescribeMountPointsInput
SetZoneId sets the ZoneId field's value.
func (DescribeMountPointsInput) String ¶
func (s DescribeMountPointsInput) String() string
String returns the string representation
func (*DescribeMountPointsInput) Validate ¶
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 []*MountPointForDescribeMountPointsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// 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 []*MountPointForDescribeMountPointsOutput) *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 {
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
PermissionGroupId *string `type:"string" json:",omitempty"`
PermissionGroupName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribePermissionGroupsInput) GoString ¶
func (s DescribePermissionGroupsInput) GoString() string
GoString returns the string representation
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) SetPermissionGroupId ¶
func (s *DescribePermissionGroupsInput) SetPermissionGroupId(v string) *DescribePermissionGroupsInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*DescribePermissionGroupsInput) SetPermissionGroupName ¶
func (s *DescribePermissionGroupsInput) SetPermissionGroupName(v string) *DescribePermissionGroupsInput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (DescribePermissionGroupsInput) String ¶
func (s DescribePermissionGroupsInput) String() string
String returns the string representation
type DescribePermissionGroupsOutput ¶
type DescribePermissionGroupsOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
PermissionGroups []*PermissionGroupForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// 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 {
CidrIp *string `type:"string" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForDescribePermissionRulesInput"`
UserMode *string `type:"string" json:",omitempty" enum:"EnumOfUserModeForDescribePermissionRulesInput"`
// contains filtered or unexported fields
}
func (DescribePermissionRulesInput) GoString ¶
func (s DescribePermissionRulesInput) GoString() string
GoString returns the string representation
func (*DescribePermissionRulesInput) SetCidrIp ¶
func (s *DescribePermissionRulesInput) SetCidrIp(v string) *DescribePermissionRulesInput
SetCidrIp sets the CidrIp field's value.
func (*DescribePermissionRulesInput) SetPageNumber ¶
func (s *DescribePermissionRulesInput) SetPageNumber(v int32) *DescribePermissionRulesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribePermissionRulesInput) SetPageSize ¶
func (s *DescribePermissionRulesInput) SetPageSize(v int32) *DescribePermissionRulesInput
SetPageSize sets the PageSize field's value.
func (*DescribePermissionRulesInput) SetPermissionGroupId ¶
func (s *DescribePermissionRulesInput) SetPermissionGroupId(v string) *DescribePermissionRulesInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*DescribePermissionRulesInput) SetRwMode ¶
func (s *DescribePermissionRulesInput) SetRwMode(v string) *DescribePermissionRulesInput
SetRwMode sets the RwMode field's value.
func (*DescribePermissionRulesInput) SetUserMode ¶
func (s *DescribePermissionRulesInput) SetUserMode(v string) *DescribePermissionRulesInput
SetUserMode sets the UserMode field's value.
func (DescribePermissionRulesInput) String ¶
func (s DescribePermissionRulesInput) String() string
String returns the string representation
func (*DescribePermissionRulesInput) Validate ¶
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
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
PermissionRules []*PermissionRuleForDescribePermissionRulesOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribePermissionRulesOutput) GoString ¶
func (s DescribePermissionRulesOutput) GoString() string
GoString returns the string representation
func (*DescribePermissionRulesOutput) SetPageNumber ¶
func (s *DescribePermissionRulesOutput) SetPageNumber(v int32) *DescribePermissionRulesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribePermissionRulesOutput) SetPageSize ¶
func (s *DescribePermissionRulesOutput) SetPageSize(v int32) *DescribePermissionRulesOutput
SetPageSize sets the PageSize field's value.
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 DescribeQuotasInput ¶
type DescribeQuotasInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FileSystemPath *string `type:"string" json:",omitempty"`
LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForDescribeQuotasInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
QuotaId *string `type:"string" json:",omitempty"`
QuotaType *string `type:"string" json:",omitempty" enum:"EnumOfQuotaTypeForDescribeQuotasInput"`
// contains filtered or unexported fields
}
func (DescribeQuotasInput) GoString ¶
func (s DescribeQuotasInput) GoString() string
GoString returns the string representation
func (*DescribeQuotasInput) SetFileSystemId ¶
func (s *DescribeQuotasInput) SetFileSystemId(v string) *DescribeQuotasInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeQuotasInput) SetFileSystemPath ¶
func (s *DescribeQuotasInput) SetFileSystemPath(v string) *DescribeQuotasInput
SetFileSystemPath sets the FileSystemPath field's value.
func (*DescribeQuotasInput) SetLimitType ¶
func (s *DescribeQuotasInput) SetLimitType(v string) *DescribeQuotasInput
SetLimitType sets the LimitType field's value.
func (*DescribeQuotasInput) SetPageNumber ¶
func (s *DescribeQuotasInput) SetPageNumber(v int32) *DescribeQuotasInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeQuotasInput) SetPageSize ¶
func (s *DescribeQuotasInput) SetPageSize(v int32) *DescribeQuotasInput
SetPageSize sets the PageSize field's value.
func (*DescribeQuotasInput) SetQuotaId ¶
func (s *DescribeQuotasInput) SetQuotaId(v string) *DescribeQuotasInput
SetQuotaId sets the QuotaId field's value.
func (*DescribeQuotasInput) SetQuotaType ¶
func (s *DescribeQuotasInput) SetQuotaType(v string) *DescribeQuotasInput
SetQuotaType sets the QuotaType field's value.
func (DescribeQuotasInput) String ¶
func (s DescribeQuotasInput) String() string
String returns the string representation
func (*DescribeQuotasInput) Validate ¶
func (s *DescribeQuotasInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeQuotasOutput ¶
type DescribeQuotasOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Quotas []*QuotaForDescribeQuotasOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeQuotasOutput) GoString ¶
func (s DescribeQuotasOutput) GoString() string
GoString returns the string representation
func (*DescribeQuotasOutput) SetPageNumber ¶
func (s *DescribeQuotasOutput) SetPageNumber(v int32) *DescribeQuotasOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeQuotasOutput) SetPageSize ¶
func (s *DescribeQuotasOutput) SetPageSize(v int32) *DescribeQuotasOutput
SetPageSize sets the PageSize field's value.
func (*DescribeQuotasOutput) SetQuotas ¶
func (s *DescribeQuotasOutput) SetQuotas(v []*QuotaForDescribeQuotasOutput) *DescribeQuotasOutput
SetQuotas sets the Quotas field's value.
func (*DescribeQuotasOutput) SetTotalCount ¶
func (s *DescribeQuotasOutput) SetTotalCount(v int32) *DescribeQuotasOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeQuotasOutput) String ¶
func (s DescribeQuotasOutput) String() string
String returns the string representation
type DescribeZonesInput ¶
type DescribeZonesInput struct {
Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeZonesInput"`
// contains filtered or unexported fields
}
func (DescribeZonesInput) GoString ¶
func (s DescribeZonesInput) GoString() string
GoString returns the string representation
func (*DescribeZonesInput) SetLanguage ¶
func (s *DescribeZonesInput) SetLanguage(v string) *DescribeZonesInput
SetLanguage sets the Language field's value.
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" json:",omitempty"`
Zones []*ZoneForDescribeZonesOutput `type:"list" json:",omitempty"`
// 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 EFS ¶
EFS provides the API operation methods for making requests to EFS. See this package's package overview docs for details on the service.
EFS 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) *EFS
New create int can support ssl or region locate set
func (*EFS) CheckDir ¶
func (c *EFS) CheckDir(input *CheckDirInput) (*CheckDirOutput, error)
CheckDir API operation for EFS.
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 EFS's API operation CheckDir for usage and error information.
func (*EFS) CheckDirCommon ¶
CheckDirCommon API operation for EFS.
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 EFS's API operation CheckDirCommon for usage and error information.
func (*EFS) CheckDirCommonRequest ¶
func (c *EFS) CheckDirCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CheckDirCommonRequest generates a "volcengine/request.Request" representing the client's request for the CheckDirCommon operation. The "output" return value will be populated with the CheckDirCommon request's response once the request completes successfully.
Use "Send" method on the returned CheckDirCommon Request to send the API call to the service. the "output" return value is not valid until after CheckDirCommon Send returns without error.
See CheckDirCommon for more information on using the CheckDirCommon API call, and error handling.
// Example sending a request using the CheckDirCommonRequest method.
req, resp := client.CheckDirCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CheckDirCommonWithContext ¶
func (c *EFS) CheckDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CheckDirCommonWithContext is the same as CheckDirCommon with the addition of the ability to pass a context and additional request options.
See CheckDirCommon 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 (*EFS) CheckDirRequest ¶
func (c *EFS) CheckDirRequest(input *CheckDirInput) (req *request.Request, output *CheckDirOutput)
CheckDirRequest generates a "volcengine/request.Request" representing the client's request for the CheckDir operation. The "output" return value will be populated with the CheckDirCommon request's response once the request completes successfully.
Use "Send" method on the returned CheckDirCommon Request to send the API call to the service. the "output" return value is not valid until after CheckDirCommon Send returns without error.
See CheckDir for more information on using the CheckDir API call, and error handling.
// Example sending a request using the CheckDirRequest method.
req, resp := client.CheckDirRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CheckDirWithContext ¶
func (c *EFS) CheckDirWithContext(ctx volcengine.Context, input *CheckDirInput, opts ...request.Option) (*CheckDirOutput, error)
CheckDirWithContext is the same as CheckDir with the addition of the ability to pass a context and additional request options.
See CheckDir 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 (*EFS) CreateAccessPoint ¶
func (c *EFS) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error)
CreateAccessPoint API operation for EFS.
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 EFS's API operation CreateAccessPoint for usage and error information.
func (*EFS) CreateAccessPointCommon ¶
func (c *EFS) CreateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateAccessPointCommon API operation for EFS.
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 EFS's API operation CreateAccessPointCommon for usage and error information.
func (*EFS) CreateAccessPointCommonRequest ¶
func (c *EFS) CreateAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateAccessPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAccessPointCommon operation. The "output" return value will be populated with the CreateAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAccessPointCommon Send returns without error.
See CreateAccessPointCommon for more information on using the CreateAccessPointCommon API call, and error handling.
// Example sending a request using the CreateAccessPointCommonRequest method.
req, resp := client.CreateAccessPointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateAccessPointCommonWithContext ¶
func (c *EFS) CreateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateAccessPointCommonWithContext is the same as CreateAccessPointCommon with the addition of the ability to pass a context and additional request options.
See CreateAccessPointCommon 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 (*EFS) CreateAccessPointRequest ¶
func (c *EFS) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput)
CreateAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the CreateAccessPoint operation. The "output" return value will be populated with the CreateAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAccessPointCommon Send returns without error.
See CreateAccessPoint for more information on using the CreateAccessPoint API call, and error handling.
// Example sending a request using the CreateAccessPointRequest method.
req, resp := client.CreateAccessPointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateAccessPointWithContext ¶
func (c *EFS) CreateAccessPointWithContext(ctx volcengine.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error)
CreateAccessPointWithContext is the same as CreateAccessPoint with the addition of the ability to pass a context and additional request options.
See CreateAccessPoint 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 (*EFS) CreateDir ¶
func (c *EFS) CreateDir(input *CreateDirInput) (*CreateDirOutput, error)
CreateDir API operation for EFS.
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 EFS's API operation CreateDir for usage and error information.
func (*EFS) CreateDirCommon ¶
CreateDirCommon API operation for EFS.
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 EFS's API operation CreateDirCommon for usage and error information.
func (*EFS) CreateDirCommonRequest ¶
func (c *EFS) CreateDirCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDirCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDirCommon operation. The "output" return value will be populated with the CreateDirCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDirCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDirCommon Send returns without error.
See CreateDirCommon for more information on using the CreateDirCommon API call, and error handling.
// Example sending a request using the CreateDirCommonRequest method.
req, resp := client.CreateDirCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateDirCommonWithContext ¶
func (c *EFS) CreateDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDirCommonWithContext is the same as CreateDirCommon with the addition of the ability to pass a context and additional request options.
See CreateDirCommon 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 (*EFS) CreateDirRequest ¶
func (c *EFS) CreateDirRequest(input *CreateDirInput) (req *request.Request, output *CreateDirOutput)
CreateDirRequest generates a "volcengine/request.Request" representing the client's request for the CreateDir operation. The "output" return value will be populated with the CreateDirCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDirCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDirCommon Send returns without error.
See CreateDir for more information on using the CreateDir API call, and error handling.
// Example sending a request using the CreateDirRequest method.
req, resp := client.CreateDirRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateDirWithContext ¶
func (c *EFS) CreateDirWithContext(ctx volcengine.Context, input *CreateDirInput, opts ...request.Option) (*CreateDirOutput, error)
CreateDirWithContext is the same as CreateDir with the addition of the ability to pass a context and additional request options.
See CreateDir 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 (*EFS) CreateFileSystem ¶
func (c *EFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
CreateFileSystem API operation for EFS.
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 EFS's API operation CreateFileSystem for usage and error information.
func (*EFS) CreateFileSystemCommon ¶
func (c *EFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFileSystemCommon API operation for EFS.
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 EFS's API operation CreateFileSystemCommon for usage and error information.
func (*EFS) CreateFileSystemCommonRequest ¶
func (c *EFS) 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 (*EFS) CreateFileSystemCommonWithContext ¶
func (c *EFS) 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 (*EFS) CreateFileSystemRequest ¶
func (c *EFS) 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 (*EFS) CreateFileSystemWithContext ¶
func (c *EFS) 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 (*EFS) CreateMountPoint ¶
func (c *EFS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)
CreateMountPoint API operation for EFS.
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 EFS's API operation CreateMountPoint for usage and error information.
func (*EFS) CreateMountPointCommon ¶
func (c *EFS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateMountPointCommon API operation for EFS.
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 EFS's API operation CreateMountPointCommon for usage and error information.
func (*EFS) CreateMountPointCommonRequest ¶
func (c *EFS) 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 (*EFS) CreateMountPointCommonWithContext ¶
func (c *EFS) 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 (*EFS) CreateMountPointRequest ¶
func (c *EFS) 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 (*EFS) CreateMountPointWithContext ¶
func (c *EFS) 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 (*EFS) CreatePermissionGroup ¶
func (c *EFS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
CreatePermissionGroup API operation for EFS.
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 EFS's API operation CreatePermissionGroup for usage and error information.
func (*EFS) CreatePermissionGroupCommon ¶
func (c *EFS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePermissionGroupCommon API operation for EFS.
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 EFS's API operation CreatePermissionGroupCommon for usage and error information.
func (*EFS) CreatePermissionGroupCommonRequest ¶
func (c *EFS) 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 (*EFS) CreatePermissionGroupCommonWithContext ¶
func (c *EFS) 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 (*EFS) CreatePermissionGroupRequest ¶
func (c *EFS) 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 (*EFS) CreatePermissionGroupWithContext ¶
func (c *EFS) 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 (*EFS) CreatePermissionRule ¶
func (c *EFS) CreatePermissionRule(input *CreatePermissionRuleInput) (*CreatePermissionRuleOutput, error)
CreatePermissionRule API operation for EFS.
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 EFS's API operation CreatePermissionRule for usage and error information.
func (*EFS) CreatePermissionRuleCommon ¶
func (c *EFS) CreatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePermissionRuleCommon API operation for EFS.
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 EFS's API operation CreatePermissionRuleCommon for usage and error information.
func (*EFS) CreatePermissionRuleCommonRequest ¶
func (c *EFS) CreatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePermissionRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionRuleCommon operation. The "output" return value will be populated with the CreatePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePermissionRuleCommon Send returns without error.
See CreatePermissionRuleCommon for more information on using the CreatePermissionRuleCommon API call, and error handling.
// Example sending a request using the CreatePermissionRuleCommonRequest method.
req, resp := client.CreatePermissionRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreatePermissionRuleCommonWithContext ¶
func (c *EFS) CreatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePermissionRuleCommonWithContext is the same as CreatePermissionRuleCommon with the addition of the ability to pass a context and additional request options.
See CreatePermissionRuleCommon 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 (*EFS) CreatePermissionRuleRequest ¶
func (c *EFS) CreatePermissionRuleRequest(input *CreatePermissionRuleInput) (req *request.Request, output *CreatePermissionRuleOutput)
CreatePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionRule operation. The "output" return value will be populated with the CreatePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePermissionRuleCommon Send returns without error.
See CreatePermissionRule for more information on using the CreatePermissionRule API call, and error handling.
// Example sending a request using the CreatePermissionRuleRequest method.
req, resp := client.CreatePermissionRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreatePermissionRuleWithContext ¶
func (c *EFS) CreatePermissionRuleWithContext(ctx volcengine.Context, input *CreatePermissionRuleInput, opts ...request.Option) (*CreatePermissionRuleOutput, error)
CreatePermissionRuleWithContext is the same as CreatePermissionRule with the addition of the ability to pass a context and additional request options.
See CreatePermissionRule 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 (*EFS) CreateQuota ¶
func (c *EFS) CreateQuota(input *CreateQuotaInput) (*CreateQuotaOutput, error)
CreateQuota API operation for EFS.
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 EFS's API operation CreateQuota for usage and error information.
func (*EFS) CreateQuotaCommon ¶
CreateQuotaCommon API operation for EFS.
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 EFS's API operation CreateQuotaCommon for usage and error information.
func (*EFS) CreateQuotaCommonRequest ¶
func (c *EFS) CreateQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateQuotaCommon operation. The "output" return value will be populated with the CreateQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQuotaCommon Send returns without error.
See CreateQuotaCommon for more information on using the CreateQuotaCommon API call, and error handling.
// Example sending a request using the CreateQuotaCommonRequest method.
req, resp := client.CreateQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateQuotaCommonWithContext ¶
func (c *EFS) CreateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateQuotaCommonWithContext is the same as CreateQuotaCommon with the addition of the ability to pass a context and additional request options.
See CreateQuotaCommon 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 (*EFS) CreateQuotaRequest ¶
func (c *EFS) CreateQuotaRequest(input *CreateQuotaInput) (req *request.Request, output *CreateQuotaOutput)
CreateQuotaRequest generates a "volcengine/request.Request" representing the client's request for the CreateQuota operation. The "output" return value will be populated with the CreateQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after CreateQuotaCommon Send returns without error.
See CreateQuota for more information on using the CreateQuota API call, and error handling.
// Example sending a request using the CreateQuotaRequest method.
req, resp := client.CreateQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) CreateQuotaWithContext ¶
func (c *EFS) CreateQuotaWithContext(ctx volcengine.Context, input *CreateQuotaInput, opts ...request.Option) (*CreateQuotaOutput, error)
CreateQuotaWithContext is the same as CreateQuota with the addition of the ability to pass a context and additional request options.
See CreateQuota 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 (*EFS) DeleteAccessPoint ¶
func (c *EFS) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
DeleteAccessPoint API operation for EFS.
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 EFS's API operation DeleteAccessPoint for usage and error information.
func (*EFS) DeleteAccessPointCommon ¶
func (c *EFS) DeleteAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteAccessPointCommon API operation for EFS.
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 EFS's API operation DeleteAccessPointCommon for usage and error information.
func (*EFS) DeleteAccessPointCommonRequest ¶
func (c *EFS) DeleteAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAccessPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAccessPointCommon operation. The "output" return value will be populated with the DeleteAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAccessPointCommon Send returns without error.
See DeleteAccessPointCommon for more information on using the DeleteAccessPointCommon API call, and error handling.
// Example sending a request using the DeleteAccessPointCommonRequest method.
req, resp := client.DeleteAccessPointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeleteAccessPointCommonWithContext ¶
func (c *EFS) DeleteAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAccessPointCommonWithContext is the same as DeleteAccessPointCommon with the addition of the ability to pass a context and additional request options.
See DeleteAccessPointCommon 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 (*EFS) DeleteAccessPointRequest ¶
func (c *EFS) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput)
DeleteAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAccessPoint operation. The "output" return value will be populated with the DeleteAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAccessPointCommon Send returns without error.
See DeleteAccessPoint for more information on using the DeleteAccessPoint API call, and error handling.
// Example sending a request using the DeleteAccessPointRequest method.
req, resp := client.DeleteAccessPointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeleteAccessPointWithContext ¶
func (c *EFS) DeleteAccessPointWithContext(ctx volcengine.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error)
DeleteAccessPointWithContext is the same as DeleteAccessPoint with the addition of the ability to pass a context and additional request options.
See DeleteAccessPoint 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 (*EFS) DeleteFileSystem ¶
func (c *EFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
DeleteFileSystem API operation for EFS.
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 EFS's API operation DeleteFileSystem for usage and error information.
func (*EFS) DeleteFileSystemCommon ¶
func (c *EFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFileSystemCommon API operation for EFS.
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 EFS's API operation DeleteFileSystemCommon for usage and error information.
func (*EFS) DeleteFileSystemCommonRequest ¶
func (c *EFS) 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 (*EFS) DeleteFileSystemCommonWithContext ¶
func (c *EFS) 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 (*EFS) DeleteFileSystemRequest ¶
func (c *EFS) 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 (*EFS) DeleteFileSystemWithContext ¶
func (c *EFS) 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 (*EFS) DeleteMountPoint ¶
func (c *EFS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)
DeleteMountPoint API operation for EFS.
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 EFS's API operation DeleteMountPoint for usage and error information.
func (*EFS) DeleteMountPointCommon ¶
func (c *EFS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteMountPointCommon API operation for EFS.
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 EFS's API operation DeleteMountPointCommon for usage and error information.
func (*EFS) DeleteMountPointCommonRequest ¶
func (c *EFS) 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 (*EFS) DeleteMountPointCommonWithContext ¶
func (c *EFS) 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 (*EFS) DeleteMountPointRequest ¶
func (c *EFS) 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 (*EFS) DeleteMountPointWithContext ¶
func (c *EFS) 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 (*EFS) DeletePermissionGroup ¶
func (c *EFS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
DeletePermissionGroup API operation for EFS.
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 EFS's API operation DeletePermissionGroup for usage and error information.
func (*EFS) DeletePermissionGroupCommon ¶
func (c *EFS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePermissionGroupCommon API operation for EFS.
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 EFS's API operation DeletePermissionGroupCommon for usage and error information.
func (*EFS) DeletePermissionGroupCommonRequest ¶
func (c *EFS) 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 (*EFS) DeletePermissionGroupCommonWithContext ¶
func (c *EFS) 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 (*EFS) DeletePermissionGroupRequest ¶
func (c *EFS) 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 (*EFS) DeletePermissionGroupWithContext ¶
func (c *EFS) 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 (*EFS) DeletePermissionRule ¶
func (c *EFS) DeletePermissionRule(input *DeletePermissionRuleInput) (*DeletePermissionRuleOutput, error)
DeletePermissionRule API operation for EFS.
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 EFS's API operation DeletePermissionRule for usage and error information.
func (*EFS) DeletePermissionRuleCommon ¶
func (c *EFS) DeletePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeletePermissionRuleCommon API operation for EFS.
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 EFS's API operation DeletePermissionRuleCommon for usage and error information.
func (*EFS) DeletePermissionRuleCommonRequest ¶
func (c *EFS) DeletePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeletePermissionRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionRuleCommon operation. The "output" return value will be populated with the DeletePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePermissionRuleCommon Send returns without error.
See DeletePermissionRuleCommon for more information on using the DeletePermissionRuleCommon API call, and error handling.
// Example sending a request using the DeletePermissionRuleCommonRequest method.
req, resp := client.DeletePermissionRuleCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeletePermissionRuleCommonWithContext ¶
func (c *EFS) DeletePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeletePermissionRuleCommonWithContext is the same as DeletePermissionRuleCommon with the addition of the ability to pass a context and additional request options.
See DeletePermissionRuleCommon 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 (*EFS) DeletePermissionRuleRequest ¶
func (c *EFS) DeletePermissionRuleRequest(input *DeletePermissionRuleInput) (req *request.Request, output *DeletePermissionRuleOutput)
DeletePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionRule operation. The "output" return value will be populated with the DeletePermissionRuleCommon request's response once the request completes successfully.
Use "Send" method on the returned DeletePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after DeletePermissionRuleCommon Send returns without error.
See DeletePermissionRule for more information on using the DeletePermissionRule API call, and error handling.
// Example sending a request using the DeletePermissionRuleRequest method.
req, resp := client.DeletePermissionRuleRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeletePermissionRuleWithContext ¶
func (c *EFS) DeletePermissionRuleWithContext(ctx volcengine.Context, input *DeletePermissionRuleInput, opts ...request.Option) (*DeletePermissionRuleOutput, error)
DeletePermissionRuleWithContext is the same as DeletePermissionRule with the addition of the ability to pass a context and additional request options.
See DeletePermissionRule 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 (*EFS) DeleteQuota ¶
func (c *EFS) DeleteQuota(input *DeleteQuotaInput) (*DeleteQuotaOutput, error)
DeleteQuota API operation for EFS.
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 EFS's API operation DeleteQuota for usage and error information.
func (*EFS) DeleteQuotaCommon ¶
DeleteQuotaCommon API operation for EFS.
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 EFS's API operation DeleteQuotaCommon for usage and error information.
func (*EFS) DeleteQuotaCommonRequest ¶
func (c *EFS) DeleteQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteQuotaCommon operation. The "output" return value will be populated with the DeleteQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQuotaCommon Send returns without error.
See DeleteQuotaCommon for more information on using the DeleteQuotaCommon API call, and error handling.
// Example sending a request using the DeleteQuotaCommonRequest method.
req, resp := client.DeleteQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeleteQuotaCommonWithContext ¶
func (c *EFS) DeleteQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteQuotaCommonWithContext is the same as DeleteQuotaCommon with the addition of the ability to pass a context and additional request options.
See DeleteQuotaCommon 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 (*EFS) DeleteQuotaRequest ¶
func (c *EFS) DeleteQuotaRequest(input *DeleteQuotaInput) (req *request.Request, output *DeleteQuotaOutput)
DeleteQuotaRequest generates a "volcengine/request.Request" representing the client's request for the DeleteQuota operation. The "output" return value will be populated with the DeleteQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteQuotaCommon Send returns without error.
See DeleteQuota for more information on using the DeleteQuota API call, and error handling.
// Example sending a request using the DeleteQuotaRequest method.
req, resp := client.DeleteQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DeleteQuotaWithContext ¶
func (c *EFS) DeleteQuotaWithContext(ctx volcengine.Context, input *DeleteQuotaInput, opts ...request.Option) (*DeleteQuotaOutput, error)
DeleteQuotaWithContext is the same as DeleteQuota with the addition of the ability to pass a context and additional request options.
See DeleteQuota 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 (*EFS) DescribeAccessPoints ¶
func (c *EFS) DescribeAccessPoints(input *DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error)
DescribeAccessPoints API operation for EFS.
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 EFS's API operation DescribeAccessPoints for usage and error information.
func (*EFS) DescribeAccessPointsCommon ¶
func (c *EFS) DescribeAccessPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAccessPointsCommon API operation for EFS.
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 EFS's API operation DescribeAccessPointsCommon for usage and error information.
func (*EFS) DescribeAccessPointsCommonRequest ¶
func (c *EFS) DescribeAccessPointsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAccessPointsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAccessPointsCommon operation. The "output" return value will be populated with the DescribeAccessPointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAccessPointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAccessPointsCommon Send returns without error.
See DescribeAccessPointsCommon for more information on using the DescribeAccessPointsCommon API call, and error handling.
// Example sending a request using the DescribeAccessPointsCommonRequest method.
req, resp := client.DescribeAccessPointsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DescribeAccessPointsCommonWithContext ¶
func (c *EFS) DescribeAccessPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAccessPointsCommonWithContext is the same as DescribeAccessPointsCommon with the addition of the ability to pass a context and additional request options.
See DescribeAccessPointsCommon 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 (*EFS) DescribeAccessPointsRequest ¶
func (c *EFS) DescribeAccessPointsRequest(input *DescribeAccessPointsInput) (req *request.Request, output *DescribeAccessPointsOutput)
DescribeAccessPointsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAccessPoints operation. The "output" return value will be populated with the DescribeAccessPointsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAccessPointsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAccessPointsCommon Send returns without error.
See DescribeAccessPoints for more information on using the DescribeAccessPoints API call, and error handling.
// Example sending a request using the DescribeAccessPointsRequest method.
req, resp := client.DescribeAccessPointsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DescribeAccessPointsWithContext ¶
func (c *EFS) DescribeAccessPointsWithContext(ctx volcengine.Context, input *DescribeAccessPointsInput, opts ...request.Option) (*DescribeAccessPointsOutput, error)
DescribeAccessPointsWithContext is the same as DescribeAccessPoints with the addition of the ability to pass a context and additional request options.
See DescribeAccessPoints 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 (*EFS) DescribeFileSystems ¶
func (c *EFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystems API operation for EFS.
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 EFS's API operation DescribeFileSystems for usage and error information.
func (*EFS) DescribeFileSystemsCommon ¶
func (c *EFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommon API operation for EFS.
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 EFS's API operation DescribeFileSystemsCommon for usage and error information.
func (*EFS) DescribeFileSystemsCommonRequest ¶
func (c *EFS) 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 (*EFS) DescribeFileSystemsCommonWithContext ¶
func (c *EFS) 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 (*EFS) DescribeFileSystemsRequest ¶
func (c *EFS) 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 (*EFS) DescribeFileSystemsWithContext ¶
func (c *EFS) 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 (*EFS) DescribeMountPoints ¶
func (c *EFS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
DescribeMountPoints API operation for EFS.
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 EFS's API operation DescribeMountPoints for usage and error information.
func (*EFS) DescribeMountPointsCommon ¶
func (c *EFS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountPointsCommon API operation for EFS.
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 EFS's API operation DescribeMountPointsCommon for usage and error information.
func (*EFS) DescribeMountPointsCommonRequest ¶
func (c *EFS) 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 (*EFS) DescribeMountPointsCommonWithContext ¶
func (c *EFS) 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 (*EFS) DescribeMountPointsRequest ¶
func (c *EFS) 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 (*EFS) DescribeMountPointsWithContext ¶
func (c *EFS) 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 (*EFS) DescribePermissionGroups ¶
func (c *EFS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
DescribePermissionGroups API operation for EFS.
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 EFS's API operation DescribePermissionGroups for usage and error information.
func (*EFS) DescribePermissionGroupsCommon ¶
func (c *EFS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePermissionGroupsCommon API operation for EFS.
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 EFS's API operation DescribePermissionGroupsCommon for usage and error information.
func (*EFS) DescribePermissionGroupsCommonRequest ¶
func (c *EFS) 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 (*EFS) DescribePermissionGroupsCommonWithContext ¶
func (c *EFS) 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 (*EFS) DescribePermissionGroupsRequest ¶
func (c *EFS) 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 (*EFS) DescribePermissionGroupsWithContext ¶
func (c *EFS) 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 (*EFS) DescribePermissionRules ¶
func (c *EFS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
DescribePermissionRules API operation for EFS.
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 EFS's API operation DescribePermissionRules for usage and error information.
func (*EFS) DescribePermissionRulesCommon ¶
func (c *EFS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribePermissionRulesCommon API operation for EFS.
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 EFS's API operation DescribePermissionRulesCommon for usage and error information.
func (*EFS) DescribePermissionRulesCommonRequest ¶
func (c *EFS) 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 (*EFS) DescribePermissionRulesCommonWithContext ¶
func (c *EFS) 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 (*EFS) DescribePermissionRulesRequest ¶
func (c *EFS) 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 (*EFS) DescribePermissionRulesWithContext ¶
func (c *EFS) 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 (*EFS) DescribeQuotas ¶
func (c *EFS) DescribeQuotas(input *DescribeQuotasInput) (*DescribeQuotasOutput, error)
DescribeQuotas API operation for EFS.
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 EFS's API operation DescribeQuotas for usage and error information.
func (*EFS) DescribeQuotasCommon ¶
DescribeQuotasCommon API operation for EFS.
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 EFS's API operation DescribeQuotasCommon for usage and error information.
func (*EFS) DescribeQuotasCommonRequest ¶
func (c *EFS) DescribeQuotasCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeQuotasCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeQuotasCommon operation. The "output" return value will be populated with the DescribeQuotasCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeQuotasCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeQuotasCommon Send returns without error.
See DescribeQuotasCommon for more information on using the DescribeQuotasCommon API call, and error handling.
// Example sending a request using the DescribeQuotasCommonRequest method.
req, resp := client.DescribeQuotasCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DescribeQuotasCommonWithContext ¶
func (c *EFS) DescribeQuotasCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeQuotasCommonWithContext is the same as DescribeQuotasCommon with the addition of the ability to pass a context and additional request options.
See DescribeQuotasCommon 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 (*EFS) DescribeQuotasRequest ¶
func (c *EFS) DescribeQuotasRequest(input *DescribeQuotasInput) (req *request.Request, output *DescribeQuotasOutput)
DescribeQuotasRequest generates a "volcengine/request.Request" representing the client's request for the DescribeQuotas operation. The "output" return value will be populated with the DescribeQuotasCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeQuotasCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeQuotasCommon Send returns without error.
See DescribeQuotas for more information on using the DescribeQuotas API call, and error handling.
// Example sending a request using the DescribeQuotasRequest method.
req, resp := client.DescribeQuotasRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) DescribeQuotasWithContext ¶
func (c *EFS) DescribeQuotasWithContext(ctx volcengine.Context, input *DescribeQuotasInput, opts ...request.Option) (*DescribeQuotasOutput, error)
DescribeQuotasWithContext is the same as DescribeQuotas with the addition of the ability to pass a context and additional request options.
See DescribeQuotas 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 (*EFS) DescribeZones ¶
func (c *EFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZones API operation for EFS.
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 EFS's API operation DescribeZones for usage and error information.
func (*EFS) DescribeZonesCommon ¶
DescribeZonesCommon API operation for EFS.
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 EFS's API operation DescribeZonesCommon for usage and error information.
func (*EFS) DescribeZonesCommonRequest ¶
func (c *EFS) 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 (*EFS) DescribeZonesCommonWithContext ¶
func (c *EFS) 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 (*EFS) DescribeZonesRequest ¶
func (c *EFS) 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 (*EFS) DescribeZonesWithContext ¶
func (c *EFS) 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 (*EFS) ListTagsForResources ¶
func (c *EFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResources API operation for EFS.
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 EFS's API operation ListTagsForResources for usage and error information.
func (*EFS) ListTagsForResourcesCommon ¶
func (c *EFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommon API operation for EFS.
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 EFS's API operation ListTagsForResourcesCommon for usage and error information.
func (*EFS) ListTagsForResourcesCommonRequest ¶
func (c *EFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTagsForResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.
// Example sending a request using the ListTagsForResourcesCommonRequest method.
req, resp := client.ListTagsForResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) ListTagsForResourcesCommonWithContext ¶
func (c *EFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.
See ListTagsForResourcesCommon 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 (*EFS) ListTagsForResourcesRequest ¶
func (c *EFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.
// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) ListTagsForResourcesWithContext ¶
func (c *EFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.
See ListTagsForResources 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 (*EFS) TagResources ¶
func (c *EFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for EFS.
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 EFS's API operation TagResources for usage and error information.
func (*EFS) TagResourcesCommon ¶
TagResourcesCommon API operation for EFS.
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 EFS's API operation TagResourcesCommon for usage and error information.
func (*EFS) TagResourcesCommonRequest ¶
func (c *EFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) TagResourcesCommonWithContext ¶
func (c *EFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon 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 (*EFS) TagResourcesRequest ¶
func (c *EFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) TagResourcesWithContext ¶
func (c *EFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources 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 (*EFS) UntagResources ¶
func (c *EFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for EFS.
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 EFS's API operation UntagResources for usage and error information.
func (*EFS) UntagResourcesCommon ¶
UntagResourcesCommon API operation for EFS.
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 EFS's API operation UntagResourcesCommon for usage and error information.
func (*EFS) UntagResourcesCommonRequest ¶
func (c *EFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UntagResourcesCommonWithContext ¶
func (c *EFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon 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 (*EFS) UntagResourcesRequest ¶
func (c *EFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UntagResourcesWithContext ¶
func (c *EFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources 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 (*EFS) UpdateAccessPoint ¶
func (c *EFS) UpdateAccessPoint(input *UpdateAccessPointInput) (*UpdateAccessPointOutput, error)
UpdateAccessPoint API operation for EFS.
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 EFS's API operation UpdateAccessPoint for usage and error information.
func (*EFS) UpdateAccessPointCommon ¶
func (c *EFS) UpdateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateAccessPointCommon API operation for EFS.
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 EFS's API operation UpdateAccessPointCommon for usage and error information.
func (*EFS) UpdateAccessPointCommonRequest ¶
func (c *EFS) UpdateAccessPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAccessPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAccessPointCommon operation. The "output" return value will be populated with the UpdateAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAccessPointCommon Send returns without error.
See UpdateAccessPointCommon for more information on using the UpdateAccessPointCommon API call, and error handling.
// Example sending a request using the UpdateAccessPointCommonRequest method.
req, resp := client.UpdateAccessPointCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UpdateAccessPointCommonWithContext ¶
func (c *EFS) UpdateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAccessPointCommonWithContext is the same as UpdateAccessPointCommon with the addition of the ability to pass a context and additional request options.
See UpdateAccessPointCommon 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 (*EFS) UpdateAccessPointRequest ¶
func (c *EFS) UpdateAccessPointRequest(input *UpdateAccessPointInput) (req *request.Request, output *UpdateAccessPointOutput)
UpdateAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAccessPoint operation. The "output" return value will be populated with the UpdateAccessPointCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAccessPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAccessPointCommon Send returns without error.
See UpdateAccessPoint for more information on using the UpdateAccessPoint API call, and error handling.
// Example sending a request using the UpdateAccessPointRequest method.
req, resp := client.UpdateAccessPointRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UpdateAccessPointWithContext ¶
func (c *EFS) UpdateAccessPointWithContext(ctx volcengine.Context, input *UpdateAccessPointInput, opts ...request.Option) (*UpdateAccessPointOutput, error)
UpdateAccessPointWithContext is the same as UpdateAccessPoint with the addition of the ability to pass a context and additional request options.
See UpdateAccessPoint 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 (*EFS) UpdateFileSystem ¶
func (c *EFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
UpdateFileSystem API operation for EFS.
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 EFS's API operation UpdateFileSystem for usage and error information.
func (*EFS) UpdateFileSystemCommon ¶
func (c *EFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFileSystemCommon API operation for EFS.
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 EFS's API operation UpdateFileSystemCommon for usage and error information.
func (*EFS) UpdateFileSystemCommonRequest ¶
func (c *EFS) 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 (*EFS) UpdateFileSystemCommonWithContext ¶
func (c *EFS) 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 (*EFS) UpdateFileSystemRequest ¶
func (c *EFS) 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 (*EFS) UpdateFileSystemWithContext ¶
func (c *EFS) 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 (*EFS) UpdateMountPoint ¶
func (c *EFS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)
UpdateMountPoint API operation for EFS.
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 EFS's API operation UpdateMountPoint for usage and error information.
func (*EFS) UpdateMountPointCommon ¶
func (c *EFS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateMountPointCommon API operation for EFS.
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 EFS's API operation UpdateMountPointCommon for usage and error information.
func (*EFS) UpdateMountPointCommonRequest ¶
func (c *EFS) 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 (*EFS) UpdateMountPointCommonWithContext ¶
func (c *EFS) 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 (*EFS) UpdateMountPointRequest ¶
func (c *EFS) 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 (*EFS) UpdateMountPointWithContext ¶
func (c *EFS) 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 (*EFS) UpdatePermissionGroup ¶
func (c *EFS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
UpdatePermissionGroup API operation for EFS.
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 EFS's API operation UpdatePermissionGroup for usage and error information.
func (*EFS) UpdatePermissionGroupCommon ¶
func (c *EFS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdatePermissionGroupCommon API operation for EFS.
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 EFS's API operation UpdatePermissionGroupCommon for usage and error information.
func (*EFS) UpdatePermissionGroupCommonRequest ¶
func (c *EFS) 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 (*EFS) UpdatePermissionGroupCommonWithContext ¶
func (c *EFS) 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 (*EFS) UpdatePermissionGroupRequest ¶
func (c *EFS) 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 (*EFS) UpdatePermissionGroupWithContext ¶
func (c *EFS) 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 (*EFS) UpdatePermissionRule ¶
func (c *EFS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
UpdatePermissionRule API operation for EFS.
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 EFS's API operation UpdatePermissionRule for usage and error information.
func (*EFS) UpdatePermissionRuleCommon ¶
func (c *EFS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdatePermissionRuleCommon API operation for EFS.
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 EFS's API operation UpdatePermissionRuleCommon for usage and error information.
func (*EFS) UpdatePermissionRuleCommonRequest ¶
func (c *EFS) 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 (*EFS) UpdatePermissionRuleCommonWithContext ¶
func (c *EFS) 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 (*EFS) UpdatePermissionRuleRequest ¶
func (c *EFS) 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 (*EFS) UpdatePermissionRuleWithContext ¶
func (c *EFS) 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 (*EFS) UpdateQuota ¶
func (c *EFS) UpdateQuota(input *UpdateQuotaInput) (*UpdateQuotaOutput, error)
UpdateQuota API operation for EFS.
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 EFS's API operation UpdateQuota for usage and error information.
func (*EFS) UpdateQuotaCommon ¶
UpdateQuotaCommon API operation for EFS.
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 EFS's API operation UpdateQuotaCommon for usage and error information.
func (*EFS) UpdateQuotaCommonRequest ¶
func (c *EFS) UpdateQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQuotaCommon operation. The "output" return value will be populated with the UpdateQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQuotaCommon Send returns without error.
See UpdateQuotaCommon for more information on using the UpdateQuotaCommon API call, and error handling.
// Example sending a request using the UpdateQuotaCommonRequest method.
req, resp := client.UpdateQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UpdateQuotaCommonWithContext ¶
func (c *EFS) UpdateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateQuotaCommonWithContext is the same as UpdateQuotaCommon with the addition of the ability to pass a context and additional request options.
See UpdateQuotaCommon 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 (*EFS) UpdateQuotaRequest ¶
func (c *EFS) UpdateQuotaRequest(input *UpdateQuotaInput) (req *request.Request, output *UpdateQuotaOutput)
UpdateQuotaRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQuota operation. The "output" return value will be populated with the UpdateQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQuotaCommon Send returns without error.
See UpdateQuota for more information on using the UpdateQuota API call, and error handling.
// Example sending a request using the UpdateQuotaRequest method.
req, resp := client.UpdateQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*EFS) UpdateQuotaWithContext ¶
func (c *EFS) UpdateQuotaWithContext(ctx volcengine.Context, input *UpdateQuotaInput, opts ...request.Option) (*UpdateQuotaOutput, error)
UpdateQuotaWithContext is the same as UpdateQuota with the addition of the ability to pass a context and additional request options.
See UpdateQuota 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 EFSAPI ¶
type EFSAPI interface {
CheckDirCommon(*map[string]interface{}) (*map[string]interface{}, error)
CheckDirCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CheckDirCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CheckDir(*CheckDirInput) (*CheckDirOutput, error)
CheckDirWithContext(volcengine.Context, *CheckDirInput, ...request.Option) (*CheckDirOutput, error)
CheckDirRequest(*CheckDirInput) (*request.Request, *CheckDirOutput)
CreateAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateAccessPoint(*CreateAccessPointInput) (*CreateAccessPointOutput, error)
CreateAccessPointWithContext(volcengine.Context, *CreateAccessPointInput, ...request.Option) (*CreateAccessPointOutput, error)
CreateAccessPointRequest(*CreateAccessPointInput) (*request.Request, *CreateAccessPointOutput)
CreateDirCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateDirCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateDirCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateDir(*CreateDirInput) (*CreateDirOutput, error)
CreateDirWithContext(volcengine.Context, *CreateDirInput, ...request.Option) (*CreateDirOutput, error)
CreateDirRequest(*CreateDirInput) (*request.Request, *CreateDirOutput)
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)
CreatePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePermissionRule(*CreatePermissionRuleInput) (*CreatePermissionRuleOutput, error)
CreatePermissionRuleWithContext(volcengine.Context, *CreatePermissionRuleInput, ...request.Option) (*CreatePermissionRuleOutput, error)
CreatePermissionRuleRequest(*CreatePermissionRuleInput) (*request.Request, *CreatePermissionRuleOutput)
CreateQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateQuota(*CreateQuotaInput) (*CreateQuotaOutput, error)
CreateQuotaWithContext(volcengine.Context, *CreateQuotaInput, ...request.Option) (*CreateQuotaOutput, error)
CreateQuotaRequest(*CreateQuotaInput) (*request.Request, *CreateQuotaOutput)
DeleteAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteAccessPoint(*DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
DeleteAccessPointWithContext(volcengine.Context, *DeleteAccessPointInput, ...request.Option) (*DeleteAccessPointOutput, error)
DeleteAccessPointRequest(*DeleteAccessPointInput) (*request.Request, *DeleteAccessPointOutput)
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)
DeletePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeletePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeletePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeletePermissionRule(*DeletePermissionRuleInput) (*DeletePermissionRuleOutput, error)
DeletePermissionRuleWithContext(volcengine.Context, *DeletePermissionRuleInput, ...request.Option) (*DeletePermissionRuleOutput, error)
DeletePermissionRuleRequest(*DeletePermissionRuleInput) (*request.Request, *DeletePermissionRuleOutput)
DeleteQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteQuota(*DeleteQuotaInput) (*DeleteQuotaOutput, error)
DeleteQuotaWithContext(volcengine.Context, *DeleteQuotaInput, ...request.Option) (*DeleteQuotaOutput, error)
DeleteQuotaRequest(*DeleteQuotaInput) (*request.Request, *DeleteQuotaOutput)
DescribeAccessPointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeAccessPointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeAccessPointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeAccessPoints(*DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error)
DescribeAccessPointsWithContext(volcengine.Context, *DescribeAccessPointsInput, ...request.Option) (*DescribeAccessPointsOutput, error)
DescribeAccessPointsRequest(*DescribeAccessPointsInput) (*request.Request, *DescribeAccessPointsOutput)
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)
DescribeQuotasCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeQuotasCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeQuotasCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeQuotas(*DescribeQuotasInput) (*DescribeQuotasOutput, error)
DescribeQuotasWithContext(volcengine.Context, *DescribeQuotasInput, ...request.Option) (*DescribeQuotasOutput, error)
DescribeQuotasRequest(*DescribeQuotasInput) (*request.Request, *DescribeQuotasOutput)
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)
ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)
TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)
UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)
UpdateAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateAccessPoint(*UpdateAccessPointInput) (*UpdateAccessPointOutput, error)
UpdateAccessPointWithContext(volcengine.Context, *UpdateAccessPointInput, ...request.Option) (*UpdateAccessPointOutput, error)
UpdateAccessPointRequest(*UpdateAccessPointInput) (*request.Request, *UpdateAccessPointOutput)
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)
UpdateQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateQuota(*UpdateQuotaInput) (*UpdateQuotaOutput, error)
UpdateQuotaWithContext(volcengine.Context, *UpdateQuotaInput, ...request.Option) (*UpdateQuotaOutput, error)
UpdateQuotaRequest(*UpdateQuotaInput) (*request.Request, *UpdateQuotaOutput)
}
EFSAPI provides an interface to enable mocking the efs.EFS service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// EFS.
func myFunc(svc EFSAPI) bool {
// Make svc.CheckDir request
}
func main() {
sess := session.New()
svc := efs.New(sess)
myFunc(svc)
}
type FileSystemForDescribeFileSystemsOutput ¶
type FileSystemForDescribeFileSystemsOutput struct {
AccessPointLimit *int32 `type:"int32" json:",omitempty"`
ChargeConfig *ChargeConfigForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
DowngradeUnlockTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
InstanceType *string `type:"string" json:",omitempty" enum:"EnumOfInstanceTypeForDescribeFileSystemsOutput"`
MountPointLimit *int32 `type:"int32" json:",omitempty"`
Performance *PerformanceForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`
PerformanceDensity *string `type:"string" json:",omitempty" enum:"EnumOfPerformanceDensityForDescribeFileSystemsOutput"`
ProjectName *string `type:"string" json:",omitempty"`
ProtocolTypes []*string `type:"list" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
Storage *StorageForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`
Tags []*TagForDescribeFileSystemsOutput `type:"list" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FileSystemForDescribeFileSystemsOutput) GoString ¶
func (s FileSystemForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*FileSystemForDescribeFileSystemsOutput) SetAccessPointLimit ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetAccessPointLimit(v int32) *FileSystemForDescribeFileSystemsOutput
SetAccessPointLimit sets the AccessPointLimit field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeConfig ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeConfig(v *ChargeConfigForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetChargeConfig sets the ChargeConfig 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) SetDowngradeUnlockTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetDowngradeUnlockTime(v string) *FileSystemForDescribeFileSystemsOutput
SetDowngradeUnlockTime sets the DowngradeUnlockTime 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) SetInstanceType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetInstanceType(v string) *FileSystemForDescribeFileSystemsOutput
SetInstanceType sets the InstanceType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetMountPointLimit ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetMountPointLimit(v int32) *FileSystemForDescribeFileSystemsOutput
SetMountPointLimit sets the MountPointLimit field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetPerformance ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetPerformance(v *PerformanceForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetPerformance sets the Performance field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetPerformanceDensity ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetPerformanceDensity(v string) *FileSystemForDescribeFileSystemsOutput
SetPerformanceDensity sets the PerformanceDensity field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProjectName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
SetProjectName sets the ProjectName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProtocolTypes ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolTypes(v []*string) *FileSystemForDescribeFileSystemsOutput
SetProtocolTypes sets the ProtocolTypes field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetStatus sets the Status field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStorage ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStorage(v *StorageForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetStorage sets the Storage 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) 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 ListTagsForResourcesInput ¶
type ListTagsForResourcesInput struct {
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesInput) GoString ¶
func (s ListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesInput) SetPageNumber ¶
func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesInput) SetPageSize ¶
func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesInput) SetResourceIds ¶
func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourcesInput) SetResourceType ¶
func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourcesInput) SetTagFilters ¶
func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
SetTagFilters sets the TagFilters field's value.
func (ListTagsForResourcesInput) String ¶
func (s ListTagsForResourcesInput) String() string
String returns the string representation
func (*ListTagsForResourcesInput) Validate ¶
func (s *ListTagsForResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourcesOutput ¶
type ListTagsForResourcesOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesOutput) GoString ¶
func (s ListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesOutput) SetPageNumber ¶
func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesOutput) SetPageSize ¶
func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesOutput) SetResourceTags ¶
func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
SetResourceTags sets the ResourceTags field's value.
func (*ListTagsForResourcesOutput) SetTotalCount ¶
func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
SetTotalCount sets the TotalCount field's value.
func (ListTagsForResourcesOutput) String ¶
func (s ListTagsForResourcesOutput) String() string
String returns the string representation
type MountPointForDescribeMountPointsOutput ¶
type MountPointForDescribeMountPointsOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Domain *string `type:"string" json:",omitempty"`
Ip *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
MountPointName *string `type:"string" json:",omitempty"`
PermissionGroupId *string `type:"string" json:",omitempty"`
PermissionGroupName *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountPointsOutput"`
SubnetId *string `type:"string" json:",omitempty"`
SubnetName *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
VpcName *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountPointForDescribeMountPointsOutput) GoString ¶
func (s MountPointForDescribeMountPointsOutput) GoString() string
GoString returns the string representation
func (*MountPointForDescribeMountPointsOutput) SetCreateTime ¶
func (s *MountPointForDescribeMountPointsOutput) SetCreateTime(v string) *MountPointForDescribeMountPointsOutput
SetCreateTime sets the CreateTime field's value.
func (*MountPointForDescribeMountPointsOutput) SetDomain ¶
func (s *MountPointForDescribeMountPointsOutput) SetDomain(v string) *MountPointForDescribeMountPointsOutput
SetDomain sets the Domain field's value.
func (*MountPointForDescribeMountPointsOutput) SetIp ¶
func (s *MountPointForDescribeMountPointsOutput) SetIp(v string) *MountPointForDescribeMountPointsOutput
SetIp sets the Ip 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) SetPermissionGroupId ¶
func (s *MountPointForDescribeMountPointsOutput) SetPermissionGroupId(v string) *MountPointForDescribeMountPointsOutput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*MountPointForDescribeMountPointsOutput) SetPermissionGroupName ¶
func (s *MountPointForDescribeMountPointsOutput) SetPermissionGroupName(v string) *MountPointForDescribeMountPointsOutput
SetPermissionGroupName sets the PermissionGroupName field's value.
func (*MountPointForDescribeMountPointsOutput) SetStatus ¶
func (s *MountPointForDescribeMountPointsOutput) SetStatus(v string) *MountPointForDescribeMountPointsOutput
SetStatus sets the Status field's value.
func (*MountPointForDescribeMountPointsOutput) SetSubnetId ¶
func (s *MountPointForDescribeMountPointsOutput) SetSubnetId(v string) *MountPointForDescribeMountPointsOutput
SetSubnetId sets the SubnetId field's value.
func (*MountPointForDescribeMountPointsOutput) SetSubnetName ¶
func (s *MountPointForDescribeMountPointsOutput) SetSubnetName(v string) *MountPointForDescribeMountPointsOutput
SetSubnetName sets the SubnetName field's value.
func (*MountPointForDescribeMountPointsOutput) SetUpdateTime ¶
func (s *MountPointForDescribeMountPointsOutput) SetUpdateTime(v string) *MountPointForDescribeMountPointsOutput
SetUpdateTime sets the UpdateTime field's value.
func (*MountPointForDescribeMountPointsOutput) SetVpcId ¶
func (s *MountPointForDescribeMountPointsOutput) SetVpcId(v string) *MountPointForDescribeMountPointsOutput
SetVpcId sets the VpcId field's value.
func (*MountPointForDescribeMountPointsOutput) SetVpcName ¶
func (s *MountPointForDescribeMountPointsOutput) SetVpcName(v string) *MountPointForDescribeMountPointsOutput
SetVpcName sets the VpcName field's value.
func (*MountPointForDescribeMountPointsOutput) SetZoneId ¶
func (s *MountPointForDescribeMountPointsOutput) SetZoneId(v string) *MountPointForDescribeMountPointsOutput
SetZoneId sets the ZoneId field's value.
func (*MountPointForDescribeMountPointsOutput) SetZoneName ¶
func (s *MountPointForDescribeMountPointsOutput) SetZoneName(v string) *MountPointForDescribeMountPointsOutput
SetZoneName sets the ZoneName 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" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
MountPointId *string `type:"string" json:",omitempty"`
MountPointName *string `type:"string" json:",omitempty"`
// 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) SetFileSystemName ¶
func (s *MountPointForDescribePermissionGroupsOutput) SetFileSystemName(v string) *MountPointForDescribePermissionGroupsOutput
SetFileSystemName sets the FileSystemName 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 PerformanceForDescribeFileSystemsOutput ¶
type PerformanceForDescribeFileSystemsOutput struct {
BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForDescribeFileSystemsOutput"`
BaselineBandwidth *int32 `type:"int32" json:",omitempty"`
BaselineIops *int32 `type:"int32" json:",omitempty"`
BurstBandwidth *int32 `type:"int32" json:",omitempty"`
BurstIops *int32 `type:"int32" json:",omitempty"`
ProvisionedBandwidth *int32 `type:"int32" json:",omitempty"`
ProvisionedIops *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (PerformanceForDescribeFileSystemsOutput) GoString ¶
func (s PerformanceForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*PerformanceForDescribeFileSystemsOutput) SetBandwidthMode ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetBandwidthMode(v string) *PerformanceForDescribeFileSystemsOutput
SetBandwidthMode sets the BandwidthMode field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetBaselineBandwidth ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetBaselineBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
SetBaselineBandwidth sets the BaselineBandwidth field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetBaselineIops ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetBaselineIops(v int32) *PerformanceForDescribeFileSystemsOutput
SetBaselineIops sets the BaselineIops field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetBurstBandwidth ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetBurstBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
SetBurstBandwidth sets the BurstBandwidth field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetBurstIops ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetBurstIops(v int32) *PerformanceForDescribeFileSystemsOutput
SetBurstIops sets the BurstIops field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetProvisionedBandwidth ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetProvisionedBandwidth(v int32) *PerformanceForDescribeFileSystemsOutput
SetProvisionedBandwidth sets the ProvisionedBandwidth field's value.
func (*PerformanceForDescribeFileSystemsOutput) SetProvisionedIops ¶
func (s *PerformanceForDescribeFileSystemsOutput) SetProvisionedIops(v int32) *PerformanceForDescribeFileSystemsOutput
SetProvisionedIops sets the ProvisionedIops field's value.
func (PerformanceForDescribeFileSystemsOutput) String ¶
func (s PerformanceForDescribeFileSystemsOutput) String() string
String returns the string representation
type PermissionGroupForDescribePermissionGroupsOutput ¶
type PermissionGroupForDescribePermissionGroupsOutput struct {
AccessPointCount *int32 `type:"int32" json:",omitempty"`
AccessPoints []*AccessPointForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
MountPointCount *int32 `type:"int32" json:",omitempty"`
MountPoints []*MountPointForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`
PermissionGroupId *string `type:"string" json:",omitempty"`
PermissionGroupName *string `type:"string" json:",omitempty"`
PermissionRuleCount *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribePermissionGroupsOutput"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (PermissionGroupForDescribePermissionGroupsOutput) GoString ¶
func (s PermissionGroupForDescribePermissionGroupsOutput) GoString() string
GoString returns the string representation
func (*PermissionGroupForDescribePermissionGroupsOutput) SetAccessPointCount ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetAccessPointCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
SetAccessPointCount sets the AccessPointCount field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetAccessPoints ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetAccessPoints(v []*AccessPointForDescribePermissionGroupsOutput) *PermissionGroupForDescribePermissionGroupsOutput
SetAccessPoints sets the AccessPoints field's value.
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) SetMountPointCount ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetMountPointCount(v int32) *PermissionGroupForDescribePermissionGroupsOutput
SetMountPointCount sets the MountPointCount 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) SetStatus ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetStatus(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetStatus sets the Status field's value.
func (*PermissionGroupForDescribePermissionGroupsOutput) SetUpdateTime ¶
func (s *PermissionGroupForDescribePermissionGroupsOutput) SetUpdateTime(v string) *PermissionGroupForDescribePermissionGroupsOutput
SetUpdateTime sets the UpdateTime 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" json:",omitempty"`
PermissionRuleId *string `type:"string" json:",omitempty"`
RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForDescribePermissionRulesOutput"`
UserMode *string `type:"string" json:",omitempty" 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 PosixUserForCreateAccessPointInput ¶
type PosixUserForCreateAccessPointInput struct {
PosixGroupId *int32 `type:"int32" json:",omitempty"`
PosixSecondaryGroupIds []*int32 `type:"list" json:",omitempty"`
PosixUserId *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (PosixUserForCreateAccessPointInput) GoString ¶
func (s PosixUserForCreateAccessPointInput) GoString() string
GoString returns the string representation
func (*PosixUserForCreateAccessPointInput) SetPosixGroupId ¶
func (s *PosixUserForCreateAccessPointInput) SetPosixGroupId(v int32) *PosixUserForCreateAccessPointInput
SetPosixGroupId sets the PosixGroupId field's value.
func (*PosixUserForCreateAccessPointInput) SetPosixSecondaryGroupIds ¶
func (s *PosixUserForCreateAccessPointInput) SetPosixSecondaryGroupIds(v []*int32) *PosixUserForCreateAccessPointInput
SetPosixSecondaryGroupIds sets the PosixSecondaryGroupIds field's value.
func (*PosixUserForCreateAccessPointInput) SetPosixUserId ¶
func (s *PosixUserForCreateAccessPointInput) SetPosixUserId(v int32) *PosixUserForCreateAccessPointInput
SetPosixUserId sets the PosixUserId field's value.
func (PosixUserForCreateAccessPointInput) String ¶
func (s PosixUserForCreateAccessPointInput) String() string
String returns the string representation
type PosixUserForDescribeAccessPointsOutput ¶
type PosixUserForDescribeAccessPointsOutput struct {
PosixGroupId *int32 `type:"int32" json:",omitempty"`
PosixSecondaryGroupIds []*int32 `type:"list" json:",omitempty"`
PosixUserId *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (PosixUserForDescribeAccessPointsOutput) GoString ¶
func (s PosixUserForDescribeAccessPointsOutput) GoString() string
GoString returns the string representation
func (*PosixUserForDescribeAccessPointsOutput) SetPosixGroupId ¶
func (s *PosixUserForDescribeAccessPointsOutput) SetPosixGroupId(v int32) *PosixUserForDescribeAccessPointsOutput
SetPosixGroupId sets the PosixGroupId field's value.
func (*PosixUserForDescribeAccessPointsOutput) SetPosixSecondaryGroupIds ¶
func (s *PosixUserForDescribeAccessPointsOutput) SetPosixSecondaryGroupIds(v []*int32) *PosixUserForDescribeAccessPointsOutput
SetPosixSecondaryGroupIds sets the PosixSecondaryGroupIds field's value.
func (*PosixUserForDescribeAccessPointsOutput) SetPosixUserId ¶
func (s *PosixUserForDescribeAccessPointsOutput) SetPosixUserId(v int32) *PosixUserForDescribeAccessPointsOutput
SetPosixUserId sets the PosixUserId field's value.
func (PosixUserForDescribeAccessPointsOutput) String ¶
func (s PosixUserForDescribeAccessPointsOutput) String() string
String returns the string representation
type QuotaForDescribeQuotasOutput ¶
type QuotaForDescribeQuotasOutput struct {
CapacityLimit *int64 `type:"int64" json:",omitempty"`
CapacityUsed *int64 `type:"int64" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
DirInode *string `type:"string" json:",omitempty"`
FileSystemPath *string `type:"string" json:",omitempty"`
InodeLimit *int64 `type:"int64" json:",omitempty"`
InodeUsed *int64 `type:"int64" json:",omitempty"`
LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForDescribeQuotasOutput"`
QuotaId *string `type:"string" json:",omitempty"`
QuotaType *string `type:"string" json:",omitempty" enum:"EnumOfQuotaTypeForDescribeQuotasOutput"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeQuotasOutput"`
UpdateTime *string `type:"string" json:",omitempty"`
UserType *string `type:"string" json:",omitempty" enum:"EnumOfUserTypeForDescribeQuotasOutput"`
// contains filtered or unexported fields
}
func (QuotaForDescribeQuotasOutput) GoString ¶
func (s QuotaForDescribeQuotasOutput) GoString() string
GoString returns the string representation
func (*QuotaForDescribeQuotasOutput) SetCapacityLimit ¶
func (s *QuotaForDescribeQuotasOutput) SetCapacityLimit(v int64) *QuotaForDescribeQuotasOutput
SetCapacityLimit sets the CapacityLimit field's value.
func (*QuotaForDescribeQuotasOutput) SetCapacityUsed ¶
func (s *QuotaForDescribeQuotasOutput) SetCapacityUsed(v int64) *QuotaForDescribeQuotasOutput
SetCapacityUsed sets the CapacityUsed field's value.
func (*QuotaForDescribeQuotasOutput) SetCreateTime ¶
func (s *QuotaForDescribeQuotasOutput) SetCreateTime(v string) *QuotaForDescribeQuotasOutput
SetCreateTime sets the CreateTime field's value.
func (*QuotaForDescribeQuotasOutput) SetDirInode ¶
func (s *QuotaForDescribeQuotasOutput) SetDirInode(v string) *QuotaForDescribeQuotasOutput
SetDirInode sets the DirInode field's value.
func (*QuotaForDescribeQuotasOutput) SetFileSystemPath ¶
func (s *QuotaForDescribeQuotasOutput) SetFileSystemPath(v string) *QuotaForDescribeQuotasOutput
SetFileSystemPath sets the FileSystemPath field's value.
func (*QuotaForDescribeQuotasOutput) SetInodeLimit ¶
func (s *QuotaForDescribeQuotasOutput) SetInodeLimit(v int64) *QuotaForDescribeQuotasOutput
SetInodeLimit sets the InodeLimit field's value.
func (*QuotaForDescribeQuotasOutput) SetInodeUsed ¶
func (s *QuotaForDescribeQuotasOutput) SetInodeUsed(v int64) *QuotaForDescribeQuotasOutput
SetInodeUsed sets the InodeUsed field's value.
func (*QuotaForDescribeQuotasOutput) SetLimitType ¶
func (s *QuotaForDescribeQuotasOutput) SetLimitType(v string) *QuotaForDescribeQuotasOutput
SetLimitType sets the LimitType field's value.
func (*QuotaForDescribeQuotasOutput) SetQuotaId ¶
func (s *QuotaForDescribeQuotasOutput) SetQuotaId(v string) *QuotaForDescribeQuotasOutput
SetQuotaId sets the QuotaId field's value.
func (*QuotaForDescribeQuotasOutput) SetQuotaType ¶
func (s *QuotaForDescribeQuotasOutput) SetQuotaType(v string) *QuotaForDescribeQuotasOutput
SetQuotaType sets the QuotaType field's value.
func (*QuotaForDescribeQuotasOutput) SetStatus ¶
func (s *QuotaForDescribeQuotasOutput) SetStatus(v string) *QuotaForDescribeQuotasOutput
SetStatus sets the Status field's value.
func (*QuotaForDescribeQuotasOutput) SetUpdateTime ¶
func (s *QuotaForDescribeQuotasOutput) SetUpdateTime(v string) *QuotaForDescribeQuotasOutput
SetUpdateTime sets the UpdateTime field's value.
func (*QuotaForDescribeQuotasOutput) SetUserType ¶
func (s *QuotaForDescribeQuotasOutput) SetUserType(v string) *QuotaForDescribeQuotasOutput
SetUserType sets the UserType field's value.
func (QuotaForDescribeQuotasOutput) String ¶
func (s QuotaForDescribeQuotasOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourcesOutput ¶
type ResourceTagForListTagsForResourcesOutput struct {
ResourceId *string `type:"string" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
TagKey *string `type:"string" json:",omitempty"`
TagValue *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceTagForListTagsForResourcesOutput) GoString ¶
func (s ResourceTagForListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourcesOutput) SetResourceId ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetResourceType ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagKey ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagValue ¶
func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
SetTagValue sets the TagValue field's value.
func (ResourceTagForListTagsForResourcesOutput) String ¶
func (s ResourceTagForListTagsForResourcesOutput) String() string
String returns the string representation
type StorageForDescribeFileSystemsOutput ¶
type StorageForDescribeFileSystemsOutput struct {
CapacityLimit *int64 `type:"int64" json:",omitempty"`
CapacityUsed *int64 `type:"int64" json:",omitempty"`
InodeLimit *int64 `type:"int64" json:",omitempty"`
InodeUsed *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (StorageForDescribeFileSystemsOutput) GoString ¶
func (s StorageForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*StorageForDescribeFileSystemsOutput) SetCapacityLimit ¶
func (s *StorageForDescribeFileSystemsOutput) SetCapacityLimit(v int64) *StorageForDescribeFileSystemsOutput
SetCapacityLimit sets the CapacityLimit field's value.
func (*StorageForDescribeFileSystemsOutput) SetCapacityUsed ¶
func (s *StorageForDescribeFileSystemsOutput) SetCapacityUsed(v int64) *StorageForDescribeFileSystemsOutput
SetCapacityUsed sets the CapacityUsed field's value.
func (*StorageForDescribeFileSystemsOutput) SetInodeLimit ¶
func (s *StorageForDescribeFileSystemsOutput) SetInodeLimit(v int64) *StorageForDescribeFileSystemsOutput
SetInodeLimit sets the InodeLimit field's value.
func (*StorageForDescribeFileSystemsOutput) SetInodeUsed ¶
func (s *StorageForDescribeFileSystemsOutput) SetInodeUsed(v int64) *StorageForDescribeFileSystemsOutput
SetInodeUsed sets the InodeUsed field's value.
func (StorageForDescribeFileSystemsOutput) String ¶
func (s StorageForDescribeFileSystemsOutput) String() string
String returns the string representation
type TagFilterForDescribeFileSystemsInput ¶
type TagFilterForDescribeFileSystemsInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// 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) SetValues ¶
func (s *TagFilterForDescribeFileSystemsInput) SetValues(v []*string) *TagFilterForDescribeFileSystemsInput
SetValues sets the Values field's value.
func (TagFilterForDescribeFileSystemsInput) String ¶
func (s TagFilterForDescribeFileSystemsInput) String() string
String returns the string representation
type TagFilterForListTagsForResourcesInput ¶
type TagFilterForListTagsForResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForListTagsForResourcesInput) GoString ¶
func (s TagFilterForListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourcesInput) SetKey ¶
func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourcesInput) SetValues ¶
func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourcesInput) String ¶
func (s TagFilterForListTagsForResourcesInput) String() string
String returns the string representation
type TagForCreateFileSystemInput ¶
type TagForCreateFileSystemInput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateFileSystemInput"`
Value *string `type:"string" json:",omitempty"`
// 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" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDescribeFileSystemsOutput"`
Value *string `type:"string" json:",omitempty"`
// 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 TagForTagResourcesInput ¶
type TagForTagResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForTagResourcesInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForTagResourcesInput) GoString ¶
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetType ¶
func (s *TagForTagResourcesInput) SetType(v string) *TagForTagResourcesInput
SetType sets the Type field's value.
func (*TagForTagResourcesInput) SetValue ¶
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagResourcesInput ¶
type TagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagResourcesInput) GoString ¶
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶
type TagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TagResourcesOutput) GoString ¶
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶
func (s TagResourcesOutput) String() string
String returns the string representation
type UntagResourcesInput ¶
type UntagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagKeys []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UntagResourcesInput) GoString ¶
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶
type UntagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UntagResourcesOutput) GoString ¶
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶
func (s UntagResourcesOutput) String() string
String returns the string representation
type UpdateAccessPointInput ¶
type UpdateAccessPointInput struct {
// AccessPointId is a required field
AccessPointId *string `type:"string" json:",omitempty" required:"true"`
AccessPointName *string `type:"string" json:",omitempty"`
EnableIam *bool `type:"boolean" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
PermissionGroupId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateAccessPointInput) GoString ¶
func (s UpdateAccessPointInput) GoString() string
GoString returns the string representation
func (*UpdateAccessPointInput) SetAccessPointId ¶
func (s *UpdateAccessPointInput) SetAccessPointId(v string) *UpdateAccessPointInput
SetAccessPointId sets the AccessPointId field's value.
func (*UpdateAccessPointInput) SetAccessPointName ¶
func (s *UpdateAccessPointInput) SetAccessPointName(v string) *UpdateAccessPointInput
SetAccessPointName sets the AccessPointName field's value.
func (*UpdateAccessPointInput) SetEnableIam ¶
func (s *UpdateAccessPointInput) SetEnableIam(v bool) *UpdateAccessPointInput
SetEnableIam sets the EnableIam field's value.
func (*UpdateAccessPointInput) SetFileSystemId ¶
func (s *UpdateAccessPointInput) SetFileSystemId(v string) *UpdateAccessPointInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateAccessPointInput) SetPermissionGroupId ¶
func (s *UpdateAccessPointInput) SetPermissionGroupId(v string) *UpdateAccessPointInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (UpdateAccessPointInput) String ¶
func (s UpdateAccessPointInput) String() string
String returns the string representation
func (*UpdateAccessPointInput) Validate ¶
func (s *UpdateAccessPointInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAccessPointOutput ¶
type UpdateAccessPointOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateAccessPointOutput) GoString ¶
func (s UpdateAccessPointOutput) GoString() string
GoString returns the string representation
func (UpdateAccessPointOutput) String ¶
func (s UpdateAccessPointOutput) String() string
String returns the string representation
type UpdateFileSystemInput ¶
type UpdateFileSystemInput struct {
BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForUpdateFileSystemInput"`
BurstBandwidth *int32 `type:"int32" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FileSystemName *string `type:"string" json:",omitempty"`
ProvisionedBandwidth *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFileSystemInput) GoString ¶
func (s UpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*UpdateFileSystemInput) SetBandwidthMode ¶
func (s *UpdateFileSystemInput) SetBandwidthMode(v string) *UpdateFileSystemInput
SetBandwidthMode sets the BandwidthMode field's value.
func (*UpdateFileSystemInput) SetBurstBandwidth ¶
func (s *UpdateFileSystemInput) SetBurstBandwidth(v int32) *UpdateFileSystemInput
SetBurstBandwidth sets the BurstBandwidth field's value.
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) SetProvisionedBandwidth ¶
func (s *UpdateFileSystemInput) SetProvisionedBandwidth(v int32) *UpdateFileSystemInput
SetProvisionedBandwidth sets the ProvisionedBandwidth field's value.
func (UpdateFileSystemInput) String ¶
func (s UpdateFileSystemInput) String() string
String returns the string representation
func (*UpdateFileSystemInput) Validate ¶
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
OrderNo *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFileSystemOutput) GoString ¶
func (s UpdateFileSystemOutput) GoString() string
GoString returns the string representation
func (*UpdateFileSystemOutput) SetOrderNo ¶
func (s *UpdateFileSystemOutput) SetOrderNo(v string) *UpdateFileSystemOutput
SetOrderNo sets the OrderNo field's value.
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" json:",omitempty" required:"true"`
// MountPointId is a required field
MountPointId *string `type:"string" json:",omitempty" required:"true"`
MountPointName *string `type:"string" json:",omitempty"`
PermissionGroupId *string `type:"string" json:",omitempty"`
// 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 ¶
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" json:",omitempty"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
PermissionGroupName *string `type:"string" json:",omitempty"`
// 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) 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 ¶
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 {
CidrIp *string `type:"string" json:",omitempty"`
// PermissionGroupId is a required field
PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`
// PermissionRuleId is a required field
PermissionRuleId *string `type:"string" json:",omitempty" required:"true"`
RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForUpdatePermissionRuleInput"`
UserMode *string `type:"string" json:",omitempty" enum:"EnumOfUserModeForUpdatePermissionRuleInput"`
// contains filtered or unexported fields
}
func (UpdatePermissionRuleInput) GoString ¶
func (s UpdatePermissionRuleInput) GoString() string
GoString returns the string representation
func (*UpdatePermissionRuleInput) SetCidrIp ¶
func (s *UpdatePermissionRuleInput) SetCidrIp(v string) *UpdatePermissionRuleInput
SetCidrIp sets the CidrIp field's value.
func (*UpdatePermissionRuleInput) SetPermissionGroupId ¶
func (s *UpdatePermissionRuleInput) SetPermissionGroupId(v string) *UpdatePermissionRuleInput
SetPermissionGroupId sets the PermissionGroupId field's value.
func (*UpdatePermissionRuleInput) SetPermissionRuleId ¶
func (s *UpdatePermissionRuleInput) SetPermissionRuleId(v string) *UpdatePermissionRuleInput
SetPermissionRuleId sets the PermissionRuleId field's value.
func (*UpdatePermissionRuleInput) SetRwMode ¶
func (s *UpdatePermissionRuleInput) SetRwMode(v string) *UpdatePermissionRuleInput
SetRwMode sets the RwMode field's value.
func (*UpdatePermissionRuleInput) SetUserMode ¶
func (s *UpdatePermissionRuleInput) SetUserMode(v string) *UpdatePermissionRuleInput
SetUserMode sets the UserMode field's value.
func (UpdatePermissionRuleInput) String ¶
func (s UpdatePermissionRuleInput) String() string
String returns the string representation
func (*UpdatePermissionRuleInput) Validate ¶
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 UpdateQuotaInput ¶
type UpdateQuotaInput struct {
CapacityLimit *int64 `type:"int64" json:",omitempty"`
InodeLimit *int64 `type:"int64" json:",omitempty"`
LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForUpdateQuotaInput"`
// QuotaId is a required field
QuotaId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (UpdateQuotaInput) GoString ¶
func (s UpdateQuotaInput) GoString() string
GoString returns the string representation
func (*UpdateQuotaInput) SetCapacityLimit ¶
func (s *UpdateQuotaInput) SetCapacityLimit(v int64) *UpdateQuotaInput
SetCapacityLimit sets the CapacityLimit field's value.
func (*UpdateQuotaInput) SetInodeLimit ¶
func (s *UpdateQuotaInput) SetInodeLimit(v int64) *UpdateQuotaInput
SetInodeLimit sets the InodeLimit field's value.
func (*UpdateQuotaInput) SetLimitType ¶
func (s *UpdateQuotaInput) SetLimitType(v string) *UpdateQuotaInput
SetLimitType sets the LimitType field's value.
func (*UpdateQuotaInput) SetQuotaId ¶
func (s *UpdateQuotaInput) SetQuotaId(v string) *UpdateQuotaInput
SetQuotaId sets the QuotaId field's value.
func (UpdateQuotaInput) String ¶
func (s UpdateQuotaInput) String() string
String returns the string representation
func (*UpdateQuotaInput) Validate ¶
func (s *UpdateQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateQuotaOutput ¶
type UpdateQuotaOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateQuotaOutput) GoString ¶
func (s UpdateQuotaOutput) GoString() string
GoString returns the string representation
func (UpdateQuotaOutput) String ¶
func (s UpdateQuotaOutput) String() string
String returns the string representation
type ZoneForDescribeZonesOutput ¶
type ZoneForDescribeZonesOutput struct {
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ZoneForDescribeZonesOutput) GoString ¶
func (s ZoneForDescribeZonesOutput) GoString() string
GoString returns the string representation
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_check_dir.go
- api_create_access_point.go
- api_create_dir.go
- api_create_file_system.go
- api_create_mount_point.go
- api_create_permission_group.go
- api_create_permission_rule.go
- api_create_quota.go
- api_delete_access_point.go
- api_delete_file_system.go
- api_delete_mount_point.go
- api_delete_permission_group.go
- api_delete_permission_rule.go
- api_delete_quota.go
- api_describe_access_points.go
- api_describe_file_systems.go
- api_describe_mount_points.go
- api_describe_permission_groups.go
- api_describe_permission_rules.go
- api_describe_quotas.go
- api_describe_zones.go
- api_list_tags_for_resources.go
- api_tag_resources.go
- api_untag_resources.go
- api_update_access_point.go
- api_update_file_system.go
- api_update_mount_point.go
- api_update_permission_group.go
- api_update_permission_rule.go
- api_update_quota.go
- interface_efs.go
- service_efs.go