vepfs

package
v1.0.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

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

View Source
const (
	// EnumOfDataTypeForCreateDataFlowTaskInputMetadata is a EnumOfDataTypeForCreateDataFlowTaskInput enum value
	EnumOfDataTypeForCreateDataFlowTaskInputMetadata = "Metadata"

	// EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData is a EnumOfDataTypeForCreateDataFlowTaskInput enum value
	EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value
	EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip = "Skip"

	// EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value
	EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile = "NormalFile"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputSystem = "System"

	// EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputCustom = "Custom"
)
View Source
const (
	// EnumOfTypeForCreateFileSystemOutputSystem is a EnumOfTypeForCreateFileSystemOutput enum value
	EnumOfTypeForCreateFileSystemOutputSystem = "System"

	// EnumOfTypeForCreateFileSystemOutputCustom is a EnumOfTypeForCreateFileSystemOutput enum value
	EnumOfTypeForCreateFileSystemOutputCustom = "Custom"
)
View Source
const (
	// ConvertEnumOfLogicOperatorForCreateLensPolicyInputOr is a ConvertEnumOfLogicOperatorForCreateLensPolicyInput enum value
	ConvertEnumOfLogicOperatorForCreateLensPolicyInputOr = "Or"

	// ConvertEnumOfLogicOperatorForCreateLensPolicyInputAnd is a ConvertEnumOfLogicOperatorForCreateLensPolicyInput enum value
	ConvertEnumOfLogicOperatorForCreateLensPolicyInputAnd = "And"
)
View Source
const (
	// EnumOfConstraintTypeForCreateLensPolicyInputBefore is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputBefore = "Before"

	// EnumOfConstraintTypeForCreateLensPolicyInputUntilNow is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputUntilNow = "UntilNow"

	// EnumOfConstraintTypeForCreateLensPolicyInputBetween is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputBetween = "Between"

	// EnumOfConstraintTypeForCreateLensPolicyInputGreater is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputGreater = "Greater"

	// EnumOfConstraintTypeForCreateLensPolicyInputGreaterEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputGreaterEqual = "GreaterEqual"

	// EnumOfConstraintTypeForCreateLensPolicyInputLess is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputLess = "Less"

	// EnumOfConstraintTypeForCreateLensPolicyInputLessEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputLessEqual = "LessEqual"

	// EnumOfConstraintTypeForCreateLensPolicyInputEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputEqual = "Equal"

	// EnumOfConstraintTypeForCreateLensPolicyInputContain is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputContain = "Contain"

	// EnumOfConstraintTypeForCreateLensPolicyInputPrefix is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputPrefix = "Prefix"

	// EnumOfConstraintTypeForCreateLensPolicyInputNotEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputNotEqual = "NotEqual"

	// EnumOfConstraintTypeForCreateLensPolicyInputNotContain is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputNotContain = "NotContain"

	// EnumOfConstraintTypeForCreateLensPolicyInputNotPrefix is a EnumOfConstraintTypeForCreateLensPolicyInput enum value
	EnumOfConstraintTypeForCreateLensPolicyInputNotPrefix = "NotPrefix"
)
View Source
const (
	// EnumOfDimensionForCreateLensPolicyInputSize is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputSize = "Size"

	// EnumOfDimensionForCreateLensPolicyInputCreationTime is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputCreationTime = "CreationTime"

	// EnumOfDimensionForCreateLensPolicyInputAccessTime is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputAccessTime = "AccessTime"

	// EnumOfDimensionForCreateLensPolicyInputChangeTime is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputChangeTime = "ChangeTime"

	// EnumOfDimensionForCreateLensPolicyInputModifyTime is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputModifyTime = "ModifyTime"

	// EnumOfDimensionForCreateLensPolicyInputType is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputType = "Type"

	// EnumOfDimensionForCreateLensPolicyInputExtension is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputExtension = "Extension"

	// EnumOfDimensionForCreateLensPolicyInputName is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputName = "Name"

	// EnumOfDimensionForCreateLensPolicyInputPath is a EnumOfDimensionForCreateLensPolicyInput enum value
	EnumOfDimensionForCreateLensPolicyInputPath = "Path"
)
View Source
const (
	// EnumOfLogicOperatorForCreateLensPolicyInputOr is a EnumOfLogicOperatorForCreateLensPolicyInput enum value
	EnumOfLogicOperatorForCreateLensPolicyInputOr = "Or"

	// EnumOfLogicOperatorForCreateLensPolicyInputAnd is a EnumOfLogicOperatorForCreateLensPolicyInput enum value
	EnumOfLogicOperatorForCreateLensPolicyInputAnd = "And"

	// EnumOfLogicOperatorForCreateLensPolicyInputAndNot is a EnumOfLogicOperatorForCreateLensPolicyInput enum value
	EnumOfLogicOperatorForCreateLensPolicyInputAndNot = "AndNot"
)
View Source
const (
	// EnumOfMaxValueUnitForCreateLensPolicyInputByte is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputByte = "Byte"

	// EnumOfMaxValueUnitForCreateLensPolicyInputKiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputKiB = "KiB"

	// EnumOfMaxValueUnitForCreateLensPolicyInputMiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputMiB = "MiB"

	// EnumOfMaxValueUnitForCreateLensPolicyInputGiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputGiB = "GiB"

	// EnumOfMaxValueUnitForCreateLensPolicyInputTiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputTiB = "TiB"

	// EnumOfMaxValueUnitForCreateLensPolicyInputPiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputPiB = "PiB"

	// EnumOfMaxValueUnitForCreateLensPolicyInputDay is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputDay = "Day"

	// EnumOfMaxValueUnitForCreateLensPolicyInputSecond is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value
	EnumOfMaxValueUnitForCreateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfMinValueUnitForCreateLensPolicyInputByte is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputByte = "Byte"

	// EnumOfMinValueUnitForCreateLensPolicyInputKiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputKiB = "KiB"

	// EnumOfMinValueUnitForCreateLensPolicyInputMiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputMiB = "MiB"

	// EnumOfMinValueUnitForCreateLensPolicyInputGiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputGiB = "GiB"

	// EnumOfMinValueUnitForCreateLensPolicyInputTiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputTiB = "TiB"

	// EnumOfMinValueUnitForCreateLensPolicyInputPiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputPiB = "PiB"

	// EnumOfMinValueUnitForCreateLensPolicyInputDay is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputDay = "Day"

	// EnumOfMinValueUnitForCreateLensPolicyInputSecond is a EnumOfMinValueUnitForCreateLensPolicyInput enum value
	EnumOfMinValueUnitForCreateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfUnitForCreateLensPolicyInputNull is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputNull = "Null"

	// EnumOfUnitForCreateLensPolicyInputByte is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputByte = "Byte"

	// EnumOfUnitForCreateLensPolicyInputKiB is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputKiB = "KiB"

	// EnumOfUnitForCreateLensPolicyInputMiB is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputMiB = "MiB"

	// EnumOfUnitForCreateLensPolicyInputGiB is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputGiB = "GiB"

	// EnumOfUnitForCreateLensPolicyInputTiB is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputTiB = "TiB"

	// EnumOfUnitForCreateLensPolicyInputPiB is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputPiB = "PiB"

	// EnumOfUnitForCreateLensPolicyInputDay is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputDay = "Day"

	// EnumOfUnitForCreateLensPolicyInputSecond is a EnumOfUnitForCreateLensPolicyInput enum value
	EnumOfUnitForCreateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfValueTypeForCreateLensPolicyInputStorageUnit is a EnumOfValueTypeForCreateLensPolicyInput enum value
	EnumOfValueTypeForCreateLensPolicyInputStorageUnit = "StorageUnit"

	// EnumOfValueTypeForCreateLensPolicyInputTimestamp is a EnumOfValueTypeForCreateLensPolicyInput enum value
	EnumOfValueTypeForCreateLensPolicyInputTimestamp = "Timestamp"

	// EnumOfValueTypeForCreateLensPolicyInputRelativeTime is a EnumOfValueTypeForCreateLensPolicyInput enum value
	EnumOfValueTypeForCreateLensPolicyInputRelativeTime = "RelativeTime"

	// EnumOfValueTypeForCreateLensPolicyInputText is a EnumOfValueTypeForCreateLensPolicyInput enum value
	EnumOfValueTypeForCreateLensPolicyInputText = "Text"
)
View Source
const (
	// EnumOfAnalysisAttrListForCreateLensTaskInputInode is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputInode = "Inode"

	// EnumOfAnalysisAttrListForCreateLensTaskInputMode is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputMode = "Mode"

	// EnumOfAnalysisAttrListForCreateLensTaskInputNlink is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputNlink = "NLink"

	// EnumOfAnalysisAttrListForCreateLensTaskInputSize is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputSize = "Size"

	// EnumOfAnalysisAttrListForCreateLensTaskInputCreationTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputCreationTime = "CreationTime"

	// EnumOfAnalysisAttrListForCreateLensTaskInputAccessTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputAccessTime = "AccessTime"

	// EnumOfAnalysisAttrListForCreateLensTaskInputChangeTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputChangeTime = "ChangeTime"

	// EnumOfAnalysisAttrListForCreateLensTaskInputModifyTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputModifyTime = "ModifyTime"

	// EnumOfAnalysisAttrListForCreateLensTaskInputType is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputType = "Type"

	// EnumOfAnalysisAttrListForCreateLensTaskInputExtension is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputExtension = "Extension"

	// EnumOfAnalysisAttrListForCreateLensTaskInputName is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputName = "Name"

	// EnumOfAnalysisAttrListForCreateLensTaskInputPath is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value
	EnumOfAnalysisAttrListForCreateLensTaskInputPath = "Path"
)
View Source
const (
	// EnumOfConflictPolicyForCreateLensTaskInputConflict is a EnumOfConflictPolicyForCreateLensTaskInput enum value
	EnumOfConflictPolicyForCreateLensTaskInputConflict = "Conflict"

	// EnumOfConflictPolicyForCreateLensTaskInputEnqueue is a EnumOfConflictPolicyForCreateLensTaskInput enum value
	EnumOfConflictPolicyForCreateLensTaskInputEnqueue = "Enqueue"
)
View Source
const (
	// EnumOfExportAttrListForCreateLensTaskInputInode is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputInode = "Inode"

	// EnumOfExportAttrListForCreateLensTaskInputMode is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputMode = "Mode"

	// EnumOfExportAttrListForCreateLensTaskInputNlink is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputNlink = "NLink"

	// EnumOfExportAttrListForCreateLensTaskInputSize is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputSize = "Size"

	// EnumOfExportAttrListForCreateLensTaskInputCreationTime is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputCreationTime = "CreationTime"

	// EnumOfExportAttrListForCreateLensTaskInputAccessTime is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputAccessTime = "AccessTime"

	// EnumOfExportAttrListForCreateLensTaskInputChangeTime is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputChangeTime = "ChangeTime"

	// EnumOfExportAttrListForCreateLensTaskInputModifyTime is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputModifyTime = "ModifyTime"

	// EnumOfExportAttrListForCreateLensTaskInputType is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputType = "Type"

	// EnumOfExportAttrListForCreateLensTaskInputExtension is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputExtension = "Extension"

	// EnumOfExportAttrListForCreateLensTaskInputName is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputName = "Name"

	// EnumOfExportAttrListForCreateLensTaskInputPath is a EnumOfExportAttrListForCreateLensTaskInput enum value
	EnumOfExportAttrListForCreateLensTaskInputPath = "Path"
)
View Source
const (
	// EnumOfLensTaskContentListForCreateLensTaskInputMetadataExport is a EnumOfLensTaskContentListForCreateLensTaskInput enum value
	EnumOfLensTaskContentListForCreateLensTaskInputMetadataExport = "MetadataExport"

	// EnumOfLensTaskContentListForCreateLensTaskInputMetadataAnalyze is a EnumOfLensTaskContentListForCreateLensTaskInput enum value
	EnumOfLensTaskContentListForCreateLensTaskInputMetadataAnalyze = "MetadataAnalyze"

	// EnumOfLensTaskContentListForCreateLensTaskInputCapacityStat is a EnumOfLensTaskContentListForCreateLensTaskInput enum value
	EnumOfLensTaskContentListForCreateLensTaskInputCapacityStat = "CapacityStat"
)
View Source
const (
	// EnumOfOnceRunTimingForCreateLensTaskInputNow is a EnumOfOnceRunTimingForCreateLensTaskInput enum value
	EnumOfOnceRunTimingForCreateLensTaskInputNow = "Now"

	// EnumOfOnceRunTimingForCreateLensTaskInputLater is a EnumOfOnceRunTimingForCreateLensTaskInput enum value
	EnumOfOnceRunTimingForCreateLensTaskInputLater = "Later"
)
View Source
const (
	// EnumOfPeriodUnitForCreateLensTaskInputHour is a EnumOfPeriodUnitForCreateLensTaskInput enum value
	EnumOfPeriodUnitForCreateLensTaskInputHour = "Hour"

	// EnumOfPeriodUnitForCreateLensTaskInputDay is a EnumOfPeriodUnitForCreateLensTaskInput enum value
	EnumOfPeriodUnitForCreateLensTaskInputDay = "Day"

	// EnumOfPeriodUnitForCreateLensTaskInputWeek is a EnumOfPeriodUnitForCreateLensTaskInput enum value
	EnumOfPeriodUnitForCreateLensTaskInputWeek = "Week"

	// EnumOfPeriodUnitForCreateLensTaskInputMonth is a EnumOfPeriodUnitForCreateLensTaskInput enum value
	EnumOfPeriodUnitForCreateLensTaskInputMonth = "Month"
)
View Source
const (
	// EnumOfScheduleTypeForCreateLensTaskInputOnce is a EnumOfScheduleTypeForCreateLensTaskInput enum value
	EnumOfScheduleTypeForCreateLensTaskInputOnce = "Once"

	// EnumOfScheduleTypeForCreateLensTaskInputTimed is a EnumOfScheduleTypeForCreateLensTaskInput enum value
	EnumOfScheduleTypeForCreateLensTaskInputTimed = "Timed"
)
View Source
const (
	// EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata = "Metadata"

	// EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value
	EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip = "Skip"

	// EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value
	EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile = "NormalFile"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value
	EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh = "zh"

	// EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value
	EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn = "en"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfLanguageCodeForDescribeFileSystemsInputZh is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value
	EnumOfLanguageCodeForDescribeFileSystemsInputZh = "zh"

	// EnumOfLanguageCodeForDescribeFileSystemsInputEn is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value
	EnumOfLanguageCodeForDescribeFileSystemsInputEn = "en"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputSystem = "System"

	// EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputOr is a ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput enum value
	ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputOr = "Or"

	// ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputAnd is a ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput enum value
	ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputAnd = "And"
)
View Source
const (
	// EnumOfConstraintTypeForDescribeLensPoliciesOutputBefore is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputBefore = "Before"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputUntilNow is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputUntilNow = "UntilNow"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputBetween is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputBetween = "Between"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputGreater is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputGreater = "Greater"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputGreaterEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputGreaterEqual = "GreaterEqual"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputLess is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputLess = "Less"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputLessEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputLessEqual = "LessEqual"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputEqual = "Equal"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputContain is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputContain = "Contain"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputPrefix is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputPrefix = "Prefix"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputNotEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputNotEqual = "NotEqual"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputNotContain is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputNotContain = "NotContain"

	// EnumOfConstraintTypeForDescribeLensPoliciesOutputNotPrefix is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value
	EnumOfConstraintTypeForDescribeLensPoliciesOutputNotPrefix = "NotPrefix"
)
View Source
const (
	// EnumOfDimensionForDescribeLensPoliciesOutputSize is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputSize = "Size"

	// EnumOfDimensionForDescribeLensPoliciesOutputCreationTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputCreationTime = "CreationTime"

	// EnumOfDimensionForDescribeLensPoliciesOutputAccessTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputAccessTime = "AccessTime"

	// EnumOfDimensionForDescribeLensPoliciesOutputChangeTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputChangeTime = "ChangeTime"

	// EnumOfDimensionForDescribeLensPoliciesOutputModifyTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputModifyTime = "ModifyTime"

	// EnumOfDimensionForDescribeLensPoliciesOutputType is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputType = "Type"

	// EnumOfDimensionForDescribeLensPoliciesOutputExtension is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputExtension = "Extension"

	// EnumOfDimensionForDescribeLensPoliciesOutputName is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputName = "Name"

	// EnumOfDimensionForDescribeLensPoliciesOutputPath is a EnumOfDimensionForDescribeLensPoliciesOutput enum value
	EnumOfDimensionForDescribeLensPoliciesOutputPath = "Path"
)
View Source
const (
	// EnumOfLogicOperatorForDescribeLensPoliciesOutputOr is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value
	EnumOfLogicOperatorForDescribeLensPoliciesOutputOr = "Or"

	// EnumOfLogicOperatorForDescribeLensPoliciesOutputAnd is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value
	EnumOfLogicOperatorForDescribeLensPoliciesOutputAnd = "And"

	// EnumOfLogicOperatorForDescribeLensPoliciesOutputAndNot is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value
	EnumOfLogicOperatorForDescribeLensPoliciesOutputAndNot = "AndNot"
)
View Source
const (
	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputByte is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputByte = "Byte"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputKiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputKiB = "KiB"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputMiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputMiB = "MiB"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputGiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputGiB = "GiB"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputTiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputTiB = "TiB"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputPiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputPiB = "PiB"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputDay is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputDay = "Day"

	// EnumOfMaxValueUnitForDescribeLensPoliciesOutputSecond is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMaxValueUnitForDescribeLensPoliciesOutputSecond = "Second"
)
View Source
const (
	// EnumOfMinValueUnitForDescribeLensPoliciesOutputByte is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputByte = "Byte"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputKiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputKiB = "KiB"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputMiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputMiB = "MiB"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputGiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputGiB = "GiB"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputTiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputTiB = "TiB"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputPiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputPiB = "PiB"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputDay is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputDay = "Day"

	// EnumOfMinValueUnitForDescribeLensPoliciesOutputSecond is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value
	EnumOfMinValueUnitForDescribeLensPoliciesOutputSecond = "Second"
)
View Source
const (
	// EnumOfUnitForDescribeLensPoliciesOutputNull is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputNull = "Null"

	// EnumOfUnitForDescribeLensPoliciesOutputByte is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputByte = "Byte"

	// EnumOfUnitForDescribeLensPoliciesOutputKiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputKiB = "KiB"

	// EnumOfUnitForDescribeLensPoliciesOutputMiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputMiB = "MiB"

	// EnumOfUnitForDescribeLensPoliciesOutputGiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputGiB = "GiB"

	// EnumOfUnitForDescribeLensPoliciesOutputTiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputTiB = "TiB"

	// EnumOfUnitForDescribeLensPoliciesOutputPiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputPiB = "PiB"

	// EnumOfUnitForDescribeLensPoliciesOutputDay is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputDay = "Day"

	// EnumOfUnitForDescribeLensPoliciesOutputSecond is a EnumOfUnitForDescribeLensPoliciesOutput enum value
	EnumOfUnitForDescribeLensPoliciesOutputSecond = "Second"
)
View Source
const (
	// EnumOfValueTypeForDescribeLensPoliciesOutputStorageUnit is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value
	EnumOfValueTypeForDescribeLensPoliciesOutputStorageUnit = "StorageUnit"

	// EnumOfValueTypeForDescribeLensPoliciesOutputTimestamp is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value
	EnumOfValueTypeForDescribeLensPoliciesOutputTimestamp = "Timestamp"

	// EnumOfValueTypeForDescribeLensPoliciesOutputRelativeTime is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value
	EnumOfValueTypeForDescribeLensPoliciesOutputRelativeTime = "RelativeTime"

	// EnumOfValueTypeForDescribeLensPoliciesOutputText is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value
	EnumOfValueTypeForDescribeLensPoliciesOutputText = "Text"
)
View Source
const (
	// ConvertEnumOfStatusForDescribeLensServicesOutputRunning is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputRunning = "Running"

	// ConvertEnumOfStatusForDescribeLensServicesOutputStopped is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputStopped = "Stopped"

	// ConvertEnumOfStatusForDescribeLensServicesOutputStarting is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputStarting = "Starting"

	// ConvertEnumOfStatusForDescribeLensServicesOutputStopping is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputStopping = "Stopping"

	// ConvertEnumOfStatusForDescribeLensServicesOutputFailed is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputFailed = "Failed"

	// ConvertEnumOfStatusForDescribeLensServicesOutputUpdating is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value
	ConvertEnumOfStatusForDescribeLensServicesOutputUpdating = "Updating"
)
View Source
const (
	// EnumOfFeatureForDescribeLensServicesOutputCustom is a EnumOfFeatureForDescribeLensServicesOutput enum value
	EnumOfFeatureForDescribeLensServicesOutputCustom = "Custom"

	// EnumOfFeatureForDescribeLensServicesOutputSystem is a EnumOfFeatureForDescribeLensServicesOutput enum value
	EnumOfFeatureForDescribeLensServicesOutputSystem = "System"
)
View Source
const (
	// EnumOfStatusForDescribeLensServicesInputRunning is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputRunning = "Running"

	// EnumOfStatusForDescribeLensServicesInputStopped is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputStopped = "Stopped"

	// EnumOfStatusForDescribeLensServicesInputStarting is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputStarting = "Starting"

	// EnumOfStatusForDescribeLensServicesInputStopping is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputStopping = "Stopping"

	// EnumOfStatusForDescribeLensServicesInputFailed is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputFailed = "Failed"

	// EnumOfStatusForDescribeLensServicesInputUpdating is a EnumOfStatusForDescribeLensServicesInput enum value
	EnumOfStatusForDescribeLensServicesInputUpdating = "Updating"
)
View Source
const (
	// EnumOfStatusForDescribeLensServicesOutputRunning is a EnumOfStatusForDescribeLensServicesOutput enum value
	EnumOfStatusForDescribeLensServicesOutputRunning = "Running"

	// EnumOfStatusForDescribeLensServicesOutputStopped is a EnumOfStatusForDescribeLensServicesOutput enum value
	EnumOfStatusForDescribeLensServicesOutputStopped = "Stopped"

	// EnumOfStatusForDescribeLensServicesOutputStarting is a EnumOfStatusForDescribeLensServicesOutput enum value
	EnumOfStatusForDescribeLensServicesOutputStarting = "Starting"

	// EnumOfStatusForDescribeLensServicesOutputStopping is a EnumOfStatusForDescribeLensServicesOutput enum value
	EnumOfStatusForDescribeLensServicesOutputStopping = "Stopping"

	// EnumOfStatusForDescribeLensServicesOutputFailed is a EnumOfStatusForDescribeLensServicesOutput enum value
	EnumOfStatusForDescribeLensServicesOutputFailed = "Failed"
)
View Source
const (
	// ConvertEnumOfLogicOperatorForDescribeLensTasksOutputOr is a ConvertEnumOfLogicOperatorForDescribeLensTasksOutput enum value
	ConvertEnumOfLogicOperatorForDescribeLensTasksOutputOr = "Or"

	// ConvertEnumOfLogicOperatorForDescribeLensTasksOutputAnd is a ConvertEnumOfLogicOperatorForDescribeLensTasksOutput enum value
	ConvertEnumOfLogicOperatorForDescribeLensTasksOutputAnd = "And"
)
View Source
const (
	// EnumOfAnalysisAttrListForDescribeLensTasksOutputInode is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputInode = "Inode"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputMode is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputMode = "Mode"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputNlink is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputNlink = "NLink"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputSize is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputSize = "Size"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputCreationTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputCreationTime = "CreationTime"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputAccessTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputAccessTime = "AccessTime"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputChangeTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputChangeTime = "ChangeTime"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputModifyTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputModifyTime = "ModifyTime"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputType is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputType = "Type"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputExtension is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputExtension = "Extension"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputName is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputName = "Name"

	// EnumOfAnalysisAttrListForDescribeLensTasksOutputPath is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value
	EnumOfAnalysisAttrListForDescribeLensTasksOutputPath = "Path"
)
View Source
const (
	// EnumOfConflictPolicyForDescribeLensTasksOutputConflict is a EnumOfConflictPolicyForDescribeLensTasksOutput enum value
	EnumOfConflictPolicyForDescribeLensTasksOutputConflict = "Conflict"

	// EnumOfConflictPolicyForDescribeLensTasksOutputEnqueue is a EnumOfConflictPolicyForDescribeLensTasksOutput enum value
	EnumOfConflictPolicyForDescribeLensTasksOutputEnqueue = "Enqueue"
)
View Source
const (
	// EnumOfConstraintTypeForDescribeLensTasksOutputBefore is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputBefore = "Before"

	// EnumOfConstraintTypeForDescribeLensTasksOutputUntilNow is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputUntilNow = "UntilNow"

	// EnumOfConstraintTypeForDescribeLensTasksOutputBetween is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputBetween = "Between"

	// EnumOfConstraintTypeForDescribeLensTasksOutputGreater is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputGreater = "Greater"

	// EnumOfConstraintTypeForDescribeLensTasksOutputGreaterEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputGreaterEqual = "GreaterEqual"

	// EnumOfConstraintTypeForDescribeLensTasksOutputLess is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputLess = "Less"

	// EnumOfConstraintTypeForDescribeLensTasksOutputLessEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputLessEqual = "LessEqual"

	// EnumOfConstraintTypeForDescribeLensTasksOutputEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputEqual = "Equal"

	// EnumOfConstraintTypeForDescribeLensTasksOutputContain is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputContain = "Contain"

	// EnumOfConstraintTypeForDescribeLensTasksOutputPrefix is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputPrefix = "Prefix"

	// EnumOfConstraintTypeForDescribeLensTasksOutputNotEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputNotEqual = "NotEqual"

	// EnumOfConstraintTypeForDescribeLensTasksOutputNotContain is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputNotContain = "NotContain"

	// EnumOfConstraintTypeForDescribeLensTasksOutputNotPrefix is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value
	EnumOfConstraintTypeForDescribeLensTasksOutputNotPrefix = "NotPrefix"
)
View Source
const (
	// EnumOfDimensionForDescribeLensTasksOutputSize is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputSize = "Size"

	// EnumOfDimensionForDescribeLensTasksOutputCreationTime is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputCreationTime = "CreationTime"

	// EnumOfDimensionForDescribeLensTasksOutputAccessTime is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputAccessTime = "AccessTime"

	// EnumOfDimensionForDescribeLensTasksOutputChangeTime is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputChangeTime = "ChangeTime"

	// EnumOfDimensionForDescribeLensTasksOutputModifyTime is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputModifyTime = "ModifyTime"

	// EnumOfDimensionForDescribeLensTasksOutputType is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputType = "Type"

	// EnumOfDimensionForDescribeLensTasksOutputExtension is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputExtension = "Extension"

	// EnumOfDimensionForDescribeLensTasksOutputName is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputName = "Name"

	// EnumOfDimensionForDescribeLensTasksOutputPath is a EnumOfDimensionForDescribeLensTasksOutput enum value
	EnumOfDimensionForDescribeLensTasksOutputPath = "Path"
)
View Source
const (
	// EnumOfExportAttrListForDescribeLensTasksOutputInode is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputInode = "Inode"

	// EnumOfExportAttrListForDescribeLensTasksOutputMode is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputMode = "Mode"

	// EnumOfExportAttrListForDescribeLensTasksOutputNlink is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputNlink = "NLink"

	// EnumOfExportAttrListForDescribeLensTasksOutputSize is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputSize = "Size"

	// EnumOfExportAttrListForDescribeLensTasksOutputCreationTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputCreationTime = "CreationTime"

	// EnumOfExportAttrListForDescribeLensTasksOutputAccessTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputAccessTime = "AccessTime"

	// EnumOfExportAttrListForDescribeLensTasksOutputChangeTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputChangeTime = "ChangeTime"

	// EnumOfExportAttrListForDescribeLensTasksOutputModifyTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputModifyTime = "ModifyTime"

	// EnumOfExportAttrListForDescribeLensTasksOutputType is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputType = "Type"

	// EnumOfExportAttrListForDescribeLensTasksOutputExtension is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputExtension = "Extension"

	// EnumOfExportAttrListForDescribeLensTasksOutputName is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputName = "Name"

	// EnumOfExportAttrListForDescribeLensTasksOutputPath is a EnumOfExportAttrListForDescribeLensTasksOutput enum value
	EnumOfExportAttrListForDescribeLensTasksOutputPath = "Path"
)
View Source
const (
	// EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataExport is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value
	EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataExport = "MetadataExport"

	// EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataAnalyze is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value
	EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataAnalyze = "MetadataAnalyze"

	// EnumOfLensTaskContentListForDescribeLensTasksOutputCapacityStat is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value
	EnumOfLensTaskContentListForDescribeLensTasksOutputCapacityStat = "CapacityStat"
)
View Source
const (
	// EnumOfLogicOperatorForDescribeLensTasksOutputOr is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value
	EnumOfLogicOperatorForDescribeLensTasksOutputOr = "Or"

	// EnumOfLogicOperatorForDescribeLensTasksOutputAnd is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value
	EnumOfLogicOperatorForDescribeLensTasksOutputAnd = "And"

	// EnumOfLogicOperatorForDescribeLensTasksOutputAndNot is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value
	EnumOfLogicOperatorForDescribeLensTasksOutputAndNot = "AndNot"
)
View Source
const (
	// EnumOfMaxValueUnitForDescribeLensTasksOutputByte is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputByte = "Byte"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputKiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputKiB = "KiB"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputMiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputMiB = "MiB"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputGiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputGiB = "GiB"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputTiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputTiB = "TiB"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputPiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputPiB = "PiB"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputDay is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputDay = "Day"

	// EnumOfMaxValueUnitForDescribeLensTasksOutputSecond is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value
	EnumOfMaxValueUnitForDescribeLensTasksOutputSecond = "Second"
)
View Source
const (
	// EnumOfMinValueUnitForDescribeLensTasksOutputByte is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputByte = "Byte"

	// EnumOfMinValueUnitForDescribeLensTasksOutputKiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputKiB = "KiB"

	// EnumOfMinValueUnitForDescribeLensTasksOutputMiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputMiB = "MiB"

	// EnumOfMinValueUnitForDescribeLensTasksOutputGiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputGiB = "GiB"

	// EnumOfMinValueUnitForDescribeLensTasksOutputTiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputTiB = "TiB"

	// EnumOfMinValueUnitForDescribeLensTasksOutputPiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputPiB = "PiB"

	// EnumOfMinValueUnitForDescribeLensTasksOutputDay is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputDay = "Day"

	// EnumOfMinValueUnitForDescribeLensTasksOutputSecond is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value
	EnumOfMinValueUnitForDescribeLensTasksOutputSecond = "Second"
)
View Source
const (
	// EnumOfOnceRunTimingForDescribeLensTasksOutputNow is a EnumOfOnceRunTimingForDescribeLensTasksOutput enum value
	EnumOfOnceRunTimingForDescribeLensTasksOutputNow = "Now"

	// EnumOfOnceRunTimingForDescribeLensTasksOutputLater is a EnumOfOnceRunTimingForDescribeLensTasksOutput enum value
	EnumOfOnceRunTimingForDescribeLensTasksOutputLater = "Later"
)
View Source
const (
	// EnumOfPeriodUnitForDescribeLensTasksOutputHour is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value
	EnumOfPeriodUnitForDescribeLensTasksOutputHour = "Hour"

	// EnumOfPeriodUnitForDescribeLensTasksOutputDay is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value
	EnumOfPeriodUnitForDescribeLensTasksOutputDay = "Day"

	// EnumOfPeriodUnitForDescribeLensTasksOutputWeek is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value
	EnumOfPeriodUnitForDescribeLensTasksOutputWeek = "Week"

	// EnumOfPeriodUnitForDescribeLensTasksOutputMonth is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value
	EnumOfPeriodUnitForDescribeLensTasksOutputMonth = "Month"
)
View Source
const (
	// EnumOfScheduleTypeForDescribeLensTasksOutputOnce is a EnumOfScheduleTypeForDescribeLensTasksOutput enum value
	EnumOfScheduleTypeForDescribeLensTasksOutputOnce = "Once"

	// EnumOfScheduleTypeForDescribeLensTasksOutputTimed is a EnumOfScheduleTypeForDescribeLensTasksOutput enum value
	EnumOfScheduleTypeForDescribeLensTasksOutputTimed = "Timed"
)
View Source
const (
	// EnumOfStageForDescribeLensTasksOutputPending is a EnumOfStageForDescribeLensTasksOutput enum value
	EnumOfStageForDescribeLensTasksOutputPending = "Pending"

	// EnumOfStageForDescribeLensTasksOutputScanning is a EnumOfStageForDescribeLensTasksOutput enum value
	EnumOfStageForDescribeLensTasksOutputScanning = "Scanning"

	// EnumOfStageForDescribeLensTasksOutputProcessing is a EnumOfStageForDescribeLensTasksOutput enum value
	EnumOfStageForDescribeLensTasksOutputProcessing = "Processing"

	// EnumOfStageForDescribeLensTasksOutputGenerating is a EnumOfStageForDescribeLensTasksOutput enum value
	EnumOfStageForDescribeLensTasksOutputGenerating = "Generating"

	// EnumOfStageForDescribeLensTasksOutputGenerated is a EnumOfStageForDescribeLensTasksOutput enum value
	EnumOfStageForDescribeLensTasksOutputGenerated = "Generated"
)
View Source
const (
	// EnumOfStatusForDescribeLensTasksOutputCreating is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputCreating = "Creating"

	// EnumOfStatusForDescribeLensTasksOutputPending is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputPending = "Pending"

	// EnumOfStatusForDescribeLensTasksOutputStarting is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputStarting = "Starting"

	// EnumOfStatusForDescribeLensTasksOutputRunning is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputRunning = "Running"

	// EnumOfStatusForDescribeLensTasksOutputCanceling is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputCanceling = "Canceling"

	// EnumOfStatusForDescribeLensTasksOutputCompleted is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputCompleted = "Completed"

	// EnumOfStatusForDescribeLensTasksOutputCancelled is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputCancelled = "Cancelled"

	// EnumOfStatusForDescribeLensTasksOutputAbnormal is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputAbnormal = "Abnormal"

	// EnumOfStatusForDescribeLensTasksOutputConflicted is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputConflicted = "Conflicted"

	// EnumOfStatusForDescribeLensTasksOutputFailed is a EnumOfStatusForDescribeLensTasksOutput enum value
	EnumOfStatusForDescribeLensTasksOutputFailed = "Failed"
)
View Source
const (
	// EnumOfStatusListForDescribeLensTasksInputCreating is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputCreating = "Creating"

	// EnumOfStatusListForDescribeLensTasksInputPending is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputPending = "Pending"

	// EnumOfStatusListForDescribeLensTasksInputStarting is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputStarting = "Starting"

	// EnumOfStatusListForDescribeLensTasksInputRunning is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputRunning = "Running"

	// EnumOfStatusListForDescribeLensTasksInputCanceling is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputCanceling = "Canceling"

	// EnumOfStatusListForDescribeLensTasksInputCompleted is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputCompleted = "Completed"

	// EnumOfStatusListForDescribeLensTasksInputCancelled is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputCancelled = "Cancelled"

	// EnumOfStatusListForDescribeLensTasksInputAbnormal is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputAbnormal = "Abnormal"

	// EnumOfStatusListForDescribeLensTasksInputConflicted is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputConflicted = "Conflicted"

	// EnumOfStatusListForDescribeLensTasksInputFailed is a EnumOfStatusListForDescribeLensTasksInput enum value
	EnumOfStatusListForDescribeLensTasksInputFailed = "Failed"
)
View Source
const (
	// EnumOfUnitForDescribeLensTasksOutputNull is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputNull = "Null"

	// EnumOfUnitForDescribeLensTasksOutputByte is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputByte = "Byte"

	// EnumOfUnitForDescribeLensTasksOutputKiB is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputKiB = "KiB"

	// EnumOfUnitForDescribeLensTasksOutputMiB is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputMiB = "MiB"

	// EnumOfUnitForDescribeLensTasksOutputGiB is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputGiB = "GiB"

	// EnumOfUnitForDescribeLensTasksOutputTiB is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputTiB = "TiB"

	// EnumOfUnitForDescribeLensTasksOutputPiB is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputPiB = "PiB"

	// EnumOfUnitForDescribeLensTasksOutputDay is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputDay = "Day"

	// EnumOfUnitForDescribeLensTasksOutputSecond is a EnumOfUnitForDescribeLensTasksOutput enum value
	EnumOfUnitForDescribeLensTasksOutputSecond = "Second"
)
View Source
const (
	// EnumOfValueTypeForDescribeLensTasksOutputStorageUnit is a EnumOfValueTypeForDescribeLensTasksOutput enum value
	EnumOfValueTypeForDescribeLensTasksOutputStorageUnit = "StorageUnit"

	// EnumOfValueTypeForDescribeLensTasksOutputTimestamp is a EnumOfValueTypeForDescribeLensTasksOutput enum value
	EnumOfValueTypeForDescribeLensTasksOutputTimestamp = "Timestamp"

	// EnumOfValueTypeForDescribeLensTasksOutputRelativeTime is a EnumOfValueTypeForDescribeLensTasksOutput enum value
	EnumOfValueTypeForDescribeLensTasksOutputRelativeTime = "RelativeTime"

	// EnumOfValueTypeForDescribeLensTasksOutputText is a EnumOfValueTypeForDescribeLensTasksOutput enum value
	EnumOfValueTypeForDescribeLensTasksOutputText = "Text"
)
View Source
const (
	// EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value
	EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh = "zh"

	// EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value
	EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn = "en"
)
View Source
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"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfLanguageCodeForDescribeMountServicesInputZh is a EnumOfLanguageCodeForDescribeMountServicesInput enum value
	EnumOfLanguageCodeForDescribeMountServicesInputZh = "zh"

	// EnumOfLanguageCodeForDescribeMountServicesInputEn is a EnumOfLanguageCodeForDescribeMountServicesInput enum value
	EnumOfLanguageCodeForDescribeMountServicesInputEn = "en"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfLanguageCodeForDescribeZonesInputZh is a EnumOfLanguageCodeForDescribeZonesInput enum value
	EnumOfLanguageCodeForDescribeZonesInputZh = "zh"

	// EnumOfLanguageCodeForDescribeZonesInputEn is a EnumOfLanguageCodeForDescribeZonesInput enum value
	EnumOfLanguageCodeForDescribeZonesInputEn = "en"
)
View Source
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"
)
View Source
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"
)
View Source
const (
	// EnumOfLensFeatureForStartLensServiceInputCustom is a EnumOfLensFeatureForStartLensServiceInput enum value
	EnumOfLensFeatureForStartLensServiceInputCustom = "Custom"

	// EnumOfLensFeatureForStartLensServiceInputSystem is a EnumOfLensFeatureForStartLensServiceInput enum value
	EnumOfLensFeatureForStartLensServiceInputSystem = "System"
)
View Source
const (
	// EnumOfLensFeatureForStopLensServiceInputCustom is a EnumOfLensFeatureForStopLensServiceInput enum value
	EnumOfLensFeatureForStopLensServiceInputCustom = "Custom"

	// EnumOfLensFeatureForStopLensServiceInputSystem is a EnumOfLensFeatureForStopLensServiceInput enum value
	EnumOfLensFeatureForStopLensServiceInputSystem = "System"
)
View Source
const (
	// EnumOfTypeForUpdateFileSystemInputSystem is a EnumOfTypeForUpdateFileSystemInput enum value
	EnumOfTypeForUpdateFileSystemInputSystem = "System"

	// EnumOfTypeForUpdateFileSystemInputCustom is a EnumOfTypeForUpdateFileSystemInput enum value
	EnumOfTypeForUpdateFileSystemInputCustom = "Custom"
)
View Source
const (
	// ConvertEnumOfLogicOperatorForUpdateLensPolicyInputOr is a ConvertEnumOfLogicOperatorForUpdateLensPolicyInput enum value
	ConvertEnumOfLogicOperatorForUpdateLensPolicyInputOr = "Or"

	// ConvertEnumOfLogicOperatorForUpdateLensPolicyInputAnd is a ConvertEnumOfLogicOperatorForUpdateLensPolicyInput enum value
	ConvertEnumOfLogicOperatorForUpdateLensPolicyInputAnd = "And"
)
View Source
const (
	// EnumOfConstraintTypeForUpdateLensPolicyInputBefore is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputBefore = "Before"

	// EnumOfConstraintTypeForUpdateLensPolicyInputUntilNow is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputUntilNow = "UntilNow"

	// EnumOfConstraintTypeForUpdateLensPolicyInputBetween is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputBetween = "Between"

	// EnumOfConstraintTypeForUpdateLensPolicyInputGreater is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputGreater = "Greater"

	// EnumOfConstraintTypeForUpdateLensPolicyInputGreaterEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputGreaterEqual = "GreaterEqual"

	// EnumOfConstraintTypeForUpdateLensPolicyInputLess is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputLess = "Less"

	// EnumOfConstraintTypeForUpdateLensPolicyInputLessEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputLessEqual = "LessEqual"

	// EnumOfConstraintTypeForUpdateLensPolicyInputEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputEqual = "Equal"

	// EnumOfConstraintTypeForUpdateLensPolicyInputContain is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputContain = "Contain"

	// EnumOfConstraintTypeForUpdateLensPolicyInputPrefix is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputPrefix = "Prefix"

	// EnumOfConstraintTypeForUpdateLensPolicyInputNotEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputNotEqual = "NotEqual"

	// EnumOfConstraintTypeForUpdateLensPolicyInputNotContain is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputNotContain = "NotContain"

	// EnumOfConstraintTypeForUpdateLensPolicyInputNotPrefix is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value
	EnumOfConstraintTypeForUpdateLensPolicyInputNotPrefix = "NotPrefix"
)
View Source
const (
	// EnumOfDimensionForUpdateLensPolicyInputSize is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputSize = "Size"

	// EnumOfDimensionForUpdateLensPolicyInputCreationTime is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputCreationTime = "CreationTime"

	// EnumOfDimensionForUpdateLensPolicyInputAccessTime is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputAccessTime = "AccessTime"

	// EnumOfDimensionForUpdateLensPolicyInputChangeTime is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputChangeTime = "ChangeTime"

	// EnumOfDimensionForUpdateLensPolicyInputModifyTime is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputModifyTime = "ModifyTime"

	// EnumOfDimensionForUpdateLensPolicyInputType is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputType = "Type"

	// EnumOfDimensionForUpdateLensPolicyInputExtension is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputExtension = "Extension"

	// EnumOfDimensionForUpdateLensPolicyInputName is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputName = "Name"

	// EnumOfDimensionForUpdateLensPolicyInputPath is a EnumOfDimensionForUpdateLensPolicyInput enum value
	EnumOfDimensionForUpdateLensPolicyInputPath = "Path"
)
View Source
const (
	// EnumOfLogicOperatorForUpdateLensPolicyInputOr is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value
	EnumOfLogicOperatorForUpdateLensPolicyInputOr = "Or"

	// EnumOfLogicOperatorForUpdateLensPolicyInputAnd is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value
	EnumOfLogicOperatorForUpdateLensPolicyInputAnd = "And"

	// EnumOfLogicOperatorForUpdateLensPolicyInputAndNot is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value
	EnumOfLogicOperatorForUpdateLensPolicyInputAndNot = "AndNot"
)
View Source
const (
	// EnumOfMaxValueUnitForUpdateLensPolicyInputByte is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputByte = "Byte"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputKiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputKiB = "KiB"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputMiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputMiB = "MiB"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputGiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputGiB = "GiB"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputTiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputTiB = "TiB"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputPiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputPiB = "PiB"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputDay is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputDay = "Day"

	// EnumOfMaxValueUnitForUpdateLensPolicyInputSecond is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value
	EnumOfMaxValueUnitForUpdateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfMinValueUnitForUpdateLensPolicyInputByte is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputByte = "Byte"

	// EnumOfMinValueUnitForUpdateLensPolicyInputKiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputKiB = "KiB"

	// EnumOfMinValueUnitForUpdateLensPolicyInputMiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputMiB = "MiB"

	// EnumOfMinValueUnitForUpdateLensPolicyInputGiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputGiB = "GiB"

	// EnumOfMinValueUnitForUpdateLensPolicyInputTiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputTiB = "TiB"

	// EnumOfMinValueUnitForUpdateLensPolicyInputPiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputPiB = "PiB"

	// EnumOfMinValueUnitForUpdateLensPolicyInputDay is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputDay = "Day"

	// EnumOfMinValueUnitForUpdateLensPolicyInputSecond is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value
	EnumOfMinValueUnitForUpdateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfUnitForUpdateLensPolicyInputNull is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputNull = "Null"

	// EnumOfUnitForUpdateLensPolicyInputByte is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputByte = "Byte"

	// EnumOfUnitForUpdateLensPolicyInputKiB is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputKiB = "KiB"

	// EnumOfUnitForUpdateLensPolicyInputMiB is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputMiB = "MiB"

	// EnumOfUnitForUpdateLensPolicyInputGiB is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputGiB = "GiB"

	// EnumOfUnitForUpdateLensPolicyInputTiB is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputTiB = "TiB"

	// EnumOfUnitForUpdateLensPolicyInputPiB is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputPiB = "PiB"

	// EnumOfUnitForUpdateLensPolicyInputDay is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputDay = "Day"

	// EnumOfUnitForUpdateLensPolicyInputSecond is a EnumOfUnitForUpdateLensPolicyInput enum value
	EnumOfUnitForUpdateLensPolicyInputSecond = "Second"
)
View Source
const (
	// EnumOfValueTypeForUpdateLensPolicyInputStorageUnit is a EnumOfValueTypeForUpdateLensPolicyInput enum value
	EnumOfValueTypeForUpdateLensPolicyInputStorageUnit = "StorageUnit"

	// EnumOfValueTypeForUpdateLensPolicyInputTimestamp is a EnumOfValueTypeForUpdateLensPolicyInput enum value
	EnumOfValueTypeForUpdateLensPolicyInputTimestamp = "Timestamp"

	// EnumOfValueTypeForUpdateLensPolicyInputRelativeTime is a EnumOfValueTypeForUpdateLensPolicyInput enum value
	EnumOfValueTypeForUpdateLensPolicyInputRelativeTime = "RelativeTime"

	// EnumOfValueTypeForUpdateLensPolicyInputText is a EnumOfValueTypeForUpdateLensPolicyInput enum value
	EnumOfValueTypeForUpdateLensPolicyInputText = "Text"
)
View Source
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

