Documentation
¶
Overview ¶
Package vepfsiface provides an interface to enable mocking the VEPFS 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 AttachFileSystemForDescribeMountServicesOutput
- func (s AttachFileSystemForDescribeMountServicesOutput) GoString() string
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetAccountId(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetStatus(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s AttachFileSystemForDescribeMountServicesOutput) String() string
- type AttachMountServiceToSelfFileSystemInput
- func (s AttachMountServiceToSelfFileSystemInput) GoString() string
- func (s *AttachMountServiceToSelfFileSystemInput) SetCustomerPath(v string) *AttachMountServiceToSelfFileSystemInput
- func (s *AttachMountServiceToSelfFileSystemInput) SetFileSystemId(v string) *AttachMountServiceToSelfFileSystemInput
- func (s *AttachMountServiceToSelfFileSystemInput) SetMountServiceId(v string) *AttachMountServiceToSelfFileSystemInput
- func (s AttachMountServiceToSelfFileSystemInput) String() string
- func (s *AttachMountServiceToSelfFileSystemInput) Validate() error
- type AttachMountServiceToSelfFileSystemOutput
- type CancelDataFlowTaskInput
- func (s CancelDataFlowTaskInput) GoString() string
- func (s *CancelDataFlowTaskInput) SetDataFlowTaskId(v string) *CancelDataFlowTaskInput
- func (s *CancelDataFlowTaskInput) SetFileSystemId(v string) *CancelDataFlowTaskInput
- func (s CancelDataFlowTaskInput) String() string
- func (s *CancelDataFlowTaskInput) Validate() error
- type CancelDataFlowTaskOutput
- type CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s CapacityInfoForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s CapacityInfoForDescribeFileSystemStatisticsOutput) String() string
- type CapacityInfoForDescribeFileSystemsOutput
- func (s CapacityInfoForDescribeFileSystemsOutput) GoString() string
- func (s *CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
- func (s *CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
- func (s CapacityInfoForDescribeFileSystemsOutput) String() string
- type ConfigDataFlowBandwidthInput
- func (s ConfigDataFlowBandwidthInput) GoString() string
- func (s *ConfigDataFlowBandwidthInput) SetBandwidth(v int32) *ConfigDataFlowBandwidthInput
- func (s *ConfigDataFlowBandwidthInput) SetFileSystemId(v string) *ConfigDataFlowBandwidthInput
- func (s ConfigDataFlowBandwidthInput) String() string
- func (s *ConfigDataFlowBandwidthInput) Validate() error
- type ConfigDataFlowBandwidthOutput
- type CreateDataFlowTaskInput
- func (s CreateDataFlowTaskInput) GoString() string
- func (s *CreateDataFlowTaskInput) SetDataStorage(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetDataStoragePath(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetDataType(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetEntryListFileInfo(v *EntryListFileInfoForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetExportSymlinkPolicy(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetFileSystemId(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetFilesetId(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetSameNameFilePolicy(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetSubPath(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetTaskAction(v string) *CreateDataFlowTaskInput
- func (s CreateDataFlowTaskInput) String() string
- func (s *CreateDataFlowTaskInput) Validate() error
- type CreateDataFlowTaskOutput
- type CreateFileSystemInput
- func (s CreateFileSystemInput) GoString() string
- func (s *CreateFileSystemInput) SetCapacity(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) SetFileSystemType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProject(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetStoreType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetSubnetId(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetVersionNumber(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetVpcId(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
- func (s CreateFileSystemInput) String() string
- func (s *CreateFileSystemInput) Validate() error
- type CreateFileSystemOutput
- func (s CreateFileSystemOutput) GoString() string
- func (s *CreateFileSystemOutput) SetFileSystemId(v string) *CreateFileSystemOutput
- func (s *CreateFileSystemOutput) SetOrderNO(v string) *CreateFileSystemOutput
- func (s *CreateFileSystemOutput) SetTags(v []*TagForCreateFileSystemOutput) *CreateFileSystemOutput
- func (s CreateFileSystemOutput) String() string
- type CreateFilesetInput
- func (s CreateFilesetInput) GoString() string
- func (s *CreateFilesetInput) SetFileSystemId(v string) *CreateFilesetInput
- func (s *CreateFilesetInput) SetFilesetName(v string) *CreateFilesetInput
- func (s *CreateFilesetInput) SetFilesetPath(v string) *CreateFilesetInput
- func (s CreateFilesetInput) String() string
- func (s *CreateFilesetInput) Validate() error
- type CreateFilesetOutput
- type CreateMountServiceInput
- func (s CreateMountServiceInput) GoString() string
- func (s *CreateMountServiceInput) SetMountServiceName(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetNodeType(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetProject(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetSubnetId(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetVpcId(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetZoneId(v string) *CreateMountServiceInput
- func (s CreateMountServiceInput) String() string
- func (s *CreateMountServiceInput) Validate() error
- type CreateMountServiceOutput
- type CreatePreSignedUrlInput
- type CreatePreSignedUrlOutput
- func (s CreatePreSignedUrlOutput) GoString() string
- func (s *CreatePreSignedUrlOutput) SetExpires(v int32) *CreatePreSignedUrlOutput
- func (s *CreatePreSignedUrlOutput) SetFileKey(v string) *CreatePreSignedUrlOutput
- func (s *CreatePreSignedUrlOutput) SetFileUrl(v string) *CreatePreSignedUrlOutput
- func (s CreatePreSignedUrlOutput) String() string
- type DataFlowTaskForDescribeDataFlowTasksOutput
- func (s DataFlowTaskForDescribeDataFlowTasksOutput) GoString() string
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo(v *EntryListFileInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetReports(v []*ReportForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s DataFlowTaskForDescribeDataFlowTasksOutput) String() string
- type DeleteDataFlowTaskInput
- func (s DeleteDataFlowTaskInput) GoString() string
- func (s *DeleteDataFlowTaskInput) SetDataFlowTaskId(v string) *DeleteDataFlowTaskInput
- func (s *DeleteDataFlowTaskInput) SetFileSystemId(v string) *DeleteDataFlowTaskInput
- func (s DeleteDataFlowTaskInput) String() string
- func (s *DeleteDataFlowTaskInput) Validate() error
- type DeleteDataFlowTaskOutput
- type DeleteFileSystemInput
- type DeleteFileSystemOutput
- type DeleteFilesetInput
- type DeleteFilesetOutput
- type DeleteMountServiceInput
- type DeleteMountServiceOutput
- type DescribeDataFlowBandwidthInput
- func (s DescribeDataFlowBandwidthInput) GoString() string
- func (s *DescribeDataFlowBandwidthInput) SetFileSystemId(v string) *DescribeDataFlowBandwidthInput
- func (s *DescribeDataFlowBandwidthInput) SetPageNumber(v int32) *DescribeDataFlowBandwidthInput
- func (s *DescribeDataFlowBandwidthInput) SetPageSize(v int32) *DescribeDataFlowBandwidthInput
- func (s DescribeDataFlowBandwidthInput) String() string
- func (s *DescribeDataFlowBandwidthInput) Validate() error
- type DescribeDataFlowBandwidthOutput
- func (s DescribeDataFlowBandwidthOutput) GoString() string
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidth(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMax(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMin(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthPerNode(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetCreateTime(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetFileSystemId(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetStatus(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetUpdateTime(v string) *DescribeDataFlowBandwidthOutput
- func (s DescribeDataFlowBandwidthOutput) String() string
- type DescribeDataFlowTasksInput
- func (s DescribeDataFlowTasksInput) GoString() string
- func (s *DescribeDataFlowTasksInput) SetDataFlowTaskIds(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetFileSystemId(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetPageNumber(v int32) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetPageSize(v int32) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetStatus(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetTaskAction(v string) *DescribeDataFlowTasksInput
- func (s DescribeDataFlowTasksInput) String() string
- func (s *DescribeDataFlowTasksInput) Validate() error
- type DescribeDataFlowTasksOutput
- func (s DescribeDataFlowTasksOutput) GoString() string
- func (s *DescribeDataFlowTasksOutput) SetDataFlowTasks(v []*DataFlowTaskForDescribeDataFlowTasksOutput) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetPageNumber(v int32) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetPageSize(v int32) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetTotalCount(v int32) *DescribeDataFlowTasksOutput
- func (s DescribeDataFlowTasksOutput) String() string
- type DescribeFileSystemOverviewInput
- type DescribeFileSystemOverviewOutput
- type DescribeFileSystemStatisticsInput
- type DescribeFileSystemStatisticsOutput
- type DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) GoString() string
- func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetLanguageCode(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetOrderBy(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetProject(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) String() string
- type DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) GoString() string
- func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemForDescribeFileSystemsOutput) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageNumber(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageSize(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetTotalCount(v int32) *DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) String() string
- type DescribeFilesetsInput
- func (s DescribeFilesetsInput) GoString() string
- func (s *DescribeFilesetsInput) SetFileSystemId(v string) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetFilters(v []*FilterForDescribeFilesetsInput) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetOrderBy(v string) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetPageNumber(v int32) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetPageSize(v int32) *DescribeFilesetsInput
- func (s DescribeFilesetsInput) String() string
- func (s *DescribeFilesetsInput) Validate() error
- type DescribeFilesetsOutput
- func (s DescribeFilesetsOutput) GoString() string
- func (s *DescribeFilesetsOutput) SetFilesets(v []*FilesetForDescribeFilesetsOutput) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetPageNumber(v int32) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetPageSize(v int32) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetTotalCount(v int32) *DescribeFilesetsOutput
- func (s DescribeFilesetsOutput) String() string
- type DescribeMountServiceNodeTypesInput
- func (s DescribeMountServiceNodeTypesInput) GoString() string
- func (s *DescribeMountServiceNodeTypesInput) SetLanguageCode(v string) *DescribeMountServiceNodeTypesInput
- func (s *DescribeMountServiceNodeTypesInput) SetZoneId(v string) *DescribeMountServiceNodeTypesInput
- func (s DescribeMountServiceNodeTypesInput) String() string
- type DescribeMountServiceNodeTypesOutput
- type DescribeMountServicesInput
- func (s DescribeMountServicesInput) GoString() string
- func (s *DescribeMountServicesInput) SetFilters(v []*FilterForDescribeMountServicesInput) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetLanguageCode(v string) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetOrderBy(v string) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetPageNumber(v int32) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetPageSize(v int32) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetProject(v string) *DescribeMountServicesInput
- func (s DescribeMountServicesInput) String() string
- type DescribeMountServicesOutput
- func (s DescribeMountServicesOutput) GoString() string
- func (s *DescribeMountServicesOutput) SetMountServices(v []*MountServiceForDescribeMountServicesOutput) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetPageNumber(v int32) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetPageSize(v int32) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetTotalCount(v int32) *DescribeMountServicesOutput
- func (s DescribeMountServicesOutput) String() string
- type DescribeRegionsInput
- type DescribeRegionsOutput
- type DescribeZonesInput
- type DescribeZonesOutput
- type DetachMountServiceFromSelfFileSystemInput
- func (s DetachMountServiceFromSelfFileSystemInput) GoString() string
- func (s *DetachMountServiceFromSelfFileSystemInput) SetFileSystemId(v string) *DetachMountServiceFromSelfFileSystemInput
- func (s *DetachMountServiceFromSelfFileSystemInput) SetMountServiceId(v string) *DetachMountServiceFromSelfFileSystemInput
- func (s DetachMountServiceFromSelfFileSystemInput) String() string
- func (s *DetachMountServiceFromSelfFileSystemInput) Validate() error
- type DetachMountServiceFromSelfFileSystemOutput
- type EntryListFileInfoForCreateDataFlowTaskInput
- func (s EntryListFileInfoForCreateDataFlowTaskInput) GoString() string
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileName(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s EntryListFileInfoForCreateDataFlowTaskInput) String() string
- type EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s EntryListFileInfoForDescribeDataFlowTasksOutput) GoString() string
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s EntryListFileInfoForDescribeDataFlowTasksOutput) String() string
- type ExpandFileSystemInput
- func (s ExpandFileSystemInput) GoString() string
- func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
- func (s *ExpandFileSystemInput) SetEnableRestripe(v bool) *ExpandFileSystemInput
- func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
- func (s ExpandFileSystemInput) String() string
- func (s *ExpandFileSystemInput) Validate() error
- type ExpandFileSystemOutput
- type FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) GoString() string
- func (s *FileSystemForDescribeFileSystemsOutput) SetAccountId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetExpireTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFreeTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetLastModifyTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProject(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetReadBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStopServiceTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetSubnetId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetVersionNumber(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetVpcId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) String() string
- type FilesetForDescribeFilesetsOutput
- func (s FilesetForDescribeFilesetsOutput) GoString() string
- func (s *FilesetForDescribeFilesetsOutput) SetBandwidthQos(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCapacityLimit(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCapacityUsed(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCreateTime(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileLimit(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileSystemId(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileUsed(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetId(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetName(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetPath(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetIOPSQos(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetMaxInodeNum(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetStatus(v string) *FilesetForDescribeFilesetsOutput
- func (s FilesetForDescribeFilesetsOutput) String() string
- type FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) GoString() string
- func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
- func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) String() string
- type FilterForDescribeFilesetsInput
- type FilterForDescribeMountServicesInput
- func (s FilterForDescribeMountServicesInput) GoString() string
- func (s *FilterForDescribeMountServicesInput) SetKey(v string) *FilterForDescribeMountServicesInput
- func (s *FilterForDescribeMountServicesInput) SetValue(v string) *FilterForDescribeMountServicesInput
- func (s FilterForDescribeMountServicesInput) 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
- 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 MountServiceForDescribeMountServicesOutput
- func (s MountServiceForDescribeMountServicesOutput) GoString() string
- func (s *MountServiceForDescribeMountServicesOutput) SetAccountId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetAttachFileSystems(v []*AttachFileSystemForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetCreateTime(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceName(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetNodes(v []*NodeForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetProject(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetRegionId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetSecurityGroupId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetStatus(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetSubnetId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetVersionNumber(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetVpcId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetZoneId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetZoneName(v string) *MountServiceForDescribeMountServicesOutput
- func (s MountServiceForDescribeMountServicesOutput) String() string
- type NodeForDescribeMountServicesOutput
- func (s NodeForDescribeMountServicesOutput) GoString() string
- func (s *NodeForDescribeMountServicesOutput) SetDefaultPassword(v string) *NodeForDescribeMountServicesOutput
- func (s *NodeForDescribeMountServicesOutput) SetNodeId(v string) *NodeForDescribeMountServicesOutput
- func (s NodeForDescribeMountServicesOutput) String() string
- type NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString() string
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String() string
- type OverViewForDescribeFileSystemOverviewOutput
- func (s OverViewForDescribeFileSystemOverviewOutput) GoString() string
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetAccountId(v string) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s OverViewForDescribeFileSystemOverviewOutput) String() string
- type RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) GoString() string
- func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetTotalCount(v int32) *RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) String() string
- type ReportForDescribeDataFlowTasksOutput
- func (s ReportForDescribeDataFlowTasksOutput) GoString() string
- func (s *ReportForDescribeDataFlowTasksOutput) SetPath(v string) *ReportForDescribeDataFlowTasksOutput
- func (s *ReportForDescribeDataFlowTasksOutput) SetType(v string) *ReportForDescribeDataFlowTasksOutput
- func (s ReportForDescribeDataFlowTasksOutput) 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 SaleInfoForDescribeZonesOutput
- func (s SaleInfoForDescribeZonesOutput) GoString() string
- func (s *SaleInfoForDescribeZonesOutput) SetFileSystemType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetProtocolType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetRegionId(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStatus(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeCN(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeEN(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetZoneId(v string) *SaleInfoForDescribeZonesOutput
- func (s SaleInfoForDescribeZonesOutput) String() string
- type SetFilesetQosInput
- func (s SetFilesetQosInput) GoString() string
- func (s *SetFilesetQosInput) SetFileSystemId(v string) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetFilesetId(v string) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetMaxBandwidth(v int32) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetMaxIops(v int32) *SetFilesetQosInput
- func (s SetFilesetQosInput) String() string
- func (s *SetFilesetQosInput) Validate() error
- type SetFilesetQosOutput
- type SetFilesetQuotaInput
- func (s SetFilesetQuotaInput) GoString() string
- func (s *SetFilesetQuotaInput) SetCapacityLimit(v int32) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFileLimit(v int64) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFileSystemId(v string) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFilesetId(v string) *SetFilesetQuotaInput
- func (s SetFilesetQuotaInput) String() string
- func (s *SetFilesetQuotaInput) Validate() error
- type SetFilesetQuotaOutput
- type StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetAccountId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreType(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
- type TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) GoString() string
- func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) 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) SetValue(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 TagForCreateFileSystemOutput
- func (s TagForCreateFileSystemOutput) GoString() string
- func (s *TagForCreateFileSystemOutput) SetKey(v string) *TagForCreateFileSystemOutput
- func (s *TagForCreateFileSystemOutput) SetType(v string) *TagForCreateFileSystemOutput
- func (s *TagForCreateFileSystemOutput) SetValue(v string) *TagForCreateFileSystemOutput
- func (s TagForCreateFileSystemOutput) 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
- type TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) GoString() string
- func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) String() string
- type 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 UpdateFileSystemInput
- func (s UpdateFileSystemInput) GoString() string
- func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
- func (s UpdateFileSystemInput) String() string
- func (s *UpdateFileSystemInput) Validate() error
- type UpdateFileSystemOutput
- type UpdateFilesetInput
- func (s UpdateFilesetInput) GoString() string
- func (s *UpdateFilesetInput) SetFileSystemId(v string) *UpdateFilesetInput
- func (s *UpdateFilesetInput) SetFilesetId(v string) *UpdateFilesetInput
- func (s *UpdateFilesetInput) SetFilesetName(v string) *UpdateFilesetInput
- func (s UpdateFilesetInput) String() string
- func (s *UpdateFilesetInput) Validate() error
- type UpdateFilesetOutput
- type UpdateMountServiceInput
- func (s UpdateMountServiceInput) GoString() string
- func (s *UpdateMountServiceInput) SetMountServiceId(v string) *UpdateMountServiceInput
- func (s *UpdateMountServiceInput) SetMountServiceName(v string) *UpdateMountServiceInput
- func (s UpdateMountServiceInput) String() string
- func (s *UpdateMountServiceInput) Validate() error
- type UpdateMountServiceOutput
- type VEPFS
- func (c *VEPFS) AttachMountServiceToSelfFileSystem(input *AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemRequest(input *AttachMountServiceToSelfFileSystemInput) (req *request.Request, output *AttachMountServiceToSelfFileSystemOutput)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemWithContext(ctx volcengine.Context, input *AttachMountServiceToSelfFileSystemInput, ...) (*AttachMountServiceToSelfFileSystemOutput, error)
- func (c *VEPFS) CancelDataFlowTask(input *CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
- func (c *VEPFS) CancelDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CancelDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CancelDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CancelDataFlowTaskRequest(input *CancelDataFlowTaskInput) (req *request.Request, output *CancelDataFlowTaskOutput)
- func (c *VEPFS) CancelDataFlowTaskWithContext(ctx volcengine.Context, input *CancelDataFlowTaskInput, opts ...request.Option) (*CancelDataFlowTaskOutput, error)
- func (c *VEPFS) ConfigDataFlowBandwidth(input *ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
- func (c *VEPFS) ConfigDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ConfigDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ConfigDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ConfigDataFlowBandwidthRequest(input *ConfigDataFlowBandwidthInput) (req *request.Request, output *ConfigDataFlowBandwidthOutput)
- func (c *VEPFS) ConfigDataFlowBandwidthWithContext(ctx volcengine.Context, input *ConfigDataFlowBandwidthInput, ...) (*ConfigDataFlowBandwidthOutput, error)
- func (c *VEPFS) CreateDataFlowTask(input *CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
- func (c *VEPFS) CreateDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateDataFlowTaskRequest(input *CreateDataFlowTaskInput) (req *request.Request, output *CreateDataFlowTaskOutput)
- func (c *VEPFS) CreateDataFlowTaskWithContext(ctx volcengine.Context, input *CreateDataFlowTaskInput, opts ...request.Option) (*CreateDataFlowTaskOutput, error)
- func (c *VEPFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
- func (c *VEPFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
- func (c *VEPFS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
- func (c *VEPFS) CreateFileset(input *CreateFilesetInput) (*CreateFilesetOutput, error)
- func (c *VEPFS) CreateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFilesetRequest(input *CreateFilesetInput) (req *request.Request, output *CreateFilesetOutput)
- func (c *VEPFS) CreateFilesetWithContext(ctx volcengine.Context, input *CreateFilesetInput, opts ...request.Option) (*CreateFilesetOutput, error)
- func (c *VEPFS) CreateMountService(input *CreateMountServiceInput) (*CreateMountServiceOutput, error)
- func (c *VEPFS) CreateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateMountServiceRequest(input *CreateMountServiceInput) (req *request.Request, output *CreateMountServiceOutput)
- func (c *VEPFS) CreateMountServiceWithContext(ctx volcengine.Context, input *CreateMountServiceInput, opts ...request.Option) (*CreateMountServiceOutput, error)
- func (c *VEPFS) CreatePreSignedUrl(input *CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
- func (c *VEPFS) CreatePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreatePreSignedUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreatePreSignedUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreatePreSignedUrlRequest(input *CreatePreSignedUrlInput) (req *request.Request, output *CreatePreSignedUrlOutput)
- func (c *VEPFS) CreatePreSignedUrlWithContext(ctx volcengine.Context, input *CreatePreSignedUrlInput, opts ...request.Option) (*CreatePreSignedUrlOutput, error)
- func (c *VEPFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
- func (c *VEPFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)
- func (c *VEPFS) DeleteDataFlowTaskWithContext(ctx volcengine.Context, input *DeleteDataFlowTaskInput, opts ...request.Option) (*DeleteDataFlowTaskOutput, error)
- func (c *VEPFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
- func (c *VEPFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
- func (c *VEPFS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
- func (c *VEPFS) DeleteFileset(input *DeleteFilesetInput) (*DeleteFilesetOutput, error)
- func (c *VEPFS) DeleteFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFilesetRequest(input *DeleteFilesetInput) (req *request.Request, output *DeleteFilesetOutput)
- func (c *VEPFS) DeleteFilesetWithContext(ctx volcengine.Context, input *DeleteFilesetInput, opts ...request.Option) (*DeleteFilesetOutput, error)
- func (c *VEPFS) DeleteMountService(input *DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
- func (c *VEPFS) DeleteMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteMountServiceRequest(input *DeleteMountServiceInput) (req *request.Request, output *DeleteMountServiceOutput)
- func (c *VEPFS) DeleteMountServiceWithContext(ctx volcengine.Context, input *DeleteMountServiceInput, opts ...request.Option) (*DeleteMountServiceOutput, error)
- func (c *VEPFS) DescribeDataFlowBandwidth(input *DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
- func (c *VEPFS) DescribeDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowBandwidthRequest(input *DescribeDataFlowBandwidthInput) (req *request.Request, output *DescribeDataFlowBandwidthOutput)
- func (c *VEPFS) DescribeDataFlowBandwidthWithContext(ctx volcengine.Context, input *DescribeDataFlowBandwidthInput, ...) (*DescribeDataFlowBandwidthOutput, error)
- func (c *VEPFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
- func (c *VEPFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeDataFlowTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)
- func (c *VEPFS) DescribeDataFlowTasksWithContext(ctx volcengine.Context, input *DescribeDataFlowTasksInput, ...) (*DescribeDataFlowTasksOutput, error)
- func (c *VEPFS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
- func (c *VEPFS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
- func (c *VEPFS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, ...) (*DescribeFileSystemOverviewOutput, error)
- func (c *VEPFS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
- func (c *VEPFS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
- func (c *VEPFS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, ...) (*DescribeFileSystemStatisticsOutput, error)
- func (c *VEPFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
- func (c *VEPFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
- func (c *VEPFS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, ...) (*DescribeFileSystemsOutput, error)
- func (c *VEPFS) DescribeFilesets(input *DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
- func (c *VEPFS) DescribeFilesetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFilesetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFilesetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFilesetsRequest(input *DescribeFilesetsInput) (req *request.Request, output *DescribeFilesetsOutput)
- func (c *VEPFS) DescribeFilesetsWithContext(ctx volcengine.Context, input *DescribeFilesetsInput, opts ...request.Option) (*DescribeFilesetsOutput, error)
- func (c *VEPFS) DescribeMountServiceNodeTypes(input *DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeMountServiceNodeTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesRequest(input *DescribeMountServiceNodeTypesInput) (req *request.Request, output *DescribeMountServiceNodeTypesOutput)
- func (c *VEPFS) DescribeMountServiceNodeTypesWithContext(ctx volcengine.Context, input *DescribeMountServiceNodeTypesInput, ...) (*DescribeMountServiceNodeTypesOutput, error)
- func (c *VEPFS) DescribeMountServices(input *DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
- func (c *VEPFS) DescribeMountServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeMountServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServicesRequest(input *DescribeMountServicesInput) (req *request.Request, output *DescribeMountServicesOutput)
- func (c *VEPFS) DescribeMountServicesWithContext(ctx volcengine.Context, input *DescribeMountServicesInput, ...) (*DescribeMountServicesOutput, error)
- func (c *VEPFS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
- func (c *VEPFS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
- func (c *VEPFS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
- func (c *VEPFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
- func (c *VEPFS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
- func (c *VEPFS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystem(input *DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemRequest(input *DetachMountServiceFromSelfFileSystemInput) (req *request.Request, output *DetachMountServiceFromSelfFileSystemOutput)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemWithContext(ctx volcengine.Context, input *DetachMountServiceFromSelfFileSystemInput, ...) (*DetachMountServiceFromSelfFileSystemOutput, error)
- func (c *VEPFS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
- func (c *VEPFS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
- func (c *VEPFS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
- func (c *VEPFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *VEPFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *VEPFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, ...) (*ListTagsForResourcesOutput, error)
- func (c *VEPFS) SetFilesetQos(input *SetFilesetQosInput) (*SetFilesetQosOutput, error)
- func (c *VEPFS) SetFilesetQosCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) SetFilesetQosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQosRequest(input *SetFilesetQosInput) (req *request.Request, output *SetFilesetQosOutput)
- func (c *VEPFS) SetFilesetQosWithContext(ctx volcengine.Context, input *SetFilesetQosInput, opts ...request.Option) (*SetFilesetQosOutput, error)
- func (c *VEPFS) SetFilesetQuota(input *SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
- func (c *VEPFS) SetFilesetQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) SetFilesetQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQuotaRequest(input *SetFilesetQuotaInput) (req *request.Request, output *SetFilesetQuotaOutput)
- func (c *VEPFS) SetFilesetQuotaWithContext(ctx volcengine.Context, input *SetFilesetQuotaInput, opts ...request.Option) (*SetFilesetQuotaOutput, error)
- func (c *VEPFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *VEPFS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *VEPFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *VEPFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *VEPFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *VEPFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *VEPFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
- func (c *VEPFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
- func (c *VEPFS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
- func (c *VEPFS) UpdateFileset(input *UpdateFilesetInput) (*UpdateFilesetOutput, error)
- func (c *VEPFS) UpdateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFilesetRequest(input *UpdateFilesetInput) (req *request.Request, output *UpdateFilesetOutput)
- func (c *VEPFS) UpdateFilesetWithContext(ctx volcengine.Context, input *UpdateFilesetInput, opts ...request.Option) (*UpdateFilesetOutput, error)
- func (c *VEPFS) UpdateMountService(input *UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
- func (c *VEPFS) UpdateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateMountServiceRequest(input *UpdateMountServiceInput) (req *request.Request, output *UpdateMountServiceOutput)
- func (c *VEPFS) UpdateMountServiceWithContext(ctx volcengine.Context, input *UpdateMountServiceInput, opts ...request.Option) (*UpdateMountServiceOutput, error)
- type VEPFSAPI
- type ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) GoString() string
- func (s *ZoneForDescribeZonesOutput) SetRegionId(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetSaleInfos(v []*SaleInfoForDescribeZonesOutput) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) String() string
Constants ¶
const ( // EnumOfDataTypeForCreateDataFlowTaskInputMetadata is a EnumOfDataTypeForCreateDataFlowTaskInput enum value EnumOfDataTypeForCreateDataFlowTaskInputMetadata = "Metadata" // EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData is a EnumOfDataTypeForCreateDataFlowTaskInput enum value EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData = "MetaAndData" )
const ( // EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip = "Skip" // EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile = "NormalFile" )
const ( // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputSkip is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputSkip = "Skip" // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputKeepLatest is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputKeepLatest = "KeepLatest" // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputOverWrite is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputOverWrite = "OverWrite" )
const ( // EnumOfTaskActionForCreateDataFlowTaskInputImport is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputImport = "Import" // EnumOfTaskActionForCreateDataFlowTaskInputExport is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputExport = "Export" // EnumOfTaskActionForCreateDataFlowTaskInputInventory is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputInventory = "Inventory" )
const ( // EnumOfProtocolTypeForCreateFileSystemInputNfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputNfs = "NFS" // EnumOfProtocolTypeForCreateFileSystemInputSmb is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputSmb = "SMB" // EnumOfProtocolTypeForCreateFileSystemInputVePfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputVePfs = "VePFS" // EnumOfProtocolTypeForCreateFileSystemInputFsx is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputFsx = "FSX" )
const ( // EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputSystem = "System" // EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputCustom = "Custom" )
const ( // EnumOfTypeForCreateFileSystemOutputSystem is a EnumOfTypeForCreateFileSystemOutput enum value EnumOfTypeForCreateFileSystemOutputSystem = "System" // EnumOfTypeForCreateFileSystemOutputCustom is a EnumOfTypeForCreateFileSystemOutput enum value EnumOfTypeForCreateFileSystemOutputCustom = "Custom" )
const ( // EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata = "Metadata" // EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData = "MetaAndData" )
const ( // EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip = "Skip" // EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile = "NormalFile" )
const ( // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputSkip is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputSkip = "Skip" // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputKeepLatest is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputKeepLatest = "KeepLatest" // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputOverWrite is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputOverWrite = "OverWrite" )
const ( // EnumOfStatusForDescribeDataFlowTasksOutputCreating is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCreating = "Creating" // EnumOfStatusForDescribeDataFlowTasksOutputRunning is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputRunning = "Running" // EnumOfStatusForDescribeDataFlowTasksOutputFinished is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputFinished = "Finished" // EnumOfStatusForDescribeDataFlowTasksOutputCanceling is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCanceling = "Canceling" // EnumOfStatusForDescribeDataFlowTasksOutputCanceled is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCanceled = "Canceled" // EnumOfStatusForDescribeDataFlowTasksOutputDeleting is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputDeleting = "Deleting" // EnumOfStatusForDescribeDataFlowTasksOutputError is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputError = "Error" // EnumOfStatusForDescribeDataFlowTasksOutputDeleted is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputDeleted = "Deleted" )
const ( // EnumOfTaskActionForDescribeDataFlowTasksInputImport is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputImport = "Import" // EnumOfTaskActionForDescribeDataFlowTasksInputExport is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputExport = "Export" // EnumOfTaskActionForDescribeDataFlowTasksInputInventory is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputInventory = "Inventory" // EnumOfTaskActionForDescribeDataFlowTasksInputDelete is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputDelete = "Delete" )
const ( // EnumOfTaskActionForDescribeDataFlowTasksOutputImport is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputImport = "Import" // EnumOfTaskActionForDescribeDataFlowTasksOutputExport is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputExport = "Export" // EnumOfTaskActionForDescribeDataFlowTasksOutputInventory is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputInventory = "Inventory" // EnumOfTaskActionForDescribeDataFlowTasksOutputDelete is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputDelete = "Delete" )
const ( // EnumOfTypeForDescribeDataFlowTasksOutputTotalFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputTotalFiles = "TotalFiles" // EnumOfTypeForDescribeDataFlowTasksOutputFailedFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputFailedFiles = "FailedFiles" // EnumOfTypeForDescribeDataFlowTasksOutputSuccessFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputSuccessFiles = "SuccessFiles" // EnumOfTypeForDescribeDataFlowTasksOutputInventoryFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputInventoryFiles = "InventoryFiles" )
const ( // EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh = "zh" // EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn = "en" )
const ( // EnumOfChargeStatusForDescribeFileSystemsOutputInit is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputInit = "Init" // EnumOfChargeStatusForDescribeFileSystemsOutputNormal is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputNormal = "Normal" // EnumOfChargeStatusForDescribeFileSystemsOutputOverdue is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputOverdue = "Overdue" // EnumOfChargeStatusForDescribeFileSystemsOutputUnpaid is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputUnpaid = "Unpaid" // EnumOfChargeStatusForDescribeFileSystemsOutputNeedNotCharge is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputNeedNotCharge = "NeedNotCharge" // EnumOfChargeStatusForDescribeFileSystemsOutputChargeFailed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputChargeFailed = "ChargeFailed" )
const ( // EnumOfKeyForDescribeFileSystemsInputChargeType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputChargeType = "ChargeType" // EnumOfKeyForDescribeFileSystemsInputFileSystemType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputFileSystemType = "FileSystemType" // EnumOfKeyForDescribeFileSystemsInputStoreType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStoreType = "StoreType" // EnumOfKeyForDescribeFileSystemsInputFileSystemName is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputFileSystemName = "FileSystemName" // EnumOfKeyForDescribeFileSystemsInputStatus is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStatus = "Status" // EnumOfKeyForDescribeFileSystemsInputZoneId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputZoneId = "ZoneId" // EnumOfKeyForDescribeFileSystemsInputProtocol is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputProtocol = "Protocol" // EnumOfKeyForDescribeFileSystemsInputAccountId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputAccountId = "AccountId" )
const ( // EnumOfLanguageCodeForDescribeFileSystemsInputZh is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value EnumOfLanguageCodeForDescribeFileSystemsInputZh = "zh" // EnumOfLanguageCodeForDescribeFileSystemsInputEn is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value EnumOfLanguageCodeForDescribeFileSystemsInputEn = "en" )
const ( // EnumOfOrderByForDescribeFileSystemsInputCreateTimeDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeFileSystemsInputCreateTimeAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeFileSystemsInputCapacityDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCapacityDesc = "CapacityDesc" // EnumOfOrderByForDescribeFileSystemsInputCapacityAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCapacityAsc = "CapacityAsc" // EnumOfOrderByForDescribeFileSystemsInputIdDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputIdDesc = "IdDesc" // EnumOfOrderByForDescribeFileSystemsInputIdAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputIdAsc = "IdAsc" // EnumOfOrderByForDescribeFileSystemsInputVersionNumberDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputVersionNumberDesc = "VersionNumberDesc" // EnumOfOrderByForDescribeFileSystemsInputVersionNumberAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputVersionNumberAsc = "VersionNumberAsc" )
const ( // EnumOfProtocolTypeForDescribeFileSystemsOutputNfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputNfs = "NFS" // EnumOfProtocolTypeForDescribeFileSystemsOutputSmb is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputSmb = "SMB" // EnumOfProtocolTypeForDescribeFileSystemsOutputVePfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputVePfs = "VePFS" // EnumOfProtocolTypeForDescribeFileSystemsOutputFsx is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputFsx = "FSX" )
const ( // EnumOfStatusForDescribeFileSystemsOutputCreating is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputCreating = "Creating" // EnumOfStatusForDescribeFileSystemsOutputCreateError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputCreateError = "CreateError" // EnumOfStatusForDescribeFileSystemsOutputRunning is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputRunning = "Running" // EnumOfStatusForDescribeFileSystemsOutputUpdating is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpdating = "Updating" // EnumOfStatusForDescribeFileSystemsOutputUpdateError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpdateError = "UpdateError" // EnumOfStatusForDescribeFileSystemsOutputUpgrading is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpgrading = "Upgrading" // EnumOfStatusForDescribeFileSystemsOutputUpgradeError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpgradeError = "UpgradeError" // EnumOfStatusForDescribeFileSystemsOutputExpanding is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputExpanding = "Expanding" // EnumOfStatusForDescribeFileSystemsOutputExpandError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputExpandError = "ExpandError" // EnumOfStatusForDescribeFileSystemsOutputDeleting is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleting = "Deleting" // EnumOfStatusForDescribeFileSystemsOutputDeleteError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeFileSystemsOutputDeleted is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleted = "Deleted" // EnumOfStatusForDescribeFileSystemsOutputAttaching is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputAttaching = "Attaching" // EnumOfStatusForDescribeFileSystemsOutputAttachError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputAttachError = "AttachError" // EnumOfStatusForDescribeFileSystemsOutputDetaching is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDetaching = "Detaching" // EnumOfStatusForDescribeFileSystemsOutputDetachError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDetachError = "DetachError" // EnumOfStatusForDescribeFileSystemsOutputStopped is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputStopped = "Stopped" // EnumOfStatusForDescribeFileSystemsOutputError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputError = "Error" )
const ( // EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputSystem = "System" // EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom" )
const ( // EnumOfKeyForDescribeFilesetsInputFilesetName is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetName = "FilesetName" // EnumOfKeyForDescribeFilesetsInputFilesetId is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetId = "FilesetId" // EnumOfKeyForDescribeFilesetsInputFilesetPath is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetPath = "FilesetPath" // EnumOfKeyForDescribeFilesetsInputStatus is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputStatus = "Status" )
const ( // EnumOfOrderByForDescribeFilesetsInputCreateTimeDesc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeFilesetsInputCreateTimeAsc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeFilesetsInputNameDesc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputNameDesc = "NameDesc" // EnumOfOrderByForDescribeFilesetsInputNameAsc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputNameAsc = "NameAsc" )
const ( // EnumOfStatusForDescribeFilesetsOutputCreating is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputCreating = "Creating" // EnumOfStatusForDescribeFilesetsOutputCreateError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputCreateError = "CreateError" // EnumOfStatusForDescribeFilesetsOutputRunning is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputRunning = "Running" // EnumOfStatusForDescribeFilesetsOutputUpdating is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputUpdating = "Updating" // EnumOfStatusForDescribeFilesetsOutputUpdateError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputUpdateError = "UpdateError" // EnumOfStatusForDescribeFilesetsOutputDeleting is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleting = "Deleting" // EnumOfStatusForDescribeFilesetsOutputDeleteError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeFilesetsOutputDeleted is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleted = "Deleted" // EnumOfStatusForDescribeFilesetsOutputError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputError = "Error" )
const ( // EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh = "zh" // EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn = "en" )
const ( // EnumOfStatusForDescribeMountServiceNodeTypesOutputUnSold is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputUnSold = "UnSold" // EnumOfStatusForDescribeMountServiceNodeTypesOutputOnSale is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputOnSale = "OnSale" // EnumOfStatusForDescribeMountServiceNodeTypesOutputSoldOut is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputSoldOut = "SoldOut" )
const ( // ConvertEnumOfStatusForDescribeMountServicesOutputCreating is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputCreating = "Creating" // ConvertEnumOfStatusForDescribeMountServicesOutputCreateError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputCreateError = "CreateError" // ConvertEnumOfStatusForDescribeMountServicesOutputRunning is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputRunning = "Running" // ConvertEnumOfStatusForDescribeMountServicesOutputUpdating is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputUpdating = "Updating" // ConvertEnumOfStatusForDescribeMountServicesOutputUpdateError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputUpdateError = "UpdateError" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleting is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleting = "Deleting" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleteError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleteError = "DeleteError" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleted is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleted = "Deleted" // ConvertEnumOfStatusForDescribeMountServicesOutputAttaching is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputAttaching = "Attaching" // ConvertEnumOfStatusForDescribeMountServicesOutputAttachError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputAttachError = "AttachError" // ConvertEnumOfStatusForDescribeMountServicesOutputDetaching is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDetaching = "Detaching" // ConvertEnumOfStatusForDescribeMountServicesOutputDetachError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDetachError = "DetachError" // ConvertEnumOfStatusForDescribeMountServicesOutputStopped is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputStopped = "Stopped" // ConvertEnumOfStatusForDescribeMountServicesOutputError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputError = "Error" )
const ( // EnumOfKeyForDescribeMountServicesInputFileSystemId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputFileSystemId = "FileSystemId" // EnumOfKeyForDescribeMountServicesInputMountServiceName is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputMountServiceName = "MountServiceName" // EnumOfKeyForDescribeMountServicesInputMountServiceId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputMountServiceId = "MountServiceId" // EnumOfKeyForDescribeMountServicesInputStatus is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputStatus = "Status" // EnumOfKeyForDescribeMountServicesInputZoneId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputZoneId = "ZoneId" )
const ( // EnumOfLanguageCodeForDescribeMountServicesInputZh is a EnumOfLanguageCodeForDescribeMountServicesInput enum value EnumOfLanguageCodeForDescribeMountServicesInputZh = "zh" // EnumOfLanguageCodeForDescribeMountServicesInputEn is a EnumOfLanguageCodeForDescribeMountServicesInput enum value EnumOfLanguageCodeForDescribeMountServicesInputEn = "en" )
const ( // EnumOfOrderByForDescribeMountServicesInputCreateTimeDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeMountServicesInputCreateTimeAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeMountServicesInputNameDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputNameDesc = "NameDesc" // EnumOfOrderByForDescribeMountServicesInputNameAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputNameAsc = "NameAsc" // EnumOfOrderByForDescribeMountServicesInputVersionNumberDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputVersionNumberDesc = "VersionNumberDesc" // EnumOfOrderByForDescribeMountServicesInputVersionNumberAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputVersionNumberAsc = "VersionNumberAsc" )
const ( // EnumOfStatusForDescribeMountServicesOutputAttaching is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttaching = "Attaching" // EnumOfStatusForDescribeMountServicesOutputAttachError is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttachError = "AttachError" // EnumOfStatusForDescribeMountServicesOutputAttached is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttached = "Attached" // EnumOfStatusForDescribeMountServicesOutputDetaching is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputDetaching = "Detaching" // EnumOfStatusForDescribeMountServicesOutputDetachError is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputDetachError = "DetachError" )
const ( // EnumOfLanguageCodeForDescribeZonesInputZh is a EnumOfLanguageCodeForDescribeZonesInput enum value EnumOfLanguageCodeForDescribeZonesInputZh = "zh" // EnumOfLanguageCodeForDescribeZonesInputEn is a EnumOfLanguageCodeForDescribeZonesInput enum value EnumOfLanguageCodeForDescribeZonesInputEn = "en" )
const ( // EnumOfProtocolTypeForDescribeZonesOutputNfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputNfs = "NFS" // EnumOfProtocolTypeForDescribeZonesOutputSmb is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputSmb = "SMB" // EnumOfProtocolTypeForDescribeZonesOutputVePfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputVePfs = "VePFS" // EnumOfProtocolTypeForDescribeZonesOutputFsx is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputFsx = "FSX" )
const ( // EnumOfStatusForDescribeZonesOutputUnSold is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputUnSold = "UnSold" // EnumOfStatusForDescribeZonesOutputOnSale is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputOnSale = "OnSale" // EnumOfStatusForDescribeZonesOutputSoldOut is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputSoldOut = "SoldOut" )
const ( // EnumOfTypeForUpdateFileSystemInputSystem is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputSystem = "System" // EnumOfTypeForUpdateFileSystemInputCustom is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputCustom = "Custom" )
const ( ServiceName = "vepfs" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vepfs" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
const (
// EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo"
)
const (
// EnumOfFileSystemTypeForCreateFileSystemInputVePfs is a EnumOfFileSystemTypeForCreateFileSystemInput enum value
EnumOfFileSystemTypeForCreateFileSystemInputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutput enum value
EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeZonesOutputVePfs is a EnumOfFileSystemTypeForDescribeZonesOutput enum value
EnumOfFileSystemTypeForDescribeZonesOutputVePfs = "VePFS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachFileSystemForDescribeMountServicesOutput ¶
type AttachFileSystemForDescribeMountServicesOutput struct {
AccountId *string `type:"string" json:",omitempty"`
CustomerPath *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountServicesOutput"`
// contains filtered or unexported fields
}
func (AttachFileSystemForDescribeMountServicesOutput) GoString ¶
func (s AttachFileSystemForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*AttachFileSystemForDescribeMountServicesOutput) SetAccountId ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetAccountId(v string) *AttachFileSystemForDescribeMountServicesOutput
SetAccountId sets the AccountId field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath(v string) *AttachFileSystemForDescribeMountServicesOutput
SetCustomerPath sets the CustomerPath field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId(v string) *AttachFileSystemForDescribeMountServicesOutput
SetFileSystemId sets the FileSystemId field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName(v string) *AttachFileSystemForDescribeMountServicesOutput
SetFileSystemName sets the FileSystemName field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetStatus ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetStatus(v string) *AttachFileSystemForDescribeMountServicesOutput
SetStatus sets the Status field's value.
func (AttachFileSystemForDescribeMountServicesOutput) String ¶
func (s AttachFileSystemForDescribeMountServicesOutput) String() string
String returns the string representation
type AttachMountServiceToSelfFileSystemInput ¶
type AttachMountServiceToSelfFileSystemInput struct {
CustomerPath *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (AttachMountServiceToSelfFileSystemInput) GoString ¶
func (s AttachMountServiceToSelfFileSystemInput) GoString() string
GoString returns the string representation
func (*AttachMountServiceToSelfFileSystemInput) SetCustomerPath ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetCustomerPath(v string) *AttachMountServiceToSelfFileSystemInput
SetCustomerPath sets the CustomerPath field's value.
func (*AttachMountServiceToSelfFileSystemInput) SetFileSystemId ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetFileSystemId(v string) *AttachMountServiceToSelfFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*AttachMountServiceToSelfFileSystemInput) SetMountServiceId ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetMountServiceId(v string) *AttachMountServiceToSelfFileSystemInput
SetMountServiceId sets the MountServiceId field's value.
func (AttachMountServiceToSelfFileSystemInput) String ¶
func (s AttachMountServiceToSelfFileSystemInput) String() string
String returns the string representation
func (*AttachMountServiceToSelfFileSystemInput) Validate ¶ added in v1.1.5
func (s *AttachMountServiceToSelfFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachMountServiceToSelfFileSystemOutput ¶
type AttachMountServiceToSelfFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (AttachMountServiceToSelfFileSystemOutput) GoString ¶
func (s AttachMountServiceToSelfFileSystemOutput) GoString() string
GoString returns the string representation
func (AttachMountServiceToSelfFileSystemOutput) String ¶
func (s AttachMountServiceToSelfFileSystemOutput) String() string
String returns the string representation
type CancelDataFlowTaskInput ¶ added in v1.1.11
type CancelDataFlowTaskInput struct {
// DataFlowTaskId is a required field
DataFlowTaskId *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 (CancelDataFlowTaskInput) GoString ¶ added in v1.1.11
func (s CancelDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*CancelDataFlowTaskInput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) SetDataFlowTaskId(v string) *CancelDataFlowTaskInput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*CancelDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) SetFileSystemId(v string) *CancelDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (CancelDataFlowTaskInput) String ¶ added in v1.1.11
func (s CancelDataFlowTaskInput) String() string
String returns the string representation
func (*CancelDataFlowTaskInput) Validate ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelDataFlowTaskOutput ¶ added in v1.1.11
type CancelDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelDataFlowTaskOutput) GoString ¶ added in v1.1.11
func (s CancelDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (CancelDataFlowTaskOutput) String ¶ added in v1.1.11
func (s CancelDataFlowTaskOutput) String() string
String returns the string representation
type CapacityInfoForDescribeFileSystemStatisticsOutput ¶
type CapacityInfoForDescribeFileSystemStatisticsOutput struct {
TotalTiB *int32 `type:"int32" json:",omitempty"`
UsedGiB *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CapacityInfoForDescribeFileSystemStatisticsOutput) GoString ¶
func (s CapacityInfoForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB ¶
func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
SetTotalTiB sets the TotalTiB field's value.
func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB ¶
func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
SetUsedGiB sets the UsedGiB field's value.
func (CapacityInfoForDescribeFileSystemStatisticsOutput) String ¶
func (s CapacityInfoForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type CapacityInfoForDescribeFileSystemsOutput ¶
type CapacityInfoForDescribeFileSystemsOutput struct {
TotalTiB *int32 `type:"int32" json:",omitempty"`
UsedGiB *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CapacityInfoForDescribeFileSystemsOutput) GoString ¶
func (s CapacityInfoForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB ¶
func (s *CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
SetTotalTiB sets the TotalTiB field's value.
func (*CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB ¶
func (s *CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
SetUsedGiB sets the UsedGiB field's value.
func (CapacityInfoForDescribeFileSystemsOutput) String ¶
func (s CapacityInfoForDescribeFileSystemsOutput) String() string
String returns the string representation
type ConfigDataFlowBandwidthInput ¶ added in v1.1.10
type ConfigDataFlowBandwidthInput struct {
// Bandwidth is a required field
Bandwidth *int32 `type:"int32" json:",omitempty" required:"true"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ConfigDataFlowBandwidthInput) GoString ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthInput) GoString() string
GoString returns the string representation
func (*ConfigDataFlowBandwidthInput) SetBandwidth ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) SetBandwidth(v int32) *ConfigDataFlowBandwidthInput
SetBandwidth sets the Bandwidth field's value.
func (*ConfigDataFlowBandwidthInput) SetFileSystemId ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) SetFileSystemId(v string) *ConfigDataFlowBandwidthInput
SetFileSystemId sets the FileSystemId field's value.
func (ConfigDataFlowBandwidthInput) String ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthInput) String() string
String returns the string representation
func (*ConfigDataFlowBandwidthInput) Validate ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigDataFlowBandwidthOutput ¶ added in v1.1.10
type ConfigDataFlowBandwidthOutput struct {
Metadata *response.ResponseMetadata
OrderNO *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigDataFlowBandwidthOutput) GoString ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthOutput) GoString() string
GoString returns the string representation
func (*ConfigDataFlowBandwidthOutput) SetOrderNO ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthOutput) SetOrderNO(v string) *ConfigDataFlowBandwidthOutput
SetOrderNO sets the OrderNO field's value.
func (ConfigDataFlowBandwidthOutput) String ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthOutput) String() string
String returns the string representation
type CreateDataFlowTaskInput ¶ added in v1.1.10
type CreateDataFlowTaskInput struct {
DataStorage *string `type:"string" json:",omitempty"`
DataStoragePath *string `type:"string" json:",omitempty"`
// DataType is a required field
DataType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfDataTypeForCreateDataFlowTaskInput"`
EntryListFileInfo *EntryListFileInfoForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`
ExportSymlinkPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FilesetId *string `type:"string" json:",omitempty"`
SameNameFilePolicy *string `type:"string" json:",omitempty" enum:"EnumOfSameNameFilePolicyForCreateDataFlowTaskInput"`
SubPath *string `type:"string" json:",omitempty"`
// TaskAction is a required field
TaskAction *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTaskActionForCreateDataFlowTaskInput"`
// contains filtered or unexported fields
}
func (CreateDataFlowTaskInput) GoString ¶ added in v1.1.10
func (s CreateDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*CreateDataFlowTaskInput) SetDataStorage ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataStorage(v string) *CreateDataFlowTaskInput
SetDataStorage sets the DataStorage field's value.
func (*CreateDataFlowTaskInput) SetDataStoragePath ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataStoragePath(v string) *CreateDataFlowTaskInput
SetDataStoragePath sets the DataStoragePath field's value.
func (*CreateDataFlowTaskInput) SetDataType ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataType(v string) *CreateDataFlowTaskInput
SetDataType sets the DataType field's value.
func (*CreateDataFlowTaskInput) SetEntryListFileInfo ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetEntryListFileInfo(v *EntryListFileInfoForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
SetEntryListFileInfo sets the EntryListFileInfo field's value.
func (*CreateDataFlowTaskInput) SetExportSymlinkPolicy ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetExportSymlinkPolicy(v string) *CreateDataFlowTaskInput
SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.
func (*CreateDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetFileSystemId(v string) *CreateDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateDataFlowTaskInput) SetFilesetId ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetFilesetId(v string) *CreateDataFlowTaskInput
SetFilesetId sets the FilesetId field's value.
func (*CreateDataFlowTaskInput) SetSameNameFilePolicy ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetSameNameFilePolicy(v string) *CreateDataFlowTaskInput
SetSameNameFilePolicy sets the SameNameFilePolicy field's value.
func (*CreateDataFlowTaskInput) SetSubPath ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetSubPath(v string) *CreateDataFlowTaskInput
SetSubPath sets the SubPath field's value.
func (*CreateDataFlowTaskInput) SetTaskAction ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetTaskAction(v string) *CreateDataFlowTaskInput
SetTaskAction sets the TaskAction field's value.
func (CreateDataFlowTaskInput) String ¶ added in v1.1.10
func (s CreateDataFlowTaskInput) String() string
String returns the string representation
func (*CreateDataFlowTaskInput) Validate ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataFlowTaskOutput ¶ added in v1.1.10
type CreateDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
DataFlowTaskId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateDataFlowTaskOutput) GoString ¶ added in v1.1.10
func (s CreateDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (*CreateDataFlowTaskOutput) SetDataFlowTaskId ¶ added in v1.1.10
func (s *CreateDataFlowTaskOutput) SetDataFlowTaskId(v string) *CreateDataFlowTaskOutput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (CreateDataFlowTaskOutput) String ¶ added in v1.1.10
func (s CreateDataFlowTaskOutput) String() string
String returns the string representation
type CreateFileSystemInput ¶
type CreateFileSystemInput struct {
Capacity *int32 `type:"int32" json:",omitempty"`
// ChargeType is a required field
ChargeType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfChargeTypeForCreateFileSystemInput"`
Description *string `type:"string" json:",omitempty"`
// FileSystemName is a required field
FileSystemName *string `type:"string" json:",omitempty" required:"true"`
// FileSystemType is a required field
FileSystemType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfFileSystemTypeForCreateFileSystemInput"`
Project *string `type:"string" json:",omitempty"`
// ProtocolType is a required field
ProtocolType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfProtocolTypeForCreateFileSystemInput"`
// StoreType is a required field
StoreType *string `type:"string" json:",omitempty" required:"true"`
SubnetId *string `type:"string" json:",omitempty"`
Tags []*TagForCreateFileSystemInput `type:"list" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" 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) SetCapacity ¶
func (s *CreateFileSystemInput) SetCapacity(v int32) *CreateFileSystemInput
SetCapacity sets the Capacity field's value.
func (*CreateFileSystemInput) SetChargeType ¶
func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
SetChargeType sets the ChargeType field's value.
func (*CreateFileSystemInput) SetDescription ¶
func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
SetDescription sets the Description field's value.
func (*CreateFileSystemInput) SetFileSystemName ¶
func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*CreateFileSystemInput) SetFileSystemType ¶
func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput
SetFileSystemType sets the FileSystemType field's value.
func (*CreateFileSystemInput) SetProject ¶
func (s *CreateFileSystemInput) SetProject(v string) *CreateFileSystemInput
SetProject sets the Project field's value.
func (*CreateFileSystemInput) SetProtocolType ¶
func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
SetProtocolType sets the ProtocolType field's value.
func (*CreateFileSystemInput) SetStoreType ¶
func (s *CreateFileSystemInput) SetStoreType(v string) *CreateFileSystemInput
SetStoreType sets the StoreType field's value.
func (*CreateFileSystemInput) SetSubnetId ¶
func (s *CreateFileSystemInput) SetSubnetId(v string) *CreateFileSystemInput
SetSubnetId sets the SubnetId field's value.
func (*CreateFileSystemInput) SetTags ¶
func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
SetTags sets the Tags field's value.
func (*CreateFileSystemInput) SetVersionNumber ¶ added in v1.1.5
func (s *CreateFileSystemInput) SetVersionNumber(v string) *CreateFileSystemInput
SetVersionNumber sets the VersionNumber field's value.
func (*CreateFileSystemInput) SetVpcId ¶
func (s *CreateFileSystemInput) SetVpcId(v string) *CreateFileSystemInput
SetVpcId sets the VpcId field's value.
func (*CreateFileSystemInput) SetZoneId ¶
func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
SetZoneId sets the ZoneId field's value.
func (CreateFileSystemInput) String ¶
func (s CreateFileSystemInput) String() string
String returns the string representation
func (*CreateFileSystemInput) Validate ¶ added in v1.1.5
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"`
Tags []*TagForCreateFileSystemOutput `type:"list" 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) SetTags ¶
func (s *CreateFileSystemOutput) SetTags(v []*TagForCreateFileSystemOutput) *CreateFileSystemOutput
SetTags sets the Tags field's value.
func (CreateFileSystemOutput) String ¶
func (s CreateFileSystemOutput) String() string
String returns the string representation
type CreateFilesetInput ¶ added in v1.1.5
type CreateFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetName is a required field
FilesetName *string `type:"string" json:",omitempty" required:"true"`
// FilesetPath is a required field
FilesetPath *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateFilesetInput) GoString ¶ added in v1.1.5
func (s CreateFilesetInput) GoString() string
GoString returns the string representation
func (*CreateFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFileSystemId(v string) *CreateFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateFilesetInput) SetFilesetName ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFilesetName(v string) *CreateFilesetInput
SetFilesetName sets the FilesetName field's value.
func (*CreateFilesetInput) SetFilesetPath ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFilesetPath(v string) *CreateFilesetInput
SetFilesetPath sets the FilesetPath field's value.
func (CreateFilesetInput) String ¶ added in v1.1.5
func (s CreateFilesetInput) String() string
String returns the string representation
func (*CreateFilesetInput) Validate ¶ added in v1.1.5
func (s *CreateFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFilesetOutput ¶ added in v1.1.5
type CreateFilesetOutput struct {
Metadata *response.ResponseMetadata
FilesetId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFilesetOutput) GoString ¶ added in v1.1.5
func (s CreateFilesetOutput) GoString() string
GoString returns the string representation
func (*CreateFilesetOutput) SetFilesetId ¶ added in v1.1.5
func (s *CreateFilesetOutput) SetFilesetId(v string) *CreateFilesetOutput
SetFilesetId sets the FilesetId field's value.
func (CreateFilesetOutput) String ¶ added in v1.1.5
func (s CreateFilesetOutput) String() string
String returns the string representation
type CreateMountServiceInput ¶
type CreateMountServiceInput struct {
// MountServiceName is a required field
MountServiceName *string `type:"string" json:",omitempty" required:"true"`
// NodeType is a required field
NodeType *string `type:"string" json:",omitempty" required:"true"`
Project *string `type:"string" json:",omitempty"`
// SubnetId is a required field
SubnetId *string `type:"string" json:",omitempty" required:"true"`
// VpcId is a required field
VpcId *string `type:"string" json:",omitempty" required:"true"`
// ZoneId is a required field
ZoneId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateMountServiceInput) GoString ¶
func (s CreateMountServiceInput) GoString() string
GoString returns the string representation
func (*CreateMountServiceInput) SetMountServiceName ¶
func (s *CreateMountServiceInput) SetMountServiceName(v string) *CreateMountServiceInput
SetMountServiceName sets the MountServiceName field's value.
func (*CreateMountServiceInput) SetNodeType ¶
func (s *CreateMountServiceInput) SetNodeType(v string) *CreateMountServiceInput
SetNodeType sets the NodeType field's value.
func (*CreateMountServiceInput) SetProject ¶
func (s *CreateMountServiceInput) SetProject(v string) *CreateMountServiceInput
SetProject sets the Project field's value.
func (*CreateMountServiceInput) SetSubnetId ¶
func (s *CreateMountServiceInput) SetSubnetId(v string) *CreateMountServiceInput
SetSubnetId sets the SubnetId field's value.
func (*CreateMountServiceInput) SetVpcId ¶
func (s *CreateMountServiceInput) SetVpcId(v string) *CreateMountServiceInput
SetVpcId sets the VpcId field's value.
func (*CreateMountServiceInput) SetZoneId ¶
func (s *CreateMountServiceInput) SetZoneId(v string) *CreateMountServiceInput
SetZoneId sets the ZoneId field's value.
func (CreateMountServiceInput) String ¶
func (s CreateMountServiceInput) String() string
String returns the string representation
func (*CreateMountServiceInput) Validate ¶ added in v1.1.5
func (s *CreateMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMountServiceOutput ¶
type CreateMountServiceOutput struct {
Metadata *response.ResponseMetadata
MountServiceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateMountServiceOutput) GoString ¶
func (s CreateMountServiceOutput) GoString() string
GoString returns the string representation
func (*CreateMountServiceOutput) SetMountServiceId ¶
func (s *CreateMountServiceOutput) SetMountServiceId(v string) *CreateMountServiceOutput
SetMountServiceId sets the MountServiceId field's value.
func (CreateMountServiceOutput) String ¶
func (s CreateMountServiceOutput) String() string
String returns the string representation
type CreatePreSignedUrlInput ¶ added in v1.1.10
type CreatePreSignedUrlInput struct {
Private *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePreSignedUrlInput) GoString ¶ added in v1.1.10
func (s CreatePreSignedUrlInput) GoString() string
GoString returns the string representation
func (*CreatePreSignedUrlInput) SetPrivate ¶ added in v1.1.10
func (s *CreatePreSignedUrlInput) SetPrivate(v bool) *CreatePreSignedUrlInput
SetPrivate sets the Private field's value.
func (CreatePreSignedUrlInput) String ¶ added in v1.1.10
func (s CreatePreSignedUrlInput) String() string
String returns the string representation
type CreatePreSignedUrlOutput ¶ added in v1.1.10
type CreatePreSignedUrlOutput struct {
Metadata *response.ResponseMetadata
Expires *int32 `type:"int32" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileUrl *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePreSignedUrlOutput) GoString ¶ added in v1.1.10
func (s CreatePreSignedUrlOutput) GoString() string
GoString returns the string representation
func (*CreatePreSignedUrlOutput) SetExpires ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetExpires(v int32) *CreatePreSignedUrlOutput
SetExpires sets the Expires field's value.
func (*CreatePreSignedUrlOutput) SetFileKey ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetFileKey(v string) *CreatePreSignedUrlOutput
SetFileKey sets the FileKey field's value.
func (*CreatePreSignedUrlOutput) SetFileUrl ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetFileUrl(v string) *CreatePreSignedUrlOutput
SetFileUrl sets the FileUrl field's value.
func (CreatePreSignedUrlOutput) String ¶ added in v1.1.10
func (s CreatePreSignedUrlOutput) String() string
String returns the string representation
type DataFlowTaskForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type DataFlowTaskForDescribeDataFlowTasksOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
DataFlowTaskId *string `type:"string" json:",omitempty"`
DataStorage *string `type:"string" json:",omitempty"`
DataStoragePath *string `type:"string" json:",omitempty"`
DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForDescribeDataFlowTasksOutput"`
EndTime *string `type:"string" json:",omitempty"`
EntryListFileInfo *EntryListFileInfoForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`
EntryListFileUrl *string `type:"string" json:",omitempty"`
ExecCount *string `type:"string" json:",omitempty"`
ExecSize *string `type:"string" json:",omitempty"`
ExportSymlinkPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput"`
FailedCount *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FilesetId *string `type:"string" json:",omitempty"`
FilesetPath *string `type:"string" json:",omitempty"`
QueueCount *string `type:"string" json:",omitempty"`
Reports []*ReportForDescribeDataFlowTasksOutput `type:"list" json:",omitempty"`
SameNameFilePolicy *string `type:"string" json:",omitempty" enum:"EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeDataFlowTasksOutput"`
SubPath *string `type:"string" json:",omitempty"`
TaskAction *string `type:"string" json:",omitempty" enum:"EnumOfTaskActionForDescribeDataFlowTasksOutput"`
TotalSize *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataFlowTaskForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s DataFlowTaskForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataStorage sets the DataStorage field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataStoragePath sets the DataStoragePath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataType sets the DataType field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEndTime sets the EndTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo(v *EntryListFileInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEntryListFileInfo sets the EntryListFileInfo field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEntryListFileUrl sets the EntryListFileUrl field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExecCount sets the ExecCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExecSize sets the ExecSize field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFailedCount sets the FailedCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFileSystemId sets the FileSystemId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFilesetId sets the FilesetId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFilesetPath sets the FilesetPath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetQueueCount sets the QueueCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetReports ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetReports(v []*ReportForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetReports sets the Reports field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetSameNameFilePolicy sets the SameNameFilePolicy field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetStartTime sets the StartTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetStatus sets the Status field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetSubPath sets the SubPath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetTaskAction sets the TaskAction field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetTotalSize sets the TotalSize field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetUpdateTime sets the UpdateTime field's value.
func (DataFlowTaskForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s DataFlowTaskForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type DeleteDataFlowTaskInput ¶ added in v1.1.11
type DeleteDataFlowTaskInput struct {
// DataFlowTaskId is a required field
DataFlowTaskId *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 (DeleteDataFlowTaskInput) GoString ¶ added in v1.1.11
func (s DeleteDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*DeleteDataFlowTaskInput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) SetDataFlowTaskId(v string) *DeleteDataFlowTaskInput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*DeleteDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) SetFileSystemId(v string) *DeleteDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteDataFlowTaskInput) String ¶ added in v1.1.11
func (s DeleteDataFlowTaskInput) String() string
String returns the string representation
func (*DeleteDataFlowTaskInput) Validate ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataFlowTaskOutput ¶ added in v1.1.11
type DeleteDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteDataFlowTaskOutput) GoString ¶ added in v1.1.11
func (s DeleteDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (DeleteDataFlowTaskOutput) String ¶ added in v1.1.11
func (s DeleteDataFlowTaskOutput) 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"`
// contains filtered or unexported fields
}
func (DeleteFileSystemInput) GoString ¶
func (s DeleteFileSystemInput) GoString() string
GoString returns the string representation
func (*DeleteFileSystemInput) SetFileSystemId ¶
func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteFileSystemInput) String ¶
func (s DeleteFileSystemInput) String() string
String returns the string representation
func (*DeleteFileSystemInput) Validate ¶ added in v1.1.5
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 ¶ added in v1.1.5
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 DeleteFilesetInput ¶ added in v1.1.5
type DeleteFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFilesetInput) GoString ¶ added in v1.1.5
func (s DeleteFilesetInput) GoString() string
GoString returns the string representation
func (*DeleteFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *DeleteFilesetInput) SetFileSystemId(v string) *DeleteFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*DeleteFilesetInput) SetFilesetId ¶ added in v1.1.5
func (s *DeleteFilesetInput) SetFilesetId(v string) *DeleteFilesetInput
SetFilesetId sets the FilesetId field's value.
func (DeleteFilesetInput) String ¶ added in v1.1.5
func (s DeleteFilesetInput) String() string
String returns the string representation
func (*DeleteFilesetInput) Validate ¶ added in v1.1.5
func (s *DeleteFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFilesetOutput ¶ added in v1.1.5
type DeleteFilesetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteFilesetOutput) GoString ¶ added in v1.1.5
func (s DeleteFilesetOutput) GoString() string
GoString returns the string representation
func (DeleteFilesetOutput) String ¶ added in v1.1.5
func (s DeleteFilesetOutput) String() string
String returns the string representation
type DeleteMountServiceInput ¶
type DeleteMountServiceInput struct {
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteMountServiceInput) GoString ¶
func (s DeleteMountServiceInput) GoString() string
GoString returns the string representation
func (*DeleteMountServiceInput) SetMountServiceId ¶
func (s *DeleteMountServiceInput) SetMountServiceId(v string) *DeleteMountServiceInput
SetMountServiceId sets the MountServiceId field's value.
func (DeleteMountServiceInput) String ¶
func (s DeleteMountServiceInput) String() string
String returns the string representation
func (*DeleteMountServiceInput) Validate ¶ added in v1.1.5
func (s *DeleteMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMountServiceOutput ¶
type DeleteMountServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteMountServiceOutput) GoString ¶
func (s DeleteMountServiceOutput) GoString() string
GoString returns the string representation
func (DeleteMountServiceOutput) String ¶
func (s DeleteMountServiceOutput) String() string
String returns the string representation
type DescribeDataFlowBandwidthInput ¶ added in v1.1.11
type DescribeDataFlowBandwidthInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeDataFlowBandwidthInput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthInput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowBandwidthInput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetFileSystemId(v string) *DescribeDataFlowBandwidthInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowBandwidthInput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetPageNumber(v int32) *DescribeDataFlowBandwidthInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowBandwidthInput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetPageSize(v int32) *DescribeDataFlowBandwidthInput
SetPageSize sets the PageSize field's value.
func (DescribeDataFlowBandwidthInput) String ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthInput) String() string
String returns the string representation
func (*DescribeDataFlowBandwidthInput) Validate ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDataFlowBandwidthOutput ¶ added in v1.1.11
type DescribeDataFlowBandwidthOutput struct {
Metadata *response.ResponseMetadata
Bandwidth *int32 `type:"int32" json:",omitempty"`
BandwidthMax *int32 `type:"int32" json:",omitempty"`
BandwidthMin *int32 `type:"int32" json:",omitempty"`
BandwidthPerNode *int32 `type:"int32" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeDataFlowBandwidthOutput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthOutput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowBandwidthOutput) SetBandwidth ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidth(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidth sets the Bandwidth field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthMax ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMax(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthMax sets the BandwidthMax field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthMin ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMin(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthMin sets the BandwidthMin field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthPerNode ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthPerNode(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthPerNode sets the BandwidthPerNode field's value.
func (*DescribeDataFlowBandwidthOutput) SetCreateTime ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetCreateTime(v string) *DescribeDataFlowBandwidthOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribeDataFlowBandwidthOutput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetFileSystemId(v string) *DescribeDataFlowBandwidthOutput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowBandwidthOutput) SetStatus ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetStatus(v string) *DescribeDataFlowBandwidthOutput
SetStatus sets the Status field's value.
func (*DescribeDataFlowBandwidthOutput) SetUpdateTime ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetUpdateTime(v string) *DescribeDataFlowBandwidthOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribeDataFlowBandwidthOutput) String ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthOutput) String() string
String returns the string representation
type DescribeDataFlowTasksInput ¶ added in v1.1.11
type DescribeDataFlowTasksInput struct {
DataFlowTaskIds *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TaskAction *string `type:"string" json:",omitempty" enum:"EnumOfTaskActionForDescribeDataFlowTasksInput"`
// contains filtered or unexported fields
}
func (DescribeDataFlowTasksInput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowTasksInput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowTasksInput) SetDataFlowTaskIds ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetDataFlowTaskIds(v string) *DescribeDataFlowTasksInput
SetDataFlowTaskIds sets the DataFlowTaskIds field's value.
func (*DescribeDataFlowTasksInput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetFileSystemId(v string) *DescribeDataFlowTasksInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowTasksInput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetPageNumber(v int32) *DescribeDataFlowTasksInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowTasksInput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetPageSize(v int32) *DescribeDataFlowTasksInput
SetPageSize sets the PageSize field's value.
func (*DescribeDataFlowTasksInput) SetStatus ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetStatus(v string) *DescribeDataFlowTasksInput
SetStatus sets the Status field's value.
func (*DescribeDataFlowTasksInput) SetTaskAction ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetTaskAction(v string) *DescribeDataFlowTasksInput
SetTaskAction sets the TaskAction field's value.
func (DescribeDataFlowTasksInput) String ¶ added in v1.1.11
func (s DescribeDataFlowTasksInput) String() string
String returns the string representation
func (*DescribeDataFlowTasksInput) Validate ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDataFlowTasksOutput ¶ added in v1.1.11
type DescribeDataFlowTasksOutput struct {
Metadata *response.ResponseMetadata
DataFlowTasks []*DataFlowTaskForDescribeDataFlowTasksOutput `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 (DescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowTasksOutput) SetDataFlowTasks ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetDataFlowTasks(v []*DataFlowTaskForDescribeDataFlowTasksOutput) *DescribeDataFlowTasksOutput
SetDataFlowTasks sets the DataFlowTasks field's value.
func (*DescribeDataFlowTasksOutput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetPageNumber(v int32) *DescribeDataFlowTasksOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowTasksOutput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetPageSize(v int32) *DescribeDataFlowTasksOutput
SetPageSize sets the PageSize field's value.
func (*DescribeDataFlowTasksOutput) SetTotalCount ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetTotalCount(v int32) *DescribeDataFlowTasksOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s DescribeDataFlowTasksOutput) String() string
String returns the string representation
type DescribeFileSystemOverviewInput ¶
type DescribeFileSystemOverviewInput struct {
// contains filtered or unexported fields
}
func (DescribeFileSystemOverviewInput) GoString ¶
func (s DescribeFileSystemOverviewInput) GoString() string
GoString returns the string representation
func (DescribeFileSystemOverviewInput) String ¶
func (s DescribeFileSystemOverviewInput) String() string
String returns the string representation
type DescribeFileSystemOverviewOutput ¶
type DescribeFileSystemOverviewOutput struct {
Metadata *response.ResponseMetadata
OverView *OverViewForDescribeFileSystemOverviewOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemOverviewOutput) GoString ¶
func (s DescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemOverviewOutput) SetOverView ¶
func (s *DescribeFileSystemOverviewOutput) SetOverView(v *OverViewForDescribeFileSystemOverviewOutput) *DescribeFileSystemOverviewOutput
SetOverView sets the OverView field's value.
func (DescribeFileSystemOverviewOutput) String ¶
func (s DescribeFileSystemOverviewOutput) String() string
String returns the string representation
type DescribeFileSystemStatisticsInput ¶
type DescribeFileSystemStatisticsInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeFileSystemStatisticsInput"`
// contains filtered or unexported fields
}
func (DescribeFileSystemStatisticsInput) GoString ¶
func (s DescribeFileSystemStatisticsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemStatisticsInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeFileSystemStatisticsInput) SetLanguageCode(v string) *DescribeFileSystemStatisticsInput
SetLanguageCode sets the LanguageCode field's value.
func (DescribeFileSystemStatisticsInput) String ¶
func (s DescribeFileSystemStatisticsInput) String() string
String returns the string representation
type DescribeFileSystemStatisticsOutput ¶
type DescribeFileSystemStatisticsOutput struct {
Metadata *response.ResponseMetadata
Statistics []*StatisticForDescribeFileSystemStatisticsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemStatisticsOutput) GoString ¶
func (s DescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemStatisticsOutput) SetStatistics ¶
func (s *DescribeFileSystemStatisticsOutput) SetStatistics(v []*StatisticForDescribeFileSystemStatisticsOutput) *DescribeFileSystemStatisticsOutput
SetStatistics sets the Statistics field's value.
func (DescribeFileSystemStatisticsOutput) String ¶
func (s DescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type DescribeFileSystemsInput ¶
type DescribeFileSystemsInput struct {
FileSystemIds *string `type:"string" json:",omitempty"`
Filters []*FilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeFileSystemsInput"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeFileSystemsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemsInput) GoString ¶
func (s DescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsInput) SetFileSystemIds ¶
func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
SetFileSystemIds sets the FileSystemIds field's value.
func (*DescribeFileSystemsInput) SetFilters ¶
func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetFilters sets the Filters field's value.
func (*DescribeFileSystemsInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeFileSystemsInput) SetLanguageCode(v string) *DescribeFileSystemsInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeFileSystemsInput) SetOrderBy ¶
func (s *DescribeFileSystemsInput) SetOrderBy(v string) *DescribeFileSystemsInput
SetOrderBy sets the OrderBy 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) SetProject ¶
func (s *DescribeFileSystemsInput) SetProject(v string) *DescribeFileSystemsInput
SetProject sets the Project field's value.
func (*DescribeFileSystemsInput) SetTagFilters ¶ added in v1.1.5
func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetTagFilters sets the TagFilters field's value.
func (DescribeFileSystemsInput) String ¶
func (s DescribeFileSystemsInput) String() string
String returns the string representation
type DescribeFileSystemsOutput ¶
type DescribeFileSystemsOutput struct {
Metadata *response.ResponseMetadata
FileSystems []*FileSystemForDescribeFileSystemsOutput `type:"list" 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 DescribeFilesetsInput ¶ added in v1.1.5
type DescribeFilesetsInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
Filters []*FilterForDescribeFilesetsInput `type:"list" json:",omitempty"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeFilesetsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFilesetsInput) GoString ¶ added in v1.1.5
func (s DescribeFilesetsInput) GoString() string
GoString returns the string representation
func (*DescribeFilesetsInput) SetFileSystemId ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetFileSystemId(v string) *DescribeFilesetsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeFilesetsInput) SetFilters ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetFilters(v []*FilterForDescribeFilesetsInput) *DescribeFilesetsInput
SetFilters sets the Filters field's value.
func (*DescribeFilesetsInput) SetOrderBy ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetOrderBy(v string) *DescribeFilesetsInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeFilesetsInput) SetPageNumber ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetPageNumber(v int32) *DescribeFilesetsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFilesetsInput) SetPageSize ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetPageSize(v int32) *DescribeFilesetsInput
SetPageSize sets the PageSize field's value.
func (DescribeFilesetsInput) String ¶ added in v1.1.5
func (s DescribeFilesetsInput) String() string
String returns the string representation
func (*DescribeFilesetsInput) Validate ¶ added in v1.1.5
func (s *DescribeFilesetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFilesetsOutput ¶ added in v1.1.5
type DescribeFilesetsOutput struct {
Metadata *response.ResponseMetadata
Filesets []*FilesetForDescribeFilesetsOutput `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 (DescribeFilesetsOutput) GoString ¶ added in v1.1.5
func (s DescribeFilesetsOutput) GoString() string
GoString returns the string representation
func (*DescribeFilesetsOutput) SetFilesets ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetFilesets(v []*FilesetForDescribeFilesetsOutput) *DescribeFilesetsOutput
SetFilesets sets the Filesets field's value.
func (*DescribeFilesetsOutput) SetPageNumber ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetPageNumber(v int32) *DescribeFilesetsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFilesetsOutput) SetPageSize ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetPageSize(v int32) *DescribeFilesetsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeFilesetsOutput) SetTotalCount ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetTotalCount(v int32) *DescribeFilesetsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeFilesetsOutput) String ¶ added in v1.1.5
func (s DescribeFilesetsOutput) String() string
String returns the string representation
type DescribeMountServiceNodeTypesInput ¶
type DescribeMountServiceNodeTypesInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServiceNodeTypesInput) GoString ¶
func (s DescribeMountServiceNodeTypesInput) GoString() string
GoString returns the string representation
func (*DescribeMountServiceNodeTypesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeMountServiceNodeTypesInput) SetLanguageCode(v string) *DescribeMountServiceNodeTypesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeMountServiceNodeTypesInput) SetZoneId ¶
func (s *DescribeMountServiceNodeTypesInput) SetZoneId(v string) *DescribeMountServiceNodeTypesInput
SetZoneId sets the ZoneId field's value.
func (DescribeMountServiceNodeTypesInput) String ¶
func (s DescribeMountServiceNodeTypesInput) String() string
String returns the string representation
type DescribeMountServiceNodeTypesOutput ¶
type DescribeMountServiceNodeTypesOutput struct {
Metadata *response.ResponseMetadata
NodeTypeInfos []*NodeTypeInfoForDescribeMountServiceNodeTypesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServiceNodeTypesOutput) GoString ¶
func (s DescribeMountServiceNodeTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeMountServiceNodeTypesOutput) SetNodeTypeInfos ¶
func (s *DescribeMountServiceNodeTypesOutput) SetNodeTypeInfos(v []*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) *DescribeMountServiceNodeTypesOutput
SetNodeTypeInfos sets the NodeTypeInfos field's value.
func (DescribeMountServiceNodeTypesOutput) String ¶
func (s DescribeMountServiceNodeTypesOutput) String() string
String returns the string representation
type DescribeMountServicesInput ¶
type DescribeMountServicesInput struct {
Filters []*FilterForDescribeMountServicesInput `type:"list" json:",omitempty"`
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeMountServicesInput"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeMountServicesInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServicesInput) GoString ¶
func (s DescribeMountServicesInput) GoString() string
GoString returns the string representation
func (*DescribeMountServicesInput) SetFilters ¶
func (s *DescribeMountServicesInput) SetFilters(v []*FilterForDescribeMountServicesInput) *DescribeMountServicesInput
SetFilters sets the Filters field's value.
func (*DescribeMountServicesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeMountServicesInput) SetLanguageCode(v string) *DescribeMountServicesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeMountServicesInput) SetOrderBy ¶
func (s *DescribeMountServicesInput) SetOrderBy(v string) *DescribeMountServicesInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeMountServicesInput) SetPageNumber ¶
func (s *DescribeMountServicesInput) SetPageNumber(v int32) *DescribeMountServicesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeMountServicesInput) SetPageSize ¶
func (s *DescribeMountServicesInput) SetPageSize(v int32) *DescribeMountServicesInput
SetPageSize sets the PageSize field's value.
func (*DescribeMountServicesInput) SetProject ¶ added in v1.1.5
func (s *DescribeMountServicesInput) SetProject(v string) *DescribeMountServicesInput
SetProject sets the Project field's value.
func (DescribeMountServicesInput) String ¶
func (s DescribeMountServicesInput) String() string
String returns the string representation
type DescribeMountServicesOutput ¶
type DescribeMountServicesOutput struct {
Metadata *response.ResponseMetadata
MountServices []*MountServiceForDescribeMountServicesOutput `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 (DescribeMountServicesOutput) GoString ¶
func (s DescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*DescribeMountServicesOutput) SetMountServices ¶
func (s *DescribeMountServicesOutput) SetMountServices(v []*MountServiceForDescribeMountServicesOutput) *DescribeMountServicesOutput
SetMountServices sets the MountServices field's value.
func (*DescribeMountServicesOutput) SetPageNumber ¶
func (s *DescribeMountServicesOutput) SetPageNumber(v int32) *DescribeMountServicesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeMountServicesOutput) SetPageSize ¶
func (s *DescribeMountServicesOutput) SetPageSize(v int32) *DescribeMountServicesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeMountServicesOutput) SetTotalCount ¶
func (s *DescribeMountServicesOutput) SetTotalCount(v int32) *DescribeMountServicesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeMountServicesOutput) String ¶
func (s DescribeMountServicesOutput) String() string
String returns the string representation
type DescribeRegionsInput ¶
type DescribeRegionsInput struct {
// contains filtered or unexported fields
}
func (DescribeRegionsInput) GoString ¶
func (s DescribeRegionsInput) GoString() string
GoString returns the string representation
func (DescribeRegionsInput) String ¶
func (s DescribeRegionsInput) String() string
String returns the string representation
type DescribeRegionsOutput ¶
type DescribeRegionsOutput struct {
Metadata *response.ResponseMetadata
Regions []*RegionForDescribeRegionsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeRegionsOutput) GoString ¶
func (s DescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*DescribeRegionsOutput) SetRegions ¶
func (s *DescribeRegionsOutput) SetRegions(v []*RegionForDescribeRegionsOutput) *DescribeRegionsOutput
SetRegions sets the Regions field's value.
func (*DescribeRegionsOutput) SetTotalCount ¶
func (s *DescribeRegionsOutput) SetTotalCount(v int32) *DescribeRegionsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeRegionsOutput) String ¶
func (s DescribeRegionsOutput) String() string
String returns the string representation
type DescribeZonesInput ¶
type DescribeZonesInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeZonesInput"`
RegionId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeZonesInput) GoString ¶
func (s DescribeZonesInput) GoString() string
GoString returns the string representation
func (*DescribeZonesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeZonesInput) SetLanguageCode(v string) *DescribeZonesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeZonesInput) SetRegionId ¶
func (s *DescribeZonesInput) SetRegionId(v string) *DescribeZonesInput
SetRegionId sets the RegionId 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 DetachMountServiceFromSelfFileSystemInput ¶
type DetachMountServiceFromSelfFileSystemInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DetachMountServiceFromSelfFileSystemInput) GoString ¶
func (s DetachMountServiceFromSelfFileSystemInput) GoString() string
GoString returns the string representation
func (*DetachMountServiceFromSelfFileSystemInput) SetFileSystemId ¶
func (s *DetachMountServiceFromSelfFileSystemInput) SetFileSystemId(v string) *DetachMountServiceFromSelfFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*DetachMountServiceFromSelfFileSystemInput) SetMountServiceId ¶
func (s *DetachMountServiceFromSelfFileSystemInput) SetMountServiceId(v string) *DetachMountServiceFromSelfFileSystemInput
SetMountServiceId sets the MountServiceId field's value.
func (DetachMountServiceFromSelfFileSystemInput) String ¶
func (s DetachMountServiceFromSelfFileSystemInput) String() string
String returns the string representation
func (*DetachMountServiceFromSelfFileSystemInput) Validate ¶ added in v1.1.5
func (s *DetachMountServiceFromSelfFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachMountServiceFromSelfFileSystemOutput ¶
type DetachMountServiceFromSelfFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DetachMountServiceFromSelfFileSystemOutput) GoString ¶
func (s DetachMountServiceFromSelfFileSystemOutput) GoString() string
GoString returns the string representation
func (DetachMountServiceFromSelfFileSystemOutput) String ¶
func (s DetachMountServiceFromSelfFileSystemOutput) String() string
String returns the string representation
type EntryListFileInfoForCreateDataFlowTaskInput ¶ added in v1.1.10
type EntryListFileInfoForCreateDataFlowTaskInput struct {
FileBucket *string `type:"string" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EntryListFileInfoForCreateDataFlowTaskInput) GoString ¶ added in v1.1.10
func (s EntryListFileInfoForCreateDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileBucket sets the FileBucket field's value.
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileKey sets the FileKey field's value.
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileName ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileName(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileName sets the FileName field's value.
func (EntryListFileInfoForCreateDataFlowTaskInput) String ¶ added in v1.1.10
func (s EntryListFileInfoForCreateDataFlowTaskInput) String() string
String returns the string representation
type EntryListFileInfoForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type EntryListFileInfoForDescribeDataFlowTasksOutput struct {
FileBucket *string `type:"string" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EntryListFileInfoForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s EntryListFileInfoForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileBucket sets the FileBucket field's value.
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileKey sets the FileKey field's value.
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileName sets the FileName field's value.
func (EntryListFileInfoForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s EntryListFileInfoForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type ExpandFileSystemInput ¶
type ExpandFileSystemInput struct {
// Capacity is a required field
Capacity *int32 `type:"int32" json:",omitempty" required:"true"`
EnableRestripe *bool `type:"boolean" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ExpandFileSystemInput) GoString ¶
func (s ExpandFileSystemInput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemInput) SetCapacity ¶
func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
SetCapacity sets the Capacity field's value.
func (*ExpandFileSystemInput) SetEnableRestripe ¶
func (s *ExpandFileSystemInput) SetEnableRestripe(v bool) *ExpandFileSystemInput
SetEnableRestripe sets the EnableRestripe field's value.
func (*ExpandFileSystemInput) SetFileSystemId ¶
func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (ExpandFileSystemInput) String ¶
func (s ExpandFileSystemInput) String() string
String returns the string representation
func (*ExpandFileSystemInput) Validate ¶ added in v1.1.5
func (s *ExpandFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExpandFileSystemOutput ¶
type ExpandFileSystemOutput struct {
Metadata *response.ResponseMetadata
OrderNO *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExpandFileSystemOutput) GoString ¶
func (s ExpandFileSystemOutput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemOutput) SetOrderNO ¶
func (s *ExpandFileSystemOutput) SetOrderNO(v string) *ExpandFileSystemOutput
SetOrderNO sets the OrderNO field's value.
func (ExpandFileSystemOutput) String ¶
func (s ExpandFileSystemOutput) String() string
String returns the string representation
type FileSystemForDescribeFileSystemsOutput ¶
type FileSystemForDescribeFileSystemsOutput struct {
AccountId *string `type:"string" json:",omitempty"`
Bandwidth *int32 `type:"int32" json:",omitempty"`
CapacityInfo *CapacityInfoForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`
ChargeStatus *string `type:"string" json:",omitempty" enum:"EnumOfChargeStatusForDescribeFileSystemsOutput"`
ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"`
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ExpireTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeFileSystemsOutput"`
FreeTime *string `type:"string" json:",omitempty"`
LastModifyTime *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
ProtocolType *string `type:"string" json:",omitempty" enum:"EnumOfProtocolTypeForDescribeFileSystemsOutput"`
ReadBandwidth *int32 `type:"int32" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
SecurityGroupId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeFileSystemsOutput"`
StopServiceTime *string `type:"string" json:",omitempty"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
SubnetId *string `type:"string" json:",omitempty"`
Tags []*TagForDescribeFileSystemsOutput `type:"list" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
WriteBandwidth *int32 `type:"int32" 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) SetAccountId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetAccountId(v string) *FileSystemForDescribeFileSystemsOutput
SetAccountId sets the AccountId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetBandwidth ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetBandwidth sets the Bandwidth field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetCapacityInfo ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetCapacityInfo sets the CapacityInfo field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetChargeStatus sets the ChargeStatus field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
SetChargeType sets the ChargeType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetCreateTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
SetCreateTime sets the CreateTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetDescription ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
SetDescription sets the Description field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetExpireTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetExpireTime(v string) *FileSystemForDescribeFileSystemsOutput
SetExpireTime sets the ExpireTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemName sets the FileSystemName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFreeTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFreeTime(v string) *FileSystemForDescribeFileSystemsOutput
SetFreeTime sets the FreeTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetLastModifyTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetLastModifyTime(v string) *FileSystemForDescribeFileSystemsOutput
SetLastModifyTime sets the LastModifyTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProject ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProject(v string) *FileSystemForDescribeFileSystemsOutput
SetProject sets the Project field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProjectName ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
SetProjectName sets the ProjectName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProtocolType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
SetProtocolType sets the ProtocolType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetReadBandwidth ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetReadBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetReadBandwidth sets the ReadBandwidth field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetRegionId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
SetRegionId sets the RegionId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId(v string) *FileSystemForDescribeFileSystemsOutput
SetSecurityGroupId sets the SecurityGroupId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetStatus sets the Status field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStopServiceTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStopServiceTime(v string) *FileSystemForDescribeFileSystemsOutput
SetStopServiceTime sets the StopServiceTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreType(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreType sets the StoreType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetSubnetId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetSubnetId(v string) *FileSystemForDescribeFileSystemsOutput
SetSubnetId sets the SubnetId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetTags ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetTags sets the Tags field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetVersionNumber ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetVersionNumber(v string) *FileSystemForDescribeFileSystemsOutput
SetVersionNumber sets the VersionNumber field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetVpcId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetVpcId(v string) *FileSystemForDescribeFileSystemsOutput
SetVpcId sets the VpcId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetWriteBandwidth sets the WriteBandwidth 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 FilesetForDescribeFilesetsOutput ¶ added in v1.1.5
type FilesetForDescribeFilesetsOutput struct {
BandwidthQos *int32 `type:"int32" json:",omitempty"`
CapacityLimit *int32 `type:"int32" json:",omitempty"`
CapacityUsed *int32 `type:"int32" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
FileLimit *int64 `type:"int64" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileUsed *int64 `type:"int64" json:",omitempty"`
FilesetId *string `type:"string" json:",omitempty"`
FilesetName *string `type:"string" json:",omitempty"`
FilesetPath *string `type:"string" json:",omitempty"`
IOPSQos *int32 `type:"int32" json:",omitempty"`
MaxInodeNum *int64 `type:"int64" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeFilesetsOutput"`
// contains filtered or unexported fields
}
func (FilesetForDescribeFilesetsOutput) GoString ¶ added in v1.1.5
func (s FilesetForDescribeFilesetsOutput) GoString() string
GoString returns the string representation
func (*FilesetForDescribeFilesetsOutput) SetBandwidthQos ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetBandwidthQos(v int32) *FilesetForDescribeFilesetsOutput
SetBandwidthQos sets the BandwidthQos field's value.
func (*FilesetForDescribeFilesetsOutput) SetCapacityLimit ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCapacityLimit(v int32) *FilesetForDescribeFilesetsOutput
SetCapacityLimit sets the CapacityLimit field's value.
func (*FilesetForDescribeFilesetsOutput) SetCapacityUsed ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCapacityUsed(v int32) *FilesetForDescribeFilesetsOutput
SetCapacityUsed sets the CapacityUsed field's value.
func (*FilesetForDescribeFilesetsOutput) SetCreateTime ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCreateTime(v string) *FilesetForDescribeFilesetsOutput
SetCreateTime sets the CreateTime field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileLimit ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileLimit(v int64) *FilesetForDescribeFilesetsOutput
SetFileLimit sets the FileLimit field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileSystemId ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileSystemId(v string) *FilesetForDescribeFilesetsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileUsed ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileUsed(v int64) *FilesetForDescribeFilesetsOutput
SetFileUsed sets the FileUsed field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetId ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetId(v string) *FilesetForDescribeFilesetsOutput
SetFilesetId sets the FilesetId field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetName ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetName(v string) *FilesetForDescribeFilesetsOutput
SetFilesetName sets the FilesetName field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetPath ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetPath(v string) *FilesetForDescribeFilesetsOutput
SetFilesetPath sets the FilesetPath field's value.
func (*FilesetForDescribeFilesetsOutput) SetIOPSQos ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetIOPSQos(v int32) *FilesetForDescribeFilesetsOutput
SetIOPSQos sets the IOPSQos field's value.
func (*FilesetForDescribeFilesetsOutput) SetMaxInodeNum ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetMaxInodeNum(v int64) *FilesetForDescribeFilesetsOutput
SetMaxInodeNum sets the MaxInodeNum field's value.
func (*FilesetForDescribeFilesetsOutput) SetStatus ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetStatus(v string) *FilesetForDescribeFilesetsOutput
SetStatus sets the Status field's value.
func (FilesetForDescribeFilesetsOutput) String ¶ added in v1.1.5
func (s FilesetForDescribeFilesetsOutput) String() string
String returns the string representation
type FilterForDescribeFileSystemsInput ¶
type FilterForDescribeFileSystemsInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeFileSystemsInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeFileSystemsInput) GoString ¶
func (s FilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeFileSystemsInput) SetKey ¶
func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*FilterForDescribeFileSystemsInput) SetValue ¶
func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (FilterForDescribeFileSystemsInput) String ¶
func (s FilterForDescribeFileSystemsInput) String() string
String returns the string representation
type FilterForDescribeFilesetsInput ¶ added in v1.1.5
type FilterForDescribeFilesetsInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeFilesetsInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeFilesetsInput) GoString ¶ added in v1.1.5
func (s FilterForDescribeFilesetsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeFilesetsInput) SetKey ¶ added in v1.1.5
func (s *FilterForDescribeFilesetsInput) SetKey(v string) *FilterForDescribeFilesetsInput
SetKey sets the Key field's value.
func (*FilterForDescribeFilesetsInput) SetValue ¶ added in v1.1.5
func (s *FilterForDescribeFilesetsInput) SetValue(v string) *FilterForDescribeFilesetsInput
SetValue sets the Value field's value.
func (FilterForDescribeFilesetsInput) String ¶ added in v1.1.5
func (s FilterForDescribeFilesetsInput) String() string
String returns the string representation
type FilterForDescribeMountServicesInput ¶
type FilterForDescribeMountServicesInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeMountServicesInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeMountServicesInput) GoString ¶
func (s FilterForDescribeMountServicesInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeMountServicesInput) SetKey ¶
func (s *FilterForDescribeMountServicesInput) SetKey(v string) *FilterForDescribeMountServicesInput
SetKey sets the Key field's value.
func (*FilterForDescribeMountServicesInput) SetValue ¶
func (s *FilterForDescribeMountServicesInput) SetValue(v string) *FilterForDescribeMountServicesInput
SetValue sets the Value field's value.
func (FilterForDescribeMountServicesInput) String ¶
func (s FilterForDescribeMountServicesInput) String() string
String returns the string representation
type ListTagsForResourcesInput ¶ added in v1.1.5
type ListTagsForResourcesInput struct {
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceIds []*string `type:"list" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesInput) GoString ¶ added in v1.1.5
func (s ListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesInput) SetPageNumber ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesInput) SetPageSize ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourcesInput) SetTagFilters ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
SetTagFilters sets the TagFilters field's value.
func (ListTagsForResourcesInput) String ¶ added in v1.1.5
func (s ListTagsForResourcesInput) String() string
String returns the string representation
type ListTagsForResourcesOutput ¶ added in v1.1.5
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 ¶ added in v1.1.5
func (s ListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesOutput) SetPageNumber ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesOutput) SetPageSize ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesOutput) SetResourceTags ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
SetResourceTags sets the ResourceTags field's value.
func (*ListTagsForResourcesOutput) SetTotalCount ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
SetTotalCount sets the TotalCount field's value.
func (ListTagsForResourcesOutput) String ¶ added in v1.1.5
func (s ListTagsForResourcesOutput) String() string
String returns the string representation
type MountServiceForDescribeMountServicesOutput ¶
type MountServiceForDescribeMountServicesOutput struct {
AccountId *string `type:"string" json:",omitempty"`
AttachFileSystems []*AttachFileSystemForDescribeMountServicesOutput `type:"list" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
MountServiceId *string `type:"string" json:",omitempty"`
MountServiceName *string `type:"string" json:",omitempty"`
Nodes []*NodeForDescribeMountServicesOutput `type:"list" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
SecurityGroupId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"ConvertEnumOfStatusForDescribeMountServicesOutput"`
SubnetId *string `type:"string" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountServiceForDescribeMountServicesOutput) GoString ¶
func (s MountServiceForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*MountServiceForDescribeMountServicesOutput) SetAccountId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetAccountId(v string) *MountServiceForDescribeMountServicesOutput
SetAccountId sets the AccountId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetAttachFileSystems ¶
func (s *MountServiceForDescribeMountServicesOutput) SetAttachFileSystems(v []*AttachFileSystemForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
SetAttachFileSystems sets the AttachFileSystems field's value.
func (*MountServiceForDescribeMountServicesOutput) SetCreateTime ¶
func (s *MountServiceForDescribeMountServicesOutput) SetCreateTime(v string) *MountServiceForDescribeMountServicesOutput
SetCreateTime sets the CreateTime field's value.
func (*MountServiceForDescribeMountServicesOutput) SetMountServiceId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceId(v string) *MountServiceForDescribeMountServicesOutput
SetMountServiceId sets the MountServiceId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetMountServiceName ¶
func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceName(v string) *MountServiceForDescribeMountServicesOutput
SetMountServiceName sets the MountServiceName field's value.
func (*MountServiceForDescribeMountServicesOutput) SetNodes ¶
func (s *MountServiceForDescribeMountServicesOutput) SetNodes(v []*NodeForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
SetNodes sets the Nodes field's value.
func (*MountServiceForDescribeMountServicesOutput) SetProject ¶
func (s *MountServiceForDescribeMountServicesOutput) SetProject(v string) *MountServiceForDescribeMountServicesOutput
SetProject sets the Project field's value.
func (*MountServiceForDescribeMountServicesOutput) SetRegionId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetRegionId(v string) *MountServiceForDescribeMountServicesOutput
SetRegionId sets the RegionId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetSecurityGroupId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetSecurityGroupId(v string) *MountServiceForDescribeMountServicesOutput
SetSecurityGroupId sets the SecurityGroupId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetStatus ¶
func (s *MountServiceForDescribeMountServicesOutput) SetStatus(v string) *MountServiceForDescribeMountServicesOutput
SetStatus sets the Status field's value.
func (*MountServiceForDescribeMountServicesOutput) SetSubnetId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetSubnetId(v string) *MountServiceForDescribeMountServicesOutput
SetSubnetId sets the SubnetId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetVersionNumber ¶ added in v1.1.5
func (s *MountServiceForDescribeMountServicesOutput) SetVersionNumber(v string) *MountServiceForDescribeMountServicesOutput
SetVersionNumber sets the VersionNumber field's value.
func (*MountServiceForDescribeMountServicesOutput) SetVpcId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetVpcId(v string) *MountServiceForDescribeMountServicesOutput
SetVpcId sets the VpcId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetZoneId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetZoneId(v string) *MountServiceForDescribeMountServicesOutput
SetZoneId sets the ZoneId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetZoneName ¶
func (s *MountServiceForDescribeMountServicesOutput) SetZoneName(v string) *MountServiceForDescribeMountServicesOutput
SetZoneName sets the ZoneName field's value.
func (MountServiceForDescribeMountServicesOutput) String ¶
func (s MountServiceForDescribeMountServicesOutput) String() string
String returns the string representation
type NodeForDescribeMountServicesOutput ¶
type NodeForDescribeMountServicesOutput struct {
DefaultPassword *string `type:"string" json:",omitempty"`
NodeId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeForDescribeMountServicesOutput) GoString ¶
func (s NodeForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*NodeForDescribeMountServicesOutput) SetDefaultPassword ¶
func (s *NodeForDescribeMountServicesOutput) SetDefaultPassword(v string) *NodeForDescribeMountServicesOutput
SetDefaultPassword sets the DefaultPassword field's value.
func (*NodeForDescribeMountServicesOutput) SetNodeId ¶
func (s *NodeForDescribeMountServicesOutput) SetNodeId(v string) *NodeForDescribeMountServicesOutput
SetNodeId sets the NodeId field's value.
func (NodeForDescribeMountServicesOutput) String ¶
func (s NodeForDescribeMountServicesOutput) String() string
String returns the string representation
type NodeTypeInfoForDescribeMountServiceNodeTypesOutput ¶
type NodeTypeInfoForDescribeMountServiceNodeTypesOutput struct {
DescriptionCN *string `type:"string" json:",omitempty"`
DescriptionEN *string `type:"string" json:",omitempty"`
NodeType *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountServiceNodeTypesOutput"`
// contains filtered or unexported fields
}
func (NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString ¶
func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString() string
GoString returns the string representation
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetDescriptionCN sets the DescriptionCN field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetDescriptionEN sets the DescriptionEN field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType ¶
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetNodeType sets the NodeType field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetStatus sets the Status field's value.
func (NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String ¶
func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String() string
String returns the string representation
type OverViewForDescribeFileSystemOverviewOutput ¶
type OverViewForDescribeFileSystemOverviewOutput struct {
AccountId *string `type:"string" json:",omitempty"`
ErrorCount *int32 `type:"int32" json:",omitempty"`
OtherCount *int32 `type:"int32" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
RunningCount *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (OverViewForDescribeFileSystemOverviewOutput) GoString ¶
func (s OverViewForDescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*OverViewForDescribeFileSystemOverviewOutput) SetAccountId ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetAccountId(v string) *OverViewForDescribeFileSystemOverviewOutput
SetAccountId sets the AccountId field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetErrorCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetErrorCount sets the ErrorCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetOtherCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetOtherCount sets the OtherCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetRegionId ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverViewForDescribeFileSystemOverviewOutput
SetRegionId sets the RegionId field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetRunningCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetRunningCount sets the RunningCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetTotalCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetTotalCount sets the TotalCount field's value.
func (OverViewForDescribeFileSystemOverviewOutput) String ¶
func (s OverViewForDescribeFileSystemOverviewOutput) String() string
String returns the string representation
type RegionForDescribeRegionsOutput ¶
type RegionForDescribeRegionsOutput struct {
RegionId *string `type:"string" json:",omitempty"`
RegionName *string `type:"string" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RegionForDescribeRegionsOutput) GoString ¶
func (s RegionForDescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*RegionForDescribeRegionsOutput) SetRegionId ¶
func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
SetRegionId sets the RegionId field's value.
func (*RegionForDescribeRegionsOutput) SetRegionName ¶
func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
SetRegionName sets the RegionName field's value.
func (*RegionForDescribeRegionsOutput) SetTotalCount ¶ added in v1.1.5
func (s *RegionForDescribeRegionsOutput) SetTotalCount(v int32) *RegionForDescribeRegionsOutput
SetTotalCount sets the TotalCount field's value.
func (RegionForDescribeRegionsOutput) String ¶
func (s RegionForDescribeRegionsOutput) String() string
String returns the string representation
type ReportForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type ReportForDescribeDataFlowTasksOutput struct {
Path *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDescribeDataFlowTasksOutput"`
// contains filtered or unexported fields
}
func (ReportForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s ReportForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*ReportForDescribeDataFlowTasksOutput) SetPath ¶ added in v1.1.11
func (s *ReportForDescribeDataFlowTasksOutput) SetPath(v string) *ReportForDescribeDataFlowTasksOutput
SetPath sets the Path field's value.
func (*ReportForDescribeDataFlowTasksOutput) SetType ¶ added in v1.1.11
func (s *ReportForDescribeDataFlowTasksOutput) SetType(v string) *ReportForDescribeDataFlowTasksOutput
SetType sets the Type field's value.
func (ReportForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s ReportForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourcesOutput ¶ added in v1.1.5
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 ¶ added in v1.1.5
func (s ResourceTagForListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourcesOutput) SetResourceId ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetResourceType ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagKey ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagValue ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
SetTagValue sets the TagValue field's value.
func (ResourceTagForListTagsForResourcesOutput) String ¶ added in v1.1.5
func (s ResourceTagForListTagsForResourcesOutput) String() string
String returns the string representation
type SaleInfoForDescribeZonesOutput ¶
type SaleInfoForDescribeZonesOutput struct {
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeZonesOutput"`
ProtocolType *string `type:"string" json:",omitempty" enum:"EnumOfProtocolTypeForDescribeZonesOutput"`
RegionId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeZonesOutput"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SaleInfoForDescribeZonesOutput) GoString ¶
func (s SaleInfoForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*SaleInfoForDescribeZonesOutput) SetFileSystemType ¶
func (s *SaleInfoForDescribeZonesOutput) SetFileSystemType(v string) *SaleInfoForDescribeZonesOutput
SetFileSystemType sets the FileSystemType field's value.
func (*SaleInfoForDescribeZonesOutput) SetProtocolType ¶
func (s *SaleInfoForDescribeZonesOutput) SetProtocolType(v string) *SaleInfoForDescribeZonesOutput
SetProtocolType sets the ProtocolType field's value.
func (*SaleInfoForDescribeZonesOutput) SetRegionId ¶
func (s *SaleInfoForDescribeZonesOutput) SetRegionId(v string) *SaleInfoForDescribeZonesOutput
SetRegionId sets the RegionId field's value.
func (*SaleInfoForDescribeZonesOutput) SetStatus ¶
func (s *SaleInfoForDescribeZonesOutput) SetStatus(v string) *SaleInfoForDescribeZonesOutput
SetStatus sets the Status field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreType ¶
func (s *SaleInfoForDescribeZonesOutput) SetStoreType(v string) *SaleInfoForDescribeZonesOutput
SetStoreType sets the StoreType field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeCN(v string) *SaleInfoForDescribeZonesOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeEN(v string) *SaleInfoForDescribeZonesOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*SaleInfoForDescribeZonesOutput) SetZoneId ¶
func (s *SaleInfoForDescribeZonesOutput) SetZoneId(v string) *SaleInfoForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (SaleInfoForDescribeZonesOutput) String ¶
func (s SaleInfoForDescribeZonesOutput) String() string
String returns the string representation
type SetFilesetQosInput ¶ added in v1.1.5
type SetFilesetQosInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
MaxBandwidth *int32 `type:"int32" json:",omitempty"`
MaxIops *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (SetFilesetQosInput) GoString ¶ added in v1.1.5
func (s SetFilesetQosInput) GoString() string
GoString returns the string representation
func (*SetFilesetQosInput) SetFileSystemId ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetFileSystemId(v string) *SetFilesetQosInput
SetFileSystemId sets the FileSystemId field's value.
func (*SetFilesetQosInput) SetFilesetId ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetFilesetId(v string) *SetFilesetQosInput
SetFilesetId sets the FilesetId field's value.
func (*SetFilesetQosInput) SetMaxBandwidth ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetMaxBandwidth(v int32) *SetFilesetQosInput
SetMaxBandwidth sets the MaxBandwidth field's value.
func (*SetFilesetQosInput) SetMaxIops ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetMaxIops(v int32) *SetFilesetQosInput
SetMaxIops sets the MaxIops field's value.
func (SetFilesetQosInput) String ¶ added in v1.1.5
func (s SetFilesetQosInput) String() string
String returns the string representation
func (*SetFilesetQosInput) Validate ¶ added in v1.1.5
func (s *SetFilesetQosInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetFilesetQosOutput ¶ added in v1.1.5
type SetFilesetQosOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (SetFilesetQosOutput) GoString ¶ added in v1.1.5
func (s SetFilesetQosOutput) GoString() string
GoString returns the string representation
func (SetFilesetQosOutput) String ¶ added in v1.1.5
func (s SetFilesetQosOutput) String() string
String returns the string representation
type SetFilesetQuotaInput ¶ added in v1.1.5
type SetFilesetQuotaInput struct {
CapacityLimit *int32 `type:"int32" json:",omitempty"`
FileLimit *int64 `type:"int64" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (SetFilesetQuotaInput) GoString ¶ added in v1.1.5
func (s SetFilesetQuotaInput) GoString() string
GoString returns the string representation
func (*SetFilesetQuotaInput) SetCapacityLimit ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetCapacityLimit(v int32) *SetFilesetQuotaInput
SetCapacityLimit sets the CapacityLimit field's value.
func (*SetFilesetQuotaInput) SetFileLimit ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFileLimit(v int64) *SetFilesetQuotaInput
SetFileLimit sets the FileLimit field's value.
func (*SetFilesetQuotaInput) SetFileSystemId ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFileSystemId(v string) *SetFilesetQuotaInput
SetFileSystemId sets the FileSystemId field's value.
func (*SetFilesetQuotaInput) SetFilesetId ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFilesetId(v string) *SetFilesetQuotaInput
SetFilesetId sets the FilesetId field's value.
func (SetFilesetQuotaInput) String ¶ added in v1.1.5
func (s SetFilesetQuotaInput) String() string
String returns the string representation
func (*SetFilesetQuotaInput) Validate ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetFilesetQuotaOutput ¶ added in v1.1.5
type SetFilesetQuotaOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (SetFilesetQuotaOutput) GoString ¶ added in v1.1.5
func (s SetFilesetQuotaOutput) GoString() string
GoString returns the string representation
func (SetFilesetQuotaOutput) String ¶ added in v1.1.5
func (s SetFilesetQuotaOutput) String() string
String returns the string representation
type StatisticForDescribeFileSystemStatisticsOutput ¶
type StatisticForDescribeFileSystemStatisticsOutput struct {
AccountId *string `type:"string" json:",omitempty"`
CapacityInfo *CapacityInfoForDescribeFileSystemStatisticsOutput `type:"structure" json:",omitempty"`
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutput"`
RegionId *string `type:"string" json:",omitempty"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (StatisticForDescribeFileSystemStatisticsOutput) GoString ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*StatisticForDescribeFileSystemStatisticsOutput) SetAccountId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetAccountId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetAccountId sets the AccountId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
SetCapacityInfo sets the CapacityInfo field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetRegionId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetRegionId sets the RegionId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreType ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreType(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreType sets the StoreType field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
SetTotalCount sets the TotalCount field's value.
func (StatisticForDescribeFileSystemStatisticsOutput) String ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type TagFilterForDescribeFileSystemsInput ¶ added in v1.1.5
type TagFilterForDescribeFileSystemsInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForDescribeFileSystemsInput) GoString ¶ added in v1.1.5
func (s TagFilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeFileSystemsInput) SetKey ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeFileSystemsInput) SetValue ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (*TagFilterForDescribeFileSystemsInput) SetValues ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetValues(v []*string) *TagFilterForDescribeFileSystemsInput
SetValues sets the Values field's value.
func (TagFilterForDescribeFileSystemsInput) String ¶ added in v1.1.5
func (s TagFilterForDescribeFileSystemsInput) String() string
String returns the string representation
type TagFilterForListTagsForResourcesInput ¶ added in v1.1.5
type TagFilterForListTagsForResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForListTagsForResourcesInput) GoString ¶ added in v1.1.5
func (s TagFilterForListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourcesInput) SetKey ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourcesInput) SetValue ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetValue(v string) *TagFilterForListTagsForResourcesInput
SetValue sets the Value field's value.
func (*TagFilterForListTagsForResourcesInput) SetValues ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourcesInput) String ¶ added in v1.1.5
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 TagForCreateFileSystemOutput ¶
type TagForCreateFileSystemOutput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateFileSystemOutput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateFileSystemOutput) GoString ¶
func (s TagForCreateFileSystemOutput) GoString() string
GoString returns the string representation
func (*TagForCreateFileSystemOutput) SetKey ¶
func (s *TagForCreateFileSystemOutput) SetKey(v string) *TagForCreateFileSystemOutput
SetKey sets the Key field's value.
func (*TagForCreateFileSystemOutput) SetType ¶
func (s *TagForCreateFileSystemOutput) SetType(v string) *TagForCreateFileSystemOutput
SetType sets the Type field's value.
func (*TagForCreateFileSystemOutput) SetValue ¶
func (s *TagForCreateFileSystemOutput) SetValue(v string) *TagForCreateFileSystemOutput
SetValue sets the Value field's value.
func (TagForCreateFileSystemOutput) String ¶
func (s TagForCreateFileSystemOutput) 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 ¶ added in v1.1.5
type TagForTagResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForTagResourcesInput) GoString ¶ added in v1.1.5
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶ added in v1.1.5
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶ added in v1.1.5
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶ added in v1.1.5
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagForUpdateFileSystemInput ¶
type TagForUpdateFileSystemInput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForUpdateFileSystemInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateFileSystemInput) GoString ¶
func (s TagForUpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*TagForUpdateFileSystemInput) SetKey ¶
func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
SetKey sets the Key field's value.
func (*TagForUpdateFileSystemInput) SetType ¶
func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
SetType sets the Type field's value.
func (*TagForUpdateFileSystemInput) SetValue ¶
func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
SetValue sets the Value field's value.
func (TagForUpdateFileSystemInput) String ¶
func (s TagForUpdateFileSystemInput) String() string
String returns the string representation
type TagResourcesInput ¶ added in v1.1.5
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 ¶ added in v1.1.5
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶ added in v1.1.5
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶ added in v1.1.5
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶ added in v1.1.5
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶ added in v1.1.5
type TagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TagResourcesOutput) GoString ¶ added in v1.1.5
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶ added in v1.1.5
func (s TagResourcesOutput) String() string
String returns the string representation
type UntagResourcesInput ¶ added in v1.1.5
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 ¶ added in v1.1.5
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶ added in v1.1.5
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶ added in v1.1.5
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶ added in v1.1.5
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶ added in v1.1.5
type UntagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UntagResourcesOutput) GoString ¶ added in v1.1.5
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶ added in v1.1.5
func (s UntagResourcesOutput) String() string
String returns the string representation
type UpdateFileSystemInput ¶
type UpdateFileSystemInput struct {
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"`
Tags []*TagForUpdateFileSystemInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFileSystemInput) GoString ¶
func (s UpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*UpdateFileSystemInput) SetDescription ¶
func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
SetDescription sets the Description field's value.
func (*UpdateFileSystemInput) SetFileSystemId ¶
func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateFileSystemInput) SetFileSystemName ¶
func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*UpdateFileSystemInput) SetTags ¶
func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
SetTags sets the Tags field's value.
func (UpdateFileSystemInput) String ¶
func (s UpdateFileSystemInput) String() string
String returns the string representation
func (*UpdateFileSystemInput) Validate ¶ added in v1.1.5
func (s *UpdateFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFileSystemOutput ¶
type UpdateFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateFileSystemOutput) GoString ¶
func (s UpdateFileSystemOutput) GoString() string
GoString returns the string representation
func (UpdateFileSystemOutput) String ¶
func (s UpdateFileSystemOutput) String() string
String returns the string representation
type UpdateFilesetInput ¶ added in v1.1.5
type UpdateFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
FilesetName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFilesetInput) GoString ¶ added in v1.1.5
func (s UpdateFilesetInput) GoString() string
GoString returns the string representation
func (*UpdateFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFileSystemId(v string) *UpdateFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateFilesetInput) SetFilesetId ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFilesetId(v string) *UpdateFilesetInput
SetFilesetId sets the FilesetId field's value.
func (*UpdateFilesetInput) SetFilesetName ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFilesetName(v string) *UpdateFilesetInput
SetFilesetName sets the FilesetName field's value.
func (UpdateFilesetInput) String ¶ added in v1.1.5
func (s UpdateFilesetInput) String() string
String returns the string representation
func (*UpdateFilesetInput) Validate ¶ added in v1.1.5
func (s *UpdateFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFilesetOutput ¶ added in v1.1.5
type UpdateFilesetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateFilesetOutput) GoString ¶ added in v1.1.5
func (s UpdateFilesetOutput) GoString() string
GoString returns the string representation
func (UpdateFilesetOutput) String ¶ added in v1.1.5
func (s UpdateFilesetOutput) String() string
String returns the string representation
type UpdateMountServiceInput ¶
type UpdateMountServiceInput struct {
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
MountServiceName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateMountServiceInput) GoString ¶
func (s UpdateMountServiceInput) GoString() string
GoString returns the string representation
func (*UpdateMountServiceInput) SetMountServiceId ¶
func (s *UpdateMountServiceInput) SetMountServiceId(v string) *UpdateMountServiceInput
SetMountServiceId sets the MountServiceId field's value.
func (*UpdateMountServiceInput) SetMountServiceName ¶
func (s *UpdateMountServiceInput) SetMountServiceName(v string) *UpdateMountServiceInput
SetMountServiceName sets the MountServiceName field's value.
func (UpdateMountServiceInput) String ¶
func (s UpdateMountServiceInput) String() string
String returns the string representation
func (*UpdateMountServiceInput) Validate ¶ added in v1.1.5
func (s *UpdateMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateMountServiceOutput ¶
type UpdateMountServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateMountServiceOutput) GoString ¶
func (s UpdateMountServiceOutput) GoString() string
GoString returns the string representation
func (UpdateMountServiceOutput) String ¶
func (s UpdateMountServiceOutput) String() string
String returns the string representation
type VEPFS ¶
VEPFS provides the API operation methods for making requests to VEPFS. See this package's package overview docs for details on the service.
VEPFS 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) *VEPFS
New create int can support ssl or region locate set
func (*VEPFS) AttachMountServiceToSelfFileSystem ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystem(input *AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystem API operation for VEPFS.
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 VEPFS's API operation AttachMountServiceToSelfFileSystem for usage and error information.
func (*VEPFS) AttachMountServiceToSelfFileSystemCommon ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation AttachMountServiceToSelfFileSystemCommon for usage and error information.
func (*VEPFS) AttachMountServiceToSelfFileSystemCommonRequest ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AttachMountServiceToSelfFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the AttachMountServiceToSelfFileSystemCommon operation. The "output" return value will be populated with the AttachMountServiceToSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachMountServiceToSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after AttachMountServiceToSelfFileSystemCommon Send returns without error.
See AttachMountServiceToSelfFileSystemCommon for more information on using the AttachMountServiceToSelfFileSystemCommon API call, and error handling.
// Example sending a request using the AttachMountServiceToSelfFileSystemCommonRequest method.
req, resp := client.AttachMountServiceToSelfFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonWithContext is the same as AttachMountServiceToSelfFileSystemCommon with the addition of the ability to pass a context and additional request options.
See AttachMountServiceToSelfFileSystemCommon 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 (*VEPFS) AttachMountServiceToSelfFileSystemRequest ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemRequest(input *AttachMountServiceToSelfFileSystemInput) (req *request.Request, output *AttachMountServiceToSelfFileSystemOutput)
AttachMountServiceToSelfFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the AttachMountServiceToSelfFileSystem operation. The "output" return value will be populated with the AttachMountServiceToSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachMountServiceToSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after AttachMountServiceToSelfFileSystemCommon Send returns without error.
See AttachMountServiceToSelfFileSystem for more information on using the AttachMountServiceToSelfFileSystem API call, and error handling.
// Example sending a request using the AttachMountServiceToSelfFileSystemRequest method.
req, resp := client.AttachMountServiceToSelfFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) AttachMountServiceToSelfFileSystemWithContext ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemWithContext(ctx volcengine.Context, input *AttachMountServiceToSelfFileSystemInput, opts ...request.Option) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemWithContext is the same as AttachMountServiceToSelfFileSystem with the addition of the ability to pass a context and additional request options.
See AttachMountServiceToSelfFileSystem 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 (*VEPFS) CancelDataFlowTask ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTask(input *CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTask API operation for VEPFS.
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 VEPFS's API operation CancelDataFlowTask for usage and error information.
func (*VEPFS) CancelDataFlowTaskCommon ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelDataFlowTaskCommon API operation for VEPFS.
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 VEPFS's API operation CancelDataFlowTaskCommon for usage and error information.
func (*VEPFS) CancelDataFlowTaskCommonRequest ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelDataFlowTaskCommon operation. The "output" return value will be populated with the CancelDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelDataFlowTaskCommon Send returns without error.
See CancelDataFlowTaskCommon for more information on using the CancelDataFlowTaskCommon API call, and error handling.
// Example sending a request using the CancelDataFlowTaskCommonRequest method.
req, resp := client.CancelDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelDataFlowTaskCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelDataFlowTaskCommonWithContext is the same as CancelDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See CancelDataFlowTaskCommon 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 (*VEPFS) CancelDataFlowTaskRequest ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskRequest(input *CancelDataFlowTaskInput) (req *request.Request, output *CancelDataFlowTaskOutput)
CancelDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelDataFlowTask operation. The "output" return value will be populated with the CancelDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelDataFlowTaskCommon Send returns without error.
See CancelDataFlowTask for more information on using the CancelDataFlowTask API call, and error handling.
// Example sending a request using the CancelDataFlowTaskRequest method.
req, resp := client.CancelDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelDataFlowTaskWithContext ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskWithContext(ctx volcengine.Context, input *CancelDataFlowTaskInput, opts ...request.Option) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskWithContext is the same as CancelDataFlowTask with the addition of the ability to pass a context and additional request options.
See CancelDataFlowTask 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 (*VEPFS) ConfigDataFlowBandwidth ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidth(input *ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidth API operation for VEPFS.
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 VEPFS's API operation ConfigDataFlowBandwidth for usage and error information.
func (*VEPFS) ConfigDataFlowBandwidthCommon ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommon API operation for VEPFS.
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 VEPFS's API operation ConfigDataFlowBandwidthCommon for usage and error information.
func (*VEPFS) ConfigDataFlowBandwidthCommonRequest ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ConfigDataFlowBandwidthCommonRequest generates a "volcengine/request.Request" representing the client's request for the ConfigDataFlowBandwidthCommon operation. The "output" return value will be populated with the ConfigDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned ConfigDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after ConfigDataFlowBandwidthCommon Send returns without error.
See ConfigDataFlowBandwidthCommon for more information on using the ConfigDataFlowBandwidthCommon API call, and error handling.
// Example sending a request using the ConfigDataFlowBandwidthCommonRequest method.
req, resp := client.ConfigDataFlowBandwidthCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ConfigDataFlowBandwidthCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonWithContext is the same as ConfigDataFlowBandwidthCommon with the addition of the ability to pass a context and additional request options.
See ConfigDataFlowBandwidthCommon 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 (*VEPFS) ConfigDataFlowBandwidthRequest ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthRequest(input *ConfigDataFlowBandwidthInput) (req *request.Request, output *ConfigDataFlowBandwidthOutput)
ConfigDataFlowBandwidthRequest generates a "volcengine/request.Request" representing the client's request for the ConfigDataFlowBandwidth operation. The "output" return value will be populated with the ConfigDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned ConfigDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after ConfigDataFlowBandwidthCommon Send returns without error.
See ConfigDataFlowBandwidth for more information on using the ConfigDataFlowBandwidth API call, and error handling.
// Example sending a request using the ConfigDataFlowBandwidthRequest method.
req, resp := client.ConfigDataFlowBandwidthRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ConfigDataFlowBandwidthWithContext ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthWithContext(ctx volcengine.Context, input *ConfigDataFlowBandwidthInput, opts ...request.Option) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthWithContext is the same as ConfigDataFlowBandwidth with the addition of the ability to pass a context and additional request options.
See ConfigDataFlowBandwidth 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 (*VEPFS) CreateDataFlowTask ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTask(input *CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTask API operation for VEPFS.
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 VEPFS's API operation CreateDataFlowTask for usage and error information.
func (*VEPFS) CreateDataFlowTaskCommon ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateDataFlowTaskCommon API operation for VEPFS.
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 VEPFS's API operation CreateDataFlowTaskCommon for usage and error information.
func (*VEPFS) CreateDataFlowTaskCommonRequest ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowTaskCommon operation. The "output" return value will be populated with the CreateDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataFlowTaskCommon Send returns without error.
See CreateDataFlowTaskCommon for more information on using the CreateDataFlowTaskCommon API call, and error handling.
// Example sending a request using the CreateDataFlowTaskCommonRequest method.
req, resp := client.CreateDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateDataFlowTaskCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDataFlowTaskCommonWithContext is the same as CreateDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See CreateDataFlowTaskCommon 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 (*VEPFS) CreateDataFlowTaskRequest ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskRequest(input *CreateDataFlowTaskInput) (req *request.Request, output *CreateDataFlowTaskOutput)
CreateDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowTask operation. The "output" return value will be populated with the CreateDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataFlowTaskCommon Send returns without error.
See CreateDataFlowTask for more information on using the CreateDataFlowTask API call, and error handling.
// Example sending a request using the CreateDataFlowTaskRequest method.
req, resp := client.CreateDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateDataFlowTaskWithContext ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskWithContext(ctx volcengine.Context, input *CreateDataFlowTaskInput, opts ...request.Option) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskWithContext is the same as CreateDataFlowTask with the addition of the ability to pass a context and additional request options.
See CreateDataFlowTask 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 (*VEPFS) CreateFileSystem ¶
func (c *VEPFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
CreateFileSystem API operation for VEPFS.
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 VEPFS's API operation CreateFileSystem for usage and error information.
func (*VEPFS) CreateFileSystemCommon ¶
func (c *VEPFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation CreateFileSystemCommon for usage and error information.
func (*VEPFS) CreateFileSystemCommonRequest ¶
func (c *VEPFS) 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 (*VEPFS) CreateFileSystemCommonWithContext ¶
func (c *VEPFS) 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 (*VEPFS) CreateFileSystemRequest ¶
func (c *VEPFS) 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 (*VEPFS) CreateFileSystemWithContext ¶
func (c *VEPFS) 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 (*VEPFS) CreateFileset ¶ added in v1.1.5
func (c *VEPFS) CreateFileset(input *CreateFilesetInput) (*CreateFilesetOutput, error)
CreateFileset API operation for VEPFS.
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 VEPFS's API operation CreateFileset for usage and error information.
func (*VEPFS) CreateFilesetCommon ¶ added in v1.1.5
CreateFilesetCommon API operation for VEPFS.
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 VEPFS's API operation CreateFilesetCommon for usage and error information.
func (*VEPFS) CreateFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateFilesetCommon operation. The "output" return value will be populated with the CreateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFilesetCommon Send returns without error.
See CreateFilesetCommon for more information on using the CreateFilesetCommon API call, and error handling.
// Example sending a request using the CreateFilesetCommonRequest method.
req, resp := client.CreateFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFilesetCommonWithContext is the same as CreateFilesetCommon with the addition of the ability to pass a context and additional request options.
See CreateFilesetCommon 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 (*VEPFS) CreateFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetRequest(input *CreateFilesetInput) (req *request.Request, output *CreateFilesetOutput)
CreateFilesetRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileset operation. The "output" return value will be populated with the CreateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFilesetCommon Send returns without error.
See CreateFileset for more information on using the CreateFileset API call, and error handling.
// Example sending a request using the CreateFilesetRequest method.
req, resp := client.CreateFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetWithContext(ctx volcengine.Context, input *CreateFilesetInput, opts ...request.Option) (*CreateFilesetOutput, error)
CreateFilesetWithContext is the same as CreateFileset with the addition of the ability to pass a context and additional request options.
See CreateFileset 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 (*VEPFS) CreateMountService ¶
func (c *VEPFS) CreateMountService(input *CreateMountServiceInput) (*CreateMountServiceOutput, error)
CreateMountService API operation for VEPFS.
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 VEPFS's API operation CreateMountService for usage and error information.
func (*VEPFS) CreateMountServiceCommon ¶
func (c *VEPFS) CreateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateMountServiceCommon API operation for VEPFS.
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 VEPFS's API operation CreateMountServiceCommon for usage and error information.
func (*VEPFS) CreateMountServiceCommonRequest ¶
func (c *VEPFS) CreateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountServiceCommon operation. The "output" return value will be populated with the CreateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountServiceCommon Send returns without error.
See CreateMountServiceCommon for more information on using the CreateMountServiceCommon API call, and error handling.
// Example sending a request using the CreateMountServiceCommonRequest method.
req, resp := client.CreateMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateMountServiceCommonWithContext ¶
func (c *VEPFS) CreateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateMountServiceCommonWithContext is the same as CreateMountServiceCommon with the addition of the ability to pass a context and additional request options.
See CreateMountServiceCommon 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 (*VEPFS) CreateMountServiceRequest ¶
func (c *VEPFS) CreateMountServiceRequest(input *CreateMountServiceInput) (req *request.Request, output *CreateMountServiceOutput)
CreateMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountService operation. The "output" return value will be populated with the CreateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountServiceCommon Send returns without error.
See CreateMountService for more information on using the CreateMountService API call, and error handling.
// Example sending a request using the CreateMountServiceRequest method.
req, resp := client.CreateMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateMountServiceWithContext ¶
func (c *VEPFS) CreateMountServiceWithContext(ctx volcengine.Context, input *CreateMountServiceInput, opts ...request.Option) (*CreateMountServiceOutput, error)
CreateMountServiceWithContext is the same as CreateMountService with the addition of the ability to pass a context and additional request options.
See CreateMountService 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 (*VEPFS) CreatePreSignedUrl ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrl(input *CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrl API operation for VEPFS.
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 VEPFS's API operation CreatePreSignedUrl for usage and error information.
func (*VEPFS) CreatePreSignedUrlCommon ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePreSignedUrlCommon API operation for VEPFS.
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 VEPFS's API operation CreatePreSignedUrlCommon for usage and error information.
func (*VEPFS) CreatePreSignedUrlCommonRequest ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePreSignedUrlCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePreSignedUrlCommon operation. The "output" return value will be populated with the CreatePreSignedUrlCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePreSignedUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePreSignedUrlCommon Send returns without error.
See CreatePreSignedUrlCommon for more information on using the CreatePreSignedUrlCommon API call, and error handling.
// Example sending a request using the CreatePreSignedUrlCommonRequest method.
req, resp := client.CreatePreSignedUrlCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreatePreSignedUrlCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePreSignedUrlCommonWithContext is the same as CreatePreSignedUrlCommon with the addition of the ability to pass a context and additional request options.
See CreatePreSignedUrlCommon 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 (*VEPFS) CreatePreSignedUrlRequest ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlRequest(input *CreatePreSignedUrlInput) (req *request.Request, output *CreatePreSignedUrlOutput)
CreatePreSignedUrlRequest generates a "volcengine/request.Request" representing the client's request for the CreatePreSignedUrl operation. The "output" return value will be populated with the CreatePreSignedUrlCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePreSignedUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePreSignedUrlCommon Send returns without error.
See CreatePreSignedUrl for more information on using the CreatePreSignedUrl API call, and error handling.
// Example sending a request using the CreatePreSignedUrlRequest method.
req, resp := client.CreatePreSignedUrlRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreatePreSignedUrlWithContext ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlWithContext(ctx volcengine.Context, input *CreatePreSignedUrlInput, opts ...request.Option) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlWithContext is the same as CreatePreSignedUrl with the addition of the ability to pass a context and additional request options.
See CreatePreSignedUrl 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 (*VEPFS) DeleteDataFlowTask ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTask API operation for VEPFS.
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 VEPFS's API operation DeleteDataFlowTask for usage and error information.
func (*VEPFS) DeleteDataFlowTaskCommon ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteDataFlowTaskCommon API operation for VEPFS.
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 VEPFS's API operation DeleteDataFlowTaskCommon for usage and error information.
func (*VEPFS) DeleteDataFlowTaskCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowTaskCommon operation. The "output" return value will be populated with the DeleteDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataFlowTaskCommon Send returns without error.
See DeleteDataFlowTaskCommon for more information on using the DeleteDataFlowTaskCommon API call, and error handling.
// Example sending a request using the DeleteDataFlowTaskCommonRequest method.
req, resp := client.DeleteDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteDataFlowTaskCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonWithContext is the same as DeleteDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See DeleteDataFlowTaskCommon 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 (*VEPFS) DeleteDataFlowTaskRequest ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)
DeleteDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowTask operation. The "output" return value will be populated with the DeleteDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataFlowTaskCommon Send returns without error.
See DeleteDataFlowTask for more information on using the DeleteDataFlowTask API call, and error handling.
// Example sending a request using the DeleteDataFlowTaskRequest method.
req, resp := client.DeleteDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteDataFlowTaskWithContext ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskWithContext(ctx volcengine.Context, input *DeleteDataFlowTaskInput, opts ...request.Option) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskWithContext is the same as DeleteDataFlowTask with the addition of the ability to pass a context and additional request options.
See DeleteDataFlowTask 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 (*VEPFS) DeleteFileSystem ¶
func (c *VEPFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
DeleteFileSystem API operation for VEPFS.
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 VEPFS's API operation DeleteFileSystem for usage and error information.
func (*VEPFS) DeleteFileSystemCommon ¶
func (c *VEPFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation DeleteFileSystemCommon for usage and error information.
func (*VEPFS) DeleteFileSystemCommonRequest ¶
func (c *VEPFS) 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 (*VEPFS) DeleteFileSystemCommonWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DeleteFileSystemRequest ¶
func (c *VEPFS) 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 (*VEPFS) DeleteFileSystemWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DeleteFileset ¶ added in v1.1.5
func (c *VEPFS) DeleteFileset(input *DeleteFilesetInput) (*DeleteFilesetOutput, error)
DeleteFileset API operation for VEPFS.
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 VEPFS's API operation DeleteFileset for usage and error information.
func (*VEPFS) DeleteFilesetCommon ¶ added in v1.1.5
DeleteFilesetCommon API operation for VEPFS.
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 VEPFS's API operation DeleteFilesetCommon for usage and error information.
func (*VEPFS) DeleteFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFilesetCommon operation. The "output" return value will be populated with the DeleteFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFilesetCommon Send returns without error.
See DeleteFilesetCommon for more information on using the DeleteFilesetCommon API call, and error handling.
// Example sending a request using the DeleteFilesetCommonRequest method.
req, resp := client.DeleteFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFilesetCommonWithContext is the same as DeleteFilesetCommon with the addition of the ability to pass a context and additional request options.
See DeleteFilesetCommon 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 (*VEPFS) DeleteFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetRequest(input *DeleteFilesetInput) (req *request.Request, output *DeleteFilesetOutput)
DeleteFilesetRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileset operation. The "output" return value will be populated with the DeleteFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFilesetCommon Send returns without error.
See DeleteFileset for more information on using the DeleteFileset API call, and error handling.
// Example sending a request using the DeleteFilesetRequest method.
req, resp := client.DeleteFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetWithContext(ctx volcengine.Context, input *DeleteFilesetInput, opts ...request.Option) (*DeleteFilesetOutput, error)
DeleteFilesetWithContext is the same as DeleteFileset with the addition of the ability to pass a context and additional request options.
See DeleteFileset 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 (*VEPFS) DeleteMountService ¶
func (c *VEPFS) DeleteMountService(input *DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
DeleteMountService API operation for VEPFS.
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 VEPFS's API operation DeleteMountService for usage and error information.
func (*VEPFS) DeleteMountServiceCommon ¶
func (c *VEPFS) DeleteMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteMountServiceCommon API operation for VEPFS.
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 VEPFS's API operation DeleteMountServiceCommon for usage and error information.
func (*VEPFS) DeleteMountServiceCommonRequest ¶
func (c *VEPFS) DeleteMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountServiceCommon operation. The "output" return value will be populated with the DeleteMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountServiceCommon Send returns without error.
See DeleteMountServiceCommon for more information on using the DeleteMountServiceCommon API call, and error handling.
// Example sending a request using the DeleteMountServiceCommonRequest method.
req, resp := client.DeleteMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteMountServiceCommonWithContext ¶
func (c *VEPFS) DeleteMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteMountServiceCommonWithContext is the same as DeleteMountServiceCommon with the addition of the ability to pass a context and additional request options.
See DeleteMountServiceCommon 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 (*VEPFS) DeleteMountServiceRequest ¶
func (c *VEPFS) DeleteMountServiceRequest(input *DeleteMountServiceInput) (req *request.Request, output *DeleteMountServiceOutput)
DeleteMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountService operation. The "output" return value will be populated with the DeleteMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountServiceCommon Send returns without error.
See DeleteMountService for more information on using the DeleteMountService API call, and error handling.
// Example sending a request using the DeleteMountServiceRequest method.
req, resp := client.DeleteMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteMountServiceWithContext ¶
func (c *VEPFS) DeleteMountServiceWithContext(ctx volcengine.Context, input *DeleteMountServiceInput, opts ...request.Option) (*DeleteMountServiceOutput, error)
DeleteMountServiceWithContext is the same as DeleteMountService with the addition of the ability to pass a context and additional request options.
See DeleteMountService 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 (*VEPFS) DescribeDataFlowBandwidth ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidth(input *DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidth API operation for VEPFS.
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 VEPFS's API operation DescribeDataFlowBandwidth for usage and error information.
func (*VEPFS) DescribeDataFlowBandwidthCommon ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommon API operation for VEPFS.
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 VEPFS's API operation DescribeDataFlowBandwidthCommon for usage and error information.
func (*VEPFS) DescribeDataFlowBandwidthCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDataFlowBandwidthCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowBandwidthCommon operation. The "output" return value will be populated with the DescribeDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowBandwidthCommon Send returns without error.
See DescribeDataFlowBandwidthCommon for more information on using the DescribeDataFlowBandwidthCommon API call, and error handling.
// Example sending a request using the DescribeDataFlowBandwidthCommonRequest method.
req, resp := client.DescribeDataFlowBandwidthCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowBandwidthCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonWithContext is the same as DescribeDataFlowBandwidthCommon with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowBandwidthCommon 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 (*VEPFS) DescribeDataFlowBandwidthRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthRequest(input *DescribeDataFlowBandwidthInput) (req *request.Request, output *DescribeDataFlowBandwidthOutput)
DescribeDataFlowBandwidthRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowBandwidth operation. The "output" return value will be populated with the DescribeDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowBandwidthCommon Send returns without error.
See DescribeDataFlowBandwidth for more information on using the DescribeDataFlowBandwidth API call, and error handling.
// Example sending a request using the DescribeDataFlowBandwidthRequest method.
req, resp := client.DescribeDataFlowBandwidthRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowBandwidthWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthWithContext(ctx volcengine.Context, input *DescribeDataFlowBandwidthInput, opts ...request.Option) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthWithContext is the same as DescribeDataFlowBandwidth with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowBandwidth 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 (*VEPFS) DescribeDataFlowTasks ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasks API operation for VEPFS.
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 VEPFS's API operation DescribeDataFlowTasks for usage and error information.
func (*VEPFS) DescribeDataFlowTasksCommon ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowTasksCommon API operation for VEPFS.
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 VEPFS's API operation DescribeDataFlowTasksCommon for usage and error information.
func (*VEPFS) DescribeDataFlowTasksCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDataFlowTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowTasksCommon operation. The "output" return value will be populated with the DescribeDataFlowTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowTasksCommon Send returns without error.
See DescribeDataFlowTasksCommon for more information on using the DescribeDataFlowTasksCommon API call, and error handling.
// Example sending a request using the DescribeDataFlowTasksCommonRequest method.
req, resp := client.DescribeDataFlowTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowTasksCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonWithContext is the same as DescribeDataFlowTasksCommon with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowTasksCommon 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 (*VEPFS) DescribeDataFlowTasksRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)
DescribeDataFlowTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowTasks operation. The "output" return value will be populated with the DescribeDataFlowTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowTasksCommon Send returns without error.
See DescribeDataFlowTasks for more information on using the DescribeDataFlowTasks API call, and error handling.
// Example sending a request using the DescribeDataFlowTasksRequest method.
req, resp := client.DescribeDataFlowTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowTasksWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksWithContext(ctx volcengine.Context, input *DescribeDataFlowTasksInput, opts ...request.Option) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksWithContext is the same as DescribeDataFlowTasks with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowTasks 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 (*VEPFS) DescribeFileSystemOverview ¶
func (c *VEPFS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverview API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystemOverview for usage and error information.
func (*VEPFS) DescribeFileSystemOverviewCommon ¶
func (c *VEPFS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommon API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystemOverviewCommon for usage and error information.
func (*VEPFS) DescribeFileSystemOverviewCommonRequest ¶
func (c *VEPFS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemOverviewCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverviewCommon operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverviewCommon for more information on using the DescribeFileSystemOverviewCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewCommonRequest method.
req, resp := client.DescribeFileSystemOverviewCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemOverviewCommonWithContext ¶
func (c *VEPFS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonWithContext is the same as DescribeFileSystemOverviewCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverviewCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemOverviewRequest ¶
func (c *VEPFS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
DescribeFileSystemOverviewRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverview operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverview for more information on using the DescribeFileSystemOverview API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewRequest method.
req, resp := client.DescribeFileSystemOverviewRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemOverviewWithContext ¶
func (c *VEPFS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, opts ...request.Option) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewWithContext is the same as DescribeFileSystemOverview with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverview for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemStatistics ¶
func (c *VEPFS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatistics API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystemStatistics for usage and error information.
func (*VEPFS) DescribeFileSystemStatisticsCommon ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommon API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystemStatisticsCommon for usage and error information.
func (*VEPFS) DescribeFileSystemStatisticsCommonRequest ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemStatisticsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatisticsCommon operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatisticsCommon for more information on using the DescribeFileSystemStatisticsCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsCommonRequest method.
req, resp := client.DescribeFileSystemStatisticsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemStatisticsCommonWithContext ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonWithContext is the same as DescribeFileSystemStatisticsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatisticsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemStatisticsRequest ¶
func (c *VEPFS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
DescribeFileSystemStatisticsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatistics operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatistics for more information on using the DescribeFileSystemStatistics API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsRequest method.
req, resp := client.DescribeFileSystemStatisticsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemStatisticsWithContext ¶
func (c *VEPFS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, opts ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsWithContext is the same as DescribeFileSystemStatistics with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatistics for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystems ¶
func (c *VEPFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystems API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystems for usage and error information.
func (*VEPFS) DescribeFileSystemsCommon ¶
func (c *VEPFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommon API operation for VEPFS.
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 VEPFS's API operation DescribeFileSystemsCommon for usage and error information.
func (*VEPFS) DescribeFileSystemsCommonRequest ¶
func (c *VEPFS) 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 (*VEPFS) DescribeFileSystemsCommonWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DescribeFileSystemsRequest ¶
func (c *VEPFS) 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 (*VEPFS) DescribeFileSystemsWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DescribeFilesets ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesets(input *DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
DescribeFilesets API operation for VEPFS.
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 VEPFS's API operation DescribeFilesets for usage and error information.
func (*VEPFS) DescribeFilesetsCommon ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFilesetsCommon API operation for VEPFS.
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 VEPFS's API operation DescribeFilesetsCommon for usage and error information.
func (*VEPFS) DescribeFilesetsCommonRequest ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFilesetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFilesetsCommon operation. The "output" return value will be populated with the DescribeFilesetsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFilesetsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFilesetsCommon Send returns without error.
See DescribeFilesetsCommon for more information on using the DescribeFilesetsCommon API call, and error handling.
// Example sending a request using the DescribeFilesetsCommonRequest method.
req, resp := client.DescribeFilesetsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFilesetsCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFilesetsCommonWithContext is the same as DescribeFilesetsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFilesetsCommon 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 (*VEPFS) DescribeFilesetsRequest ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsRequest(input *DescribeFilesetsInput) (req *request.Request, output *DescribeFilesetsOutput)
DescribeFilesetsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFilesets operation. The "output" return value will be populated with the DescribeFilesetsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFilesetsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFilesetsCommon Send returns without error.
See DescribeFilesets for more information on using the DescribeFilesets API call, and error handling.
// Example sending a request using the DescribeFilesetsRequest method.
req, resp := client.DescribeFilesetsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFilesetsWithContext ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsWithContext(ctx volcengine.Context, input *DescribeFilesetsInput, opts ...request.Option) (*DescribeFilesetsOutput, error)
DescribeFilesetsWithContext is the same as DescribeFilesets with the addition of the ability to pass a context and additional request options.
See DescribeFilesets 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 (*VEPFS) DescribeMountServiceNodeTypes ¶
func (c *VEPFS) DescribeMountServiceNodeTypes(input *DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypes API operation for VEPFS.
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 VEPFS's API operation DescribeMountServiceNodeTypes for usage and error information.
func (*VEPFS) DescribeMountServiceNodeTypesCommon ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommon API operation for VEPFS.
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 VEPFS's API operation DescribeMountServiceNodeTypesCommon for usage and error information.
func (*VEPFS) DescribeMountServiceNodeTypesCommonRequest ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeMountServiceNodeTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServiceNodeTypesCommon operation. The "output" return value will be populated with the DescribeMountServiceNodeTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServiceNodeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServiceNodeTypesCommon Send returns without error.
See DescribeMountServiceNodeTypesCommon for more information on using the DescribeMountServiceNodeTypesCommon API call, and error handling.
// Example sending a request using the DescribeMountServiceNodeTypesCommonRequest method.
req, resp := client.DescribeMountServiceNodeTypesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServiceNodeTypesCommonWithContext ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonWithContext is the same as DescribeMountServiceNodeTypesCommon with the addition of the ability to pass a context and additional request options.
See DescribeMountServiceNodeTypesCommon 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 (*VEPFS) DescribeMountServiceNodeTypesRequest ¶
func (c *VEPFS) DescribeMountServiceNodeTypesRequest(input *DescribeMountServiceNodeTypesInput) (req *request.Request, output *DescribeMountServiceNodeTypesOutput)
DescribeMountServiceNodeTypesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServiceNodeTypes operation. The "output" return value will be populated with the DescribeMountServiceNodeTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServiceNodeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServiceNodeTypesCommon Send returns without error.
See DescribeMountServiceNodeTypes for more information on using the DescribeMountServiceNodeTypes API call, and error handling.
// Example sending a request using the DescribeMountServiceNodeTypesRequest method.
req, resp := client.DescribeMountServiceNodeTypesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServiceNodeTypesWithContext ¶
func (c *VEPFS) DescribeMountServiceNodeTypesWithContext(ctx volcengine.Context, input *DescribeMountServiceNodeTypesInput, opts ...request.Option) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesWithContext is the same as DescribeMountServiceNodeTypes with the addition of the ability to pass a context and additional request options.
See DescribeMountServiceNodeTypes 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 (*VEPFS) DescribeMountServices ¶
func (c *VEPFS) DescribeMountServices(input *DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
DescribeMountServices API operation for VEPFS.
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 VEPFS's API operation DescribeMountServices for usage and error information.
func (*VEPFS) DescribeMountServicesCommon ¶
func (c *VEPFS) DescribeMountServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServicesCommon API operation for VEPFS.
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 VEPFS's API operation DescribeMountServicesCommon for usage and error information.
func (*VEPFS) DescribeMountServicesCommonRequest ¶
func (c *VEPFS) DescribeMountServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeMountServicesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServicesCommon operation. The "output" return value will be populated with the DescribeMountServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServicesCommon Send returns without error.
See DescribeMountServicesCommon for more information on using the DescribeMountServicesCommon API call, and error handling.
// Example sending a request using the DescribeMountServicesCommonRequest method.
req, resp := client.DescribeMountServicesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServicesCommonWithContext ¶
func (c *VEPFS) DescribeMountServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeMountServicesCommonWithContext is the same as DescribeMountServicesCommon with the addition of the ability to pass a context and additional request options.
See DescribeMountServicesCommon 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 (*VEPFS) DescribeMountServicesRequest ¶
func (c *VEPFS) DescribeMountServicesRequest(input *DescribeMountServicesInput) (req *request.Request, output *DescribeMountServicesOutput)
DescribeMountServicesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServices operation. The "output" return value will be populated with the DescribeMountServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServicesCommon Send returns without error.
See DescribeMountServices for more information on using the DescribeMountServices API call, and error handling.
// Example sending a request using the DescribeMountServicesRequest method.
req, resp := client.DescribeMountServicesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServicesWithContext ¶
func (c *VEPFS) DescribeMountServicesWithContext(ctx volcengine.Context, input *DescribeMountServicesInput, opts ...request.Option) (*DescribeMountServicesOutput, error)
DescribeMountServicesWithContext is the same as DescribeMountServices with the addition of the ability to pass a context and additional request options.
See DescribeMountServices 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 (*VEPFS) DescribeRegions ¶
func (c *VEPFS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
DescribeRegions API operation for VEPFS.
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 VEPFS's API operation DescribeRegions for usage and error information.
func (*VEPFS) DescribeRegionsCommon ¶
func (c *VEPFS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeRegionsCommon API operation for VEPFS.
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 VEPFS's API operation DescribeRegionsCommon for usage and error information.
func (*VEPFS) DescribeRegionsCommonRequest ¶
func (c *VEPFS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegionsCommon operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegionsCommon for more information on using the DescribeRegionsCommon API call, and error handling.
// Example sending a request using the DescribeRegionsCommonRequest method.
req, resp := client.DescribeRegionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeRegionsCommonWithContext ¶
func (c *VEPFS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeRegionsCommonWithContext is the same as DescribeRegionsCommon with the addition of the ability to pass a context and additional request options.
See DescribeRegionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeRegionsRequest ¶
func (c *VEPFS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegions for more information on using the DescribeRegions API call, and error handling.
// Example sending a request using the DescribeRegionsRequest method.
req, resp := client.DescribeRegionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeRegionsWithContext ¶
func (c *VEPFS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.
See DescribeRegions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeZones ¶
func (c *VEPFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZones API operation for VEPFS.
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 VEPFS's API operation DescribeZones for usage and error information.
func (*VEPFS) DescribeZonesCommon ¶
DescribeZonesCommon API operation for VEPFS.
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 VEPFS's API operation DescribeZonesCommon for usage and error information.
func (*VEPFS) DescribeZonesCommonRequest ¶
func (c *VEPFS) 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 (*VEPFS) DescribeZonesCommonWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DescribeZonesRequest ¶
func (c *VEPFS) 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 (*VEPFS) DescribeZonesWithContext ¶
func (c *VEPFS) 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 (*VEPFS) DetachMountServiceFromSelfFileSystem ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystem(input *DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystem API operation for VEPFS.
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 VEPFS's API operation DetachMountServiceFromSelfFileSystem for usage and error information.
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommon ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation DetachMountServiceFromSelfFileSystemCommon for usage and error information.
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DetachMountServiceFromSelfFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the DetachMountServiceFromSelfFileSystemCommon operation. The "output" return value will be populated with the DetachMountServiceFromSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachMountServiceFromSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DetachMountServiceFromSelfFileSystemCommon Send returns without error.
See DetachMountServiceFromSelfFileSystemCommon for more information on using the DetachMountServiceFromSelfFileSystemCommon API call, and error handling.
// Example sending a request using the DetachMountServiceFromSelfFileSystemCommonRequest method.
req, resp := client.DetachMountServiceFromSelfFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonWithContext is the same as DetachMountServiceFromSelfFileSystemCommon with the addition of the ability to pass a context and additional request options.
See DetachMountServiceFromSelfFileSystemCommon 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 (*VEPFS) DetachMountServiceFromSelfFileSystemRequest ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemRequest(input *DetachMountServiceFromSelfFileSystemInput) (req *request.Request, output *DetachMountServiceFromSelfFileSystemOutput)
DetachMountServiceFromSelfFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the DetachMountServiceFromSelfFileSystem operation. The "output" return value will be populated with the DetachMountServiceFromSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachMountServiceFromSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DetachMountServiceFromSelfFileSystemCommon Send returns without error.
See DetachMountServiceFromSelfFileSystem for more information on using the DetachMountServiceFromSelfFileSystem API call, and error handling.
// Example sending a request using the DetachMountServiceFromSelfFileSystemRequest method.
req, resp := client.DetachMountServiceFromSelfFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DetachMountServiceFromSelfFileSystemWithContext ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemWithContext(ctx volcengine.Context, input *DetachMountServiceFromSelfFileSystemInput, opts ...request.Option) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemWithContext is the same as DetachMountServiceFromSelfFileSystem with the addition of the ability to pass a context and additional request options.
See DetachMountServiceFromSelfFileSystem 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 (*VEPFS) ExpandFileSystem ¶
func (c *VEPFS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
ExpandFileSystem API operation for VEPFS.
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 VEPFS's API operation ExpandFileSystem for usage and error information.
func (*VEPFS) ExpandFileSystemCommon ¶
func (c *VEPFS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ExpandFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation ExpandFileSystemCommon for usage and error information.
func (*VEPFS) ExpandFileSystemCommonRequest ¶
func (c *VEPFS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExpandFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystemCommon operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystemCommon for more information on using the ExpandFileSystemCommon API call, and error handling.
// Example sending a request using the ExpandFileSystemCommonRequest method.
req, resp := client.ExpandFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ExpandFileSystemCommonWithContext ¶
func (c *VEPFS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExpandFileSystemCommonWithContext is the same as ExpandFileSystemCommon with the addition of the ability to pass a context and additional request options.
See ExpandFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ExpandFileSystemRequest ¶
func (c *VEPFS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
ExpandFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystem operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystem for more information on using the ExpandFileSystem API call, and error handling.
// Example sending a request using the ExpandFileSystemRequest method.
req, resp := client.ExpandFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ExpandFileSystemWithContext ¶
func (c *VEPFS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
ExpandFileSystemWithContext is the same as ExpandFileSystem with the addition of the ability to pass a context and additional request options.
See ExpandFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ListTagsForResources ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResources API operation for VEPFS.
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 VEPFS's API operation ListTagsForResources for usage and error information.
func (*VEPFS) ListTagsForResourcesCommon ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommon API operation for VEPFS.
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 VEPFS's API operation ListTagsForResourcesCommon for usage and error information.
func (*VEPFS) ListTagsForResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) ListTagsForResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) ListTagsForResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) ListTagsForResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) SetFilesetQos ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQos(input *SetFilesetQosInput) (*SetFilesetQosOutput, error)
SetFilesetQos API operation for VEPFS.
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 VEPFS's API operation SetFilesetQos for usage and error information.
func (*VEPFS) SetFilesetQosCommon ¶ added in v1.1.5
SetFilesetQosCommon API operation for VEPFS.
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 VEPFS's API operation SetFilesetQosCommon for usage and error information.
func (*VEPFS) SetFilesetQosCommonRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetFilesetQosCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQosCommon operation. The "output" return value will be populated with the SetFilesetQosCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQosCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQosCommon Send returns without error.
See SetFilesetQosCommon for more information on using the SetFilesetQosCommon API call, and error handling.
// Example sending a request using the SetFilesetQosCommonRequest method.
req, resp := client.SetFilesetQosCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQosCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetFilesetQosCommonWithContext is the same as SetFilesetQosCommon with the addition of the ability to pass a context and additional request options.
See SetFilesetQosCommon 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 (*VEPFS) SetFilesetQosRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosRequest(input *SetFilesetQosInput) (req *request.Request, output *SetFilesetQosOutput)
SetFilesetQosRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQos operation. The "output" return value will be populated with the SetFilesetQosCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQosCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQosCommon Send returns without error.
See SetFilesetQos for more information on using the SetFilesetQos API call, and error handling.
// Example sending a request using the SetFilesetQosRequest method.
req, resp := client.SetFilesetQosRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQosWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosWithContext(ctx volcengine.Context, input *SetFilesetQosInput, opts ...request.Option) (*SetFilesetQosOutput, error)
SetFilesetQosWithContext is the same as SetFilesetQos with the addition of the ability to pass a context and additional request options.
See SetFilesetQos 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 (*VEPFS) SetFilesetQuota ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuota(input *SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
SetFilesetQuota API operation for VEPFS.
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 VEPFS's API operation SetFilesetQuota for usage and error information.
func (*VEPFS) SetFilesetQuotaCommon ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQuotaCommon API operation for VEPFS.
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 VEPFS's API operation SetFilesetQuotaCommon for usage and error information.
func (*VEPFS) SetFilesetQuotaCommonRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetFilesetQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQuotaCommon operation. The "output" return value will be populated with the SetFilesetQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQuotaCommon Send returns without error.
See SetFilesetQuotaCommon for more information on using the SetFilesetQuotaCommon API call, and error handling.
// Example sending a request using the SetFilesetQuotaCommonRequest method.
req, resp := client.SetFilesetQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQuotaCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetFilesetQuotaCommonWithContext is the same as SetFilesetQuotaCommon with the addition of the ability to pass a context and additional request options.
See SetFilesetQuotaCommon 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 (*VEPFS) SetFilesetQuotaRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaRequest(input *SetFilesetQuotaInput) (req *request.Request, output *SetFilesetQuotaOutput)
SetFilesetQuotaRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQuota operation. The "output" return value will be populated with the SetFilesetQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQuotaCommon Send returns without error.
See SetFilesetQuota for more information on using the SetFilesetQuota API call, and error handling.
// Example sending a request using the SetFilesetQuotaRequest method.
req, resp := client.SetFilesetQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQuotaWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaWithContext(ctx volcengine.Context, input *SetFilesetQuotaInput, opts ...request.Option) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaWithContext is the same as SetFilesetQuota with the addition of the ability to pass a context and additional request options.
See SetFilesetQuota 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 (*VEPFS) TagResources ¶ added in v1.1.5
func (c *VEPFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for VEPFS.
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 VEPFS's API operation TagResources for usage and error information.
func (*VEPFS) TagResourcesCommon ¶ added in v1.1.5
TagResourcesCommon API operation for VEPFS.
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 VEPFS's API operation TagResourcesCommon for usage and error information.
func (*VEPFS) TagResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) TagResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) TagResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) TagResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) UntagResources ¶ added in v1.1.5
func (c *VEPFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for VEPFS.
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 VEPFS's API operation UntagResources for usage and error information.
func (*VEPFS) UntagResourcesCommon ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommon API operation for VEPFS.
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 VEPFS's API operation UntagResourcesCommon for usage and error information.
func (*VEPFS) UntagResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) UntagResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) UntagResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) UntagResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) 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 (*VEPFS) UpdateFileSystem ¶
func (c *VEPFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
UpdateFileSystem API operation for VEPFS.
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 VEPFS's API operation UpdateFileSystem for usage and error information.
func (*VEPFS) UpdateFileSystemCommon ¶
func (c *VEPFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFileSystemCommon API operation for VEPFS.
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 VEPFS's API operation UpdateFileSystemCommon for usage and error information.
func (*VEPFS) UpdateFileSystemCommonRequest ¶
func (c *VEPFS) 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 (*VEPFS) UpdateFileSystemCommonWithContext ¶
func (c *VEPFS) 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 (*VEPFS) UpdateFileSystemRequest ¶
func (c *VEPFS) 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 (*VEPFS) UpdateFileSystemWithContext ¶
func (c *VEPFS) 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 (*VEPFS) UpdateFileset ¶ added in v1.1.5
func (c *VEPFS) UpdateFileset(input *UpdateFilesetInput) (*UpdateFilesetOutput, error)
UpdateFileset API operation for VEPFS.
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 VEPFS's API operation UpdateFileset for usage and error information.
func (*VEPFS) UpdateFilesetCommon ¶ added in v1.1.5
UpdateFilesetCommon API operation for VEPFS.
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 VEPFS's API operation UpdateFilesetCommon for usage and error information.
func (*VEPFS) UpdateFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFilesetCommon operation. The "output" return value will be populated with the UpdateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilesetCommon Send returns without error.
See UpdateFilesetCommon for more information on using the UpdateFilesetCommon API call, and error handling.
// Example sending a request using the UpdateFilesetCommonRequest method.
req, resp := client.UpdateFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFilesetCommonWithContext is the same as UpdateFilesetCommon with the addition of the ability to pass a context and additional request options.
See UpdateFilesetCommon 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 (*VEPFS) UpdateFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetRequest(input *UpdateFilesetInput) (req *request.Request, output *UpdateFilesetOutput)
UpdateFilesetRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileset operation. The "output" return value will be populated with the UpdateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilesetCommon Send returns without error.
See UpdateFileset for more information on using the UpdateFileset API call, and error handling.
// Example sending a request using the UpdateFilesetRequest method.
req, resp := client.UpdateFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetWithContext(ctx volcengine.Context, input *UpdateFilesetInput, opts ...request.Option) (*UpdateFilesetOutput, error)
UpdateFilesetWithContext is the same as UpdateFileset with the addition of the ability to pass a context and additional request options.
See UpdateFileset 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 (*VEPFS) UpdateMountService ¶
func (c *VEPFS) UpdateMountService(input *UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
UpdateMountService API operation for VEPFS.
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 VEPFS's API operation UpdateMountService for usage and error information.
func (*VEPFS) UpdateMountServiceCommon ¶
func (c *VEPFS) UpdateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateMountServiceCommon API operation for VEPFS.
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 VEPFS's API operation UpdateMountServiceCommon for usage and error information.
func (*VEPFS) UpdateMountServiceCommonRequest ¶
func (c *VEPFS) UpdateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountServiceCommon operation. The "output" return value will be populated with the UpdateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountServiceCommon Send returns without error.
See UpdateMountServiceCommon for more information on using the UpdateMountServiceCommon API call, and error handling.
// Example sending a request using the UpdateMountServiceCommonRequest method.
req, resp := client.UpdateMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateMountServiceCommonWithContext ¶
func (c *VEPFS) UpdateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateMountServiceCommonWithContext is the same as UpdateMountServiceCommon with the addition of the ability to pass a context and additional request options.
See UpdateMountServiceCommon 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 (*VEPFS) UpdateMountServiceRequest ¶
func (c *VEPFS) UpdateMountServiceRequest(input *UpdateMountServiceInput) (req *request.Request, output *UpdateMountServiceOutput)
UpdateMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountService operation. The "output" return value will be populated with the UpdateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountServiceCommon Send returns without error.
See UpdateMountService for more information on using the UpdateMountService API call, and error handling.
// Example sending a request using the UpdateMountServiceRequest method.
req, resp := client.UpdateMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateMountServiceWithContext ¶
func (c *VEPFS) UpdateMountServiceWithContext(ctx volcengine.Context, input *UpdateMountServiceInput, opts ...request.Option) (*UpdateMountServiceOutput, error)
UpdateMountServiceWithContext is the same as UpdateMountService with the addition of the ability to pass a context and additional request options.
See UpdateMountService 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 VEPFSAPI ¶
type VEPFSAPI interface {
AttachMountServiceToSelfFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AttachMountServiceToSelfFileSystem(*AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemWithContext(volcengine.Context, *AttachMountServiceToSelfFileSystemInput, ...request.Option) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemRequest(*AttachMountServiceToSelfFileSystemInput) (*request.Request, *AttachMountServiceToSelfFileSystemOutput)
CancelDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelDataFlowTask(*CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskWithContext(volcengine.Context, *CancelDataFlowTaskInput, ...request.Option) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskRequest(*CancelDataFlowTaskInput) (*request.Request, *CancelDataFlowTaskOutput)
ConfigDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ConfigDataFlowBandwidth(*ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthWithContext(volcengine.Context, *ConfigDataFlowBandwidthInput, ...request.Option) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthRequest(*ConfigDataFlowBandwidthInput) (*request.Request, *ConfigDataFlowBandwidthOutput)
CreateDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateDataFlowTask(*CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskWithContext(volcengine.Context, *CreateDataFlowTaskInput, ...request.Option) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskRequest(*CreateDataFlowTaskInput) (*request.Request, *CreateDataFlowTaskOutput)
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)
CreateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateFileset(*CreateFilesetInput) (*CreateFilesetOutput, error)
CreateFilesetWithContext(volcengine.Context, *CreateFilesetInput, ...request.Option) (*CreateFilesetOutput, error)
CreateFilesetRequest(*CreateFilesetInput) (*request.Request, *CreateFilesetOutput)
CreateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateMountService(*CreateMountServiceInput) (*CreateMountServiceOutput, error)
CreateMountServiceWithContext(volcengine.Context, *CreateMountServiceInput, ...request.Option) (*CreateMountServiceOutput, error)
CreateMountServiceRequest(*CreateMountServiceInput) (*request.Request, *CreateMountServiceOutput)
CreatePreSignedUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePreSignedUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePreSignedUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePreSignedUrl(*CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlWithContext(volcengine.Context, *CreatePreSignedUrlInput, ...request.Option) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlRequest(*CreatePreSignedUrlInput) (*request.Request, *CreatePreSignedUrlOutput)
DeleteDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteDataFlowTask(*DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskWithContext(volcengine.Context, *DeleteDataFlowTaskInput, ...request.Option) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskRequest(*DeleteDataFlowTaskInput) (*request.Request, *DeleteDataFlowTaskOutput)
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)
DeleteFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteFileset(*DeleteFilesetInput) (*DeleteFilesetOutput, error)
DeleteFilesetWithContext(volcengine.Context, *DeleteFilesetInput, ...request.Option) (*DeleteFilesetOutput, error)
DeleteFilesetRequest(*DeleteFilesetInput) (*request.Request, *DeleteFilesetOutput)
DeleteMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteMountService(*DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
DeleteMountServiceWithContext(volcengine.Context, *DeleteMountServiceInput, ...request.Option) (*DeleteMountServiceOutput, error)
DeleteMountServiceRequest(*DeleteMountServiceInput) (*request.Request, *DeleteMountServiceOutput)
DescribeDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeDataFlowBandwidth(*DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthWithContext(volcengine.Context, *DescribeDataFlowBandwidthInput, ...request.Option) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthRequest(*DescribeDataFlowBandwidthInput) (*request.Request, *DescribeDataFlowBandwidthOutput)
DescribeDataFlowTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeDataFlowTasks(*DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksWithContext(volcengine.Context, *DescribeDataFlowTasksInput, ...request.Option) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksRequest(*DescribeDataFlowTasksInput) (*request.Request, *DescribeDataFlowTasksOutput)
DescribeFileSystemOverviewCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystemOverview(*DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewWithContext(volcengine.Context, *DescribeFileSystemOverviewInput, ...request.Option) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewRequest(*DescribeFileSystemOverviewInput) (*request.Request, *DescribeFileSystemOverviewOutput)
DescribeFileSystemStatisticsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystemStatistics(*DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsWithContext(volcengine.Context, *DescribeFileSystemStatisticsInput, ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsRequest(*DescribeFileSystemStatisticsInput) (*request.Request, *DescribeFileSystemStatisticsOutput)
DescribeFileSystemsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystems(*DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsWithContext(volcengine.Context, *DescribeFileSystemsInput, ...request.Option) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsRequest(*DescribeFileSystemsInput) (*request.Request, *DescribeFileSystemsOutput)
DescribeFilesetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFilesetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFilesetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFilesets(*DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
DescribeFilesetsWithContext(volcengine.Context, *DescribeFilesetsInput, ...request.Option) (*DescribeFilesetsOutput, error)
DescribeFilesetsRequest(*DescribeFilesetsInput) (*request.Request, *DescribeFilesetsOutput)
DescribeMountServiceNodeTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeMountServiceNodeTypes(*DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesWithContext(volcengine.Context, *DescribeMountServiceNodeTypesInput, ...request.Option) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesRequest(*DescribeMountServiceNodeTypesInput) (*request.Request, *DescribeMountServiceNodeTypesOutput)
DescribeMountServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServicesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeMountServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeMountServices(*DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
DescribeMountServicesWithContext(volcengine.Context, *DescribeMountServicesInput, ...request.Option) (*DescribeMountServicesOutput, error)
DescribeMountServicesRequest(*DescribeMountServicesInput) (*request.Request, *DescribeMountServicesOutput)
DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)
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)
DetachMountServiceFromSelfFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DetachMountServiceFromSelfFileSystem(*DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemWithContext(volcengine.Context, *DetachMountServiceFromSelfFileSystemInput, ...request.Option) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemRequest(*DetachMountServiceFromSelfFileSystemInput) (*request.Request, *DetachMountServiceFromSelfFileSystemOutput)
ExpandFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
ExpandFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ExpandFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ExpandFileSystem(*ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
ExpandFileSystemWithContext(volcengine.Context, *ExpandFileSystemInput, ...request.Option) (*ExpandFileSystemOutput, error)
ExpandFileSystemRequest(*ExpandFileSystemInput) (*request.Request, *ExpandFileSystemOutput)
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)
SetFilesetQosCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQosCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetFilesetQosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetFilesetQos(*SetFilesetQosInput) (*SetFilesetQosOutput, error)
SetFilesetQosWithContext(volcengine.Context, *SetFilesetQosInput, ...request.Option) (*SetFilesetQosOutput, error)
SetFilesetQosRequest(*SetFilesetQosInput) (*request.Request, *SetFilesetQosOutput)
SetFilesetQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetFilesetQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetFilesetQuota(*SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaWithContext(volcengine.Context, *SetFilesetQuotaInput, ...request.Option) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaRequest(*SetFilesetQuotaInput) (*request.Request, *SetFilesetQuotaOutput)
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)
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)
UpdateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFileset(*UpdateFilesetInput) (*UpdateFilesetOutput, error)
UpdateFilesetWithContext(volcengine.Context, *UpdateFilesetInput, ...request.Option) (*UpdateFilesetOutput, error)
UpdateFilesetRequest(*UpdateFilesetInput) (*request.Request, *UpdateFilesetOutput)
UpdateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateMountService(*UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
UpdateMountServiceWithContext(volcengine.Context, *UpdateMountServiceInput, ...request.Option) (*UpdateMountServiceOutput, error)
UpdateMountServiceRequest(*UpdateMountServiceInput) (*request.Request, *UpdateMountServiceOutput)
}
VEPFSAPI provides an interface to enable mocking the vepfs.VEPFS service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// VEPFS.
func myFunc(svc VEPFSAPI) bool {
// Make svc.AttachMountServiceToSelfFileSystem request
}
func main() {
sess := session.New()
svc := vepfs.New(sess)
myFunc(svc)
}
type ZoneForDescribeZonesOutput ¶
type ZoneForDescribeZonesOutput struct {
RegionId *string `type:"string" json:",omitempty"`
SaleInfos []*SaleInfoForDescribeZonesOutput `type:"list" json:",omitempty"`
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) SetRegionId ¶
func (s *ZoneForDescribeZonesOutput) SetRegionId(v string) *ZoneForDescribeZonesOutput
SetRegionId sets the RegionId field's value.
func (*ZoneForDescribeZonesOutput) SetSaleInfos ¶
func (s *ZoneForDescribeZonesOutput) SetSaleInfos(v []*SaleInfoForDescribeZonesOutput) *ZoneForDescribeZonesOutput
SetSaleInfos sets the SaleInfos field's value.
func (*ZoneForDescribeZonesOutput) SetZoneId ¶
func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (*ZoneForDescribeZonesOutput) SetZoneName ¶
func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
SetZoneName sets the ZoneName field's value.
func (ZoneForDescribeZonesOutput) String ¶
func (s ZoneForDescribeZonesOutput) String() string
String returns the string representation
Source Files
¶
- api_attach_mount_service_to_self_file_system.go
- api_cancel_data_flow_task.go
- api_config_data_flow_bandwidth.go
- api_create_data_flow_task.go
- api_create_file_system.go
- api_create_fileset.go
- api_create_mount_service.go
- api_create_pre_signed_url.go
- api_delete_data_flow_task.go
- api_delete_file_system.go
- api_delete_fileset.go
- api_delete_mount_service.go
- api_describe_data_flow_bandwidth.go
- api_describe_data_flow_tasks.go
- api_describe_file_system_overview.go
- api_describe_file_system_statistics.go
- api_describe_file_systems.go
- api_describe_filesets.go
- api_describe_mount_service_node_types.go
- api_describe_mount_services.go
- api_describe_regions.go
- api_describe_zones.go
- api_detach_mount_service_from_self_file_system.go
- api_expand_file_system.go
- api_list_tags_for_resources.go
- api_set_fileset_qos.go
- api_set_fileset_quota.go
- api_tag_resources.go
- api_untag_resources.go
- api_update_file_system.go
- api_update_fileset.go
- api_update_mount_service.go
- interface_vepfs.go
- service_vepfs.go