View Source
const (
	// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
	EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
View Source
const (
	// EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo"
)
View Source
const (
	// EnumOfFileSystemTypeForCreateFileSystemInputVePfs is a EnumOfFileSystemTypeForCreateFileSystemInput enum value
	EnumOfFileSystemTypeForCreateFileSystemInputVePfs = "VePFS"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutput enum value
	EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs = "VePFS"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
	EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs = "VePFS"
)
View Source
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

GoString returns the string representation

func (*AttachFileSystemForDescribeMountServicesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath

SetCustomerPath sets the CustomerPath field's value.

func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*AttachFileSystemForDescribeMountServicesOutput) SetStatus

SetStatus sets the Status field's value.

func (AttachFileSystemForDescribeMountServicesOutput) 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

GoString returns the string representation

func (*AttachMountServiceToSelfFileSystemInput) SetCustomerPath

SetCustomerPath sets the CustomerPath field's value.

func (*AttachMountServiceToSelfFileSystemInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*AttachMountServiceToSelfFileSystemInput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (AttachMountServiceToSelfFileSystemInput) String

String returns the string representation

func (*AttachMountServiceToSelfFileSystemInput) Validate

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

GoString returns the string representation

func (AttachMountServiceToSelfFileSystemOutput) String

String returns the string representation

type CancelDataFlowTaskInput

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

func (s CancelDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*CancelDataFlowTaskInput) SetDataFlowTaskId

func (s *CancelDataFlowTaskInput) SetDataFlowTaskId(v string) *CancelDataFlowTaskInput

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*CancelDataFlowTaskInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (CancelDataFlowTaskInput) String

func (s CancelDataFlowTaskInput) String() string

String returns the string representation

func (*CancelDataFlowTaskInput) Validate

func (s *CancelDataFlowTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelDataFlowTaskOutput

type CancelDataFlowTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CancelDataFlowTaskOutput) GoString

func (s CancelDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (CancelDataFlowTaskOutput) String

func (s CancelDataFlowTaskOutput) String() string

String returns the string representation

type CancelLensTaskInput

type CancelLensTaskInput struct {

	// LensTaskId is a required field
	LensTaskId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CancelLensTaskInput) GoString

func (s CancelLensTaskInput) GoString() string

GoString returns the string representation

func (*CancelLensTaskInput) SetLensTaskId

func (s *CancelLensTaskInput) SetLensTaskId(v string) *CancelLensTaskInput

SetLensTaskId sets the LensTaskId field's value.

func (CancelLensTaskInput) String

func (s CancelLensTaskInput) String() string

String returns the string representation

func (*CancelLensTaskInput) Validate

func (s *CancelLensTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelLensTaskOutput

type CancelLensTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (CancelLensTaskOutput) GoString

func (s CancelLensTaskOutput) GoString() string

GoString returns the string representation

func (CancelLensTaskOutput) String

func (s CancelLensTaskOutput) 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

GoString returns the string representation

func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB

SetTotalTiB sets the TotalTiB field's value.

func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB

SetUsedGiB sets the UsedGiB field's value.

func (CapacityInfoForDescribeFileSystemStatisticsOutput) 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

GoString returns the string representation

func (*CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB

SetTotalTiB sets the TotalTiB field's value.

func (*CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB

SetUsedGiB sets the UsedGiB field's value.

func (CapacityInfoForDescribeFileSystemsOutput) String

String returns the string representation

type CapacityInfoForDescribeLensServicesOutput

type CapacityInfoForDescribeLensServicesOutput struct {
	TotalTiB *int32 `type:"int32" json:",omitempty"`

	UsedGiB *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CapacityInfoForDescribeLensServicesOutput) GoString

GoString returns the string representation

func (*CapacityInfoForDescribeLensServicesOutput) SetTotalTiB

SetTotalTiB sets the TotalTiB field's value.

func (*CapacityInfoForDescribeLensServicesOutput) SetUsedGiB

SetUsedGiB sets the UsedGiB field's value.

func (CapacityInfoForDescribeLensServicesOutput) String

String returns the string representation

type ConditionForCreateLensPolicyInput

type ConditionForCreateLensPolicyInput struct {
	ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForCreateLensPolicyInput"`

	NumberValue *NumberValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`

	RangeValue *RangeValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`

	StringValue *StringValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`

	ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForCreateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (ConditionForCreateLensPolicyInput) GoString

GoString returns the string representation

func (*ConditionForCreateLensPolicyInput) SetConstraintType

SetConstraintType sets the ConstraintType field's value.

func (*ConditionForCreateLensPolicyInput) SetNumberValue

SetNumberValue sets the NumberValue field's value.

func (*ConditionForCreateLensPolicyInput) SetRangeValue

SetRangeValue sets the RangeValue field's value.

func (*ConditionForCreateLensPolicyInput) SetStringValue

SetStringValue sets the StringValue field's value.

func (*ConditionForCreateLensPolicyInput) SetValueType

SetValueType sets the ValueType field's value.

func (ConditionForCreateLensPolicyInput) String

String returns the string representation

type ConditionForDescribeLensPoliciesOutput

type ConditionForDescribeLensPoliciesOutput struct {
	ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForDescribeLensPoliciesOutput"`

	NumberValue *NumberValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`

	RangeValue *RangeValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`

	StringValue *StringValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`

	ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForDescribeLensPoliciesOutput"`
	// contains filtered or unexported fields
}

func (ConditionForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*ConditionForDescribeLensPoliciesOutput) SetConstraintType

SetConstraintType sets the ConstraintType field's value.

func (*ConditionForDescribeLensPoliciesOutput) SetNumberValue

SetNumberValue sets the NumberValue field's value.

func (*ConditionForDescribeLensPoliciesOutput) SetRangeValue

SetRangeValue sets the RangeValue field's value.

func (*ConditionForDescribeLensPoliciesOutput) SetStringValue

SetStringValue sets the StringValue field's value.

func (*ConditionForDescribeLensPoliciesOutput) SetValueType

SetValueType sets the ValueType field's value.

func (ConditionForDescribeLensPoliciesOutput) String

String returns the string representation

type ConditionForDescribeLensTasksOutput

type ConditionForDescribeLensTasksOutput struct {
	ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForDescribeLensTasksOutput"`

	NumberValue *NumberValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	RangeValue *RangeValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	StringValue *StringValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForDescribeLensTasksOutput"`
	// contains filtered or unexported fields
}

func (ConditionForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*ConditionForDescribeLensTasksOutput) SetConstraintType

SetConstraintType sets the ConstraintType field's value.

func (*ConditionForDescribeLensTasksOutput) SetNumberValue

SetNumberValue sets the NumberValue field's value.

func (*ConditionForDescribeLensTasksOutput) SetRangeValue

SetRangeValue sets the RangeValue field's value.

func (*ConditionForDescribeLensTasksOutput) SetStringValue

SetStringValue sets the StringValue field's value.

func (*ConditionForDescribeLensTasksOutput) SetValueType

SetValueType sets the ValueType field's value.

func (ConditionForDescribeLensTasksOutput) String

String returns the string representation

type ConditionForUpdateLensPolicyInput

type ConditionForUpdateLensPolicyInput struct {
	ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForUpdateLensPolicyInput"`

	NumberValue *NumberValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`

	RangeValue *RangeValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`

	StringValue *StringValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`

	ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForUpdateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (ConditionForUpdateLensPolicyInput) GoString

GoString returns the string representation

func (*ConditionForUpdateLensPolicyInput) SetConstraintType

SetConstraintType sets the ConstraintType field's value.

func (*ConditionForUpdateLensPolicyInput) SetNumberValue

SetNumberValue sets the NumberValue field's value.

func (*ConditionForUpdateLensPolicyInput) SetRangeValue

SetRangeValue sets the RangeValue field's value.

func (*ConditionForUpdateLensPolicyInput) SetStringValue

SetStringValue sets the StringValue field's value.

func (*ConditionForUpdateLensPolicyInput) SetValueType

SetValueType sets the ValueType field's value.

func (ConditionForUpdateLensPolicyInput) String

String returns the string representation

type ConfigDataFlowBandwidthInput

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

func (s ConfigDataFlowBandwidthInput) GoString() string

GoString returns the string representation

func (*ConfigDataFlowBandwidthInput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*ConfigDataFlowBandwidthInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (ConfigDataFlowBandwidthInput) String

String returns the string representation

func (*ConfigDataFlowBandwidthInput) Validate

func (s *ConfigDataFlowBandwidthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfigDataFlowBandwidthOutput

type ConfigDataFlowBandwidthOutput struct {
	Metadata *response.ResponseMetadata

	OrderNO *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ConfigDataFlowBandwidthOutput) GoString

GoString returns the string representation

func (*ConfigDataFlowBandwidthOutput) SetOrderNO

SetOrderNO sets the OrderNO field's value.

func (ConfigDataFlowBandwidthOutput) String

String returns the string representation

type CreateDataFlowTaskInput

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

func (s CreateDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*CreateDataFlowTaskInput) SetDataStorage

SetDataStorage sets the DataStorage field's value.

func (*CreateDataFlowTaskInput) SetDataStoragePath

func (s *CreateDataFlowTaskInput) SetDataStoragePath(v string) *CreateDataFlowTaskInput

SetDataStoragePath sets the DataStoragePath field's value.

func (*CreateDataFlowTaskInput) SetDataType

SetDataType sets the DataType field's value.

func (*CreateDataFlowTaskInput) SetEntryListFileInfo

SetEntryListFileInfo sets the EntryListFileInfo field's value.

func (*CreateDataFlowTaskInput) SetExportSymlinkPolicy

func (s *CreateDataFlowTaskInput) SetExportSymlinkPolicy(v string) *CreateDataFlowTaskInput

SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.

func (*CreateDataFlowTaskInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*CreateDataFlowTaskInput) SetFilesetId

SetFilesetId sets the FilesetId field's value.

func (*CreateDataFlowTaskInput) SetSameNameFilePolicy

func (s *CreateDataFlowTaskInput) SetSameNameFilePolicy(v string) *CreateDataFlowTaskInput

SetSameNameFilePolicy sets the SameNameFilePolicy field's value.

func (*CreateDataFlowTaskInput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*CreateDataFlowTaskInput) SetTaskAction

SetTaskAction sets the TaskAction field's value.

func (CreateDataFlowTaskInput) String

func (s CreateDataFlowTaskInput) String() string

String returns the string representation

func (*CreateDataFlowTaskInput) Validate

func (s *CreateDataFlowTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateDataFlowTaskOutput

type CreateDataFlowTaskOutput struct {
	Metadata *response.ResponseMetadata

	DataFlowTaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDataFlowTaskOutput) GoString

func (s CreateDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (*CreateDataFlowTaskOutput) SetDataFlowTaskId

func (s *CreateDataFlowTaskOutput) SetDataFlowTaskId(v string) *CreateDataFlowTaskOutput

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (CreateDataFlowTaskOutput) String

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

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

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

SetStoreType sets the StoreType field's value.

func (*CreateFileSystemInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateFileSystemInput) SetTags

SetTags sets the Tags field's value.

func (*CreateFileSystemInput) SetVersionNumber

func (s *CreateFileSystemInput) SetVersionNumber(v string) *CreateFileSystemInput

SetVersionNumber sets the VersionNumber field's value.

func (*CreateFileSystemInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*CreateFileSystemInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateFileSystemInput) String

func (s CreateFileSystemInput) String() string

String returns the string representation

func (*CreateFileSystemInput) Validate

func (s *CreateFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFileSystemOutput

type CreateFileSystemOutput struct {
	Metadata *response.ResponseMetadata

	FileSystemId *string `type:"string" json:",omitempty"`

	OrderNO *string `type:"string" json:",omitempty"`

	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

SetOrderNO sets the OrderNO field's value.

func (*CreateFileSystemOutput) SetTags

SetTags sets the Tags field's value.

func (CreateFileSystemOutput) String

func (s CreateFileSystemOutput) String() string

String returns the string representation

type CreateFilesetInput

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

func (s CreateFilesetInput) GoString() string

GoString returns the string representation

func (*CreateFilesetInput) SetFileSystemId

func (s *CreateFilesetInput) SetFileSystemId(v string) *CreateFilesetInput

SetFileSystemId sets the FileSystemId field's value.

func (*CreateFilesetInput) SetFilesetName

func (s *CreateFilesetInput) SetFilesetName(v string) *CreateFilesetInput

SetFilesetName sets the FilesetName field's value.

func (*CreateFilesetInput) SetFilesetPath

func (s *CreateFilesetInput) SetFilesetPath(v string) *CreateFilesetInput

SetFilesetPath sets the FilesetPath field's value.

func (CreateFilesetInput) String

func (s CreateFilesetInput) String() string

String returns the string representation

func (*CreateFilesetInput) Validate

func (s *CreateFilesetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateFilesetOutput

type CreateFilesetOutput struct {
	Metadata *response.ResponseMetadata

	FilesetId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateFilesetOutput) GoString

func (s CreateFilesetOutput) GoString() string

GoString returns the string representation

func (*CreateFilesetOutput) SetFilesetId

func (s *CreateFilesetOutput) SetFilesetId(v string) *CreateFilesetOutput

SetFilesetId sets the FilesetId field's value.

func (CreateFilesetOutput) String

func (s CreateFilesetOutput) String() string

String returns the string representation

type CreateLensPolicyInput

type CreateLensPolicyInput struct {
	Description *string `type:"string" json:",omitempty"`

	// LensPolicyName is a required field
	LensPolicyName *string `type:"string" json:",omitempty" required:"true"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForCreateLensPolicyInput"`

	RuleGroups []*RuleGroupForCreateLensPolicyInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateLensPolicyInput) GoString

func (s CreateLensPolicyInput) GoString() string

GoString returns the string representation

func (*CreateLensPolicyInput) SetDescription

func (s *CreateLensPolicyInput) SetDescription(v string) *CreateLensPolicyInput

SetDescription sets the Description field's value.

func (*CreateLensPolicyInput) SetLensPolicyName

func (s *CreateLensPolicyInput) SetLensPolicyName(v string) *CreateLensPolicyInput

SetLensPolicyName sets the LensPolicyName field's value.

func (*CreateLensPolicyInput) SetLogicOperator

func (s *CreateLensPolicyInput) SetLogicOperator(v string) *CreateLensPolicyInput

SetLogicOperator sets the LogicOperator field's value.

func (*CreateLensPolicyInput) SetRuleGroups

SetRuleGroups sets the RuleGroups field's value.

func (CreateLensPolicyInput) String

func (s CreateLensPolicyInput) String() string

String returns the string representation

func (*CreateLensPolicyInput) Validate

func (s *CreateLensPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLensPolicyOutput

type CreateLensPolicyOutput struct {
	Metadata *response.ResponseMetadata

	LensPolicyId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateLensPolicyOutput) GoString

func (s CreateLensPolicyOutput) GoString() string

GoString returns the string representation

func (*CreateLensPolicyOutput) SetLensPolicyId

func (s *CreateLensPolicyOutput) SetLensPolicyId(v string) *CreateLensPolicyOutput

SetLensPolicyId sets the LensPolicyId field's value.

func (CreateLensPolicyOutput) String

func (s CreateLensPolicyOutput) String() string

String returns the string representation

type CreateLensTaskInput

type CreateLensTaskInput struct {
	Description *string `type:"string" json:",omitempty"`

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	LensAnalysisInfo *LensAnalysisInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`

	LensCapacityStatInfo *LensCapacityStatInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`

	LensExportInfo *LensExportInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`

	// LensPolicyId is a required field
	LensPolicyId *string `type:"string" json:",omitempty" required:"true"`

	LensTaskContent []*string `type:"list" json:",omitempty"`

	// LensTaskName is a required field
	LensTaskName *string `type:"string" json:",omitempty" required:"true"`

	Schedule *ScheduleForCreateLensTaskInput `type:"structure" json:",omitempty"`

	TargetInfos []*TargetInfoForCreateLensTaskInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateLensTaskInput) GoString

func (s CreateLensTaskInput) GoString() string

GoString returns the string representation

func (*CreateLensTaskInput) SetDescription

func (s *CreateLensTaskInput) SetDescription(v string) *CreateLensTaskInput

SetDescription sets the Description field's value.

func (*CreateLensTaskInput) SetFileSystemId

func (s *CreateLensTaskInput) SetFileSystemId(v string) *CreateLensTaskInput

SetFileSystemId sets the FileSystemId field's value.

func (*CreateLensTaskInput) SetLensAnalysisInfo

SetLensAnalysisInfo sets the LensAnalysisInfo field's value.

func (*CreateLensTaskInput) SetLensCapacityStatInfo

SetLensCapacityStatInfo sets the LensCapacityStatInfo field's value.

func (*CreateLensTaskInput) SetLensExportInfo

SetLensExportInfo sets the LensExportInfo field's value.

func (*CreateLensTaskInput) SetLensPolicyId

func (s *CreateLensTaskInput) SetLensPolicyId(v string) *CreateLensTaskInput

SetLensPolicyId sets the LensPolicyId field's value.

func (*CreateLensTaskInput) SetLensTaskContent

func (s *CreateLensTaskInput) SetLensTaskContent(v []*string) *CreateLensTaskInput

SetLensTaskContent sets the LensTaskContent field's value.

func (*CreateLensTaskInput) SetLensTaskName

func (s *CreateLensTaskInput) SetLensTaskName(v string) *CreateLensTaskInput

SetLensTaskName sets the LensTaskName field's value.

func (*CreateLensTaskInput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*CreateLensTaskInput) SetTargetInfos

SetTargetInfos sets the TargetInfos field's value.

func (CreateLensTaskInput) String

func (s CreateLensTaskInput) String() string

String returns the string representation

func (*CreateLensTaskInput) Validate

func (s *CreateLensTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateLensTaskOutput

type CreateLensTaskOutput struct {
	Metadata *response.ResponseMetadata

	LensTaskId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateLensTaskOutput) GoString

func (s CreateLensTaskOutput) GoString() string

GoString returns the string representation

func (*CreateLensTaskOutput) SetLensTaskId

func (s *CreateLensTaskOutput) SetLensTaskId(v string) *CreateLensTaskOutput

SetLensTaskId sets the LensTaskId field's value.

func (CreateLensTaskOutput) String

func (s CreateLensTaskOutput) 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

SetNodeType sets the NodeType field's value.

func (*CreateMountServiceInput) SetProject

SetProject sets the Project field's value.

func (*CreateMountServiceInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateMountServiceInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*CreateMountServiceInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateMountServiceInput) String

func (s CreateMountServiceInput) String() string

String returns the string representation

func (*CreateMountServiceInput) Validate

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

type CreatePreSignedUrlInput struct {
	Private *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreatePreSignedUrlInput) GoString

func (s CreatePreSignedUrlInput) GoString() string

GoString returns the string representation

func (*CreatePreSignedUrlInput) SetPrivate

SetPrivate sets the Private field's value.

func (CreatePreSignedUrlInput) String

func (s CreatePreSignedUrlInput) String() string

String returns the string representation

type CreatePreSignedUrlOutput

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

func (s CreatePreSignedUrlOutput) GoString() string

GoString returns the string representation

func (*CreatePreSignedUrlOutput) SetExpires

SetExpires sets the Expires field's value.

func (*CreatePreSignedUrlOutput) SetFileKey

SetFileKey sets the FileKey field's value.

func (*CreatePreSignedUrlOutput) SetFileUrl

SetFileUrl sets the FileUrl field's value.

func (CreatePreSignedUrlOutput) String

func (s CreatePreSignedUrlOutput) String() string

String returns the string representation

type DataFlowTaskForDescribeDataFlowTasksOutput

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

GoString returns the string representation

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage

SetDataStorage sets the DataStorage field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath

SetDataStoragePath sets the DataStoragePath field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType

SetDataType sets the DataType field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime

SetEndTime sets the EndTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo

SetEntryListFileInfo sets the EntryListFileInfo field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl

SetEntryListFileUrl sets the EntryListFileUrl field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount

SetExecCount sets the ExecCount field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize

SetExecSize sets the ExecSize field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy

SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount

SetFailedCount sets the FailedCount field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId

SetFilesetId sets the FilesetId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath

SetFilesetPath sets the FilesetPath field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount

SetQueueCount sets the QueueCount field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetReports

SetReports sets the Reports field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy

SetSameNameFilePolicy sets the SameNameFilePolicy field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus

SetStatus sets the Status field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath

SetSubPath sets the SubPath field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction

SetTaskAction sets the TaskAction field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize

SetTotalSize sets the TotalSize field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (DataFlowTaskForDescribeDataFlowTasksOutput) String

String returns the string representation

type DeleteDataFlowTaskInput

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

func (s DeleteDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*DeleteDataFlowTaskInput) SetDataFlowTaskId

func (s *DeleteDataFlowTaskInput) SetDataFlowTaskId(v string) *DeleteDataFlowTaskInput

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*DeleteDataFlowTaskInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (DeleteDataFlowTaskInput) String

func (s DeleteDataFlowTaskInput) String() string

String returns the string representation

func (*DeleteDataFlowTaskInput) Validate

func (s *DeleteDataFlowTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteDataFlowTaskOutput

type DeleteDataFlowTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteDataFlowTaskOutput) GoString

func (s DeleteDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (DeleteDataFlowTaskOutput) String

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

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

SetOrderNO sets the OrderNO field's value.

func (DeleteFileSystemOutput) String

func (s DeleteFileSystemOutput) String() string

String returns the string representation

type DeleteFilesetInput

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

func (s DeleteFilesetInput) GoString() string

GoString returns the string representation

func (*DeleteFilesetInput) SetFileSystemId

func (s *DeleteFilesetInput) SetFileSystemId(v string) *DeleteFilesetInput

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteFilesetInput) SetFilesetId

func (s *DeleteFilesetInput) SetFilesetId(v string) *DeleteFilesetInput

SetFilesetId sets the FilesetId field's value.

func (DeleteFilesetInput) String

func (s DeleteFilesetInput) String() string

String returns the string representation

func (*DeleteFilesetInput) Validate

func (s *DeleteFilesetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteFilesetOutput

type DeleteFilesetOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteFilesetOutput) GoString

func (s DeleteFilesetOutput) GoString() string

GoString returns the string representation

func (DeleteFilesetOutput) String

func (s DeleteFilesetOutput) String() string

String returns the string representation

type DeleteLensPolicyInput

type DeleteLensPolicyInput struct {

	// LensPolicyId is a required field
	LensPolicyId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteLensPolicyInput) GoString

func (s DeleteLensPolicyInput) GoString() string

GoString returns the string representation

func (*DeleteLensPolicyInput) SetLensPolicyId

func (s *DeleteLensPolicyInput) SetLensPolicyId(v string) *DeleteLensPolicyInput

SetLensPolicyId sets the LensPolicyId field's value.

func (DeleteLensPolicyInput) String

func (s DeleteLensPolicyInput) String() string

String returns the string representation

func (*DeleteLensPolicyInput) Validate

func (s *DeleteLensPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteLensPolicyOutput

type DeleteLensPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteLensPolicyOutput) GoString

func (s DeleteLensPolicyOutput) GoString() string

GoString returns the string representation

func (DeleteLensPolicyOutput) String

func (s DeleteLensPolicyOutput) String() string

String returns the string representation

type DeleteLensTaskInput

type DeleteLensTaskInput struct {
	DeleteAnalysisData *bool `type:"boolean" json:",omitempty"`

	// LensTaskId is a required field
	LensTaskId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteLensTaskInput) GoString

func (s DeleteLensTaskInput) GoString() string

GoString returns the string representation

func (*DeleteLensTaskInput) SetDeleteAnalysisData

func (s *DeleteLensTaskInput) SetDeleteAnalysisData(v bool) *DeleteLensTaskInput

SetDeleteAnalysisData sets the DeleteAnalysisData field's value.

func (*DeleteLensTaskInput) SetLensTaskId

func (s *DeleteLensTaskInput) SetLensTaskId(v string) *DeleteLensTaskInput

SetLensTaskId sets the LensTaskId field's value.

func (DeleteLensTaskInput) String

func (s DeleteLensTaskInput) String() string

String returns the string representation

func (*DeleteLensTaskInput) Validate

func (s *DeleteLensTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteLensTaskOutput

type DeleteLensTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (DeleteLensTaskOutput) GoString

func (s DeleteLensTaskOutput) GoString() string

GoString returns the string representation

func (DeleteLensTaskOutput) String

func (s DeleteLensTaskOutput) 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

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

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

GoString returns the string representation

func (*DescribeDataFlowBandwidthInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeDataFlowBandwidthInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowBandwidthInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeDataFlowBandwidthInput) String

String returns the string representation

func (*DescribeDataFlowBandwidthInput) Validate

func (s *DescribeDataFlowBandwidthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataFlowBandwidthOutput

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

GoString returns the string representation

func (*DescribeDataFlowBandwidthOutput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*DescribeDataFlowBandwidthOutput) SetBandwidthMax

SetBandwidthMax sets the BandwidthMax field's value.

func (*DescribeDataFlowBandwidthOutput) SetBandwidthMin

SetBandwidthMin sets the BandwidthMin field's value.

func (*DescribeDataFlowBandwidthOutput) SetBandwidthPerNode

SetBandwidthPerNode sets the BandwidthPerNode field's value.

func (*DescribeDataFlowBandwidthOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*DescribeDataFlowBandwidthOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeDataFlowBandwidthOutput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeDataFlowBandwidthOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (DescribeDataFlowBandwidthOutput) String

String returns the string representation

type DescribeDataFlowTasksInput

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

func (s DescribeDataFlowTasksInput) GoString() string

GoString returns the string representation

func (*DescribeDataFlowTasksInput) SetDataFlowTaskIds

SetDataFlowTaskIds sets the DataFlowTaskIds field's value.

func (*DescribeDataFlowTasksInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeDataFlowTasksInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowTasksInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowTasksInput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeDataFlowTasksInput) SetTaskAction

SetTaskAction sets the TaskAction field's value.

func (DescribeDataFlowTasksInput) String

String returns the string representation

func (*DescribeDataFlowTasksInput) Validate

func (s *DescribeDataFlowTasksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeDataFlowTasksOutput

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

func (s DescribeDataFlowTasksOutput) GoString() string

GoString returns the string representation

func (*DescribeDataFlowTasksOutput) SetDataFlowTasks

SetDataFlowTasks sets the DataFlowTasks field's value.

func (*DescribeDataFlowTasksOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowTasksOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowTasksOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeDataFlowTasksOutput) String

String returns the string representation

type DescribeFileSystemOverviewInput

type DescribeFileSystemOverviewInput struct {
	// contains filtered or unexported fields
}

func (DescribeFileSystemOverviewInput) GoString

GoString returns the string representation

func (DescribeFileSystemOverviewInput) 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

GoString returns the string representation

func (*DescribeFileSystemOverviewOutput) SetOverView

SetOverView sets the OverView field's value.

func (DescribeFileSystemOverviewOutput) 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

GoString returns the string representation

func (*DescribeFileSystemStatisticsInput) SetLanguageCode

SetLanguageCode sets the LanguageCode field's value.

func (DescribeFileSystemStatisticsInput) 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

GoString returns the string representation

func (*DescribeFileSystemStatisticsOutput) SetStatistics

SetStatistics sets the Statistics field's value.

func (DescribeFileSystemStatisticsOutput) 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

SetFileSystemIds sets the FileSystemIds field's value.

func (*DescribeFileSystemsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeFileSystemsInput) SetLanguageCode

SetLanguageCode sets the LanguageCode field's value.

func (*DescribeFileSystemsInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*DescribeFileSystemsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeFileSystemsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeFileSystemsInput) SetProject

SetProject sets the Project field's value.

func (*DescribeFileSystemsInput) SetTagFilters

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

SetFileSystems sets the FileSystems field's value.

func (*DescribeFileSystemsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeFileSystemsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeFileSystemsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeFileSystemsOutput) String

func (s DescribeFileSystemsOutput) String() string

String returns the string representation

type DescribeFilesetsInput

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

func (s DescribeFilesetsInput) GoString() string

GoString returns the string representation

func (*DescribeFilesetsInput) SetFileSystemId

func (s *DescribeFilesetsInput) SetFileSystemId(v string) *DescribeFilesetsInput

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeFilesetsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeFilesetsInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*DescribeFilesetsInput) SetPageNumber

func (s *DescribeFilesetsInput) SetPageNumber(v int32) *DescribeFilesetsInput

SetPageNumber sets the PageNumber field's value.

func (*DescribeFilesetsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeFilesetsInput) String

func (s DescribeFilesetsInput) String() string

String returns the string representation

func (*DescribeFilesetsInput) Validate

func (s *DescribeFilesetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeFilesetsOutput

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

func (s DescribeFilesetsOutput) GoString() string

GoString returns the string representation

func (*DescribeFilesetsOutput) SetFilesets

SetFilesets sets the Filesets field's value.

func (*DescribeFilesetsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeFilesetsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeFilesetsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeFilesetsOutput) String

func (s DescribeFilesetsOutput) String() string

String returns the string representation

type DescribeLensPoliciesInput

type DescribeLensPoliciesInput struct {
	LensPolicyId *string `type:"string" json:",omitempty"`

	LensPolicyName *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeLensPoliciesInput) GoString

func (s DescribeLensPoliciesInput) GoString() string

GoString returns the string representation

func (*DescribeLensPoliciesInput) SetLensPolicyId

SetLensPolicyId sets the LensPolicyId field's value.

func (*DescribeLensPoliciesInput) SetLensPolicyName

SetLensPolicyName sets the LensPolicyName field's value.

func (*DescribeLensPoliciesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensPoliciesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribeLensPoliciesInput) String

func (s DescribeLensPoliciesInput) String() string

String returns the string representation

type DescribeLensPoliciesOutput

type DescribeLensPoliciesOutput struct {
	Metadata *response.ResponseMetadata

	LensPolicies []*LensPolicyForDescribeLensPoliciesOutput `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 (DescribeLensPoliciesOutput) GoString

func (s DescribeLensPoliciesOutput) GoString() string

GoString returns the string representation

func (*DescribeLensPoliciesOutput) SetLensPolicies

SetLensPolicies sets the LensPolicies field's value.

func (*DescribeLensPoliciesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensPoliciesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeLensPoliciesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeLensPoliciesOutput) String

String returns the string representation

type DescribeLensServicesInput

type DescribeLensServicesInput struct {
	FileSystemId *string `type:"string" json:",omitempty"`

	PageNumber *string `type:"string" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensServicesInput"`

	StoreTypes []*string `type:"list" json:",omitempty"`

	ZoneIds []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeLensServicesInput) GoString

func (s DescribeLensServicesInput) GoString() string

GoString returns the string representation

func (*DescribeLensServicesInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeLensServicesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensServicesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeLensServicesInput) SetStatus

SetStatus sets the Status field's value.

func (*DescribeLensServicesInput) SetStoreTypes

SetStoreTypes sets the StoreTypes field's value.

func (*DescribeLensServicesInput) SetZoneIds

SetZoneIds sets the ZoneIds field's value.

func (DescribeLensServicesInput) String

func (s DescribeLensServicesInput) String() string

String returns the string representation

type DescribeLensServicesOutput

type DescribeLensServicesOutput struct {
	Metadata *response.ResponseMetadata

	LensServices []*LensServiceForDescribeLensServicesOutput `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 (DescribeLensServicesOutput) GoString

func (s DescribeLensServicesOutput) GoString() string

GoString returns the string representation

func (*DescribeLensServicesOutput) SetLensServices

SetLensServices sets the LensServices field's value.

func (*DescribeLensServicesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensServicesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeLensServicesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeLensServicesOutput) String

String returns the string representation

type DescribeLensTasksInput

type DescribeLensTasksInput struct {
	FileSystemId *string `type:"string" json:",omitempty"`

	LensPolicyId *string `type:"string" json:",omitempty"`

	LensTaskId *string `type:"string" json:",omitempty"`

	LensTaskName *string `type:"string" json:",omitempty"`

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	Status []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DescribeLensTasksInput) GoString

func (s DescribeLensTasksInput) GoString() string

GoString returns the string representation

func (*DescribeLensTasksInput) SetFileSystemId

func (s *DescribeLensTasksInput) SetFileSystemId(v string) *DescribeLensTasksInput

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeLensTasksInput) SetLensPolicyId

func (s *DescribeLensTasksInput) SetLensPolicyId(v string) *DescribeLensTasksInput

SetLensPolicyId sets the LensPolicyId field's value.

func (*DescribeLensTasksInput) SetLensTaskId

SetLensTaskId sets the LensTaskId field's value.

func (*DescribeLensTasksInput) SetLensTaskName

func (s *DescribeLensTasksInput) SetLensTaskName(v string) *DescribeLensTasksInput

SetLensTaskName sets the LensTaskName field's value.

func (*DescribeLensTasksInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensTasksInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeLensTasksInput) SetStatus

SetStatus sets the Status field's value.

func (DescribeLensTasksInput) String

func (s DescribeLensTasksInput) String() string

String returns the string representation

type DescribeLensTasksOutput

type DescribeLensTasksOutput struct {
	Metadata *response.ResponseMetadata

	LensTasks []*LensTaskForDescribeLensTasksOutput `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 (DescribeLensTasksOutput) GoString

func (s DescribeLensTasksOutput) GoString() string

GoString returns the string representation

func (*DescribeLensTasksOutput) SetLensTasks

SetLensTasks sets the LensTasks field's value.

func (*DescribeLensTasksOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeLensTasksOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeLensTasksOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeLensTasksOutput) String

func (s DescribeLensTasksOutput) 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

GoString returns the string representation

func (*DescribeMountServiceNodeTypesInput) SetLanguageCode

SetLanguageCode sets the LanguageCode field's value.

func (*DescribeMountServiceNodeTypesInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeMountServiceNodeTypesInput) 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

GoString returns the string representation

func (*DescribeMountServiceNodeTypesOutput) SetNodeTypeInfos

SetNodeTypeInfos sets the NodeTypeInfos field's value.

func (DescribeMountServiceNodeTypesOutput) 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

SetFilters sets the Filters field's value.

func (*DescribeMountServicesInput) SetLanguageCode

SetLanguageCode sets the LanguageCode field's value.

func (*DescribeMountServicesInput) SetOrderBy

SetOrderBy sets the OrderBy field's value.

func (*DescribeMountServicesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeMountServicesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeMountServicesInput) SetProject

SetProject sets the Project field's value.

func (DescribeMountServicesInput) 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

SetMountServices sets the MountServices field's value.

func (*DescribeMountServicesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeMountServicesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeMountServicesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeMountServicesOutput) 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

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

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

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

GoString returns the string representation

func (*DetachMountServiceFromSelfFileSystemInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DetachMountServiceFromSelfFileSystemInput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (DetachMountServiceFromSelfFileSystemInput) String

String returns the string representation

func (*DetachMountServiceFromSelfFileSystemInput) Validate

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

GoString returns the string representation

func (DetachMountServiceFromSelfFileSystemOutput) String

String returns the string representation

type EntryListFileInfoForCreateDataFlowTaskInput

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

GoString returns the string representation

func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket

SetFileBucket sets the FileBucket field's value.

func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey

SetFileKey sets the FileKey field's value.

func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileName

SetFileName sets the FileName field's value.

func (EntryListFileInfoForCreateDataFlowTaskInput) String

String returns the string representation

type EntryListFileInfoForDescribeDataFlowTasksOutput

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

GoString returns the string representation

func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket

SetFileBucket sets the FileBucket field's value.

func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey

SetFileKey sets the FileKey field's value.

func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName

SetFileName sets the FileName field's value.

func (EntryListFileInfoForDescribeDataFlowTasksOutput) 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

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

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

SetOrderNO sets the OrderNO field's value.

func (ExpandFileSystemOutput) String

func (s ExpandFileSystemOutput) String() string

String returns the string representation

type FeatureInfoForDescribeLensServicesOutput

type FeatureInfoForDescribeLensServicesOutput struct {
	Feature *string `type:"string" json:",omitempty" enum:"EnumOfFeatureForDescribeLensServicesOutput"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensServicesOutput"`
	// contains filtered or unexported fields
}

func (FeatureInfoForDescribeLensServicesOutput) GoString

GoString returns the string representation

func (*FeatureInfoForDescribeLensServicesOutput) SetFeature

SetFeature sets the Feature field's value.

func (*FeatureInfoForDescribeLensServicesOutput) SetStatus

SetStatus sets the Status field's value.

func (FeatureInfoForDescribeLensServicesOutput) 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

GoString returns the string representation

func (*FileSystemForDescribeFileSystemsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetBandwidth

SetBandwidth sets the Bandwidth field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetCapacityInfo

SetCapacityInfo sets the CapacityInfo field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetDescription

SetDescription sets the Description field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFreeTime

SetFreeTime sets the FreeTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetLastModifyTime

SetLastModifyTime sets the LastModifyTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProject

SetProject sets the Project field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProtocolType

SetProtocolType sets the ProtocolType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetReadBandwidth

SetReadBandwidth sets the ReadBandwidth field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStatus

SetStatus sets the Status field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStopServiceTime

SetStopServiceTime sets the StopServiceTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStoreType

SetStoreType sets the StoreType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN

SetStoreTypeCN sets the StoreTypeCN field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN

SetStoreTypeEN sets the StoreTypeEN field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetTags

SetTags sets the Tags field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetVersionNumber

SetVersionNumber sets the VersionNumber field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth

SetWriteBandwidth sets the WriteBandwidth field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (FileSystemForDescribeFileSystemsOutput) String

String returns the string representation

type FilesetForDescribeFilesetsOutput

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

GoString returns the string representation

func (*FilesetForDescribeFilesetsOutput) SetBandwidthQos

SetBandwidthQos sets the BandwidthQos field's value.

func (*FilesetForDescribeFilesetsOutput) SetCapacityLimit

SetCapacityLimit sets the CapacityLimit field's value.

func (*FilesetForDescribeFilesetsOutput) SetCapacityUsed

SetCapacityUsed sets the CapacityUsed field's value.

func (*FilesetForDescribeFilesetsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*FilesetForDescribeFilesetsOutput) SetFileLimit

SetFileLimit sets the FileLimit field's value.

func (*FilesetForDescribeFilesetsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*FilesetForDescribeFilesetsOutput) SetFileUsed

SetFileUsed sets the FileUsed field's value.

func (*FilesetForDescribeFilesetsOutput) SetFilesetId

SetFilesetId sets the FilesetId field's value.

func (*FilesetForDescribeFilesetsOutput) SetFilesetName

SetFilesetName sets the FilesetName field's value.

func (*FilesetForDescribeFilesetsOutput) SetFilesetPath

SetFilesetPath sets the FilesetPath field's value.

func (*FilesetForDescribeFilesetsOutput) SetIOPSQos

SetIOPSQos sets the IOPSQos field's value.

func (*FilesetForDescribeFilesetsOutput) SetMaxInodeNum

SetMaxInodeNum sets the MaxInodeNum field's value.

func (*FilesetForDescribeFilesetsOutput) SetStatus

SetStatus sets the Status field's value.

func (FilesetForDescribeFilesetsOutput) 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

GoString returns the string representation

func (*FilterForDescribeFileSystemsInput) SetKey

SetKey sets the Key field's value.

func (*FilterForDescribeFileSystemsInput) SetValue

SetValue sets the Value field's value.

func (FilterForDescribeFileSystemsInput) String

String returns the string representation

type FilterForDescribeFilesetsInput

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

GoString returns the string representation

func (*FilterForDescribeFilesetsInput) SetKey

SetKey sets the Key field's value.

func (*FilterForDescribeFilesetsInput) SetValue

SetValue sets the Value field's value.

func (FilterForDescribeFilesetsInput) 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

GoString returns the string representation

func (*FilterForDescribeMountServicesInput) SetKey

SetKey sets the Key field's value.

func (*FilterForDescribeMountServicesInput) SetValue

SetValue sets the Value field's value.

func (FilterForDescribeMountServicesInput) String

String returns the string representation

type LensAnalysisInfoForCreateLensTaskInput

type LensAnalysisInfoForCreateLensTaskInput struct {
	AnalysisAttrs []*string `type:"list" json:",omitempty"`

	EnableLensAnalysis *bool `type:"boolean" json:",omitempty"`

	ExpirationTime *string `type:"string" json:",omitempty"`

	TlsProjectId *string `type:"string" json:",omitempty"`

	TlsTopicId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensAnalysisInfoForCreateLensTaskInput) GoString

GoString returns the string representation

func (*LensAnalysisInfoForCreateLensTaskInput) SetAnalysisAttrs

SetAnalysisAttrs sets the AnalysisAttrs field's value.

func (*LensAnalysisInfoForCreateLensTaskInput) SetEnableLensAnalysis

SetEnableLensAnalysis sets the EnableLensAnalysis field's value.

func (*LensAnalysisInfoForCreateLensTaskInput) SetExpirationTime

SetExpirationTime sets the ExpirationTime field's value.

func (*LensAnalysisInfoForCreateLensTaskInput) SetTlsProjectId

SetTlsProjectId sets the TlsProjectId field's value.

func (*LensAnalysisInfoForCreateLensTaskInput) SetTlsTopicId

SetTlsTopicId sets the TlsTopicId field's value.

func (LensAnalysisInfoForCreateLensTaskInput) String

String returns the string representation

type LensAnalysisInfoForDescribeLensTasksOutput

type LensAnalysisInfoForDescribeLensTasksOutput struct {
	AnalysisAttrs []*string `type:"list" json:",omitempty"`

	EnableLensAnalysis *bool `type:"boolean" json:",omitempty"`

	ExpirationTime *string `type:"string" json:",omitempty"`

	TlsProjectId *string `type:"string" json:",omitempty"`

	TlsTopicId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensAnalysisInfoForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*LensAnalysisInfoForDescribeLensTasksOutput) SetAnalysisAttrs

SetAnalysisAttrs sets the AnalysisAttrs field's value.

func (*LensAnalysisInfoForDescribeLensTasksOutput) SetEnableLensAnalysis

SetEnableLensAnalysis sets the EnableLensAnalysis field's value.

func (*LensAnalysisInfoForDescribeLensTasksOutput) SetExpirationTime

SetExpirationTime sets the ExpirationTime field's value.

func (*LensAnalysisInfoForDescribeLensTasksOutput) SetTlsProjectId

SetTlsProjectId sets the TlsProjectId field's value.

func (*LensAnalysisInfoForDescribeLensTasksOutput) SetTlsTopicId

SetTlsTopicId sets the TlsTopicId field's value.

func (LensAnalysisInfoForDescribeLensTasksOutput) String

String returns the string representation

type LensCapacityStatInfoForCreateLensTaskInput

type LensCapacityStatInfoForCreateLensTaskInput struct {
	EnableDownload *bool `type:"boolean" json:",omitempty"`

	ExportPath *string `type:"string" json:",omitempty"`

	FirstLevelSubDir *bool `type:"boolean" json:",omitempty"`

	FirstLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`

	SecondLevelSubDir *bool `type:"boolean" json:",omitempty"`

	SecondLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPrefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensCapacityStatInfoForCreateLensTaskInput) GoString

GoString returns the string representation

func (*LensCapacityStatInfoForCreateLensTaskInput) SetEnableDownload

SetEnableDownload sets the EnableDownload field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetExportPath

SetExportPath sets the ExportPath field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDir

SetFirstLevelSubDir sets the FirstLevelSubDir field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDirDownloadUrl

SetFirstLevelSubDirDownloadUrl sets the FirstLevelSubDirDownloadUrl field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDir

SetSecondLevelSubDir sets the SecondLevelSubDir field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDirDownloadUrl

SetSecondLevelSubDirDownloadUrl sets the SecondLevelSubDirDownloadUrl field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*LensCapacityStatInfoForCreateLensTaskInput) SetTosPrefix

SetTosPrefix sets the TosPrefix field's value.

func (LensCapacityStatInfoForCreateLensTaskInput) String

String returns the string representation

type LensCapacityStatInfoForDescribeLensTasksOutput

type LensCapacityStatInfoForDescribeLensTasksOutput struct {
	EnableDownload *bool `type:"boolean" json:",omitempty"`

	ExportPath *string `type:"string" json:",omitempty"`

	FirstLevelSubDir *bool `type:"boolean" json:",omitempty"`

	FirstLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`

	SecondLevelSubDir *bool `type:"boolean" json:",omitempty"`

	SecondLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPrefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensCapacityStatInfoForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetEnableDownload

SetEnableDownload sets the EnableDownload field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetExportPath

SetExportPath sets the ExportPath field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDir

SetFirstLevelSubDir sets the FirstLevelSubDir field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDirDownloadUrl

SetFirstLevelSubDirDownloadUrl sets the FirstLevelSubDirDownloadUrl field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDir

SetSecondLevelSubDir sets the SecondLevelSubDir field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDirDownloadUrl

SetSecondLevelSubDirDownloadUrl sets the SecondLevelSubDirDownloadUrl field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetTosPrefix

SetTosPrefix sets the TosPrefix field's value.

func (LensCapacityStatInfoForDescribeLensTasksOutput) String

String returns the string representation

type LensExportInfoForCreateLensTaskInput

type LensExportInfoForCreateLensTaskInput struct {
	EnableDownload *bool `type:"boolean" json:",omitempty"`

	ExportAttrs []*string `type:"list" json:",omitempty"`

	ExportPath *string `type:"string" json:",omitempty"`

	ResultDownloadUrl *string `type:"string" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPrefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensExportInfoForCreateLensTaskInput) GoString

GoString returns the string representation

func (*LensExportInfoForCreateLensTaskInput) SetEnableDownload

SetEnableDownload sets the EnableDownload field's value.

func (*LensExportInfoForCreateLensTaskInput) SetExportAttrs

SetExportAttrs sets the ExportAttrs field's value.

func (*LensExportInfoForCreateLensTaskInput) SetExportPath

SetExportPath sets the ExportPath field's value.

func (*LensExportInfoForCreateLensTaskInput) SetResultDownloadUrl

SetResultDownloadUrl sets the ResultDownloadUrl field's value.

func (*LensExportInfoForCreateLensTaskInput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*LensExportInfoForCreateLensTaskInput) SetTosPrefix

SetTosPrefix sets the TosPrefix field's value.

func (LensExportInfoForCreateLensTaskInput) String

String returns the string representation

type LensExportInfoForDescribeLensTasksOutput

type LensExportInfoForDescribeLensTasksOutput struct {
	EnableDownload *bool `type:"boolean" json:",omitempty"`

	ExportAttrs []*string `type:"list" json:",omitempty"`

	ExportPath *string `type:"string" json:",omitempty"`

	ResultDownloadUrl *string `type:"string" json:",omitempty"`

	TosBucket *string `type:"string" json:",omitempty"`

	TosPrefix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensExportInfoForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*LensExportInfoForDescribeLensTasksOutput) SetEnableDownload

SetEnableDownload sets the EnableDownload field's value.

func (*LensExportInfoForDescribeLensTasksOutput) SetExportAttrs

SetExportAttrs sets the ExportAttrs field's value.

func (*LensExportInfoForDescribeLensTasksOutput) SetExportPath

SetExportPath sets the ExportPath field's value.

func (*LensExportInfoForDescribeLensTasksOutput) SetResultDownloadUrl

SetResultDownloadUrl sets the ResultDownloadUrl field's value.

func (*LensExportInfoForDescribeLensTasksOutput) SetTosBucket

SetTosBucket sets the TosBucket field's value.

func (*LensExportInfoForDescribeLensTasksOutput) SetTosPrefix

SetTosPrefix sets the TosPrefix field's value.

func (LensExportInfoForDescribeLensTasksOutput) String

String returns the string representation

type LensPolicyForDescribeLensPoliciesOutput

type LensPolicyForDescribeLensPoliciesOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	LensPolicyId *string `type:"string" json:",omitempty"`

	LensPolicyName *string `type:"string" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeLensPoliciesOutput"`

	ModifyTime *string `type:"string" json:",omitempty"`

	RuleGroups []*RuleGroupForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensPolicyForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*LensPolicyForDescribeLensPoliciesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetDescription

SetDescription sets the Description field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyId

SetLensPolicyId sets the LensPolicyId field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyName

SetLensPolicyName sets the LensPolicyName field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*LensPolicyForDescribeLensPoliciesOutput) SetRuleGroups

SetRuleGroups sets the RuleGroups field's value.

func (LensPolicyForDescribeLensPoliciesOutput) String

String returns the string representation

type LensPolicySnapshotForDescribeLensTasksOutput

type LensPolicySnapshotForDescribeLensTasksOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	LensPolicyId *string `type:"string" json:",omitempty"`

	LensPolicyName *string `type:"string" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeLensTasksOutput"`

	ModifyTime *string `type:"string" json:",omitempty"`

	RuleGroups []*RuleGroupForDescribeLensTasksOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensPolicySnapshotForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetDescription

SetDescription sets the Description field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyId

SetLensPolicyId sets the LensPolicyId field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyName

SetLensPolicyName sets the LensPolicyName field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*LensPolicySnapshotForDescribeLensTasksOutput) SetRuleGroups

SetRuleGroups sets the RuleGroups field's value.

func (LensPolicySnapshotForDescribeLensTasksOutput) String

String returns the string representation

type LensServiceForDescribeLensServicesOutput

type LensServiceForDescribeLensServicesOutput struct {
	CapacityInfo *CapacityInfoForDescribeLensServicesOutput `type:"structure" json:",omitempty"`

	FeatureInfos []*FeatureInfoForDescribeLensServicesOutput `type:"list" json:",omitempty"`

	FileSystemId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"ConvertEnumOfStatusForDescribeLensServicesOutput"`

	StoreType *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensServiceForDescribeLensServicesOutput) GoString

GoString returns the string representation

func (*LensServiceForDescribeLensServicesOutput) SetCapacityInfo

SetCapacityInfo sets the CapacityInfo field's value.

func (*LensServiceForDescribeLensServicesOutput) SetFeatureInfos

SetFeatureInfos sets the FeatureInfos field's value.

func (*LensServiceForDescribeLensServicesOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*LensServiceForDescribeLensServicesOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*LensServiceForDescribeLensServicesOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensServiceForDescribeLensServicesOutput) SetStoreType

SetStoreType sets the StoreType field's value.

func (*LensServiceForDescribeLensServicesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (LensServiceForDescribeLensServicesOutput) String

String returns the string representation

type LensTaskForDescribeLensTasksOutput

type LensTaskForDescribeLensTasksOutput struct {
	CompleteTime *string `type:"string" json:",omitempty"`

	ConflictTaskId *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	FileSystemId *string `type:"string" json:",omitempty"`

	LensAnalysisInfo *LensAnalysisInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	LensCapacityStatInfo *LensCapacityStatInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	LensExportInfo *LensExportInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	LensPolicyId *string `type:"string" json:",omitempty"`

	LensPolicySnapshot *LensPolicySnapshotForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	LensTaskContent []*string `type:"list" json:",omitempty"`

	LensTaskId *string `type:"string" json:",omitempty"`

	LensTaskName *string `type:"string" json:",omitempty"`

	MasterTaskId *string `type:"string" json:",omitempty"`

	ModifyTime *string `type:"string" json:",omitempty"`

	Progress *ProgressForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	Schedule *ScheduleForDescribeLensTasksOutput `type:"structure" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensTasksOutput"`

	TargetInfos []*TargetInfoForDescribeLensTasksOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LensTaskForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*LensTaskForDescribeLensTasksOutput) SetCompleteTime

SetCompleteTime sets the CompleteTime field's value.

func (*LensTaskForDescribeLensTasksOutput) SetConflictTaskId

SetConflictTaskId sets the ConflictTaskId field's value.

func (*LensTaskForDescribeLensTasksOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*LensTaskForDescribeLensTasksOutput) SetDescription

SetDescription sets the Description field's value.

func (*LensTaskForDescribeLensTasksOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensAnalysisInfo

SetLensAnalysisInfo sets the LensAnalysisInfo field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensCapacityStatInfo

SetLensCapacityStatInfo sets the LensCapacityStatInfo field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensExportInfo

SetLensExportInfo sets the LensExportInfo field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensPolicyId

SetLensPolicyId sets the LensPolicyId field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensPolicySnapshot

SetLensPolicySnapshot sets the LensPolicySnapshot field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensTaskContent

SetLensTaskContent sets the LensTaskContent field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensTaskId

SetLensTaskId sets the LensTaskId field's value.

func (*LensTaskForDescribeLensTasksOutput) SetLensTaskName

SetLensTaskName sets the LensTaskName field's value.

func (*LensTaskForDescribeLensTasksOutput) SetMasterTaskId

SetMasterTaskId sets the MasterTaskId field's value.

func (*LensTaskForDescribeLensTasksOutput) SetModifyTime

SetModifyTime sets the ModifyTime field's value.

func (*LensTaskForDescribeLensTasksOutput) SetProgress

SetProgress sets the Progress field's value.

func (*LensTaskForDescribeLensTasksOutput) SetSchedule

SetSchedule sets the Schedule field's value.

func (*LensTaskForDescribeLensTasksOutput) SetStartTime

SetStartTime sets the StartTime field's value.

func (*LensTaskForDescribeLensTasksOutput) SetStatus

SetStatus sets the Status field's value.

func (*LensTaskForDescribeLensTasksOutput) SetTargetInfos

SetTargetInfos sets the TargetInfos field's value.

func (LensTaskForDescribeLensTasksOutput) String

String returns the string representation

type ListTagsForResourcesInput

type ListTagsForResourcesInput struct {
	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ResourceIds []*string `type:"list" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListTagsForResourcesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListTagsForResourcesInput) SetResourceIds

SetResourceIds sets the ResourceIds field's value.

func (*ListTagsForResourcesInput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ListTagsForResourcesInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (ListTagsForResourcesInput) String

func (s ListTagsForResourcesInput) String() string

String returns the string representation

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*ListTagsForResourcesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*ListTagsForResourcesOutput) SetResourceTags

SetResourceTags sets the ResourceTags field's value.

func (*ListTagsForResourcesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (ListTagsForResourcesOutput) 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

GoString returns the string representation

func (*MountServiceForDescribeMountServicesOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetAttachFileSystems

SetAttachFileSystems sets the AttachFileSystems field's value.

func (*MountServiceForDescribeMountServicesOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*MountServiceForDescribeMountServicesOutput) SetMountServiceId

SetMountServiceId sets the MountServiceId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetMountServiceName

SetMountServiceName sets the MountServiceName field's value.

func (*MountServiceForDescribeMountServicesOutput) SetNodes

SetNodes sets the Nodes field's value.

func (*MountServiceForDescribeMountServicesOutput) SetProject

SetProject sets the Project field's value.

func (*MountServiceForDescribeMountServicesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetSecurityGroupId

SetSecurityGroupId sets the SecurityGroupId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetStatus

SetStatus sets the Status field's value.

func (*MountServiceForDescribeMountServicesOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetVersionNumber

SetVersionNumber sets the VersionNumber field's value.

func (*MountServiceForDescribeMountServicesOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*MountServiceForDescribeMountServicesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (MountServiceForDescribeMountServicesOutput) 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

GoString returns the string representation

func (*NodeForDescribeMountServicesOutput) SetDefaultPassword

SetDefaultPassword sets the DefaultPassword field's value.

func (*NodeForDescribeMountServicesOutput) SetNodeId

SetNodeId sets the NodeId field's value.

func (NodeForDescribeMountServicesOutput) 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

GoString returns the string representation

func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN

SetDescriptionCN sets the DescriptionCN field's value.

func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN

SetDescriptionEN sets the DescriptionEN field's value.

func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType

SetNodeType sets the NodeType field's value.

func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus

SetStatus sets the Status field's value.

func (NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String

String returns the string representation

type NumberValueForCreateLensPolicyInput

type NumberValueForCreateLensPolicyInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForCreateLensPolicyInput"`

	Value *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberValueForCreateLensPolicyInput) GoString

GoString returns the string representation

func (*NumberValueForCreateLensPolicyInput) SetUnit

SetUnit sets the Unit field's value.

func (*NumberValueForCreateLensPolicyInput) SetValue

SetValue sets the Value field's value.

func (NumberValueForCreateLensPolicyInput) String

String returns the string representation

type NumberValueForDescribeLensPoliciesOutput

type NumberValueForDescribeLensPoliciesOutput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeLensPoliciesOutput"`

	Value *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberValueForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*NumberValueForDescribeLensPoliciesOutput) SetUnit

SetUnit sets the Unit field's value.

func (*NumberValueForDescribeLensPoliciesOutput) SetValue

SetValue sets the Value field's value.

func (NumberValueForDescribeLensPoliciesOutput) String

String returns the string representation

type NumberValueForDescribeLensTasksOutput

type NumberValueForDescribeLensTasksOutput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeLensTasksOutput"`

	Value *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberValueForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*NumberValueForDescribeLensTasksOutput) SetUnit

SetUnit sets the Unit field's value.

func (*NumberValueForDescribeLensTasksOutput) SetValue

SetValue sets the Value field's value.

func (NumberValueForDescribeLensTasksOutput) String

String returns the string representation

type NumberValueForUpdateLensPolicyInput

type NumberValueForUpdateLensPolicyInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForUpdateLensPolicyInput"`

	Value *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberValueForUpdateLensPolicyInput) GoString

GoString returns the string representation

func (*NumberValueForUpdateLensPolicyInput) SetUnit

SetUnit sets the Unit field's value.

func (*NumberValueForUpdateLensPolicyInput) SetValue

SetValue sets the Value field's value.

func (NumberValueForUpdateLensPolicyInput) 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

GoString returns the string representation

func (*OverViewForDescribeFileSystemOverviewOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*OverViewForDescribeFileSystemOverviewOutput) SetErrorCount

SetErrorCount sets the ErrorCount field's value.

func (*OverViewForDescribeFileSystemOverviewOutput) SetOtherCount

SetOtherCount sets the OtherCount field's value.

func (*OverViewForDescribeFileSystemOverviewOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*OverViewForDescribeFileSystemOverviewOutput) SetRunningCount

SetRunningCount sets the RunningCount field's value.

func (*OverViewForDescribeFileSystemOverviewOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (OverViewForDescribeFileSystemOverviewOutput) String

String returns the string representation

type ProgressForDescribeLensTasksOutput

type ProgressForDescribeLensTasksOutput struct {
	DirectoriesQueued *int64 `type:"int64" json:",omitempty"`

	EntriesProcessed *int64 `type:"int64" json:",omitempty"`

	RunTimes *int32 `type:"int32" json:",omitempty"`

	Stage *string `type:"string" json:",omitempty" enum:"EnumOfStageForDescribeLensTasksOutput"`

	TotalEntriesQueued *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ProgressForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*ProgressForDescribeLensTasksOutput) SetDirectoriesQueued

SetDirectoriesQueued sets the DirectoriesQueued field's value.

func (*ProgressForDescribeLensTasksOutput) SetEntriesProcessed

SetEntriesProcessed sets the EntriesProcessed field's value.

func (*ProgressForDescribeLensTasksOutput) SetRunTimes

SetRunTimes sets the RunTimes field's value.

func (*ProgressForDescribeLensTasksOutput) SetStage

SetStage sets the Stage field's value.

func (*ProgressForDescribeLensTasksOutput) SetTotalEntriesQueued

SetTotalEntriesQueued sets the TotalEntriesQueued field's value.

func (ProgressForDescribeLensTasksOutput) String

String returns the string representation

type RangeValueForCreateLensPolicyInput

type RangeValueForCreateLensPolicyInput struct {
	MaxValue *int64 `type:"int64" json:",omitempty"`

	MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForCreateLensPolicyInput"`

	MinValue *int64 `type:"int64" json:",omitempty"`

	MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForCreateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (RangeValueForCreateLensPolicyInput) GoString

GoString returns the string representation

func (*RangeValueForCreateLensPolicyInput) SetMaxValue

SetMaxValue sets the MaxValue field's value.

func (*RangeValueForCreateLensPolicyInput) SetMaxValueUnit

SetMaxValueUnit sets the MaxValueUnit field's value.

func (*RangeValueForCreateLensPolicyInput) SetMinValue

SetMinValue sets the MinValue field's value.

func (*RangeValueForCreateLensPolicyInput) SetMinValueUnit

SetMinValueUnit sets the MinValueUnit field's value.

func (RangeValueForCreateLensPolicyInput) String

String returns the string representation

type RangeValueForDescribeLensPoliciesOutput

type RangeValueForDescribeLensPoliciesOutput struct {
	MaxValue *int64 `type:"int64" json:",omitempty"`

	MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForDescribeLensPoliciesOutput"`

	MinValue *int64 `type:"int64" json:",omitempty"`

	MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForDescribeLensPoliciesOutput"`
	// contains filtered or unexported fields
}

func (RangeValueForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*RangeValueForDescribeLensPoliciesOutput) SetMaxValue

SetMaxValue sets the MaxValue field's value.

func (*RangeValueForDescribeLensPoliciesOutput) SetMaxValueUnit

SetMaxValueUnit sets the MaxValueUnit field's value.

func (*RangeValueForDescribeLensPoliciesOutput) SetMinValue

SetMinValue sets the MinValue field's value.

func (*RangeValueForDescribeLensPoliciesOutput) SetMinValueUnit

SetMinValueUnit sets the MinValueUnit field's value.

func (RangeValueForDescribeLensPoliciesOutput) String

String returns the string representation

type RangeValueForDescribeLensTasksOutput

type RangeValueForDescribeLensTasksOutput struct {
	MaxValue *int64 `type:"int64" json:",omitempty"`

	MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForDescribeLensTasksOutput"`

	MinValue *int64 `type:"int64" json:",omitempty"`

	MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForDescribeLensTasksOutput"`
	// contains filtered or unexported fields
}

func (RangeValueForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*RangeValueForDescribeLensTasksOutput) SetMaxValue

SetMaxValue sets the MaxValue field's value.

func (*RangeValueForDescribeLensTasksOutput) SetMaxValueUnit

SetMaxValueUnit sets the MaxValueUnit field's value.

func (*RangeValueForDescribeLensTasksOutput) SetMinValue

SetMinValue sets the MinValue field's value.

func (*RangeValueForDescribeLensTasksOutput) SetMinValueUnit

SetMinValueUnit sets the MinValueUnit field's value.

func (RangeValueForDescribeLensTasksOutput) String

String returns the string representation

type RangeValueForUpdateLensPolicyInput

type RangeValueForUpdateLensPolicyInput struct {
	MaxValue *int64 `type:"int64" json:",omitempty"`

	MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForUpdateLensPolicyInput"`

	MinValue *int64 `type:"int64" json:",omitempty"`

	MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForUpdateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (RangeValueForUpdateLensPolicyInput) GoString

GoString returns the string representation

func (*RangeValueForUpdateLensPolicyInput) SetMaxValue

SetMaxValue sets the MaxValue field's value.

func (*RangeValueForUpdateLensPolicyInput) SetMaxValueUnit

SetMaxValueUnit sets the MaxValueUnit field's value.

func (*RangeValueForUpdateLensPolicyInput) SetMinValue

SetMinValue sets the MinValue field's value.

func (*RangeValueForUpdateLensPolicyInput) SetMinValueUnit

SetMinValueUnit sets the MinValueUnit field's value.

func (RangeValueForUpdateLensPolicyInput) 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

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (*RegionForDescribeRegionsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type ReportForDescribeDataFlowTasksOutput

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

GoString returns the string representation

func (*ReportForDescribeDataFlowTasksOutput) SetPath

SetPath sets the Path field's value.

func (*ReportForDescribeDataFlowTasksOutput) SetType

SetType sets the Type field's value.

func (ReportForDescribeDataFlowTasksOutput) String

String returns the string representation

type ResourceTagForListTagsForResourcesOutput

type ResourceTagForListTagsForResourcesOutput struct {
	ResourceId *string `type:"string" json:",omitempty"`

	ResourceType *string `type:"string" json:",omitempty"`

	TagKey *string `type:"string" json:",omitempty"`

	TagValue *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ResourceTagForListTagsForResourcesOutput) GoString

GoString returns the string representation

func (*ResourceTagForListTagsForResourcesOutput) SetResourceId

SetResourceId sets the ResourceId field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetResourceType

SetResourceType sets the ResourceType field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetTagKey

SetTagKey sets the TagKey field's value.

func (*ResourceTagForListTagsForResourcesOutput) SetTagValue

SetTagValue sets the TagValue field's value.

func (ResourceTagForListTagsForResourcesOutput) String

String returns the string representation

type RuleForCreateLensPolicyInput

type RuleForCreateLensPolicyInput struct {
	Conditions []*ConditionForCreateLensPolicyInput `type:"list" json:",omitempty"`

	Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForCreateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (RuleForCreateLensPolicyInput) GoString

func (s RuleForCreateLensPolicyInput) GoString() string

GoString returns the string representation

func (*RuleForCreateLensPolicyInput) SetConditions

SetConditions sets the Conditions field's value.

func (*RuleForCreateLensPolicyInput) SetDimension

SetDimension sets the Dimension field's value.

func (RuleForCreateLensPolicyInput) String

String returns the string representation

type RuleForDescribeLensPoliciesOutput

type RuleForDescribeLensPoliciesOutput struct {
	Conditions []*ConditionForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`

	Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForDescribeLensPoliciesOutput"`
	// contains filtered or unexported fields
}

func (RuleForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*RuleForDescribeLensPoliciesOutput) SetConditions

SetConditions sets the Conditions field's value.

func (*RuleForDescribeLensPoliciesOutput) SetDimension

SetDimension sets the Dimension field's value.

func (RuleForDescribeLensPoliciesOutput) String

String returns the string representation

type RuleForDescribeLensTasksOutput

type RuleForDescribeLensTasksOutput struct {
	Conditions []*ConditionForDescribeLensTasksOutput `type:"list" json:",omitempty"`

	Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForDescribeLensTasksOutput"`
	// contains filtered or unexported fields
}

func (RuleForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*RuleForDescribeLensTasksOutput) SetConditions

SetConditions sets the Conditions field's value.

func (*RuleForDescribeLensTasksOutput) SetDimension

SetDimension sets the Dimension field's value.

func (RuleForDescribeLensTasksOutput) String

String returns the string representation

type RuleForUpdateLensPolicyInput

type RuleForUpdateLensPolicyInput struct {
	Conditions []*ConditionForUpdateLensPolicyInput `type:"list" json:",omitempty"`

	Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForUpdateLensPolicyInput"`
	// contains filtered or unexported fields
}

func (RuleForUpdateLensPolicyInput) GoString

func (s RuleForUpdateLensPolicyInput) GoString() string

GoString returns the string representation

func (*RuleForUpdateLensPolicyInput) SetConditions

SetConditions sets the Conditions field's value.

func (*RuleForUpdateLensPolicyInput) SetDimension

SetDimension sets the Dimension field's value.

func (RuleForUpdateLensPolicyInput) String

String returns the string representation

type RuleGroupForCreateLensPolicyInput

type RuleGroupForCreateLensPolicyInput struct {
	LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForCreateLensPolicyInput"`

	Rules []*RuleForCreateLensPolicyInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuleGroupForCreateLensPolicyInput) GoString

GoString returns the string representation

func (*RuleGroupForCreateLensPolicyInput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*RuleGroupForCreateLensPolicyInput) SetRules

SetRules sets the Rules field's value.

func (RuleGroupForCreateLensPolicyInput) String

String returns the string representation

type RuleGroupForDescribeLensPoliciesOutput

type RuleGroupForDescribeLensPoliciesOutput struct {
	LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput"`

	Rules []*RuleForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuleGroupForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*RuleGroupForDescribeLensPoliciesOutput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*RuleGroupForDescribeLensPoliciesOutput) SetRules

SetRules sets the Rules field's value.

func (RuleGroupForDescribeLensPoliciesOutput) String

String returns the string representation

type RuleGroupForDescribeLensTasksOutput

type RuleGroupForDescribeLensTasksOutput struct {
	LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForDescribeLensTasksOutput"`

	Rules []*RuleForDescribeLensTasksOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuleGroupForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*RuleGroupForDescribeLensTasksOutput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*RuleGroupForDescribeLensTasksOutput) SetRules

SetRules sets the Rules field's value.

func (RuleGroupForDescribeLensTasksOutput) String

String returns the string representation

type RuleGroupForUpdateLensPolicyInput

type RuleGroupForUpdateLensPolicyInput struct {
	LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForUpdateLensPolicyInput"`

	Rules []*RuleForUpdateLensPolicyInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RuleGroupForUpdateLensPolicyInput) GoString

GoString returns the string representation

func (*RuleGroupForUpdateLensPolicyInput) SetLogicOperator

SetLogicOperator sets the LogicOperator field's value.

func (*RuleGroupForUpdateLensPolicyInput) SetRules

SetRules sets the Rules field's value.

func (RuleGroupForUpdateLensPolicyInput) 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

GoString returns the string representation

func (*SaleInfoForDescribeZonesOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*SaleInfoForDescribeZonesOutput) SetProtocolType

SetProtocolType sets the ProtocolType field's value.

func (*SaleInfoForDescribeZonesOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*SaleInfoForDescribeZonesOutput) SetStatus

SetStatus sets the Status field's value.

func (*SaleInfoForDescribeZonesOutput) SetStoreType

SetStoreType sets the StoreType field's value.

func (*SaleInfoForDescribeZonesOutput) SetStoreTypeCN

SetStoreTypeCN sets the StoreTypeCN field's value.

func (*SaleInfoForDescribeZonesOutput) SetStoreTypeEN

SetStoreTypeEN sets the StoreTypeEN field's value.

func (*SaleInfoForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (SaleInfoForDescribeZonesOutput) String

String returns the string representation

type ScheduleForCreateLensTaskInput

type ScheduleForCreateLensTaskInput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForCreateLensTaskInput"`

	OnceRunTiming *string `type:"string" json:",omitempty" enum:"EnumOfOnceRunTimingForCreateLensTaskInput"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty" enum:"EnumOfPeriodUnitForCreateLensTaskInput"`

	RunTime *int64 `type:"int64" json:",omitempty"`

	ScheduleType *string `type:"string" json:",omitempty" enum:"EnumOfScheduleTypeForCreateLensTaskInput"`
	// contains filtered or unexported fields
}

func (ScheduleForCreateLensTaskInput) GoString

GoString returns the string representation

func (*ScheduleForCreateLensTaskInput) SetConflictPolicy

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ScheduleForCreateLensTaskInput) SetOnceRunTiming

SetOnceRunTiming sets the OnceRunTiming field's value.

func (*ScheduleForCreateLensTaskInput) SetPeriod

SetPeriod sets the Period field's value.

func (*ScheduleForCreateLensTaskInput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ScheduleForCreateLensTaskInput) SetRunTime

SetRunTime sets the RunTime field's value.

func (*ScheduleForCreateLensTaskInput) SetScheduleType

SetScheduleType sets the ScheduleType field's value.

func (ScheduleForCreateLensTaskInput) String

String returns the string representation

type ScheduleForDescribeLensTasksOutput

type ScheduleForDescribeLensTasksOutput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForDescribeLensTasksOutput"`

	OnceRunTiming *string `type:"string" json:",omitempty" enum:"EnumOfOnceRunTimingForDescribeLensTasksOutput"`

	Period *int32 `type:"int32" json:",omitempty"`

	PeriodUnit *string `type:"string" json:",omitempty" enum:"EnumOfPeriodUnitForDescribeLensTasksOutput"`

	RunTime *int64 `type:"int64" json:",omitempty"`

	ScheduleType *string `type:"string" json:",omitempty" enum:"EnumOfScheduleTypeForDescribeLensTasksOutput"`
	// contains filtered or unexported fields
}

func (ScheduleForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*ScheduleForDescribeLensTasksOutput) SetConflictPolicy

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ScheduleForDescribeLensTasksOutput) SetOnceRunTiming

SetOnceRunTiming sets the OnceRunTiming field's value.

func (*ScheduleForDescribeLensTasksOutput) SetPeriod

SetPeriod sets the Period field's value.

func (*ScheduleForDescribeLensTasksOutput) SetPeriodUnit

SetPeriodUnit sets the PeriodUnit field's value.

func (*ScheduleForDescribeLensTasksOutput) SetRunTime

SetRunTime sets the RunTime field's value.

func (*ScheduleForDescribeLensTasksOutput) SetScheduleType

SetScheduleType sets the ScheduleType field's value.

func (ScheduleForDescribeLensTasksOutput) String

String returns the string representation

type SetFilesetQosInput

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

func (s SetFilesetQosInput) GoString() string

GoString returns the string representation

func (*SetFilesetQosInput) SetFileSystemId

func (s *SetFilesetQosInput) SetFileSystemId(v string) *SetFilesetQosInput

SetFileSystemId sets the FileSystemId field's value.

func (*SetFilesetQosInput) SetFilesetId

func (s *SetFilesetQosInput) SetFilesetId(v string) *SetFilesetQosInput

SetFilesetId sets the FilesetId field's value.

func (*SetFilesetQosInput) SetMaxBandwidth

func (s *SetFilesetQosInput) SetMaxBandwidth(v int32) *SetFilesetQosInput

SetMaxBandwidth sets the MaxBandwidth field's value.

func (*SetFilesetQosInput) SetMaxIops

func (s *SetFilesetQosInput) SetMaxIops(v int32) *SetFilesetQosInput

SetMaxIops sets the MaxIops field's value.

func (SetFilesetQosInput) String

func (s SetFilesetQosInput) String() string

String returns the string representation

func (*SetFilesetQosInput) Validate

func (s *SetFilesetQosInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetFilesetQosOutput

type SetFilesetQosOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetFilesetQosOutput) GoString

func (s SetFilesetQosOutput) GoString() string

GoString returns the string representation

func (SetFilesetQosOutput) String

func (s SetFilesetQosOutput) String() string

String returns the string representation

type SetFilesetQuotaInput

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

func (s SetFilesetQuotaInput) GoString() string

GoString returns the string representation

func (*SetFilesetQuotaInput) SetCapacityLimit

func (s *SetFilesetQuotaInput) SetCapacityLimit(v int32) *SetFilesetQuotaInput

SetCapacityLimit sets the CapacityLimit field's value.

func (*SetFilesetQuotaInput) SetFileLimit

func (s *SetFilesetQuotaInput) SetFileLimit(v int64) *SetFilesetQuotaInput

SetFileLimit sets the FileLimit field's value.

func (*SetFilesetQuotaInput) SetFileSystemId

func (s *SetFilesetQuotaInput) SetFileSystemId(v string) *SetFilesetQuotaInput

SetFileSystemId sets the FileSystemId field's value.

func (*SetFilesetQuotaInput) SetFilesetId

func (s *SetFilesetQuotaInput) SetFilesetId(v string) *SetFilesetQuotaInput

SetFilesetId sets the FilesetId field's value.

func (SetFilesetQuotaInput) String

func (s SetFilesetQuotaInput) String() string

String returns the string representation

func (*SetFilesetQuotaInput) Validate

func (s *SetFilesetQuotaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SetFilesetQuotaOutput

type SetFilesetQuotaOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SetFilesetQuotaOutput) GoString

func (s SetFilesetQuotaOutput) GoString() string

GoString returns the string representation

func (SetFilesetQuotaOutput) String

func (s SetFilesetQuotaOutput) String() string

String returns the string representation

type StartLensServiceInput

type StartLensServiceInput struct {

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	LensFeature *string `type:"string" json:",omitempty" enum:"EnumOfLensFeatureForStartLensServiceInput"`
	// contains filtered or unexported fields
}

func (StartLensServiceInput) GoString

func (s StartLensServiceInput) GoString() string

GoString returns the string representation

func (*StartLensServiceInput) SetFileSystemId

func (s *StartLensServiceInput) SetFileSystemId(v string) *StartLensServiceInput

SetFileSystemId sets the FileSystemId field's value.

func (*StartLensServiceInput) SetLensFeature

func (s *StartLensServiceInput) SetLensFeature(v string) *StartLensServiceInput

SetLensFeature sets the LensFeature field's value.

func (StartLensServiceInput) String

func (s StartLensServiceInput) String() string

String returns the string representation

func (*StartLensServiceInput) Validate

func (s *StartLensServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartLensServiceOutput

type StartLensServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StartLensServiceOutput) GoString

func (s StartLensServiceOutput) GoString() string

GoString returns the string representation

func (StartLensServiceOutput) String

func (s StartLensServiceOutput) 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

GoString returns the string representation

func (*StatisticForDescribeFileSystemStatisticsOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo

SetCapacityInfo sets the CapacityInfo field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreType

SetStoreType sets the StoreType field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN

SetStoreTypeCN sets the StoreTypeCN field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN

SetStoreTypeEN sets the StoreTypeEN field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (StatisticForDescribeFileSystemStatisticsOutput) String

String returns the string representation

type StopLensServiceInput

type StopLensServiceInput struct {

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	// LensFeature is a required field
	LensFeature *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfLensFeatureForStopLensServiceInput"`
	// contains filtered or unexported fields
}

func (StopLensServiceInput) GoString

func (s StopLensServiceInput) GoString() string

GoString returns the string representation

func (*StopLensServiceInput) SetFileSystemId

func (s *StopLensServiceInput) SetFileSystemId(v string) *StopLensServiceInput

SetFileSystemId sets the FileSystemId field's value.

func (*StopLensServiceInput) SetLensFeature

func (s *StopLensServiceInput) SetLensFeature(v string) *StopLensServiceInput

SetLensFeature sets the LensFeature field's value.

func (StopLensServiceInput) String

func (s StopLensServiceInput) String() string

String returns the string representation

func (*StopLensServiceInput) Validate

func (s *StopLensServiceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopLensServiceOutput

type StopLensServiceOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StopLensServiceOutput) GoString

func (s StopLensServiceOutput) GoString() string

GoString returns the string representation

func (StopLensServiceOutput) String

func (s StopLensServiceOutput) String() string

String returns the string representation

type StringValueForCreateLensPolicyInput

type StringValueForCreateLensPolicyInput struct {
	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StringValueForCreateLensPolicyInput) GoString

GoString returns the string representation

func (*StringValueForCreateLensPolicyInput) SetValue

SetValue sets the Value field's value.

func (StringValueForCreateLensPolicyInput) String

String returns the string representation

type StringValueForDescribeLensPoliciesOutput

type StringValueForDescribeLensPoliciesOutput struct {
	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StringValueForDescribeLensPoliciesOutput) GoString

GoString returns the string representation

func (*StringValueForDescribeLensPoliciesOutput) SetValue

SetValue sets the Value field's value.

func (StringValueForDescribeLensPoliciesOutput) String

String returns the string representation

type StringValueForDescribeLensTasksOutput

type StringValueForDescribeLensTasksOutput struct {
	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StringValueForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*StringValueForDescribeLensTasksOutput) SetValue

SetValue sets the Value field's value.

func (StringValueForDescribeLensTasksOutput) String

String returns the string representation

type StringValueForUpdateLensPolicyInput

type StringValueForUpdateLensPolicyInput struct {
	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StringValueForUpdateLensPolicyInput) GoString

GoString returns the string representation

func (*StringValueForUpdateLensPolicyInput) SetValue

SetValue sets the Value field's value.

func (StringValueForUpdateLensPolicyInput) String

String returns the string representation

type TagFilterForDescribeFileSystemsInput

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

GoString returns the string representation

func (*TagFilterForDescribeFileSystemsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeFileSystemsInput) SetValue

SetValue sets the Value field's value.

func (*TagFilterForDescribeFileSystemsInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForDescribeFileSystemsInput) String

String returns the string representation

type TagFilterForListTagsForResourcesInput

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

GoString returns the string representation

func (*TagFilterForListTagsForResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForListTagsForResourcesInput) SetValue

SetValue sets the Value field's value.

func (*TagFilterForListTagsForResourcesInput) SetValues

SetValues sets the Values field's value.

func (TagFilterForListTagsForResourcesInput) 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

SetKey sets the Key field's value.

func (*TagForCreateFileSystemInput) SetType

SetType sets the Type field's value.

func (*TagForCreateFileSystemInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateFileSystemInput) 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

SetKey sets the Key field's value.

func (*TagForCreateFileSystemOutput) SetType

SetType sets the Type field's value.

func (*TagForCreateFileSystemOutput) SetValue

SetValue sets the Value field's value.

func (TagForCreateFileSystemOutput) 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

GoString returns the string representation

func (*TagForDescribeFileSystemsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeFileSystemsOutput) SetType

SetType sets the Type field's value.

func (*TagForDescribeFileSystemsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeFileSystemsOutput) String

String returns the string representation

type TagForTagResourcesInput

type TagForTagResourcesInput struct {
	Key *string `type:"string" json:",omitempty"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForTagResourcesInput) GoString

func (s TagForTagResourcesInput) GoString() string

GoString returns the string representation

func (*TagForTagResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetValue

SetValue sets the Value field's value.

func (TagForTagResourcesInput) String

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

SetKey sets the Key field's value.

func (*TagForUpdateFileSystemInput) SetType

SetType sets the Type field's value.

func (*TagForUpdateFileSystemInput) SetValue

SetValue sets the Value field's value.

func (TagForUpdateFileSystemInput) String

String returns the string representation

type TagResourcesInput

type TagResourcesInput struct {
	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`

	Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagResourcesInput) GoString

func (s TagResourcesInput) GoString() string

GoString returns the string representation

func (*TagResourcesInput) SetResourceIds

func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*TagResourcesInput) SetResourceType

func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*TagResourcesInput) SetTags

SetTags sets the Tags field's value.

func (TagResourcesInput) String

func (s TagResourcesInput) String() string

String returns the string representation

func (*TagResourcesInput) Validate

func (s *TagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourcesOutput

type TagResourcesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (TagResourcesOutput) GoString

func (s TagResourcesOutput) GoString() string

GoString returns the string representation

func (TagResourcesOutput) String

func (s TagResourcesOutput) String() string

String returns the string representation

type TargetInfoForCreateLensTaskInput

type TargetInfoForCreateLensTaskInput struct {
	FilesetId *string `type:"string" json:",omitempty"`

	RelativePath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetInfoForCreateLensTaskInput) GoString

GoString returns the string representation

func (*TargetInfoForCreateLensTaskInput) SetFilesetId

SetFilesetId sets the FilesetId field's value.

func (*TargetInfoForCreateLensTaskInput) SetRelativePath

SetRelativePath sets the RelativePath field's value.

func (TargetInfoForCreateLensTaskInput) String

String returns the string representation

type TargetInfoForDescribeLensTasksOutput

type TargetInfoForDescribeLensTasksOutput struct {
	FilesetId *string `type:"string" json:",omitempty"`

	RelativePath *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TargetInfoForDescribeLensTasksOutput) GoString

GoString returns the string representation

func (*TargetInfoForDescribeLensTasksOutput) SetFilesetId

SetFilesetId sets the FilesetId field's value.

func (*TargetInfoForDescribeLensTasksOutput) SetRelativePath

SetRelativePath sets the RelativePath field's value.

func (TargetInfoForDescribeLensTasksOutput) String

String returns the string representation

type UntagResourcesInput

type UntagResourcesInput struct {
	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UntagResourcesInput) GoString

func (s UntagResourcesInput) GoString() string

GoString returns the string representation

func (*UntagResourcesInput) SetResourceIds

func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*UntagResourcesInput) SetResourceType

func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*UntagResourcesInput) SetTagKeys

func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourcesInput) String

func (s UntagResourcesInput) String() string

String returns the string representation

func (*UntagResourcesInput) Validate

func (s *UntagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourcesOutput

type UntagResourcesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UntagResourcesOutput) GoString

func (s UntagResourcesOutput) GoString() string

GoString returns the string representation

func (UntagResourcesOutput) String

func (s UntagResourcesOutput) String() string

String returns the string representation

type 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

SetTags sets the Tags field's value.

func (UpdateFileSystemInput) String

func (s UpdateFileSystemInput) String() string

String returns the string representation

func (*UpdateFileSystemInput) Validate

func (s *UpdateFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFileSystemOutput

type UpdateFileSystemOutput struct {
	Metadata *response.ResponseMetadata
	// 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

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

func (s UpdateFilesetInput) GoString() string

GoString returns the string representation

func (*UpdateFilesetInput) SetFileSystemId

func (s *UpdateFilesetInput) SetFileSystemId(v string) *UpdateFilesetInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateFilesetInput) SetFilesetId

func (s *UpdateFilesetInput) SetFilesetId(v string) *UpdateFilesetInput

SetFilesetId sets the FilesetId field's value.

func (*UpdateFilesetInput) SetFilesetName

func (s *UpdateFilesetInput) SetFilesetName(v string) *UpdateFilesetInput

SetFilesetName sets the FilesetName field's value.

func (UpdateFilesetInput) String

func (s UpdateFilesetInput) String() string

String returns the string representation

func (*UpdateFilesetInput) Validate

func (s *UpdateFilesetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFilesetOutput

type UpdateFilesetOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateFilesetOutput) GoString

func (s UpdateFilesetOutput) GoString() string

GoString returns the string representation

func (UpdateFilesetOutput) String

func (s UpdateFilesetOutput) String() string

String returns the string representation

type UpdateLensPolicyInput

type UpdateLensPolicyInput struct {
	Description *string `type:"string" json:",omitempty"`

	// LensPolicyId is a required field
	LensPolicyId *string `type:"string" json:",omitempty" required:"true"`

	LensPolicyName *string `type:"string" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForUpdateLensPolicyInput"`

	RuleGroups []*RuleGroupForUpdateLensPolicyInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateLensPolicyInput) GoString

func (s UpdateLensPolicyInput) GoString() string

GoString returns the string representation

func (*UpdateLensPolicyInput) SetDescription

func (s *UpdateLensPolicyInput) SetDescription(v string) *UpdateLensPolicyInput

SetDescription sets the Description field's value.

func (*UpdateLensPolicyInput) SetLensPolicyId

func (s *UpdateLensPolicyInput) SetLensPolicyId(v string) *UpdateLensPolicyInput

SetLensPolicyId sets the LensPolicyId field's value.

func (*UpdateLensPolicyInput) SetLensPolicyName

func (s *UpdateLensPolicyInput) SetLensPolicyName(v string) *UpdateLensPolicyInput

SetLensPolicyName sets the LensPolicyName field's value.

func (*UpdateLensPolicyInput) SetLogicOperator

func (s *UpdateLensPolicyInput) SetLogicOperator(v string) *UpdateLensPolicyInput

SetLogicOperator sets the LogicOperator field's value.

func (*UpdateLensPolicyInput) SetRuleGroups

SetRuleGroups sets the RuleGroups field's value.

func (UpdateLensPolicyInput) String

func (s UpdateLensPolicyInput) String() string

String returns the string representation

func (*UpdateLensPolicyInput) Validate

func (s *UpdateLensPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateLensPolicyOutput

type UpdateLensPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateLensPolicyOutput) GoString

func (s UpdateLensPolicyOutput) GoString() string

GoString returns the string representation

func (UpdateLensPolicyOutput) String

func (s UpdateLensPolicyOutput) String() string

String returns the string representation

type UpdateLensTaskInput

type UpdateLensTaskInput struct {

	// LensTaskId is a required field
	LensTaskId *string `type:"string" json:",omitempty" required:"true"`

	LensTaskName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateLensTaskInput) GoString

func (s UpdateLensTaskInput) GoString() string

GoString returns the string representation

func (*UpdateLensTaskInput) SetLensTaskId

func (s *UpdateLensTaskInput) SetLensTaskId(v string) *UpdateLensTaskInput

SetLensTaskId sets the LensTaskId field's value.

func (*UpdateLensTaskInput) SetLensTaskName

func (s *UpdateLensTaskInput) SetLensTaskName(v string) *UpdateLensTaskInput

SetLensTaskName sets the LensTaskName field's value.

func (UpdateLensTaskInput) String

func (s UpdateLensTaskInput) String() string

String returns the string representation

func (*UpdateLensTaskInput) Validate

func (s *UpdateLensTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateLensTaskOutput

type UpdateLensTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateLensTaskOutput) GoString

func (s UpdateLensTaskOutput) GoString() string

GoString returns the string representation

func (UpdateLensTaskOutput) String

func (s UpdateLensTaskOutput) 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

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

type VEPFS struct {
	*client.Client
}

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 ...*byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) CancelDataFlowTask(input *CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)

CancelDataFlowTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CancelDataFlowTask for usage and error information.

func (*VEPFS) CancelDataFlowTaskCommon

func (c *VEPFS) CancelDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelDataFlowTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CancelDataFlowTaskCommon for usage and error information.

func (*VEPFS) CancelDataFlowTaskCommonRequest

func (c *VEPFS) CancelDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelDataFlowTaskCommonRequest generates a "byteplus/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

func (c *VEPFS) CancelDataFlowTaskCommonWithContext(ctx byteplus.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

func (c *VEPFS) CancelDataFlowTaskRequest(input *CancelDataFlowTaskInput) (req *request.Request, output *CancelDataFlowTaskOutput)

CancelDataFlowTaskRequest generates a "byteplus/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

func (c *VEPFS) CancelDataFlowTaskWithContext(ctx byteplus.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) CancelLensTask

func (c *VEPFS) CancelLensTask(input *CancelLensTaskInput) (*CancelLensTaskOutput, error)

CancelLensTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CancelLensTask for usage and error information.

func (*VEPFS) CancelLensTaskCommon

func (c *VEPFS) CancelLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CancelLensTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CancelLensTaskCommon for usage and error information.

func (*VEPFS) CancelLensTaskCommonRequest

func (c *VEPFS) CancelLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelLensTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the CancelLensTaskCommon operation. The "output" return value will be populated with the CancelLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelLensTaskCommon Send returns without error.

See CancelLensTaskCommon for more information on using the CancelLensTaskCommon API call, and error handling.

// Example sending a request using the CancelLensTaskCommonRequest method.
req, resp := client.CancelLensTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CancelLensTaskCommonWithContext

func (c *VEPFS) CancelLensTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelLensTaskCommonWithContext is the same as CancelLensTaskCommon with the addition of the ability to pass a context and additional request options.

See CancelLensTaskCommon 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) CancelLensTaskRequest

func (c *VEPFS) CancelLensTaskRequest(input *CancelLensTaskInput) (req *request.Request, output *CancelLensTaskOutput)

CancelLensTaskRequest generates a "byteplus/request.Request" representing the client's request for the CancelLensTask operation. The "output" return value will be populated with the CancelLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CancelLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelLensTaskCommon Send returns without error.

See CancelLensTask for more information on using the CancelLensTask API call, and error handling.

// Example sending a request using the CancelLensTaskRequest method.
req, resp := client.CancelLensTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CancelLensTaskWithContext

func (c *VEPFS) CancelLensTaskWithContext(ctx byteplus.Context, input *CancelLensTaskInput, opts ...request.Option) (*CancelLensTaskOutput, error)

CancelLensTaskWithContext is the same as CancelLensTask with the addition of the ability to pass a context and additional request options.

See CancelLensTask 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

func (c *VEPFS) ConfigDataFlowBandwidth(input *ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)

ConfigDataFlowBandwidth API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation ConfigDataFlowBandwidth for usage and error information.

func (*VEPFS) ConfigDataFlowBandwidthCommon

func (c *VEPFS) ConfigDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ConfigDataFlowBandwidthCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation ConfigDataFlowBandwidthCommon for usage and error information.

func (*VEPFS) ConfigDataFlowBandwidthCommonRequest

func (c *VEPFS) ConfigDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ConfigDataFlowBandwidthCommonRequest generates a "byteplus/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

func (c *VEPFS) ConfigDataFlowBandwidthCommonWithContext(ctx byteplus.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

func (c *VEPFS) ConfigDataFlowBandwidthRequest(input *ConfigDataFlowBandwidthInput) (req *request.Request, output *ConfigDataFlowBandwidthOutput)

ConfigDataFlowBandwidthRequest generates a "byteplus/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

func (c *VEPFS) ConfigDataFlowBandwidthWithContext(ctx byteplus.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

func (c *VEPFS) CreateDataFlowTask(input *CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)

CreateDataFlowTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateDataFlowTask for usage and error information.

func (*VEPFS) CreateDataFlowTaskCommon

func (c *VEPFS) CreateDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDataFlowTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateDataFlowTaskCommon for usage and error information.

func (*VEPFS) CreateDataFlowTaskCommonRequest

func (c *VEPFS) CreateDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateDataFlowTaskCommonRequest generates a "byteplus/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

func (c *VEPFS) CreateDataFlowTaskCommonWithContext(ctx byteplus.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

func (c *VEPFS) CreateDataFlowTaskRequest(input *CreateDataFlowTaskInput) (req *request.Request, output *CreateDataFlowTaskOutput)

CreateDataFlowTaskRequest generates a "byteplus/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

func (c *VEPFS) CreateDataFlowTaskWithContext(ctx byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) CreateFileset(input *CreateFilesetInput) (*CreateFilesetOutput, error)

CreateFileset API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateFileset for usage and error information.

func (*VEPFS) CreateFilesetCommon

func (c *VEPFS) CreateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFilesetCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateFilesetCommon for usage and error information.

func (*VEPFS) CreateFilesetCommonRequest

func (c *VEPFS) CreateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateFilesetCommonRequest generates a "byteplus/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

func (c *VEPFS) CreateFilesetCommonWithContext(ctx byteplus.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

func (c *VEPFS) CreateFilesetRequest(input *CreateFilesetInput) (req *request.Request, output *CreateFilesetOutput)

CreateFilesetRequest generates a "byteplus/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

func (c *VEPFS) CreateFilesetWithContext(ctx byteplus.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) CreateLensPolicy

func (c *VEPFS) CreateLensPolicy(input *CreateLensPolicyInput) (*CreateLensPolicyOutput, error)

CreateLensPolicy API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateLensPolicy for usage and error information.

func (*VEPFS) CreateLensPolicyCommon

func (c *VEPFS) CreateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateLensPolicyCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateLensPolicyCommon for usage and error information.

func (*VEPFS) CreateLensPolicyCommonRequest

func (c *VEPFS) CreateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateLensPolicyCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateLensPolicyCommon operation. The "output" return value will be populated with the CreateLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensPolicyCommon Send returns without error.

See CreateLensPolicyCommon for more information on using the CreateLensPolicyCommon API call, and error handling.

// Example sending a request using the CreateLensPolicyCommonRequest method.
req, resp := client.CreateLensPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CreateLensPolicyCommonWithContext

func (c *VEPFS) CreateLensPolicyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateLensPolicyCommonWithContext is the same as CreateLensPolicyCommon with the addition of the ability to pass a context and additional request options.

See CreateLensPolicyCommon 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) CreateLensPolicyRequest

func (c *VEPFS) CreateLensPolicyRequest(input *CreateLensPolicyInput) (req *request.Request, output *CreateLensPolicyOutput)

CreateLensPolicyRequest generates a "byteplus/request.Request" representing the client's request for the CreateLensPolicy operation. The "output" return value will be populated with the CreateLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensPolicyCommon Send returns without error.

See CreateLensPolicy for more information on using the CreateLensPolicy API call, and error handling.

// Example sending a request using the CreateLensPolicyRequest method.
req, resp := client.CreateLensPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CreateLensPolicyWithContext

func (c *VEPFS) CreateLensPolicyWithContext(ctx byteplus.Context, input *CreateLensPolicyInput, opts ...request.Option) (*CreateLensPolicyOutput, error)

CreateLensPolicyWithContext is the same as CreateLensPolicy with the addition of the ability to pass a context and additional request options.

See CreateLensPolicy 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) CreateLensTask

func (c *VEPFS) CreateLensTask(input *CreateLensTaskInput) (*CreateLensTaskOutput, error)

CreateLensTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateLensTask for usage and error information.

func (*VEPFS) CreateLensTaskCommon

func (c *VEPFS) CreateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateLensTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreateLensTaskCommon for usage and error information.

func (*VEPFS) CreateLensTaskCommonRequest

func (c *VEPFS) CreateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateLensTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the CreateLensTaskCommon operation. The "output" return value will be populated with the CreateLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensTaskCommon Send returns without error.

See CreateLensTaskCommon for more information on using the CreateLensTaskCommon API call, and error handling.

// Example sending a request using the CreateLensTaskCommonRequest method.
req, resp := client.CreateLensTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CreateLensTaskCommonWithContext

func (c *VEPFS) CreateLensTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateLensTaskCommonWithContext is the same as CreateLensTaskCommon with the addition of the ability to pass a context and additional request options.

See CreateLensTaskCommon 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) CreateLensTaskRequest

func (c *VEPFS) CreateLensTaskRequest(input *CreateLensTaskInput) (req *request.Request, output *CreateLensTaskOutput)

CreateLensTaskRequest generates a "byteplus/request.Request" representing the client's request for the CreateLensTask operation. The "output" return value will be populated with the CreateLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensTaskCommon Send returns without error.

See CreateLensTask for more information on using the CreateLensTask API call, and error handling.

// Example sending a request using the CreateLensTaskRequest method.
req, resp := client.CreateLensTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) CreateLensTaskWithContext

func (c *VEPFS) CreateLensTaskWithContext(ctx byteplus.Context, input *CreateLensTaskInput, opts ...request.Option) (*CreateLensTaskOutput, error)

CreateLensTaskWithContext is the same as CreateLensTask with the addition of the ability to pass a context and additional request options.

See CreateLensTask 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) CreatePreSignedUrl(input *CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)

CreatePreSignedUrl API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreatePreSignedUrl for usage and error information.

func (*VEPFS) CreatePreSignedUrlCommon

func (c *VEPFS) CreatePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePreSignedUrlCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation CreatePreSignedUrlCommon for usage and error information.

func (*VEPFS) CreatePreSignedUrlCommonRequest

func (c *VEPFS) CreatePreSignedUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreatePreSignedUrlCommonRequest generates a "byteplus/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

func (c *VEPFS) CreatePreSignedUrlCommonWithContext(ctx byteplus.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

func (c *VEPFS) CreatePreSignedUrlRequest(input *CreatePreSignedUrlInput) (req *request.Request, output *CreatePreSignedUrlOutput)

CreatePreSignedUrlRequest generates a "byteplus/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

func (c *VEPFS) CreatePreSignedUrlWithContext(ctx byteplus.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

func (c *VEPFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)

DeleteDataFlowTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteDataFlowTask for usage and error information.

func (*VEPFS) DeleteDataFlowTaskCommon

func (c *VEPFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDataFlowTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteDataFlowTaskCommon for usage and error information.

func (*VEPFS) DeleteDataFlowTaskCommonRequest

func (c *VEPFS) DeleteDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteDataFlowTaskCommonRequest generates a "byteplus/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

func (c *VEPFS) DeleteDataFlowTaskCommonWithContext(ctx byteplus.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

func (c *VEPFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)

DeleteDataFlowTaskRequest generates a "byteplus/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

func (c *VEPFS) DeleteDataFlowTaskWithContext(ctx byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) DeleteFileset(input *DeleteFilesetInput) (*DeleteFilesetOutput, error)

DeleteFileset API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteFileset for usage and error information.

func (*VEPFS) DeleteFilesetCommon

func (c *VEPFS) DeleteFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteFilesetCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteFilesetCommon for usage and error information.

func (*VEPFS) DeleteFilesetCommonRequest

func (c *VEPFS) DeleteFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteFilesetCommonRequest generates a "byteplus/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

func (c *VEPFS) DeleteFilesetCommonWithContext(ctx byteplus.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

func (c *VEPFS) DeleteFilesetRequest(input *DeleteFilesetInput) (req *request.Request, output *DeleteFilesetOutput)

DeleteFilesetRequest generates a "byteplus/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

func (c *VEPFS) DeleteFilesetWithContext(ctx byteplus.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) DeleteLensPolicy

func (c *VEPFS) DeleteLensPolicy(input *DeleteLensPolicyInput) (*DeleteLensPolicyOutput, error)

DeleteLensPolicy API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteLensPolicy for usage and error information.

func (*VEPFS) DeleteLensPolicyCommon

func (c *VEPFS) DeleteLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteLensPolicyCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteLensPolicyCommon for usage and error information.

func (*VEPFS) DeleteLensPolicyCommonRequest

func (c *VEPFS) DeleteLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteLensPolicyCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteLensPolicyCommon operation. The "output" return value will be populated with the DeleteLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensPolicyCommon Send returns without error.

See DeleteLensPolicyCommon for more information on using the DeleteLensPolicyCommon API call, and error handling.

// Example sending a request using the DeleteLensPolicyCommonRequest method.
req, resp := client.DeleteLensPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DeleteLensPolicyCommonWithContext

func (c *VEPFS) DeleteLensPolicyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteLensPolicyCommonWithContext is the same as DeleteLensPolicyCommon with the addition of the ability to pass a context and additional request options.

See DeleteLensPolicyCommon 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) DeleteLensPolicyRequest

func (c *VEPFS) DeleteLensPolicyRequest(input *DeleteLensPolicyInput) (req *request.Request, output *DeleteLensPolicyOutput)

DeleteLensPolicyRequest generates a "byteplus/request.Request" representing the client's request for the DeleteLensPolicy operation. The "output" return value will be populated with the DeleteLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensPolicyCommon Send returns without error.

See DeleteLensPolicy for more information on using the DeleteLensPolicy API call, and error handling.

// Example sending a request using the DeleteLensPolicyRequest method.
req, resp := client.DeleteLensPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DeleteLensPolicyWithContext

func (c *VEPFS) DeleteLensPolicyWithContext(ctx byteplus.Context, input *DeleteLensPolicyInput, opts ...request.Option) (*DeleteLensPolicyOutput, error)

DeleteLensPolicyWithContext is the same as DeleteLensPolicy with the addition of the ability to pass a context and additional request options.

See DeleteLensPolicy 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) DeleteLensTask

func (c *VEPFS) DeleteLensTask(input *DeleteLensTaskInput) (*DeleteLensTaskOutput, error)

DeleteLensTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteLensTask for usage and error information.

func (*VEPFS) DeleteLensTaskCommon

func (c *VEPFS) DeleteLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteLensTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DeleteLensTaskCommon for usage and error information.

func (*VEPFS) DeleteLensTaskCommonRequest

func (c *VEPFS) DeleteLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DeleteLensTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the DeleteLensTaskCommon operation. The "output" return value will be populated with the DeleteLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensTaskCommon Send returns without error.

See DeleteLensTaskCommon for more information on using the DeleteLensTaskCommon API call, and error handling.

// Example sending a request using the DeleteLensTaskCommonRequest method.
req, resp := client.DeleteLensTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DeleteLensTaskCommonWithContext

func (c *VEPFS) DeleteLensTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DeleteLensTaskCommonWithContext is the same as DeleteLensTaskCommon with the addition of the ability to pass a context and additional request options.

See DeleteLensTaskCommon 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) DeleteLensTaskRequest

func (c *VEPFS) DeleteLensTaskRequest(input *DeleteLensTaskInput) (req *request.Request, output *DeleteLensTaskOutput)

DeleteLensTaskRequest generates a "byteplus/request.Request" representing the client's request for the DeleteLensTask operation. The "output" return value will be populated with the DeleteLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned DeleteLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensTaskCommon Send returns without error.

See DeleteLensTask for more information on using the DeleteLensTask API call, and error handling.

// Example sending a request using the DeleteLensTaskRequest method.
req, resp := client.DeleteLensTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DeleteLensTaskWithContext

func (c *VEPFS) DeleteLensTaskWithContext(ctx byteplus.Context, input *DeleteLensTaskInput, opts ...request.Option) (*DeleteLensTaskOutput, error)

DeleteLensTaskWithContext is the same as DeleteLensTask with the addition of the ability to pass a context and additional request options.

See DeleteLensTask 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) DescribeDataFlowBandwidth(input *DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)

DescribeDataFlowBandwidth API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeDataFlowBandwidth for usage and error information.

func (*VEPFS) DescribeDataFlowBandwidthCommon

func (c *VEPFS) DescribeDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDataFlowBandwidthCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeDataFlowBandwidthCommon for usage and error information.

func (*VEPFS) DescribeDataFlowBandwidthCommonRequest

func (c *VEPFS) DescribeDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDataFlowBandwidthCommonRequest generates a "byteplus/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

func (c *VEPFS) DescribeDataFlowBandwidthCommonWithContext(ctx byteplus.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

func (c *VEPFS) DescribeDataFlowBandwidthRequest(input *DescribeDataFlowBandwidthInput) (req *request.Request, output *DescribeDataFlowBandwidthOutput)

DescribeDataFlowBandwidthRequest generates a "byteplus/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

func (c *VEPFS) DescribeDataFlowBandwidthWithContext(ctx byteplus.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

func (c *VEPFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)

DescribeDataFlowTasks API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeDataFlowTasks for usage and error information.

func (*VEPFS) DescribeDataFlowTasksCommon

func (c *VEPFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDataFlowTasksCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeDataFlowTasksCommon for usage and error information.

func (*VEPFS) DescribeDataFlowTasksCommonRequest

func (c *VEPFS) DescribeDataFlowTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeDataFlowTasksCommonRequest generates a "byteplus/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

func (c *VEPFS) DescribeDataFlowTasksCommonWithContext(ctx byteplus.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

func (c *VEPFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)

DescribeDataFlowTasksRequest generates a "byteplus/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

func (c *VEPFS) DescribeDataFlowTasksWithContext(ctx byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) DescribeFilesets(input *DescribeFilesetsInput) (*DescribeFilesetsOutput, error)

DescribeFilesets API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeFilesets for usage and error information.

func (*VEPFS) DescribeFilesetsCommon

func (c *VEPFS) DescribeFilesetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFilesetsCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeFilesetsCommon for usage and error information.

func (*VEPFS) DescribeFilesetsCommonRequest

func (c *VEPFS) DescribeFilesetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeFilesetsCommonRequest generates a "byteplus/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

func (c *VEPFS) DescribeFilesetsCommonWithContext(ctx byteplus.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

func (c *VEPFS) DescribeFilesetsRequest(input *DescribeFilesetsInput) (req *request.Request, output *DescribeFilesetsOutput)

DescribeFilesetsRequest generates a "byteplus/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

func (c *VEPFS) DescribeFilesetsWithContext(ctx byteplus.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) DescribeLensPolicies

func (c *VEPFS) DescribeLensPolicies(input *DescribeLensPoliciesInput) (*DescribeLensPoliciesOutput, error)

DescribeLensPolicies API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensPolicies for usage and error information.

func (*VEPFS) DescribeLensPoliciesCommon

func (c *VEPFS) DescribeLensPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeLensPoliciesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensPoliciesCommon for usage and error information.

func (*VEPFS) DescribeLensPoliciesCommonRequest

func (c *VEPFS) DescribeLensPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeLensPoliciesCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensPoliciesCommon operation. The "output" return value will be populated with the DescribeLensPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensPoliciesCommon Send returns without error.

See DescribeLensPoliciesCommon for more information on using the DescribeLensPoliciesCommon API call, and error handling.

// Example sending a request using the DescribeLensPoliciesCommonRequest method.
req, resp := client.DescribeLensPoliciesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensPoliciesCommonWithContext

func (c *VEPFS) DescribeLensPoliciesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeLensPoliciesCommonWithContext is the same as DescribeLensPoliciesCommon with the addition of the ability to pass a context and additional request options.

See DescribeLensPoliciesCommon 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) DescribeLensPoliciesRequest

func (c *VEPFS) DescribeLensPoliciesRequest(input *DescribeLensPoliciesInput) (req *request.Request, output *DescribeLensPoliciesOutput)

DescribeLensPoliciesRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensPolicies operation. The "output" return value will be populated with the DescribeLensPoliciesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensPoliciesCommon Send returns without error.

See DescribeLensPolicies for more information on using the DescribeLensPolicies API call, and error handling.

// Example sending a request using the DescribeLensPoliciesRequest method.
req, resp := client.DescribeLensPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensPoliciesWithContext

func (c *VEPFS) DescribeLensPoliciesWithContext(ctx byteplus.Context, input *DescribeLensPoliciesInput, opts ...request.Option) (*DescribeLensPoliciesOutput, error)

DescribeLensPoliciesWithContext is the same as DescribeLensPolicies with the addition of the ability to pass a context and additional request options.

See DescribeLensPolicies 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) DescribeLensServices

func (c *VEPFS) DescribeLensServices(input *DescribeLensServicesInput) (*DescribeLensServicesOutput, error)

DescribeLensServices API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensServices for usage and error information.

func (*VEPFS) DescribeLensServicesCommon

func (c *VEPFS) DescribeLensServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeLensServicesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensServicesCommon for usage and error information.

func (*VEPFS) DescribeLensServicesCommonRequest

func (c *VEPFS) DescribeLensServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeLensServicesCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensServicesCommon operation. The "output" return value will be populated with the DescribeLensServicesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensServicesCommon Send returns without error.

See DescribeLensServicesCommon for more information on using the DescribeLensServicesCommon API call, and error handling.

// Example sending a request using the DescribeLensServicesCommonRequest method.
req, resp := client.DescribeLensServicesCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensServicesCommonWithContext

func (c *VEPFS) DescribeLensServicesCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeLensServicesCommonWithContext is the same as DescribeLensServicesCommon with the addition of the ability to pass a context and additional request options.

See DescribeLensServicesCommon 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) DescribeLensServicesRequest

func (c *VEPFS) DescribeLensServicesRequest(input *DescribeLensServicesInput) (req *request.Request, output *DescribeLensServicesOutput)

DescribeLensServicesRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensServices operation. The "output" return value will be populated with the DescribeLensServicesCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensServicesCommon Send returns without error.

See DescribeLensServices for more information on using the DescribeLensServices API call, and error handling.

// Example sending a request using the DescribeLensServicesRequest method.
req, resp := client.DescribeLensServicesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensServicesWithContext

func (c *VEPFS) DescribeLensServicesWithContext(ctx byteplus.Context, input *DescribeLensServicesInput, opts ...request.Option) (*DescribeLensServicesOutput, error)

DescribeLensServicesWithContext is the same as DescribeLensServices with the addition of the ability to pass a context and additional request options.

See DescribeLensServices 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) DescribeLensTasks

func (c *VEPFS) DescribeLensTasks(input *DescribeLensTasksInput) (*DescribeLensTasksOutput, error)

DescribeLensTasks API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensTasks for usage and error information.

func (*VEPFS) DescribeLensTasksCommon

func (c *VEPFS) DescribeLensTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeLensTasksCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeLensTasksCommon for usage and error information.

func (*VEPFS) DescribeLensTasksCommonRequest

func (c *VEPFS) DescribeLensTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

DescribeLensTasksCommonRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensTasksCommon operation. The "output" return value will be populated with the DescribeLensTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensTasksCommon Send returns without error.

See DescribeLensTasksCommon for more information on using the DescribeLensTasksCommon API call, and error handling.

// Example sending a request using the DescribeLensTasksCommonRequest method.
req, resp := client.DescribeLensTasksCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensTasksCommonWithContext

func (c *VEPFS) DescribeLensTasksCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

DescribeLensTasksCommonWithContext is the same as DescribeLensTasksCommon with the addition of the ability to pass a context and additional request options.

See DescribeLensTasksCommon 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) DescribeLensTasksRequest

func (c *VEPFS) DescribeLensTasksRequest(input *DescribeLensTasksInput) (req *request.Request, output *DescribeLensTasksOutput)

DescribeLensTasksRequest generates a "byteplus/request.Request" representing the client's request for the DescribeLensTasks operation. The "output" return value will be populated with the DescribeLensTasksCommon request's response once the request completes successfully.

Use "Send" method on the returned DescribeLensTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensTasksCommon Send returns without error.

See DescribeLensTasks for more information on using the DescribeLensTasks API call, and error handling.

// Example sending a request using the DescribeLensTasksRequest method.
req, resp := client.DescribeLensTasksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) DescribeLensTasksWithContext

func (c *VEPFS) DescribeLensTasksWithContext(ctx byteplus.Context, input *DescribeLensTasksInput, opts ...request.Option) (*DescribeLensTasksOutput, error)

DescribeLensTasksWithContext is the same as DescribeLensTasks with the addition of the ability to pass a context and additional request options.

See DescribeLensTasks 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation DescribeZones for usage and error information.

func (*VEPFS) DescribeZonesCommon

func (c *VEPFS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeZonesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)

ListTagsForResources API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation ListTagsForResources for usage and error information.

func (*VEPFS) ListTagsForResourcesCommon

func (c *VEPFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTagsForResourcesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation ListTagsForResourcesCommon for usage and error information.

func (*VEPFS) ListTagsForResourcesCommonRequest

func (c *VEPFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ListTagsForResourcesCommonRequest generates a "byteplus/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

func (c *VEPFS) ListTagsForResourcesCommonWithContext(ctx byteplus.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

func (c *VEPFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)

ListTagsForResourcesRequest generates a "byteplus/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

func (c *VEPFS) ListTagsForResourcesWithContext(ctx byteplus.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

func (c *VEPFS) SetFilesetQos(input *SetFilesetQosInput) (*SetFilesetQosOutput, error)

SetFilesetQos API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation SetFilesetQos for usage and error information.

func (*VEPFS) SetFilesetQosCommon

func (c *VEPFS) SetFilesetQosCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetFilesetQosCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation SetFilesetQosCommon for usage and error information.

func (*VEPFS) SetFilesetQosCommonRequest

func (c *VEPFS) SetFilesetQosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetFilesetQosCommonRequest generates a "byteplus/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

func (c *VEPFS) SetFilesetQosCommonWithContext(ctx byteplus.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

func (c *VEPFS) SetFilesetQosRequest(input *SetFilesetQosInput) (req *request.Request, output *SetFilesetQosOutput)

SetFilesetQosRequest generates a "byteplus/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

func (c *VEPFS) SetFilesetQosWithContext(ctx byteplus.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

func (c *VEPFS) SetFilesetQuota(input *SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)

SetFilesetQuota API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation SetFilesetQuota for usage and error information.

func (*VEPFS) SetFilesetQuotaCommon

func (c *VEPFS) SetFilesetQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SetFilesetQuotaCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation SetFilesetQuotaCommon for usage and error information.

func (*VEPFS) SetFilesetQuotaCommonRequest

func (c *VEPFS) SetFilesetQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SetFilesetQuotaCommonRequest generates a "byteplus/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

func (c *VEPFS) SetFilesetQuotaCommonWithContext(ctx byteplus.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

func (c *VEPFS) SetFilesetQuotaRequest(input *SetFilesetQuotaInput) (req *request.Request, output *SetFilesetQuotaOutput)

SetFilesetQuotaRequest generates a "byteplus/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

func (c *VEPFS) SetFilesetQuotaWithContext(ctx byteplus.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) StartLensService

func (c *VEPFS) StartLensService(input *StartLensServiceInput) (*StartLensServiceOutput, error)

StartLensService API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation StartLensService for usage and error information.

func (*VEPFS) StartLensServiceCommon

func (c *VEPFS) StartLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartLensServiceCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation StartLensServiceCommon for usage and error information.

func (*VEPFS) StartLensServiceCommonRequest

func (c *VEPFS) StartLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StartLensServiceCommonRequest generates a "byteplus/request.Request" representing the client's request for the StartLensServiceCommon operation. The "output" return value will be populated with the StartLensServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartLensServiceCommon Send returns without error.

See StartLensServiceCommon for more information on using the StartLensServiceCommon API call, and error handling.

// Example sending a request using the StartLensServiceCommonRequest method.
req, resp := client.StartLensServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) StartLensServiceCommonWithContext

func (c *VEPFS) StartLensServiceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StartLensServiceCommonWithContext is the same as StartLensServiceCommon with the addition of the ability to pass a context and additional request options.

See StartLensServiceCommon 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) StartLensServiceRequest

func (c *VEPFS) StartLensServiceRequest(input *StartLensServiceInput) (req *request.Request, output *StartLensServiceOutput)

StartLensServiceRequest generates a "byteplus/request.Request" representing the client's request for the StartLensService operation. The "output" return value will be populated with the StartLensServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StartLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartLensServiceCommon Send returns without error.

See StartLensService for more information on using the StartLensService API call, and error handling.

// Example sending a request using the StartLensServiceRequest method.
req, resp := client.StartLensServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) StartLensServiceWithContext

func (c *VEPFS) StartLensServiceWithContext(ctx byteplus.Context, input *StartLensServiceInput, opts ...request.Option) (*StartLensServiceOutput, error)

StartLensServiceWithContext is the same as StartLensService with the addition of the ability to pass a context and additional request options.

See StartLensService 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) StopLensService

func (c *VEPFS) StopLensService(input *StopLensServiceInput) (*StopLensServiceOutput, error)

StopLensService API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation StopLensService for usage and error information.

func (*VEPFS) StopLensServiceCommon

func (c *VEPFS) StopLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopLensServiceCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation StopLensServiceCommon for usage and error information.

func (*VEPFS) StopLensServiceCommonRequest

func (c *VEPFS) StopLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopLensServiceCommonRequest generates a "byteplus/request.Request" representing the client's request for the StopLensServiceCommon operation. The "output" return value will be populated with the StopLensServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopLensServiceCommon Send returns without error.

See StopLensServiceCommon for more information on using the StopLensServiceCommon API call, and error handling.

// Example sending a request using the StopLensServiceCommonRequest method.
req, resp := client.StopLensServiceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) StopLensServiceCommonWithContext

func (c *VEPFS) StopLensServiceCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopLensServiceCommonWithContext is the same as StopLensServiceCommon with the addition of the ability to pass a context and additional request options.

See StopLensServiceCommon 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) StopLensServiceRequest

func (c *VEPFS) StopLensServiceRequest(input *StopLensServiceInput) (req *request.Request, output *StopLensServiceOutput)

StopLensServiceRequest generates a "byteplus/request.Request" representing the client's request for the StopLensService operation. The "output" return value will be populated with the StopLensServiceCommon request's response once the request completes successfully.

Use "Send" method on the returned StopLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopLensServiceCommon Send returns without error.

See StopLensService for more information on using the StopLensService API call, and error handling.

// Example sending a request using the StopLensServiceRequest method.
req, resp := client.StopLensServiceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) StopLensServiceWithContext

func (c *VEPFS) StopLensServiceWithContext(ctx byteplus.Context, input *StopLensServiceInput, opts ...request.Option) (*StopLensServiceOutput, error)

StopLensServiceWithContext is the same as StopLensService with the addition of the ability to pass a context and additional request options.

See StopLensService 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

func (c *VEPFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)

TagResources API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation TagResources for usage and error information.

func (*VEPFS) TagResourcesCommon

func (c *VEPFS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TagResourcesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation TagResourcesCommon for usage and error information.

func (*VEPFS) TagResourcesCommonRequest

func (c *VEPFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

TagResourcesCommonRequest generates a "byteplus/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

func (c *VEPFS) TagResourcesCommonWithContext(ctx byteplus.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

func (c *VEPFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)

TagResourcesRequest generates a "byteplus/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

func (c *VEPFS) TagResourcesWithContext(ctx byteplus.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

func (c *VEPFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)

UntagResources API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UntagResources for usage and error information.

func (*VEPFS) UntagResourcesCommon

func (c *VEPFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UntagResourcesCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UntagResourcesCommon for usage and error information.

func (*VEPFS) UntagResourcesCommonRequest

func (c *VEPFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UntagResourcesCommonRequest generates a "byteplus/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

func (c *VEPFS) UntagResourcesCommonWithContext(ctx byteplus.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

func (c *VEPFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)

UntagResourcesRequest generates a "byteplus/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

func (c *VEPFS) UntagResourcesWithContext(ctx byteplus.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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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

func (c *VEPFS) UpdateFileset(input *UpdateFilesetInput) (*UpdateFilesetOutput, error)

UpdateFileset API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateFileset for usage and error information.

func (*VEPFS) UpdateFilesetCommon

func (c *VEPFS) UpdateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateFilesetCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateFilesetCommon for usage and error information.

func (*VEPFS) UpdateFilesetCommonRequest

func (c *VEPFS) UpdateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateFilesetCommonRequest generates a "byteplus/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

func (c *VEPFS) UpdateFilesetCommonWithContext(ctx byteplus.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

func (c *VEPFS) UpdateFilesetRequest(input *UpdateFilesetInput) (req *request.Request, output *UpdateFilesetOutput)

UpdateFilesetRequest generates a "byteplus/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

func (c *VEPFS) UpdateFilesetWithContext(ctx byteplus.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) UpdateLensPolicy

func (c *VEPFS) UpdateLensPolicy(input *UpdateLensPolicyInput) (*UpdateLensPolicyOutput, error)

UpdateLensPolicy API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateLensPolicy for usage and error information.

func (*VEPFS) UpdateLensPolicyCommon

func (c *VEPFS) UpdateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateLensPolicyCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateLensPolicyCommon for usage and error information.

func (*VEPFS) UpdateLensPolicyCommonRequest

func (c *VEPFS) UpdateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateLensPolicyCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateLensPolicyCommon operation. The "output" return value will be populated with the UpdateLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensPolicyCommon Send returns without error.

See UpdateLensPolicyCommon for more information on using the UpdateLensPolicyCommon API call, and error handling.

// Example sending a request using the UpdateLensPolicyCommonRequest method.
req, resp := client.UpdateLensPolicyCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) UpdateLensPolicyCommonWithContext

func (c *VEPFS) UpdateLensPolicyCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateLensPolicyCommonWithContext is the same as UpdateLensPolicyCommon with the addition of the ability to pass a context and additional request options.

See UpdateLensPolicyCommon 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) UpdateLensPolicyRequest

func (c *VEPFS) UpdateLensPolicyRequest(input *UpdateLensPolicyInput) (req *request.Request, output *UpdateLensPolicyOutput)

UpdateLensPolicyRequest generates a "byteplus/request.Request" representing the client's request for the UpdateLensPolicy operation. The "output" return value will be populated with the UpdateLensPolicyCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensPolicyCommon Send returns without error.

See UpdateLensPolicy for more information on using the UpdateLensPolicy API call, and error handling.

// Example sending a request using the UpdateLensPolicyRequest method.
req, resp := client.UpdateLensPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) UpdateLensPolicyWithContext

func (c *VEPFS) UpdateLensPolicyWithContext(ctx byteplus.Context, input *UpdateLensPolicyInput, opts ...request.Option) (*UpdateLensPolicyOutput, error)

UpdateLensPolicyWithContext is the same as UpdateLensPolicy with the addition of the ability to pass a context and additional request options.

See UpdateLensPolicy 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) UpdateLensTask

func (c *VEPFS) UpdateLensTask(input *UpdateLensTaskInput) (*UpdateLensTaskOutput, error)

UpdateLensTask API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateLensTask for usage and error information.

func (*VEPFS) UpdateLensTaskCommon

func (c *VEPFS) UpdateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateLensTaskCommon API operation for VEPFS.

Returns bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS API reference guide for VEPFS's API operation UpdateLensTaskCommon for usage and error information.

func (*VEPFS) UpdateLensTaskCommonRequest

func (c *VEPFS) UpdateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateLensTaskCommonRequest generates a "byteplus/request.Request" representing the client's request for the UpdateLensTaskCommon operation. The "output" return value will be populated with the UpdateLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensTaskCommon Send returns without error.

See UpdateLensTaskCommon for more information on using the UpdateLensTaskCommon API call, and error handling.

// Example sending a request using the UpdateLensTaskCommonRequest method.
req, resp := client.UpdateLensTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) UpdateLensTaskCommonWithContext

func (c *VEPFS) UpdateLensTaskCommonWithContext(ctx byteplus.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateLensTaskCommonWithContext is the same as UpdateLensTaskCommon with the addition of the ability to pass a context and additional request options.

See UpdateLensTaskCommon 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) UpdateLensTaskRequest

func (c *VEPFS) UpdateLensTaskRequest(input *UpdateLensTaskInput) (req *request.Request, output *UpdateLensTaskOutput)

UpdateLensTaskRequest generates a "byteplus/request.Request" representing the client's request for the UpdateLensTask operation. The "output" return value will be populated with the UpdateLensTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensTaskCommon Send returns without error.

See UpdateLensTask for more information on using the UpdateLensTask API call, and error handling.

// Example sending a request using the UpdateLensTaskRequest method.
req, resp := client.UpdateLensTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VEPFS) UpdateLensTaskWithContext

func (c *VEPFS) UpdateLensTaskWithContext(ctx byteplus.Context, input *UpdateLensTaskInput, opts ...request.Option) (*UpdateLensTaskOutput, error)

UpdateLensTaskWithContext is the same as UpdateLensTask with the addition of the ability to pass a context and additional request options.

See UpdateLensTask 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 bytepluserr.Error for service API and SDK errors. Use runtime type assertions with bytepluserr.Error's Code and Message methods to get detailed information about the error.

See the BYTEPLUS 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 "byteplus/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 byteplus.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 "byteplus/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 byteplus.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(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AttachMountServiceToSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AttachMountServiceToSelfFileSystem(*AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
	AttachMountServiceToSelfFileSystemWithContext(byteplus.Context, *AttachMountServiceToSelfFileSystemInput, ...request.Option) (*AttachMountServiceToSelfFileSystemOutput, error)
	AttachMountServiceToSelfFileSystemRequest(*AttachMountServiceToSelfFileSystemInput) (*request.Request, *AttachMountServiceToSelfFileSystemOutput)

	CancelDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelDataFlowTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelDataFlowTask(*CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
	CancelDataFlowTaskWithContext(byteplus.Context, *CancelDataFlowTaskInput, ...request.Option) (*CancelDataFlowTaskOutput, error)
	CancelDataFlowTaskRequest(*CancelDataFlowTaskInput) (*request.Request, *CancelDataFlowTaskOutput)

	CancelLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelLensTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelLensTask(*CancelLensTaskInput) (*CancelLensTaskOutput, error)
	CancelLensTaskWithContext(byteplus.Context, *CancelLensTaskInput, ...request.Option) (*CancelLensTaskOutput, error)
	CancelLensTaskRequest(*CancelLensTaskInput) (*request.Request, *CancelLensTaskOutput)

	ConfigDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ConfigDataFlowBandwidthCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ConfigDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ConfigDataFlowBandwidth(*ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
	ConfigDataFlowBandwidthWithContext(byteplus.Context, *ConfigDataFlowBandwidthInput, ...request.Option) (*ConfigDataFlowBandwidthOutput, error)
	ConfigDataFlowBandwidthRequest(*ConfigDataFlowBandwidthInput) (*request.Request, *ConfigDataFlowBandwidthOutput)

	CreateDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDataFlowTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDataFlowTask(*CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
	CreateDataFlowTaskWithContext(byteplus.Context, *CreateDataFlowTaskInput, ...request.Option) (*CreateDataFlowTaskOutput, error)
	CreateDataFlowTaskRequest(*CreateDataFlowTaskInput) (*request.Request, *CreateDataFlowTaskOutput)

	CreateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFileSystemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFileSystem(*CreateFileSystemInput) (*CreateFileSystemOutput, error)
	CreateFileSystemWithContext(byteplus.Context, *CreateFileSystemInput, ...request.Option) (*CreateFileSystemOutput, error)
	CreateFileSystemRequest(*CreateFileSystemInput) (*request.Request, *CreateFileSystemOutput)

	CreateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFilesetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFileset(*CreateFilesetInput) (*CreateFilesetOutput, error)
	CreateFilesetWithContext(byteplus.Context, *CreateFilesetInput, ...request.Option) (*CreateFilesetOutput, error)
	CreateFilesetRequest(*CreateFilesetInput) (*request.Request, *CreateFilesetOutput)

	CreateLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateLensPolicyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateLensPolicy(*CreateLensPolicyInput) (*CreateLensPolicyOutput, error)
	CreateLensPolicyWithContext(byteplus.Context, *CreateLensPolicyInput, ...request.Option) (*CreateLensPolicyOutput, error)
	CreateLensPolicyRequest(*CreateLensPolicyInput) (*request.Request, *CreateLensPolicyOutput)

	CreateLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateLensTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateLensTask(*CreateLensTaskInput) (*CreateLensTaskOutput, error)
	CreateLensTaskWithContext(byteplus.Context, *CreateLensTaskInput, ...request.Option) (*CreateLensTaskOutput, error)
	CreateLensTaskRequest(*CreateLensTaskInput) (*request.Request, *CreateLensTaskOutput)

	CreateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMountServiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMountService(*CreateMountServiceInput) (*CreateMountServiceOutput, error)
	CreateMountServiceWithContext(byteplus.Context, *CreateMountServiceInput, ...request.Option) (*CreateMountServiceOutput, error)
	CreateMountServiceRequest(*CreateMountServiceInput) (*request.Request, *CreateMountServiceOutput)

	CreatePreSignedUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePreSignedUrlCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePreSignedUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePreSignedUrl(*CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
	CreatePreSignedUrlWithContext(byteplus.Context, *CreatePreSignedUrlInput, ...request.Option) (*CreatePreSignedUrlOutput, error)
	CreatePreSignedUrlRequest(*CreatePreSignedUrlInput) (*request.Request, *CreatePreSignedUrlOutput)

	DeleteDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDataFlowTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDataFlowTask(*DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
	DeleteDataFlowTaskWithContext(byteplus.Context, *DeleteDataFlowTaskInput, ...request.Option) (*DeleteDataFlowTaskOutput, error)
	DeleteDataFlowTaskRequest(*DeleteDataFlowTaskInput) (*request.Request, *DeleteDataFlowTaskOutput)

	DeleteFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteFileSystemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteFileSystem(*DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
	DeleteFileSystemWithContext(byteplus.Context, *DeleteFileSystemInput, ...request.Option) (*DeleteFileSystemOutput, error)
	DeleteFileSystemRequest(*DeleteFileSystemInput) (*request.Request, *DeleteFileSystemOutput)

	DeleteFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteFilesetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteFileset(*DeleteFilesetInput) (*DeleteFilesetOutput, error)
	DeleteFilesetWithContext(byteplus.Context, *DeleteFilesetInput, ...request.Option) (*DeleteFilesetOutput, error)
	DeleteFilesetRequest(*DeleteFilesetInput) (*request.Request, *DeleteFilesetOutput)

	DeleteLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteLensPolicyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteLensPolicy(*DeleteLensPolicyInput) (*DeleteLensPolicyOutput, error)
	DeleteLensPolicyWithContext(byteplus.Context, *DeleteLensPolicyInput, ...request.Option) (*DeleteLensPolicyOutput, error)
	DeleteLensPolicyRequest(*DeleteLensPolicyInput) (*request.Request, *DeleteLensPolicyOutput)

	DeleteLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteLensTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteLensTask(*DeleteLensTaskInput) (*DeleteLensTaskOutput, error)
	DeleteLensTaskWithContext(byteplus.Context, *DeleteLensTaskInput, ...request.Option) (*DeleteLensTaskOutput, error)
	DeleteLensTaskRequest(*DeleteLensTaskInput) (*request.Request, *DeleteLensTaskOutput)

	DeleteMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteMountServiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteMountService(*DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
	DeleteMountServiceWithContext(byteplus.Context, *DeleteMountServiceInput, ...request.Option) (*DeleteMountServiceOutput, error)
	DeleteMountServiceRequest(*DeleteMountServiceInput) (*request.Request, *DeleteMountServiceOutput)

	DescribeDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDataFlowBandwidthCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDataFlowBandwidth(*DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
	DescribeDataFlowBandwidthWithContext(byteplus.Context, *DescribeDataFlowBandwidthInput, ...request.Option) (*DescribeDataFlowBandwidthOutput, error)
	DescribeDataFlowBandwidthRequest(*DescribeDataFlowBandwidthInput) (*request.Request, *DescribeDataFlowBandwidthOutput)

	DescribeDataFlowTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDataFlowTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDataFlowTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDataFlowTasks(*DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
	DescribeDataFlowTasksWithContext(byteplus.Context, *DescribeDataFlowTasksInput, ...request.Option) (*DescribeDataFlowTasksOutput, error)
	DescribeDataFlowTasksRequest(*DescribeDataFlowTasksInput) (*request.Request, *DescribeDataFlowTasksOutput)

	DescribeFileSystemOverviewCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFileSystemOverviewCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFileSystemOverviewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFileSystemOverview(*DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
	DescribeFileSystemOverviewWithContext(byteplus.Context, *DescribeFileSystemOverviewInput, ...request.Option) (*DescribeFileSystemOverviewOutput, error)
	DescribeFileSystemOverviewRequest(*DescribeFileSystemOverviewInput) (*request.Request, *DescribeFileSystemOverviewOutput)

	DescribeFileSystemStatisticsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFileSystemStatisticsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFileSystemStatisticsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFileSystemStatistics(*DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
	DescribeFileSystemStatisticsWithContext(byteplus.Context, *DescribeFileSystemStatisticsInput, ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
	DescribeFileSystemStatisticsRequest(*DescribeFileSystemStatisticsInput) (*request.Request, *DescribeFileSystemStatisticsOutput)

	DescribeFileSystemsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFileSystemsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFileSystemsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFileSystems(*DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
	DescribeFileSystemsWithContext(byteplus.Context, *DescribeFileSystemsInput, ...request.Option) (*DescribeFileSystemsOutput, error)
	DescribeFileSystemsRequest(*DescribeFileSystemsInput) (*request.Request, *DescribeFileSystemsOutput)

	DescribeFilesetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFilesetsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFilesetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFilesets(*DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
	DescribeFilesetsWithContext(byteplus.Context, *DescribeFilesetsInput, ...request.Option) (*DescribeFilesetsOutput, error)
	DescribeFilesetsRequest(*DescribeFilesetsInput) (*request.Request, *DescribeFilesetsOutput)

	DescribeLensPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeLensPoliciesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeLensPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeLensPolicies(*DescribeLensPoliciesInput) (*DescribeLensPoliciesOutput, error)
	DescribeLensPoliciesWithContext(byteplus.Context, *DescribeLensPoliciesInput, ...request.Option) (*DescribeLensPoliciesOutput, error)
	DescribeLensPoliciesRequest(*DescribeLensPoliciesInput) (*request.Request, *DescribeLensPoliciesOutput)

	DescribeLensServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeLensServicesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeLensServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeLensServices(*DescribeLensServicesInput) (*DescribeLensServicesOutput, error)
	DescribeLensServicesWithContext(byteplus.Context, *DescribeLensServicesInput, ...request.Option) (*DescribeLensServicesOutput, error)
	DescribeLensServicesRequest(*DescribeLensServicesInput) (*request.Request, *DescribeLensServicesOutput)

	DescribeLensTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeLensTasksCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeLensTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeLensTasks(*DescribeLensTasksInput) (*DescribeLensTasksOutput, error)
	DescribeLensTasksWithContext(byteplus.Context, *DescribeLensTasksInput, ...request.Option) (*DescribeLensTasksOutput, error)
	DescribeLensTasksRequest(*DescribeLensTasksInput) (*request.Request, *DescribeLensTasksOutput)

	DescribeMountServiceNodeTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeMountServiceNodeTypesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeMountServiceNodeTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeMountServiceNodeTypes(*DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
	DescribeMountServiceNodeTypesWithContext(byteplus.Context, *DescribeMountServiceNodeTypesInput, ...request.Option) (*DescribeMountServiceNodeTypesOutput, error)
	DescribeMountServiceNodeTypesRequest(*DescribeMountServiceNodeTypesInput) (*request.Request, *DescribeMountServiceNodeTypesOutput)

	DescribeMountServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeMountServicesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeMountServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeMountServices(*DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
	DescribeMountServicesWithContext(byteplus.Context, *DescribeMountServicesInput, ...request.Option) (*DescribeMountServicesOutput, error)
	DescribeMountServicesRequest(*DescribeMountServicesInput) (*request.Request, *DescribeMountServicesOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(byteplus.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeZonesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error)
	DescribeZonesWithContext(byteplus.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error)
	DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput)

	DetachMountServiceFromSelfFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DetachMountServiceFromSelfFileSystemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DetachMountServiceFromSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DetachMountServiceFromSelfFileSystem(*DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
	DetachMountServiceFromSelfFileSystemWithContext(byteplus.Context, *DetachMountServiceFromSelfFileSystemInput, ...request.Option) (*DetachMountServiceFromSelfFileSystemOutput, error)
	DetachMountServiceFromSelfFileSystemRequest(*DetachMountServiceFromSelfFileSystemInput) (*request.Request, *DetachMountServiceFromSelfFileSystemOutput)

	ExpandFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ExpandFileSystemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ExpandFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ExpandFileSystem(*ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
	ExpandFileSystemWithContext(byteplus.Context, *ExpandFileSystemInput, ...request.Option) (*ExpandFileSystemOutput, error)
	ExpandFileSystemRequest(*ExpandFileSystemInput) (*request.Request, *ExpandFileSystemOutput)

	ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTagsForResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesWithContext(byteplus.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)

	SetFilesetQosCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetFilesetQosCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetFilesetQosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetFilesetQos(*SetFilesetQosInput) (*SetFilesetQosOutput, error)
	SetFilesetQosWithContext(byteplus.Context, *SetFilesetQosInput, ...request.Option) (*SetFilesetQosOutput, error)
	SetFilesetQosRequest(*SetFilesetQosInput) (*request.Request, *SetFilesetQosOutput)

	SetFilesetQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SetFilesetQuotaCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SetFilesetQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SetFilesetQuota(*SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
	SetFilesetQuotaWithContext(byteplus.Context, *SetFilesetQuotaInput, ...request.Option) (*SetFilesetQuotaOutput, error)
	SetFilesetQuotaRequest(*SetFilesetQuotaInput) (*request.Request, *SetFilesetQuotaOutput)

	StartLensServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartLensServiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartLensServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartLensService(*StartLensServiceInput) (*StartLensServiceOutput, error)
	StartLensServiceWithContext(byteplus.Context, *StartLensServiceInput, ...request.Option) (*StartLensServiceOutput, error)
	StartLensServiceRequest(*StartLensServiceInput) (*request.Request, *StartLensServiceOutput)

	StopLensServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopLensServiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopLensServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopLensService(*StopLensServiceInput) (*StopLensServiceOutput, error)
	StopLensServiceWithContext(byteplus.Context, *StopLensServiceInput, ...request.Option) (*StopLensServiceOutput, error)
	StopLensServiceRequest(*StopLensServiceInput) (*request.Request, *StopLensServiceOutput)

	TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TagResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
	TagResourcesWithContext(byteplus.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
	TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)

	UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UntagResourcesCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
	UntagResourcesWithContext(byteplus.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
	UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)

	UpdateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFileSystemCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFileSystem(*UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
	UpdateFileSystemWithContext(byteplus.Context, *UpdateFileSystemInput, ...request.Option) (*UpdateFileSystemOutput, error)
	UpdateFileSystemRequest(*UpdateFileSystemInput) (*request.Request, *UpdateFileSystemOutput)

	UpdateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFilesetCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFileset(*UpdateFilesetInput) (*UpdateFilesetOutput, error)
	UpdateFilesetWithContext(byteplus.Context, *UpdateFilesetInput, ...request.Option) (*UpdateFilesetOutput, error)
	UpdateFilesetRequest(*UpdateFilesetInput) (*request.Request, *UpdateFilesetOutput)

	UpdateLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateLensPolicyCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateLensPolicy(*UpdateLensPolicyInput) (*UpdateLensPolicyOutput, error)
	UpdateLensPolicyWithContext(byteplus.Context, *UpdateLensPolicyInput, ...request.Option) (*UpdateLensPolicyOutput, error)
	UpdateLensPolicyRequest(*UpdateLensPolicyInput) (*request.Request, *UpdateLensPolicyOutput)

	UpdateLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateLensTaskCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateLensTask(*UpdateLensTaskInput) (*UpdateLensTaskOutput, error)
	UpdateLensTaskWithContext(byteplus.Context, *UpdateLensTaskInput, ...request.Option) (*UpdateLensTaskOutput, error)
	UpdateLensTaskRequest(*UpdateLensTaskInput) (*request.Request, *UpdateLensTaskOutput)

	UpdateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMountServiceCommonWithContext(byteplus.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMountService(*UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
	UpdateMountServiceWithContext(byteplus.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,

// byteplus 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

SetRegionId sets the RegionId field's value.

func (*ZoneForDescribeZonesOutput) SetSaleInfos

SetSaleInfos sets the SaleInfos field's value.

func (*ZoneForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeZonesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL