efs

package
v1.2.43 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package efsiface provides an interface to enable mocking the EFS service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaOnly is a ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInput enum value
	ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaOnly = "MetaOnly"

	// ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaAndData is a ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInput enum value
	ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputNone is a EnumOfBucketDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputNone = "None"

	// EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputLatestVersionOnly is a EnumOfBucketDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputLatestVersionOnly = "LatestVersionOnly"

	// EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputSpecifiedVersion is a EnumOfBucketDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputSpecifiedVersion = "SpecifiedVersion"

	// EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputAllVersions is a EnumOfBucketDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowPolicyInputAllVersions = "AllVersions"
)
View Source
const (
	// EnumOfBucketEventTypeListForCreateDataFlowPolicyInputCreateAndUpdate is a EnumOfBucketEventTypeListForCreateDataFlowPolicyInput enum value
	EnumOfBucketEventTypeListForCreateDataFlowPolicyInputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfBucketEventTypeListForCreateDataFlowPolicyInputDelete is a EnumOfBucketEventTypeListForCreateDataFlowPolicyInput enum value
	EnumOfBucketEventTypeListForCreateDataFlowPolicyInputDelete = "Delete"
)
View Source
const (
	// EnumOfConflictPolicyForCreateDataFlowPolicyInputSkip is a EnumOfConflictPolicyForCreateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForCreateDataFlowPolicyInputSkip = "Skip"

	// EnumOfConflictPolicyForCreateDataFlowPolicyInputKeepLatest is a EnumOfConflictPolicyForCreateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForCreateDataFlowPolicyInputKeepLatest = "KeepLatest"

	// EnumOfConflictPolicyForCreateDataFlowPolicyInputOverwrite is a EnumOfConflictPolicyForCreateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForCreateDataFlowPolicyInputOverwrite = "Overwrite"
)
View Source
const (
	// EnumOfExportTypeForCreateDataFlowPolicyInputImmediate is a EnumOfExportTypeForCreateDataFlowPolicyInput enum value
	EnumOfExportTypeForCreateDataFlowPolicyInputImmediate = "Immediate"

	// EnumOfExportTypeForCreateDataFlowPolicyInputPeriod is a EnumOfExportTypeForCreateDataFlowPolicyInput enum value
	EnumOfExportTypeForCreateDataFlowPolicyInputPeriod = "Period"
)
View Source
const (
	// EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInputAllFiles is a EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInputAllFiles = "AllFiles"

	// EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInputCorruptedFiles is a EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInput enum value
	EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInputCorruptedFiles = "CorruptedFiles"
)
View Source
const (
	// EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInputCreateAndUpdate is a EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInput enum value
	EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInputDelete is a EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInput enum value
	EnumOfFileSystemEventTypeListForCreateDataFlowPolicyInputDelete = "Delete"
)
View Source
const (
	// EnumOfLogicOperatorForCreateDataFlowPolicyInputAnd is a EnumOfLogicOperatorForCreateDataFlowPolicyInput enum value
	EnumOfLogicOperatorForCreateDataFlowPolicyInputAnd = "And"

	// EnumOfLogicOperatorForCreateDataFlowPolicyInputOr is a EnumOfLogicOperatorForCreateDataFlowPolicyInput enum value
	EnumOfLogicOperatorForCreateDataFlowPolicyInputOr = "Or"
)
View Source
const (
	// EnumOfStatusForCreateDataFlowPolicyInputStopped is a EnumOfStatusForCreateDataFlowPolicyInput enum value
	EnumOfStatusForCreateDataFlowPolicyInputStopped = "Stopped"

	// EnumOfStatusForCreateDataFlowPolicyInputStarting is a EnumOfStatusForCreateDataFlowPolicyInput enum value
	EnumOfStatusForCreateDataFlowPolicyInputStarting = "Starting"

	// EnumOfStatusForCreateDataFlowPolicyInputRunning is a EnumOfStatusForCreateDataFlowPolicyInput enum value
	EnumOfStatusForCreateDataFlowPolicyInputRunning = "Running"

	// EnumOfStatusForCreateDataFlowPolicyInputStopping is a EnumOfStatusForCreateDataFlowPolicyInput enum value
	EnumOfStatusForCreateDataFlowPolicyInputStopping = "Stopping"
)
View Source
const (
	// EnumOfUnitForCreateDataFlowPolicyInputNanosecond is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputNanosecond = "Nanosecond"

	// EnumOfUnitForCreateDataFlowPolicyInputMicrosecond is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputMicrosecond = "Microsecond"

	// EnumOfUnitForCreateDataFlowPolicyInputMillisecond is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputMillisecond = "Millisecond"

	// EnumOfUnitForCreateDataFlowPolicyInputSecond is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputSecond = "Second"

	// EnumOfUnitForCreateDataFlowPolicyInputMinute is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputMinute = "Minute"

	// EnumOfUnitForCreateDataFlowPolicyInputHour is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputHour = "Hour"

	// EnumOfUnitForCreateDataFlowPolicyInputDay is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputDay = "Day"

	// EnumOfUnitForCreateDataFlowPolicyInputWeek is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputWeek = "Week"

	// EnumOfUnitForCreateDataFlowPolicyInputMonth is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputMonth = "Month"

	// EnumOfUnitForCreateDataFlowPolicyInputYear is a EnumOfUnitForCreateDataFlowPolicyInput enum value
	EnumOfUnitForCreateDataFlowPolicyInputYear = "Year"
)
View Source
const (
	// ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaOnly is a ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInput enum value
	ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaOnly = "MetaOnly"

	// ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaAndData is a ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInput enum value
	ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfBucketDeletePolicyForCreateDataFlowTaskInputNone is a EnumOfBucketDeletePolicyForCreateDataFlowTaskInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowTaskInputNone = "None"

	// EnumOfBucketDeletePolicyForCreateDataFlowTaskInputLatestVersionOnly is a EnumOfBucketDeletePolicyForCreateDataFlowTaskInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowTaskInputLatestVersionOnly = "LatestVersionOnly"

	// EnumOfBucketDeletePolicyForCreateDataFlowTaskInputSpecifiedVersion is a EnumOfBucketDeletePolicyForCreateDataFlowTaskInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowTaskInputSpecifiedVersion = "SpecifiedVersion"

	// EnumOfBucketDeletePolicyForCreateDataFlowTaskInputAllVersions is a EnumOfBucketDeletePolicyForCreateDataFlowTaskInput enum value
	EnumOfBucketDeletePolicyForCreateDataFlowTaskInputAllVersions = "AllVersions"
)
View Source
const (
	// EnumOfConflictPolicyForCreateDataFlowTaskInputSkip is a EnumOfConflictPolicyForCreateDataFlowTaskInput enum value
	EnumOfConflictPolicyForCreateDataFlowTaskInputSkip = "Skip"

	// EnumOfConflictPolicyForCreateDataFlowTaskInputKeepLatest is a EnumOfConflictPolicyForCreateDataFlowTaskInput enum value
	EnumOfConflictPolicyForCreateDataFlowTaskInputKeepLatest = "KeepLatest"

	// EnumOfConflictPolicyForCreateDataFlowTaskInputOverwrite is a EnumOfConflictPolicyForCreateDataFlowTaskInput enum value
	EnumOfConflictPolicyForCreateDataFlowTaskInputOverwrite = "Overwrite"
)
View Source
const (
	// EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputImport is a EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput enum value
	EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputImport = "Import"

	// EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputExport is a EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput enum value
	EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputExport = "Export"

	// EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputEvict is a EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput enum value
	EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputEvict = "Evict"

	// EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputDelete is a EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput enum value
	EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputDelete = "Delete"

	// EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputFileDiff is a EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput enum value
	EnumOfDataFlowTaskTypeForCreateDataFlowTaskInputFileDiff = "FileDiff"
)
View Source
const (
	// EnumOfDataLocationForCreateDataFlowTaskInputFileSystem is a EnumOfDataLocationForCreateDataFlowTaskInput enum value
	EnumOfDataLocationForCreateDataFlowTaskInputFileSystem = "FileSystem"

	// EnumOfDataLocationForCreateDataFlowTaskInputAll is a EnumOfDataLocationForCreateDataFlowTaskInput enum value
	EnumOfDataLocationForCreateDataFlowTaskInputAll = "All"
)
View Source
const (
	// EnumOfLogicOperatorForCreateDataFlowTaskInputAnd is a EnumOfLogicOperatorForCreateDataFlowTaskInput enum value
	EnumOfLogicOperatorForCreateDataFlowTaskInputAnd = "And"

	// EnumOfLogicOperatorForCreateDataFlowTaskInputOr is a EnumOfLogicOperatorForCreateDataFlowTaskInput enum value
	EnumOfLogicOperatorForCreateDataFlowTaskInputOr = "Or"
)
View Source
const (
	// EnumOfTaskModeForCreateDataFlowTaskInputManual is a EnumOfTaskModeForCreateDataFlowTaskInput enum value
	EnumOfTaskModeForCreateDataFlowTaskInputManual = "Manual"

	// EnumOfTaskModeForCreateDataFlowTaskInputInitial is a EnumOfTaskModeForCreateDataFlowTaskInput enum value
	EnumOfTaskModeForCreateDataFlowTaskInputInitial = "Initial"

	// EnumOfTaskModeForCreateDataFlowTaskInputPeriod is a EnumOfTaskModeForCreateDataFlowTaskInput enum value
	EnumOfTaskModeForCreateDataFlowTaskInputPeriod = "Period"
)
View Source
const (
	// EnumOfTypeForCreateDataFlowTaskInputTosBased is a EnumOfTypeForCreateDataFlowTaskInput enum value
	EnumOfTypeForCreateDataFlowTaskInputTosBased = "TosBased"

	// EnumOfTypeForCreateDataFlowTaskInputNasBased is a EnumOfTypeForCreateDataFlowTaskInput enum value
	EnumOfTypeForCreateDataFlowTaskInputNasBased = "NasBased"
)
View Source
const (
	// EnumOfUnitForCreateDataFlowTaskInputNanosecond is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputNanosecond = "Nanosecond"

	// EnumOfUnitForCreateDataFlowTaskInputMicrosecond is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputMicrosecond = "Microsecond"

	// EnumOfUnitForCreateDataFlowTaskInputMillisecond is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputMillisecond = "Millisecond"

	// EnumOfUnitForCreateDataFlowTaskInputSecond is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputSecond = "Second"

	// EnumOfUnitForCreateDataFlowTaskInputMinute is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputMinute = "Minute"

	// EnumOfUnitForCreateDataFlowTaskInputHour is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputHour = "Hour"

	// EnumOfUnitForCreateDataFlowTaskInputDay is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputDay = "Day"

	// EnumOfUnitForCreateDataFlowTaskInputWeek is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputWeek = "Week"

	// EnumOfUnitForCreateDataFlowTaskInputMonth is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputMonth = "Month"

	// EnumOfUnitForCreateDataFlowTaskInputYear is a EnumOfUnitForCreateDataFlowTaskInput enum value
	EnumOfUnitForCreateDataFlowTaskInputYear = "Year"
)
View Source
const (
	// EnumOfBandwidthModeForCreateFileSystemInputBaseline is a EnumOfBandwidthModeForCreateFileSystemInput enum value
	EnumOfBandwidthModeForCreateFileSystemInputBaseline = "Baseline"

	// EnumOfBandwidthModeForCreateFileSystemInputProvisioned is a EnumOfBandwidthModeForCreateFileSystemInput enum value
	EnumOfBandwidthModeForCreateFileSystemInputProvisioned = "Provisioned"
)
View Source
const (
	// EnumOfInstanceTypeForCreateFileSystemInputBasic is a EnumOfInstanceTypeForCreateFileSystemInput enum value
	EnumOfInstanceTypeForCreateFileSystemInputBasic = "Basic"

	// EnumOfInstanceTypeForCreateFileSystemInputPremium is a EnumOfInstanceTypeForCreateFileSystemInput enum value
	EnumOfInstanceTypeForCreateFileSystemInputPremium = "Premium"
)
View Source
const (
	// EnumOfPerformanceDensityForCreateFileSystemInputBasic50 is a EnumOfPerformanceDensityForCreateFileSystemInput enum value
	EnumOfPerformanceDensityForCreateFileSystemInputBasic50 = "Basic_50"

	// EnumOfPerformanceDensityForCreateFileSystemInputPremium125 is a EnumOfPerformanceDensityForCreateFileSystemInput enum value
	EnumOfPerformanceDensityForCreateFileSystemInputPremium125 = "Premium_125"
)
View Source
const (
	// EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputSystem = "System"

	// EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputCustom = "Custom"
)
View Source
const (
	// EnumOfRwModeForCreatePermissionRuleInputRw is a EnumOfRwModeForCreatePermissionRuleInput enum value
	EnumOfRwModeForCreatePermissionRuleInputRw = "RW"

	// EnumOfRwModeForCreatePermissionRuleInputRo is a EnumOfRwModeForCreatePermissionRuleInput enum value
	EnumOfRwModeForCreatePermissionRuleInputRo = "RO"
)
View Source
const (
	// EnumOfUserModeForCreatePermissionRuleInputRootSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value
	EnumOfUserModeForCreatePermissionRuleInputRootSquash = "Root_squash"

	// EnumOfUserModeForCreatePermissionRuleInputNoRootSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value
	EnumOfUserModeForCreatePermissionRuleInputNoRootSquash = "No_root_squash"

	// EnumOfUserModeForCreatePermissionRuleInputAllSquash is a EnumOfUserModeForCreatePermissionRuleInput enum value
	EnumOfUserModeForCreatePermissionRuleInputAllSquash = "All_squash"
)
View Source
const (
	// EnumOfLimitTypeForCreateQuotaInputAccounting is a EnumOfLimitTypeForCreateQuotaInput enum value
	EnumOfLimitTypeForCreateQuotaInputAccounting = "Accounting"

	// EnumOfLimitTypeForCreateQuotaInputEnforcement is a EnumOfLimitTypeForCreateQuotaInput enum value
	EnumOfLimitTypeForCreateQuotaInputEnforcement = "Enforcement"
)
View Source
const (
	// EnumOfQuotaTypeForCreateQuotaInputDirQuota is a EnumOfQuotaTypeForCreateQuotaInput enum value
	EnumOfQuotaTypeForCreateQuotaInputDirQuota = "DirQuota"

	// EnumOfQuotaTypeForCreateQuotaInputUserQuota is a EnumOfQuotaTypeForCreateQuotaInput enum value
	EnumOfQuotaTypeForCreateQuotaInputUserQuota = "UserQuota"
)
View Source
const (
	// EnumOfUserTypeForCreateQuotaInputAllUsers is a EnumOfUserTypeForCreateQuotaInput enum value
	EnumOfUserTypeForCreateQuotaInputAllUsers = "AllUsers"

	// EnumOfUserTypeForCreateQuotaInputUid is a EnumOfUserTypeForCreateQuotaInput enum value
	EnumOfUserTypeForCreateQuotaInputUid = "Uid"

	// EnumOfUserTypeForCreateQuotaInputGid is a EnumOfUserTypeForCreateQuotaInput enum value
	EnumOfUserTypeForCreateQuotaInputGid = "Gid"
)
View Source
const (
	// EnumOfDataDeleteTypeForDeleteDataFlowPolicyInputRetain is a EnumOfDataDeleteTypeForDeleteDataFlowPolicyInput enum value
	EnumOfDataDeleteTypeForDeleteDataFlowPolicyInputRetain = "Retain"

	// EnumOfDataDeleteTypeForDeleteDataFlowPolicyInputDelete is a EnumOfDataDeleteTypeForDeleteDataFlowPolicyInput enum value
	EnumOfDataDeleteTypeForDeleteDataFlowPolicyInputDelete = "Delete"
)
View Source
const (
	// EnumOfUnitForDeleteDataFlowPolicyInputNanosecond is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputNanosecond = "Nanosecond"

	// EnumOfUnitForDeleteDataFlowPolicyInputMicrosecond is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputMicrosecond = "Microsecond"

	// EnumOfUnitForDeleteDataFlowPolicyInputMillisecond is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputMillisecond = "Millisecond"

	// EnumOfUnitForDeleteDataFlowPolicyInputSecond is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputSecond = "Second"

	// EnumOfUnitForDeleteDataFlowPolicyInputMinute is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputMinute = "Minute"

	// EnumOfUnitForDeleteDataFlowPolicyInputHour is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputHour = "Hour"

	// EnumOfUnitForDeleteDataFlowPolicyInputDay is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputDay = "Day"

	// EnumOfUnitForDeleteDataFlowPolicyInputWeek is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputWeek = "Week"

	// EnumOfUnitForDeleteDataFlowPolicyInputMonth is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputMonth = "Month"

	// EnumOfUnitForDeleteDataFlowPolicyInputYear is a EnumOfUnitForDeleteDataFlowPolicyInput enum value
	EnumOfUnitForDeleteDataFlowPolicyInputYear = "Year"
)
View Source
const (
	// EnumOfLanguageForDescribeAccessPointsInputZh is a EnumOfLanguageForDescribeAccessPointsInput enum value
	EnumOfLanguageForDescribeAccessPointsInputZh = "ZH"

	// EnumOfLanguageForDescribeAccessPointsInputEn is a EnumOfLanguageForDescribeAccessPointsInput enum value
	EnumOfLanguageForDescribeAccessPointsInputEn = "EN"
)
View Source
const (
	// ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaOnly is a ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput enum value
	ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaOnly = "MetaOnly"

	// ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaAndData is a ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput enum value
	ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaAndData = "MetaAndData"
)
View Source
const (
	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputCreating is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputCreating = "Creating"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputRunning is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputRunning = "Running"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputUpdating is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputUpdating = "Updating"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputDeleting is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputDeleting = "Deleting"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputError is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputError = "Error"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputDeleted is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputDeleted = "Deleted"

	// ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputWarn is a ConvertEnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfStatusForDescribeDataFlowPoliciesOutputWarn = "Warn"
)
View Source
const (
	// EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputNone is a EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputNone = "None"

	// EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputLatestVersionOnly is a EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputLatestVersionOnly = "LatestVersionOnly"

	// EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputSpecifiedVersion is a EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputSpecifiedVersion = "SpecifiedVersion"

	// EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputAllVersions is a EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutputAllVersions = "AllVersions"
)
View Source
const (
	// EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutputCreateAndUpdate is a EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutputDelete is a EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutput enum value
	EnumOfBucketEventTypeListForDescribeDataFlowPoliciesOutputDelete = "Delete"
)
View Source
const (
	// EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputSkip is a EnumOfConflictPolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputSkip = "Skip"

	// EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputKeepLatest is a EnumOfConflictPolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputKeepLatest = "KeepLatest"

	// EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputOverwrite is a EnumOfConflictPolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowPoliciesOutputOverwrite = "Overwrite"
)
View Source
const (
	// EnumOfExportTypeForDescribeDataFlowPoliciesOutputImmediate is a EnumOfExportTypeForDescribeDataFlowPoliciesOutput enum value
	EnumOfExportTypeForDescribeDataFlowPoliciesOutputImmediate = "Immediate"

	// EnumOfExportTypeForDescribeDataFlowPoliciesOutputPeriod is a EnumOfExportTypeForDescribeDataFlowPoliciesOutput enum value
	EnumOfExportTypeForDescribeDataFlowPoliciesOutputPeriod = "Period"
)
View Source
const (
	// EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutputAllFiles is a EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutputAllFiles = "AllFiles"

	// EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutputCorruptedFiles is a EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutput enum value
	EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutputCorruptedFiles = "CorruptedFiles"
)
View Source
const (
	// EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutputCreateAndUpdate is a EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutput enum value
	EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutputDelete is a EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutput enum value
	EnumOfFileSystemEventTypeListForDescribeDataFlowPoliciesOutputDelete = "Delete"
)
View Source
const (
	// EnumOfLogicOperatorForDescribeDataFlowPoliciesOutputAnd is a EnumOfLogicOperatorForDescribeDataFlowPoliciesOutput enum value
	EnumOfLogicOperatorForDescribeDataFlowPoliciesOutputAnd = "And"

	// EnumOfLogicOperatorForDescribeDataFlowPoliciesOutputOr is a EnumOfLogicOperatorForDescribeDataFlowPoliciesOutput enum value
	EnumOfLogicOperatorForDescribeDataFlowPoliciesOutputOr = "Or"
)
View Source
const (
	// EnumOfStatusForDescribeDataFlowPoliciesOutputStopped is a EnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfStatusForDescribeDataFlowPoliciesOutputStopped = "Stopped"

	// EnumOfStatusForDescribeDataFlowPoliciesOutputStarting is a EnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfStatusForDescribeDataFlowPoliciesOutputStarting = "Starting"

	// EnumOfStatusForDescribeDataFlowPoliciesOutputRunning is a EnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfStatusForDescribeDataFlowPoliciesOutputRunning = "Running"

	// EnumOfStatusForDescribeDataFlowPoliciesOutputStopping is a EnumOfStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfStatusForDescribeDataFlowPoliciesOutputStopping = "Stopping"
)
View Source
const (
	// EnumOfStatusListForDescribeDataFlowPoliciesInputCreating is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputCreating = "Creating"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputRunning is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputRunning = "Running"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputUpdating is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputUpdating = "Updating"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputDeleting is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputDeleting = "Deleting"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputError is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputError = "Error"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputDeleted is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputDeleted = "Deleted"

	// EnumOfStatusListForDescribeDataFlowPoliciesInputWarn is a EnumOfStatusListForDescribeDataFlowPoliciesInput enum value
	EnumOfStatusListForDescribeDataFlowPoliciesInputWarn = "Warn"
)
View Source
const (
	// EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSyncing is a EnumOfSyncStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSyncing = "Syncing"

	// EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSynced is a EnumOfSyncStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSynced = "Synced"

	// EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSyncError is a EnumOfSyncStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfSyncStatusForDescribeDataFlowPoliciesOutputSyncError = "SyncError"
)
View Source
const (
	// EnumOfUnitForDescribeDataFlowPoliciesOutputNanosecond is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputNanosecond = "Nanosecond"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputMicrosecond is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputMicrosecond = "Microsecond"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputMillisecond is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputMillisecond = "Millisecond"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputSecond is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputSecond = "Second"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputMinute is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputMinute = "Minute"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputHour is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputHour = "Hour"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputDay is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputDay = "Day"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputWeek is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputWeek = "Week"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputMonth is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputMonth = "Month"

	// EnumOfUnitForDescribeDataFlowPoliciesOutputYear is a EnumOfUnitForDescribeDataFlowPoliciesOutput enum value
	EnumOfUnitForDescribeDataFlowPoliciesOutputYear = "Year"
)
View Source
const (
	// EnumOfVersionStatusForDescribeDataFlowPoliciesOutputEnabled is a EnumOfVersionStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfVersionStatusForDescribeDataFlowPoliciesOutputEnabled = "Enabled"

	// EnumOfVersionStatusForDescribeDataFlowPoliciesOutputDisabled is a EnumOfVersionStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfVersionStatusForDescribeDataFlowPoliciesOutputDisabled = "Disabled"

	// EnumOfVersionStatusForDescribeDataFlowPoliciesOutputSuspended is a EnumOfVersionStatusForDescribeDataFlowPoliciesOutput enum value
	EnumOfVersionStatusForDescribeDataFlowPoliciesOutputSuspended = "Suspended"
)
View Source
const (
	// ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaOnly is a ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaOnly = "MetaOnly"

	// ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData is a ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputNone is a EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputNone = "None"

	// EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputLatestVersionOnly is a EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputLatestVersionOnly = "LatestVersionOnly"

	// EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputSpecifiedVersion is a EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputSpecifiedVersion = "SpecifiedVersion"

	// EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputAllVersions is a EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutput enum value
	EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutputAllVersions = "AllVersions"
)
View Source
const (
	// EnumOfConflictPolicyForDescribeDataFlowTasksOutputSkip is a EnumOfConflictPolicyForDescribeDataFlowTasksOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowTasksOutputSkip = "Skip"

	// EnumOfConflictPolicyForDescribeDataFlowTasksOutputKeepLatest is a EnumOfConflictPolicyForDescribeDataFlowTasksOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowTasksOutputKeepLatest = "KeepLatest"

	// EnumOfConflictPolicyForDescribeDataFlowTasksOutputOverwrite is a EnumOfConflictPolicyForDescribeDataFlowTasksOutput enum value
	EnumOfConflictPolicyForDescribeDataFlowTasksOutputOverwrite = "Overwrite"
)
View Source
const (
	// EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputManual is a EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputManual = "Manual"

	// EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputInitial is a EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputInitial = "Initial"

	// EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputPeriod is a EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutputPeriod = "Period"
)
View Source
const (
	// EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputImport is a EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputImport = "Import"

	// EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputExport is a EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputExport = "Export"

	// EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputEvict is a EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputEvict = "Evict"

	// EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputDelete is a EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputDelete = "Delete"

	// EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputFileDiff is a EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutputFileDiff = "FileDiff"
)
View Source
const (
	// EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputImport is a EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInput enum value
	EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputImport = "Import"

	// EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputExport is a EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInput enum value
	EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputExport = "Export"

	// EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputEvict is a EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInput enum value
	EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputEvict = "Evict"

	// EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputDelete is a EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInput enum value
	EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputDelete = "Delete"

	// EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputFileDiff is a EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInput enum value
	EnumOfDataFlowTaskTypeListForDescribeDataFlowTasksInputFileDiff = "FileDiff"
)
View Source
const (
	// EnumOfDataLocationForDescribeDataFlowTasksOutputFileSystem is a EnumOfDataLocationForDescribeDataFlowTasksOutput enum value
	EnumOfDataLocationForDescribeDataFlowTasksOutputFileSystem = "FileSystem"

	// EnumOfDataLocationForDescribeDataFlowTasksOutputAll is a EnumOfDataLocationForDescribeDataFlowTasksOutput enum value
	EnumOfDataLocationForDescribeDataFlowTasksOutputAll = "All"
)
View Source
const (
	// EnumOfLogicOperatorForDescribeDataFlowTasksOutputAnd is a EnumOfLogicOperatorForDescribeDataFlowTasksOutput enum value
	EnumOfLogicOperatorForDescribeDataFlowTasksOutputAnd = "And"

	// EnumOfLogicOperatorForDescribeDataFlowTasksOutputOr is a EnumOfLogicOperatorForDescribeDataFlowTasksOutput enum value
	EnumOfLogicOperatorForDescribeDataFlowTasksOutputOr = "Or"
)
View Source
const (
	// EnumOfStatusForDescribeDataFlowTasksOutputCreating is a EnumOfStatusForDescribeDataFlowTasksOutput enum value
	EnumOfStatusForDescribeDataFlowTasksOutputCreating = "Creating"

	// EnumOfStatusForDescribeDataFlowTasksOutputPending is a EnumOfStatusForDescribeDataFlowTasksOutput enum value
	EnumOfStatusForDescribeDataFlowTasksOutputPending = "Pending"

	// 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"

	// EnumOfStatusForDescribeDataFlowTasksOutputConflict is a EnumOfStatusForDescribeDataFlowTasksOutput enum value
	EnumOfStatusForDescribeDataFlowTasksOutputConflict = "Conflict"
)
View Source
const (
	// EnumOfStatusListForDescribeDataFlowTasksInputCreating is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputCreating = "Creating"

	// EnumOfStatusListForDescribeDataFlowTasksInputPending is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputPending = "Pending"

	// EnumOfStatusListForDescribeDataFlowTasksInputRunning is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputRunning = "Running"

	// EnumOfStatusListForDescribeDataFlowTasksInputFinished is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputFinished = "Finished"

	// EnumOfStatusListForDescribeDataFlowTasksInputCanceling is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputCanceling = "Canceling"

	// EnumOfStatusListForDescribeDataFlowTasksInputCanceled is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputCanceled = "Canceled"

	// EnumOfStatusListForDescribeDataFlowTasksInputDeleting is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputDeleting = "Deleting"

	// EnumOfStatusListForDescribeDataFlowTasksInputError is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputError = "Error"

	// EnumOfStatusListForDescribeDataFlowTasksInputDeleted is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputDeleted = "Deleted"

	// EnumOfStatusListForDescribeDataFlowTasksInputConflict is a EnumOfStatusListForDescribeDataFlowTasksInput enum value
	EnumOfStatusListForDescribeDataFlowTasksInputConflict = "Conflict"
)
View Source
const (
	// EnumOfTypeForDescribeDataFlowTasksOutputTosBased is a EnumOfTypeForDescribeDataFlowTasksOutput enum value
	EnumOfTypeForDescribeDataFlowTasksOutputTosBased = "TosBased"

	// EnumOfTypeForDescribeDataFlowTasksOutputNasBased is a EnumOfTypeForDescribeDataFlowTasksOutput enum value
	EnumOfTypeForDescribeDataFlowTasksOutputNasBased = "NasBased"
)
View Source
const (
	// EnumOfUnitForDescribeDataFlowTasksOutputNanosecond is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputNanosecond = "Nanosecond"

	// EnumOfUnitForDescribeDataFlowTasksOutputMicrosecond is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputMicrosecond = "Microsecond"

	// EnumOfUnitForDescribeDataFlowTasksOutputMillisecond is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputMillisecond = "Millisecond"

	// EnumOfUnitForDescribeDataFlowTasksOutputSecond is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputSecond = "Second"

	// EnumOfUnitForDescribeDataFlowTasksOutputMinute is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputMinute = "Minute"

	// EnumOfUnitForDescribeDataFlowTasksOutputHour is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputHour = "Hour"

	// EnumOfUnitForDescribeDataFlowTasksOutputDay is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputDay = "Day"

	// EnumOfUnitForDescribeDataFlowTasksOutputWeek is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputWeek = "Week"

	// EnumOfUnitForDescribeDataFlowTasksOutputMonth is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputMonth = "Month"

	// EnumOfUnitForDescribeDataFlowTasksOutputYear is a EnumOfUnitForDescribeDataFlowTasksOutput enum value
	EnumOfUnitForDescribeDataFlowTasksOutputYear = "Year"
)
View Source
const (
	// EnumOfVersionStatusForDescribeDataFlowTasksOutputEnabled is a EnumOfVersionStatusForDescribeDataFlowTasksOutput enum value
	EnumOfVersionStatusForDescribeDataFlowTasksOutputEnabled = "Enabled"

	// EnumOfVersionStatusForDescribeDataFlowTasksOutputDisabled is a EnumOfVersionStatusForDescribeDataFlowTasksOutput enum value
	EnumOfVersionStatusForDescribeDataFlowTasksOutputDisabled = "Disabled"

	// EnumOfVersionStatusForDescribeDataFlowTasksOutputSuspended is a EnumOfVersionStatusForDescribeDataFlowTasksOutput enum value
	EnumOfVersionStatusForDescribeDataFlowTasksOutputSuspended = "Suspended"
)
View Source
const (
	// EnumOfBandwidthModeForDescribeFileSystemsInputBaseline is a EnumOfBandwidthModeForDescribeFileSystemsInput enum value
	EnumOfBandwidthModeForDescribeFileSystemsInputBaseline = "Baseline"

	// EnumOfBandwidthModeForDescribeFileSystemsInputProvisioned is a EnumOfBandwidthModeForDescribeFileSystemsInput enum value
	EnumOfBandwidthModeForDescribeFileSystemsInputProvisioned = "Provisioned"
)
View Source
const (
	// EnumOfBandwidthModeForDescribeFileSystemsOutputBaseline is a EnumOfBandwidthModeForDescribeFileSystemsOutput enum value
	EnumOfBandwidthModeForDescribeFileSystemsOutputBaseline = "Baseline"

	// EnumOfBandwidthModeForDescribeFileSystemsOutputProvisioned is a EnumOfBandwidthModeForDescribeFileSystemsOutput enum value
	EnumOfBandwidthModeForDescribeFileSystemsOutputProvisioned = "Provisioned"
)
View Source
const (
	// EnumOfChargeStatusForDescribeFileSystemsOutputWaitingPaid is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputWaitingPaid = "WaitingPaid"

	// EnumOfChargeStatusForDescribeFileSystemsOutputPending is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputPending = "Pending"

	// EnumOfChargeStatusForDescribeFileSystemsOutputModifying is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputModifying = "Modifying"

	// EnumOfChargeStatusForDescribeFileSystemsOutputFailed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputFailed = "Failed"

	// EnumOfChargeStatusForDescribeFileSystemsOutputNormal is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputNormal = "Normal"

	// EnumOfChargeStatusForDescribeFileSystemsOutputExpired is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputExpired = "Expired"

	// EnumOfChargeStatusForDescribeFileSystemsOutputOverdue is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputOverdue = "Overdue"

	// EnumOfChargeStatusForDescribeFileSystemsOutputReclaimed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputReclaimed = "Reclaimed"

	// EnumOfChargeStatusForDescribeFileSystemsOutputTerminated is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value
	EnumOfChargeStatusForDescribeFileSystemsOutputTerminated = "Terminated"
)
View Source
const (
	// EnumOfChargeTypeForDescribeFileSystemsInputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsInput enum value
	EnumOfChargeTypeForDescribeFileSystemsInputPayAsYouGo = "PayAsYouGo"

	// EnumOfChargeTypeForDescribeFileSystemsInputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsInput enum value
	EnumOfChargeTypeForDescribeFileSystemsInputNotEnabled = "NotEnabled"
)
View Source
const (
	// EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo"

	// EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled = "NotEnabled"
)
View Source
const (
	// EnumOfInstanceTypeForDescribeFileSystemsInputBasic is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value
	EnumOfInstanceTypeForDescribeFileSystemsInputBasic = "Basic"

	// EnumOfInstanceTypeForDescribeFileSystemsInputPremium is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value
	EnumOfInstanceTypeForDescribeFileSystemsInputPremium = "Premium"

	// EnumOfInstanceTypeForDescribeFileSystemsInputIntelliTier is a EnumOfInstanceTypeForDescribeFileSystemsInput enum value
	EnumOfInstanceTypeForDescribeFileSystemsInputIntelliTier = "IntelliTier"
)
View Source
const (
	// EnumOfInstanceTypeForDescribeFileSystemsOutputBasic is a EnumOfInstanceTypeForDescribeFileSystemsOutput enum value
	EnumOfInstanceTypeForDescribeFileSystemsOutputBasic = "Basic"

	// EnumOfInstanceTypeForDescribeFileSystemsOutputPremium is a EnumOfInstanceTypeForDescribeFileSystemsOutput enum value
	EnumOfInstanceTypeForDescribeFileSystemsOutputPremium = "Premium"
)
View Source
const (
	// EnumOfLanguageForDescribeFileSystemsInputZh is a EnumOfLanguageForDescribeFileSystemsInput enum value
	EnumOfLanguageForDescribeFileSystemsInputZh = "ZH"

	// EnumOfLanguageForDescribeFileSystemsInputEn is a EnumOfLanguageForDescribeFileSystemsInput enum value
	EnumOfLanguageForDescribeFileSystemsInputEn = "EN"
)
View Source
const (
	// EnumOfPerformanceDensityForDescribeFileSystemsInputBasic50 is a EnumOfPerformanceDensityForDescribeFileSystemsInput enum value
	EnumOfPerformanceDensityForDescribeFileSystemsInputBasic50 = "Basic_50"

	// EnumOfPerformanceDensityForDescribeFileSystemsInputPremium125 is a EnumOfPerformanceDensityForDescribeFileSystemsInput enum value
	EnumOfPerformanceDensityForDescribeFileSystemsInputPremium125 = "Premium_125"
)
View Source
const (
	// EnumOfPerformanceDensityForDescribeFileSystemsOutputBasic50 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value
	EnumOfPerformanceDensityForDescribeFileSystemsOutputBasic50 = "Basic_50"

	// EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium75 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value
	EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium75 = "Premium_75"

	// EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium150 is a EnumOfPerformanceDensityForDescribeFileSystemsOutput enum value
	EnumOfPerformanceDensityForDescribeFileSystemsOutputPremium150 = "Premium_150"
)
View Source
const (
	// EnumOfSortByForDescribeFileSystemsInputCreateTime is a EnumOfSortByForDescribeFileSystemsInput enum value
	EnumOfSortByForDescribeFileSystemsInputCreateTime = "CreateTime"

	// EnumOfSortByForDescribeFileSystemsInputProvisionedBandwidth is a EnumOfSortByForDescribeFileSystemsInput enum value
	EnumOfSortByForDescribeFileSystemsInputProvisionedBandwidth = "ProvisionedBandwidth"

	// EnumOfSortByForDescribeFileSystemsInputBurstBandwidth is a EnumOfSortByForDescribeFileSystemsInput enum value
	EnumOfSortByForDescribeFileSystemsInputBurstBandwidth = "BurstBandwidth"
)
View Source
const (
	// EnumOfSortOrderForDescribeFileSystemsInputDesc is a EnumOfSortOrderForDescribeFileSystemsInput enum value
	EnumOfSortOrderForDescribeFileSystemsInputDesc = "Desc"

	// EnumOfSortOrderForDescribeFileSystemsInputAsc is a EnumOfSortOrderForDescribeFileSystemsInput enum value
	EnumOfSortOrderForDescribeFileSystemsInputAsc = "Asc"
)
View Source
const (
	// EnumOfStatusListForDescribeFileSystemsInputCreating is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputCreating = "Creating"

	// EnumOfStatusListForDescribeFileSystemsInputCreateError is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputCreateError = "CreateError"

	// EnumOfStatusListForDescribeFileSystemsInputRunning is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputRunning = "Running"

	// EnumOfStatusListForDescribeFileSystemsInputUpdating is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputUpdating = "Updating"

	// EnumOfStatusListForDescribeFileSystemsInputDeleting is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputDeleting = "Deleting"

	// EnumOfStatusListForDescribeFileSystemsInputDeleteError is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputDeleteError = "DeleteError"

	// EnumOfStatusListForDescribeFileSystemsInputDeleted is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputDeleted = "Deleted"

	// EnumOfStatusListForDescribeFileSystemsInputStopped is a EnumOfStatusListForDescribeFileSystemsInput enum value
	EnumOfStatusListForDescribeFileSystemsInputStopped = "Stopped"
)
View Source
const (
	// EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputSystem = "System"

	// EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom"
)
View Source
const (
	// EnumOfLanguageForDescribeMountPointsInputZh is a EnumOfLanguageForDescribeMountPointsInput enum value
	EnumOfLanguageForDescribeMountPointsInputZh = "ZH"

	// EnumOfLanguageForDescribeMountPointsInputEn is a EnumOfLanguageForDescribeMountPointsInput enum value
	EnumOfLanguageForDescribeMountPointsInputEn = "EN"
)
View Source
const (
	// EnumOfStatusForDescribeMountPointsOutputCreating is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputCreating = "Creating"

	// EnumOfStatusForDescribeMountPointsOutputCreateError is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputCreateError = "CreateError"

	// EnumOfStatusForDescribeMountPointsOutputRunning is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputRunning = "Running"

	// EnumOfStatusForDescribeMountPointsOutputUpdating is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputUpdating = "Updating"

	// EnumOfStatusForDescribeMountPointsOutputDeleting is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputDeleting = "Deleting"

	// EnumOfStatusForDescribeMountPointsOutputDeleteError is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputDeleteError = "DeleteError"

	// EnumOfStatusForDescribeMountPointsOutputDisabled is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputDisabled = "Disabled"
)
View Source
const (
	// EnumOfStatusForDescribePermissionGroupsOutputCreating is a EnumOfStatusForDescribePermissionGroupsOutput enum value
	EnumOfStatusForDescribePermissionGroupsOutputCreating = "Creating"

	// EnumOfStatusForDescribePermissionGroupsOutputAvailable is a EnumOfStatusForDescribePermissionGroupsOutput enum value
	EnumOfStatusForDescribePermissionGroupsOutputAvailable = "Available"

	// EnumOfStatusForDescribePermissionGroupsOutputUpdating is a EnumOfStatusForDescribePermissionGroupsOutput enum value
	EnumOfStatusForDescribePermissionGroupsOutputUpdating = "Updating"

	// EnumOfStatusForDescribePermissionGroupsOutputDeleting is a EnumOfStatusForDescribePermissionGroupsOutput enum value
	EnumOfStatusForDescribePermissionGroupsOutputDeleting = "Deleting"
)
View Source
const (
	// EnumOfRwModeForDescribePermissionRulesInputRw is a EnumOfRwModeForDescribePermissionRulesInput enum value
	EnumOfRwModeForDescribePermissionRulesInputRw = "RW"

	// EnumOfRwModeForDescribePermissionRulesInputRo is a EnumOfRwModeForDescribePermissionRulesInput enum value
	EnumOfRwModeForDescribePermissionRulesInputRo = "RO"
)
View Source
const (
	// EnumOfRwModeForDescribePermissionRulesOutputRw is a EnumOfRwModeForDescribePermissionRulesOutput enum value
	EnumOfRwModeForDescribePermissionRulesOutputRw = "RW"

	// EnumOfRwModeForDescribePermissionRulesOutputRo is a EnumOfRwModeForDescribePermissionRulesOutput enum value
	EnumOfRwModeForDescribePermissionRulesOutputRo = "RO"
)
View Source
const (
	// EnumOfUserModeForDescribePermissionRulesInputRootSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value
	EnumOfUserModeForDescribePermissionRulesInputRootSquash = "Root_squash"

	// EnumOfUserModeForDescribePermissionRulesInputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value
	EnumOfUserModeForDescribePermissionRulesInputNoRootSquash = "No_root_squash"

	// EnumOfUserModeForDescribePermissionRulesInputAllSquash is a EnumOfUserModeForDescribePermissionRulesInput enum value
	EnumOfUserModeForDescribePermissionRulesInputAllSquash = "All_squash"
)
View Source
const (
	// EnumOfUserModeForDescribePermissionRulesOutputRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputRootSquash = "Root_squash"

	// EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash = "No_root_squash"

	// EnumOfUserModeForDescribePermissionRulesOutputAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputAllSquash = "All_squash"
)
View Source
const (
	// EnumOfLimitTypeForDescribeQuotasInputAccounting is a EnumOfLimitTypeForDescribeQuotasInput enum value
	EnumOfLimitTypeForDescribeQuotasInputAccounting = "Accounting"

	// EnumOfLimitTypeForDescribeQuotasInputEnforcement is a EnumOfLimitTypeForDescribeQuotasInput enum value
	EnumOfLimitTypeForDescribeQuotasInputEnforcement = "Enforcement"
)
View Source
const (
	// EnumOfLimitTypeForDescribeQuotasOutputAccounting is a EnumOfLimitTypeForDescribeQuotasOutput enum value
	EnumOfLimitTypeForDescribeQuotasOutputAccounting = "Accounting"

	// EnumOfLimitTypeForDescribeQuotasOutputEnforcement is a EnumOfLimitTypeForDescribeQuotasOutput enum value
	EnumOfLimitTypeForDescribeQuotasOutputEnforcement = "Enforcement"
)
View Source
const (
	// EnumOfQuotaTypeForDescribeQuotasInputDirQuota is a EnumOfQuotaTypeForDescribeQuotasInput enum value
	EnumOfQuotaTypeForDescribeQuotasInputDirQuota = "DirQuota"

	// EnumOfQuotaTypeForDescribeQuotasInputUserQuota is a EnumOfQuotaTypeForDescribeQuotasInput enum value
	EnumOfQuotaTypeForDescribeQuotasInputUserQuota = "UserQuota"
)
View Source
const (
	// EnumOfQuotaTypeForDescribeQuotasOutputDirQuota is a EnumOfQuotaTypeForDescribeQuotasOutput enum value
	EnumOfQuotaTypeForDescribeQuotasOutputDirQuota = "DirQuota"

	// EnumOfQuotaTypeForDescribeQuotasOutputUserQuota is a EnumOfQuotaTypeForDescribeQuotasOutput enum value
	EnumOfQuotaTypeForDescribeQuotasOutputUserQuota = "UserQuota"
)
View Source
const (
	// EnumOfStatusForDescribeQuotasOutputCreating is a EnumOfStatusForDescribeQuotasOutput enum value
	EnumOfStatusForDescribeQuotasOutputCreating = "Creating"

	// EnumOfStatusForDescribeQuotasOutputNormal is a EnumOfStatusForDescribeQuotasOutput enum value
	EnumOfStatusForDescribeQuotasOutputNormal = "Normal"

	// EnumOfStatusForDescribeQuotasOutputDeleting is a EnumOfStatusForDescribeQuotasOutput enum value
	EnumOfStatusForDescribeQuotasOutputDeleting = "Deleting"

	// EnumOfStatusForDescribeQuotasOutputUnNormal is a EnumOfStatusForDescribeQuotasOutput enum value
	EnumOfStatusForDescribeQuotasOutputUnNormal = "UnNormal"

	// EnumOfStatusForDescribeQuotasOutputUpdating is a EnumOfStatusForDescribeQuotasOutput enum value
	EnumOfStatusForDescribeQuotasOutputUpdating = "Updating"
)
View Source
const (
	// EnumOfUserTypeForDescribeQuotasOutputAllUsers is a EnumOfUserTypeForDescribeQuotasOutput enum value
	EnumOfUserTypeForDescribeQuotasOutputAllUsers = "AllUsers"

	// EnumOfUserTypeForDescribeQuotasOutputUid is a EnumOfUserTypeForDescribeQuotasOutput enum value
	EnumOfUserTypeForDescribeQuotasOutputUid = "Uid"

	// EnumOfUserTypeForDescribeQuotasOutputGid is a EnumOfUserTypeForDescribeQuotasOutput enum value
	EnumOfUserTypeForDescribeQuotasOutputGid = "Gid"
)
View Source
const (
	// EnumOfLanguageForDescribeRegionsInputZh is a EnumOfLanguageForDescribeRegionsInput enum value
	EnumOfLanguageForDescribeRegionsInputZh = "ZH"

	// EnumOfLanguageForDescribeRegionsInputEn is a EnumOfLanguageForDescribeRegionsInput enum value
	EnumOfLanguageForDescribeRegionsInputEn = "EN"
)
View Source
const (
	// EnumOfLanguageForDescribeZonesInputZh is a EnumOfLanguageForDescribeZonesInput enum value
	EnumOfLanguageForDescribeZonesInputZh = "ZH"

	// EnumOfLanguageForDescribeZonesInputEn is a EnumOfLanguageForDescribeZonesInput enum value
	EnumOfLanguageForDescribeZonesInputEn = "EN"
)
View Source
const (
	// EnumOfAutoRuleTypeListForStartDataFlowPolicyInputImport is a EnumOfAutoRuleTypeListForStartDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStartDataFlowPolicyInputImport = "Import"

	// EnumOfAutoRuleTypeListForStartDataFlowPolicyInputExport is a EnumOfAutoRuleTypeListForStartDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStartDataFlowPolicyInputExport = "Export"

	// EnumOfAutoRuleTypeListForStartDataFlowPolicyInputEvict is a EnumOfAutoRuleTypeListForStartDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStartDataFlowPolicyInputEvict = "Evict"
)
View Source
const (
	// EnumOfAutoRuleTypeListForStopDataFlowPolicyInputImport is a EnumOfAutoRuleTypeListForStopDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStopDataFlowPolicyInputImport = "Import"

	// EnumOfAutoRuleTypeListForStopDataFlowPolicyInputExport is a EnumOfAutoRuleTypeListForStopDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStopDataFlowPolicyInputExport = "Export"

	// EnumOfAutoRuleTypeListForStopDataFlowPolicyInputEvict is a EnumOfAutoRuleTypeListForStopDataFlowPolicyInput enum value
	EnumOfAutoRuleTypeListForStopDataFlowPolicyInputEvict = "Evict"
)
View Source
const (
	// EnumOfTypeForTagResourcesInputSystem is a EnumOfTypeForTagResourcesInput enum value
	EnumOfTypeForTagResourcesInputSystem = "System"

	// EnumOfTypeForTagResourcesInputCustom is a EnumOfTypeForTagResourcesInput enum value
	EnumOfTypeForTagResourcesInputCustom = "Custom"
)
View Source
const (
	// ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaOnly is a ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInput enum value
	ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaOnly = "MetaOnly"

	// ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaAndData is a ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInput enum value
	ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputNone is a EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputNone = "None"

	// EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputLatestVersionOnly is a EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputLatestVersionOnly = "LatestVersionOnly"

	// EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputSpecifiedVersion is a EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputSpecifiedVersion = "SpecifiedVersion"

	// EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputAllVersions is a EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInputAllVersions = "AllVersions"
)
View Source
const (
	// EnumOfBucketEventTypeListForUpdateDataFlowPolicyInputCreateAndUpdate is a EnumOfBucketEventTypeListForUpdateDataFlowPolicyInput enum value
	EnumOfBucketEventTypeListForUpdateDataFlowPolicyInputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfBucketEventTypeListForUpdateDataFlowPolicyInputDelete is a EnumOfBucketEventTypeListForUpdateDataFlowPolicyInput enum value
	EnumOfBucketEventTypeListForUpdateDataFlowPolicyInputDelete = "Delete"
)
View Source
const (
	// EnumOfConflictPolicyForUpdateDataFlowPolicyInputSkip is a EnumOfConflictPolicyForUpdateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForUpdateDataFlowPolicyInputSkip = "Skip"

	// EnumOfConflictPolicyForUpdateDataFlowPolicyInputKeepLatest is a EnumOfConflictPolicyForUpdateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForUpdateDataFlowPolicyInputKeepLatest = "KeepLatest"

	// EnumOfConflictPolicyForUpdateDataFlowPolicyInputOverwrite is a EnumOfConflictPolicyForUpdateDataFlowPolicyInput enum value
	EnumOfConflictPolicyForUpdateDataFlowPolicyInputOverwrite = "Overwrite"
)
View Source
const (
	// EnumOfExportTypeForUpdateDataFlowPolicyInputImmediate is a EnumOfExportTypeForUpdateDataFlowPolicyInput enum value
	EnumOfExportTypeForUpdateDataFlowPolicyInputImmediate = "Immediate"

	// EnumOfExportTypeForUpdateDataFlowPolicyInputPeriod is a EnumOfExportTypeForUpdateDataFlowPolicyInput enum value
	EnumOfExportTypeForUpdateDataFlowPolicyInputPeriod = "Period"
)
View Source
const (
	// EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInputAllFiles is a EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInputAllFiles = "AllFiles"

	// EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInputCorruptedFiles is a EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInput enum value
	EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInputCorruptedFiles = "CorruptedFiles"
)
View Source
const (
	// EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInputCreateAndUpdate is a EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInput enum value
	EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInputCreateAndUpdate = "CreateAndUpdate"

	// EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInputDelete is a EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInput enum value
	EnumOfFileSystemEventTypeListForUpdateDataFlowPolicyInputDelete = "Delete"
)
View Source
const (
	// EnumOfLogicOperatorForUpdateDataFlowPolicyInputAnd is a EnumOfLogicOperatorForUpdateDataFlowPolicyInput enum value
	EnumOfLogicOperatorForUpdateDataFlowPolicyInputAnd = "And"

	// EnumOfLogicOperatorForUpdateDataFlowPolicyInputOr is a EnumOfLogicOperatorForUpdateDataFlowPolicyInput enum value
	EnumOfLogicOperatorForUpdateDataFlowPolicyInputOr = "Or"
)
View Source
const (
	// EnumOfStatusForUpdateDataFlowPolicyInputStopped is a EnumOfStatusForUpdateDataFlowPolicyInput enum value
	EnumOfStatusForUpdateDataFlowPolicyInputStopped = "Stopped"

	// EnumOfStatusForUpdateDataFlowPolicyInputStarting is a EnumOfStatusForUpdateDataFlowPolicyInput enum value
	EnumOfStatusForUpdateDataFlowPolicyInputStarting = "Starting"

	// EnumOfStatusForUpdateDataFlowPolicyInputRunning is a EnumOfStatusForUpdateDataFlowPolicyInput enum value
	EnumOfStatusForUpdateDataFlowPolicyInputRunning = "Running"

	// EnumOfStatusForUpdateDataFlowPolicyInputStopping is a EnumOfStatusForUpdateDataFlowPolicyInput enum value
	EnumOfStatusForUpdateDataFlowPolicyInputStopping = "Stopping"
)
View Source
const (
	// EnumOfUnitForUpdateDataFlowPolicyInputNanosecond is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputNanosecond = "Nanosecond"

	// EnumOfUnitForUpdateDataFlowPolicyInputMicrosecond is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputMicrosecond = "Microsecond"

	// EnumOfUnitForUpdateDataFlowPolicyInputMillisecond is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputMillisecond = "Millisecond"

	// EnumOfUnitForUpdateDataFlowPolicyInputSecond is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputSecond = "Second"

	// EnumOfUnitForUpdateDataFlowPolicyInputMinute is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputMinute = "Minute"

	// EnumOfUnitForUpdateDataFlowPolicyInputHour is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputHour = "Hour"

	// EnumOfUnitForUpdateDataFlowPolicyInputDay is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputDay = "Day"

	// EnumOfUnitForUpdateDataFlowPolicyInputWeek is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputWeek = "Week"

	// EnumOfUnitForUpdateDataFlowPolicyInputMonth is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputMonth = "Month"

	// EnumOfUnitForUpdateDataFlowPolicyInputYear is a EnumOfUnitForUpdateDataFlowPolicyInput enum value
	EnumOfUnitForUpdateDataFlowPolicyInputYear = "Year"
)
View Source
const (
	// EnumOfBandwidthModeForUpdateFileSystemInputBaseline is a EnumOfBandwidthModeForUpdateFileSystemInput enum value
	EnumOfBandwidthModeForUpdateFileSystemInputBaseline = "Baseline"

	// EnumOfBandwidthModeForUpdateFileSystemInputProvisioned is a EnumOfBandwidthModeForUpdateFileSystemInput enum value
	EnumOfBandwidthModeForUpdateFileSystemInputProvisioned = "Provisioned"
)
View Source
const (
	// EnumOfRwModeForUpdatePermissionRuleInputRw is a EnumOfRwModeForUpdatePermissionRuleInput enum value
	EnumOfRwModeForUpdatePermissionRuleInputRw = "RW"

	// EnumOfRwModeForUpdatePermissionRuleInputRo is a EnumOfRwModeForUpdatePermissionRuleInput enum value
	EnumOfRwModeForUpdatePermissionRuleInputRo = "RO"
)
View Source
const (
	// EnumOfUserModeForUpdatePermissionRuleInputRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputRootSquash = "Root_squash"

	// EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash = "No_root_squash"

	// EnumOfUserModeForUpdatePermissionRuleInputAllSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputAllSquash = "All_squash"
)
View Source
const (
	// EnumOfLimitTypeForUpdateQuotaInputAccounting is a EnumOfLimitTypeForUpdateQuotaInput enum value
	EnumOfLimitTypeForUpdateQuotaInputAccounting = "Accounting"

	// EnumOfLimitTypeForUpdateQuotaInputEnforcement is a EnumOfLimitTypeForUpdateQuotaInput enum value
	EnumOfLimitTypeForUpdateQuotaInputEnforcement = "Enforcement"
)
View Source
const (
	ServiceName = "elasticfilesystem" // Name of service.
	EndpointsID = ServiceName         // ID to lookup a service endpoint with.
	ServiceID   = "efs"               // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// ConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaAndData is a ConvertEnumOfDataTypeForCreateDataFlowPolicyInput enum value
	ConvertEnumOfDataTypeForCreateDataFlowPolicyInputMetaAndData = "MetaAndData"
)
View Source
const (
	// ConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaAndData is a ConvertEnumOfDataTypeForCreateDataFlowTaskInput enum value
	ConvertEnumOfDataTypeForCreateDataFlowTaskInputMetaAndData = "MetaAndData"
)
View Source
const (
	// ConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaAndData is a ConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput enum value
	ConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutputMetaAndData = "MetaAndData"
)
View Source
const (
	// ConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData is a ConvertEnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	ConvertEnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData = "MetaAndData"
)
View Source
const (
	// ConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaAndData is a ConvertEnumOfDataTypeForUpdateDataFlowPolicyInput enum value
	ConvertEnumOfDataTypeForUpdateDataFlowPolicyInputMetaAndData = "MetaAndData"
)
View Source
const (
	// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
	EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
View Source
const (
	// EnumOfDataLazyloadModeForCreateDataFlowPolicyInputCache is a EnumOfDataLazyloadModeForCreateDataFlowPolicyInput enum value
	EnumOfDataLazyloadModeForCreateDataFlowPolicyInputCache = "Cache"
)
View Source
const (
	// EnumOfDataLazyloadModeForDescribeDataFlowPoliciesOutputCache is a EnumOfDataLazyloadModeForDescribeDataFlowPoliciesOutput enum value
	EnumOfDataLazyloadModeForDescribeDataFlowPoliciesOutputCache = "Cache"
)
View Source
const (
	// EnumOfDataLazyloadModeForUpdateDataFlowPolicyInputCache is a EnumOfDataLazyloadModeForUpdateDataFlowPolicyInput enum value
	EnumOfDataLazyloadModeForUpdateDataFlowPolicyInputCache = "Cache"
)
View Source
const (
	// EnumOfDataTypeForCreateDataFlowPolicyInputDataOnly is a EnumOfDataTypeForCreateDataFlowPolicyInput enum value
	EnumOfDataTypeForCreateDataFlowPolicyInputDataOnly = "DataOnly"
)
View Source
const (
	// EnumOfDataTypeForCreateDataFlowTaskInputDataOnly is a EnumOfDataTypeForCreateDataFlowTaskInput enum value
	EnumOfDataTypeForCreateDataFlowTaskInputDataOnly = "DataOnly"
)
View Source
const (
	// EnumOfDataTypeForDescribeDataFlowPoliciesOutputDataOnly is a EnumOfDataTypeForDescribeDataFlowPoliciesOutput enum value
	EnumOfDataTypeForDescribeDataFlowPoliciesOutputDataOnly = "DataOnly"
)
View Source
const (
	// EnumOfDataTypeForDescribeDataFlowTasksOutputDataOnly is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value
	EnumOfDataTypeForDescribeDataFlowTasksOutputDataOnly = "DataOnly"
)
View Source
const (
	// EnumOfDataTypeForUpdateDataFlowPolicyInputDataOnly is a EnumOfDataTypeForUpdateDataFlowPolicyInput enum value
	EnumOfDataTypeForUpdateDataFlowPolicyInputDataOnly = "DataOnly"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessPointForDescribeAccessPointsOutput

type AccessPointForDescribeAccessPointsOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

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

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

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

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

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

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

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

	PosixUser *PosixUserForDescribeAccessPointsOutput `type:"structure" json:",omitempty"`

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

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

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

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

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

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

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

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

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

func (AccessPointForDescribeAccessPointsOutput) GoString

GoString returns the string representation

func (*AccessPointForDescribeAccessPointsOutput) SetAccessPointId

SetAccessPointId sets the AccessPointId field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetAccessPointName

SetAccessPointName sets the AccessPointName field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetDomain

SetDomain sets the Domain field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetEnableIam

SetEnableIam sets the EnableIam field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetFileSystemPath

SetFileSystemPath sets the FileSystemPath field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetPosixUser

SetPosixUser sets the PosixUser field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetStatus

SetStatus sets the Status field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetTrn

SetTrn sets the Trn field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*AccessPointForDescribeAccessPointsOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (AccessPointForDescribeAccessPointsOutput) String

String returns the string representation

type AccessPointForDescribePermissionGroupsOutput

type AccessPointForDescribePermissionGroupsOutput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

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

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

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

func (AccessPointForDescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*AccessPointForDescribePermissionGroupsOutput) SetAccessPointId

SetAccessPointId sets the AccessPointId field's value.

func (*AccessPointForDescribePermissionGroupsOutput) SetAccessPointName

SetAccessPointName sets the AccessPointName field's value.

func (*AccessPointForDescribePermissionGroupsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*AccessPointForDescribePermissionGroupsOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (AccessPointForDescribePermissionGroupsOutput) String

String returns the string representation

type AutoEvictRuleForCreateDataFlowPolicyInput added in v1.2.43

type AutoEvictRuleForCreateDataFlowPolicyInput struct {
	DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForCreateDataFlowPolicyInput"`

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

	LastAccessTimeInterval *LastAccessTimeIntervalForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

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

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

func (AutoEvictRuleForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoEvictRuleForCreateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoEvictRuleForCreateDataFlowPolicyInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*AutoEvictRuleForCreateDataFlowPolicyInput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (*AutoEvictRuleForCreateDataFlowPolicyInput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (*AutoEvictRuleForCreateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoEvictRuleForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type AutoEvictRuleForDescribeDataFlowPoliciesOutput added in v1.2.43

type AutoEvictRuleForDescribeDataFlowPoliciesOutput struct {
	DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForDescribeDataFlowPoliciesOutput"`

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

	LastAccessTimeInterval *LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

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

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

func (AutoEvictRuleForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoEvictRuleForDescribeDataFlowPoliciesOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoEvictRuleForDescribeDataFlowPoliciesOutput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*AutoEvictRuleForDescribeDataFlowPoliciesOutput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (*AutoEvictRuleForDescribeDataFlowPoliciesOutput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (*AutoEvictRuleForDescribeDataFlowPoliciesOutput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoEvictRuleForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type AutoEvictRuleForUpdateDataFlowPolicyInput added in v1.2.43

type AutoEvictRuleForUpdateDataFlowPolicyInput struct {
	DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForUpdateDataFlowPolicyInput"`

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

	LastAccessTimeInterval *LastAccessTimeIntervalForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

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

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

func (AutoEvictRuleForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoEvictRuleForUpdateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoEvictRuleForUpdateDataFlowPolicyInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*AutoEvictRuleForUpdateDataFlowPolicyInput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (*AutoEvictRuleForUpdateDataFlowPolicyInput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (*AutoEvictRuleForUpdateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoEvictRuleForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type AutoExportRuleForCreateDataFlowPolicyInput added in v1.2.43

type AutoExportRuleForCreateDataFlowPolicyInput struct {
	ExportType *string `type:"string" json:",omitempty" enum:"EnumOfExportTypeForCreateDataFlowPolicyInput"`

	ImmediateExport *ImmediateExportForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	PeriodExport *PeriodExportForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

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

func (AutoExportRuleForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoExportRuleForCreateDataFlowPolicyInput) SetExportType added in v1.2.43

SetExportType sets the ExportType field's value.

func (*AutoExportRuleForCreateDataFlowPolicyInput) SetImmediateExport added in v1.2.43

SetImmediateExport sets the ImmediateExport field's value.

func (*AutoExportRuleForCreateDataFlowPolicyInput) SetPeriodExport added in v1.2.43

SetPeriodExport sets the PeriodExport field's value.

func (*AutoExportRuleForCreateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoExportRuleForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type AutoExportRuleForDescribeDataFlowPoliciesOutput added in v1.2.43

type AutoExportRuleForDescribeDataFlowPoliciesOutput struct {
	ExportType *string `type:"string" json:",omitempty" enum:"EnumOfExportTypeForDescribeDataFlowPoliciesOutput"`

	ImmediateExport *ImmediateExportForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	PeriodExport *PeriodExportForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

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

func (AutoExportRuleForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoExportRuleForDescribeDataFlowPoliciesOutput) SetExportType added in v1.2.43

SetExportType sets the ExportType field's value.

func (*AutoExportRuleForDescribeDataFlowPoliciesOutput) SetImmediateExport added in v1.2.43

SetImmediateExport sets the ImmediateExport field's value.

func (*AutoExportRuleForDescribeDataFlowPoliciesOutput) SetPeriodExport added in v1.2.43

SetPeriodExport sets the PeriodExport field's value.

func (*AutoExportRuleForDescribeDataFlowPoliciesOutput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoExportRuleForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type AutoExportRuleForUpdateDataFlowPolicyInput added in v1.2.43

type AutoExportRuleForUpdateDataFlowPolicyInput struct {
	ExportType *string `type:"string" json:",omitempty" enum:"EnumOfExportTypeForUpdateDataFlowPolicyInput"`

	ImmediateExport *ImmediateExportForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	PeriodExport *PeriodExportForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

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

func (AutoExportRuleForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoExportRuleForUpdateDataFlowPolicyInput) SetExportType added in v1.2.43

SetExportType sets the ExportType field's value.

func (*AutoExportRuleForUpdateDataFlowPolicyInput) SetImmediateExport added in v1.2.43

SetImmediateExport sets the ImmediateExport field's value.

func (*AutoExportRuleForUpdateDataFlowPolicyInput) SetPeriodExport added in v1.2.43

SetPeriodExport sets the PeriodExport field's value.

func (*AutoExportRuleForUpdateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoExportRuleForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type AutoImportRuleForCreateDataFlowPolicyInput added in v1.2.43

type AutoImportRuleForCreateDataFlowPolicyInput struct {
	BucketEventTypes []*string `type:"list" json:",omitempty"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertConvertEnumOfDataTypeForCreateDataFlowPolicyInput"`

	FileSystemDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemDeletePolicyForCreateDataFlowPolicyInput"`

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

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

func (AutoImportRuleForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoImportRuleForCreateDataFlowPolicyInput) SetBucketEventTypes added in v1.2.43

SetBucketEventTypes sets the BucketEventTypes field's value.

func (*AutoImportRuleForCreateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoImportRuleForCreateDataFlowPolicyInput) SetFileSystemDeletePolicy added in v1.2.43

SetFileSystemDeletePolicy sets the FileSystemDeletePolicy field's value.

func (*AutoImportRuleForCreateDataFlowPolicyInput) SetImmediateImport added in v1.2.43

SetImmediateImport sets the ImmediateImport field's value.

func (*AutoImportRuleForCreateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoImportRuleForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type AutoImportRuleForDescribeDataFlowPoliciesOutput added in v1.2.43

type AutoImportRuleForDescribeDataFlowPoliciesOutput struct {
	BucketEventTypes []*string `type:"list" json:",omitempty"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput"`

	FileSystemDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemDeletePolicyForDescribeDataFlowPoliciesOutput"`

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

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

func (AutoImportRuleForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoImportRuleForDescribeDataFlowPoliciesOutput) SetBucketEventTypes added in v1.2.43

SetBucketEventTypes sets the BucketEventTypes field's value.

func (*AutoImportRuleForDescribeDataFlowPoliciesOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoImportRuleForDescribeDataFlowPoliciesOutput) SetFileSystemDeletePolicy added in v1.2.43

SetFileSystemDeletePolicy sets the FileSystemDeletePolicy field's value.

func (*AutoImportRuleForDescribeDataFlowPoliciesOutput) SetImmediateImport added in v1.2.43

SetImmediateImport sets the ImmediateImport field's value.

func (*AutoImportRuleForDescribeDataFlowPoliciesOutput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoImportRuleForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type AutoImportRuleForUpdateDataFlowPolicyInput added in v1.2.43

type AutoImportRuleForUpdateDataFlowPolicyInput struct {
	BucketEventTypes []*string `type:"list" json:",omitempty"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertConvertEnumOfDataTypeForUpdateDataFlowPolicyInput"`

	FileSystemDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemDeletePolicyForUpdateDataFlowPolicyInput"`

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

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

func (AutoImportRuleForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*AutoImportRuleForUpdateDataFlowPolicyInput) SetBucketEventTypes added in v1.2.43

SetBucketEventTypes sets the BucketEventTypes field's value.

func (*AutoImportRuleForUpdateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*AutoImportRuleForUpdateDataFlowPolicyInput) SetFileSystemDeletePolicy added in v1.2.43

SetFileSystemDeletePolicy sets the FileSystemDeletePolicy field's value.

func (*AutoImportRuleForUpdateDataFlowPolicyInput) SetImmediateImport added in v1.2.43

SetImmediateImport sets the ImmediateImport field's value.

func (*AutoImportRuleForUpdateDataFlowPolicyInput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (AutoImportRuleForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type BucketForDescribeDataFlowPoliciesOutput added in v1.2.43

type BucketForDescribeDataFlowPoliciesOutput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

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

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

func (BucketForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*BucketForDescribeDataFlowPoliciesOutput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*BucketForDescribeDataFlowPoliciesOutput) SetBucketOwner added in v1.2.43

SetBucketOwner sets the BucketOwner field's value.

func (*BucketForDescribeDataFlowPoliciesOutput) SetBucketPrefix added in v1.2.43

SetBucketPrefix sets the BucketPrefix field's value.

func (*BucketForDescribeDataFlowPoliciesOutput) SetVersionStatus added in v1.2.43

SetVersionStatus sets the VersionStatus field's value.

func (BucketForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type BucketForDescribeDataFlowTasksOutput added in v1.2.43

type BucketForDescribeDataFlowTasksOutput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

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

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

func (BucketForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*BucketForDescribeDataFlowTasksOutput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*BucketForDescribeDataFlowTasksOutput) SetBucketOwner added in v1.2.43

SetBucketOwner sets the BucketOwner field's value.

func (*BucketForDescribeDataFlowTasksOutput) SetBucketPrefix added in v1.2.43

SetBucketPrefix sets the BucketPrefix field's value.

func (*BucketForDescribeDataFlowTasksOutput) SetVersionStatus added in v1.2.43

SetVersionStatus sets the VersionStatus field's value.

func (BucketForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type CancelDataFlowTaskInput added in v1.2.43

type CancelDataFlowTaskInput struct {

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

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

func (CancelDataFlowTaskInput) GoString added in v1.2.43

func (s CancelDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*CancelDataFlowTaskInput) SetDataFlowTaskId added in v1.2.43

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

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*CancelDataFlowTaskInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (CancelDataFlowTaskInput) String added in v1.2.43

func (s CancelDataFlowTaskInput) String() string

String returns the string representation

func (*CancelDataFlowTaskInput) Validate added in v1.2.43

func (s *CancelDataFlowTaskInput) Validate() error

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

type CancelDataFlowTaskOutput added in v1.2.43

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

func (CancelDataFlowTaskOutput) GoString added in v1.2.43

func (s CancelDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (CancelDataFlowTaskOutput) String added in v1.2.43

func (s CancelDataFlowTaskOutput) String() string

String returns the string representation

type ChargeConfigForDescribeFileSystemsOutput

type ChargeConfigForDescribeFileSystemsOutput struct {
	ChargeStatus *string `type:"string" json:",omitempty" enum:"EnumOfChargeStatusForDescribeFileSystemsOutput"`

	ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"`

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

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

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

func (ChargeConfigForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*ChargeConfigForDescribeFileSystemsOutput) SetChargeStatus

SetChargeStatus sets the ChargeStatus field's value.

func (*ChargeConfigForDescribeFileSystemsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*ChargeConfigForDescribeFileSystemsOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*ChargeConfigForDescribeFileSystemsOutput) SetReclaimTime

SetReclaimTime sets the ReclaimTime field's value.

func (*ChargeConfigForDescribeFileSystemsOutput) SetStopTime

SetStopTime sets the StopTime field's value.

func (ChargeConfigForDescribeFileSystemsOutput) String

String returns the string representation

type CheckDirInput

type CheckDirInput struct {

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

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

func (CheckDirInput) GoString

func (s CheckDirInput) GoString() string

GoString returns the string representation

func (*CheckDirInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CheckDirInput) SetFileSystemPath

func (s *CheckDirInput) SetFileSystemPath(v string) *CheckDirInput

SetFileSystemPath sets the FileSystemPath field's value.

func (CheckDirInput) String

func (s CheckDirInput) String() string

String returns the string representation

func (*CheckDirInput) Validate

func (s *CheckDirInput) Validate() error

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

type CheckDirOutput

type CheckDirOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

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

func (CheckDirOutput) GoString

func (s CheckDirOutput) GoString() string

GoString returns the string representation

func (*CheckDirOutput) SetAccessMode

func (s *CheckDirOutput) SetAccessMode(v string) *CheckDirOutput

SetAccessMode sets the AccessMode field's value.

func (*CheckDirOutput) SetExist

func (s *CheckDirOutput) SetExist(v bool) *CheckDirOutput

SetExist sets the Exist field's value.

func (*CheckDirOutput) SetOwnerGroupId

func (s *CheckDirOutput) SetOwnerGroupId(v int32) *CheckDirOutput

SetOwnerGroupId sets the OwnerGroupId field's value.

func (*CheckDirOutput) SetOwnerUserId

func (s *CheckDirOutput) SetOwnerUserId(v int32) *CheckDirOutput

SetOwnerUserId sets the OwnerUserId field's value.

func (CheckDirOutput) String

func (s CheckDirOutput) String() string

String returns the string representation

type CreateAccessPointInput

type CreateAccessPointInput struct {

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

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

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

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

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

	PosixUser *PosixUserForCreateAccessPointInput `type:"structure" json:",omitempty"`

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

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

func (CreateAccessPointInput) GoString

func (s CreateAccessPointInput) GoString() string

GoString returns the string representation

func (*CreateAccessPointInput) SetAccessPointName

func (s *CreateAccessPointInput) SetAccessPointName(v string) *CreateAccessPointInput

SetAccessPointName sets the AccessPointName field's value.

func (*CreateAccessPointInput) SetEnableIam

SetEnableIam sets the EnableIam field's value.

func (*CreateAccessPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateAccessPointInput) SetFileSystemPath

func (s *CreateAccessPointInput) SetFileSystemPath(v string) *CreateAccessPointInput

SetFileSystemPath sets the FileSystemPath field's value.

func (*CreateAccessPointInput) SetPermissionGroupId

func (s *CreateAccessPointInput) SetPermissionGroupId(v string) *CreateAccessPointInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*CreateAccessPointInput) SetPosixUser

SetPosixUser sets the PosixUser field's value.

func (*CreateAccessPointInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateAccessPointInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateAccessPointInput) String

func (s CreateAccessPointInput) String() string

String returns the string representation

func (*CreateAccessPointInput) Validate

func (s *CreateAccessPointInput) Validate() error

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

type CreateAccessPointOutput

type CreateAccessPointOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateAccessPointOutput) GoString

func (s CreateAccessPointOutput) GoString() string

GoString returns the string representation

func (*CreateAccessPointOutput) SetAccessPointId

func (s *CreateAccessPointOutput) SetAccessPointId(v string) *CreateAccessPointOutput

SetAccessPointId sets the AccessPointId field's value.

func (CreateAccessPointOutput) String

func (s CreateAccessPointOutput) String() string

String returns the string representation

type CreateDataFlowPolicyInput added in v1.2.43

type CreateDataFlowPolicyInput struct {
	AutoEvictRule *AutoEvictRuleForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	AutoExportRule *AutoExportRuleForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	AutoImportRule *AutoImportRuleForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

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

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

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

	// ConflictPolicy is a required field
	ConflictPolicy *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfConflictPolicyForCreateDataFlowPolicyInput"`

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

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

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

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

	LazyloadRule *LazyloadRuleForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDataFlowPolicyInput) GoString added in v1.2.43

func (s CreateDataFlowPolicyInput) GoString() string

GoString returns the string representation

func (*CreateDataFlowPolicyInput) SetAutoEvictRule added in v1.2.43

SetAutoEvictRule sets the AutoEvictRule field's value.

func (*CreateDataFlowPolicyInput) SetAutoExportRule added in v1.2.43

SetAutoExportRule sets the AutoExportRule field's value.

func (*CreateDataFlowPolicyInput) SetAutoImportRule added in v1.2.43

SetAutoImportRule sets the AutoImportRule field's value.

func (*CreateDataFlowPolicyInput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*CreateDataFlowPolicyInput) SetBucketOwner added in v1.2.43

SetBucketOwner sets the BucketOwner field's value.

func (*CreateDataFlowPolicyInput) SetBucketPrefix added in v1.2.43

SetBucketPrefix sets the BucketPrefix field's value.

func (*CreateDataFlowPolicyInput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*CreateDataFlowPolicyInput) SetDataFlowPolicyName added in v1.2.43

func (s *CreateDataFlowPolicyInput) SetDataFlowPolicyName(v string) *CreateDataFlowPolicyInput

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*CreateDataFlowPolicyInput) SetEnableTls added in v1.2.43

SetEnableTls sets the EnableTls field's value.

func (*CreateDataFlowPolicyInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*CreateDataFlowPolicyInput) SetFileSystemPath added in v1.2.43

SetFileSystemPath sets the FileSystemPath field's value.

func (*CreateDataFlowPolicyInput) SetLazyloadRule added in v1.2.43

SetLazyloadRule sets the LazyloadRule field's value.

func (CreateDataFlowPolicyInput) String added in v1.2.43

func (s CreateDataFlowPolicyInput) String() string

String returns the string representation

func (*CreateDataFlowPolicyInput) Validate added in v1.2.43

func (s *CreateDataFlowPolicyInput) Validate() error

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

type CreateDataFlowPolicyOutput added in v1.2.43

type CreateDataFlowPolicyOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateDataFlowPolicyOutput) GoString added in v1.2.43

func (s CreateDataFlowPolicyOutput) GoString() string

GoString returns the string representation

func (*CreateDataFlowPolicyOutput) SetDataFlowPolicyId added in v1.2.43

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (CreateDataFlowPolicyOutput) String added in v1.2.43

String returns the string representation

type CreateDataFlowTaskInput added in v1.2.43

type CreateDataFlowTaskInput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

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

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

	// DataFlowTaskType is a required field
	DataFlowTaskType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfDataFlowTaskTypeForCreateDataFlowTaskInput"`

	DeleteRule *DeleteRuleForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

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

	EvictRule *EvictRuleForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	ExportRule *ExportRuleForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	FileDiffRule *FileDiffRuleForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

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

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

	ImportRule *ImportRuleForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

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

func (CreateDataFlowTaskInput) GoString added in v1.2.43

func (s CreateDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*CreateDataFlowTaskInput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*CreateDataFlowTaskInput) SetBucketOwner added in v1.2.43

SetBucketOwner sets the BucketOwner field's value.

func (*CreateDataFlowTaskInput) SetBucketPrefix added in v1.2.43

SetBucketPrefix sets the BucketPrefix field's value.

func (*CreateDataFlowTaskInput) SetDataFlowPolicyId added in v1.2.43

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

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*CreateDataFlowTaskInput) SetDataFlowTaskType added in v1.2.43

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

SetDataFlowTaskType sets the DataFlowTaskType field's value.

func (*CreateDataFlowTaskInput) SetDeleteRule added in v1.2.43

SetDeleteRule sets the DeleteRule field's value.

func (*CreateDataFlowTaskInput) SetEnableTls added in v1.2.43

SetEnableTls sets the EnableTls field's value.

func (*CreateDataFlowTaskInput) SetEvictRule added in v1.2.43

SetEvictRule sets the EvictRule field's value.

func (*CreateDataFlowTaskInput) SetExportRule added in v1.2.43

SetExportRule sets the ExportRule field's value.

func (*CreateDataFlowTaskInput) SetFileDiffRule added in v1.2.43

SetFileDiffRule sets the FileDiffRule field's value.

func (*CreateDataFlowTaskInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*CreateDataFlowTaskInput) SetFileSystemPath added in v1.2.43

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

SetFileSystemPath sets the FileSystemPath field's value.

func (*CreateDataFlowTaskInput) SetImportRule added in v1.2.43

SetImportRule sets the ImportRule field's value.

func (*CreateDataFlowTaskInput) SetTaskMode added in v1.2.43

SetTaskMode sets the TaskMode field's value.

func (CreateDataFlowTaskInput) String added in v1.2.43

func (s CreateDataFlowTaskInput) String() string

String returns the string representation

func (*CreateDataFlowTaskInput) Validate added in v1.2.43

func (s *CreateDataFlowTaskInput) Validate() error

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

type CreateDataFlowTaskOutput added in v1.2.43

type CreateDataFlowTaskOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateDataFlowTaskOutput) GoString added in v1.2.43

func (s CreateDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (*CreateDataFlowTaskOutput) SetDataFlowTaskId added in v1.2.43

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

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (CreateDataFlowTaskOutput) String added in v1.2.43

func (s CreateDataFlowTaskOutput) String() string

String returns the string representation

type CreateDirInput

type CreateDirInput struct {
	AccessMode *string `type:"string" json:",omitempty"`

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

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

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

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

	Recursive *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateDirInput) GoString

func (s CreateDirInput) GoString() string

GoString returns the string representation

func (*CreateDirInput) SetAccessMode

func (s *CreateDirInput) SetAccessMode(v string) *CreateDirInput

SetAccessMode sets the AccessMode field's value.

func (*CreateDirInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateDirInput) SetFileSystemPath

func (s *CreateDirInput) SetFileSystemPath(v string) *CreateDirInput

SetFileSystemPath sets the FileSystemPath field's value.

func (*CreateDirInput) SetOwnerGroupId

func (s *CreateDirInput) SetOwnerGroupId(v int32) *CreateDirInput

SetOwnerGroupId sets the OwnerGroupId field's value.

func (*CreateDirInput) SetOwnerUserId

func (s *CreateDirInput) SetOwnerUserId(v int32) *CreateDirInput

SetOwnerUserId sets the OwnerUserId field's value.

func (*CreateDirInput) SetRecursive

func (s *CreateDirInput) SetRecursive(v bool) *CreateDirInput

SetRecursive sets the Recursive field's value.

func (CreateDirInput) String

func (s CreateDirInput) String() string

String returns the string representation

func (*CreateDirInput) Validate

func (s *CreateDirInput) Validate() error

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

type CreateDirOutput

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

func (CreateDirOutput) GoString

func (s CreateDirOutput) GoString() string

GoString returns the string representation

func (CreateDirOutput) String

func (s CreateDirOutput) String() string

String returns the string representation

type CreateFilePreSignedUrlInput added in v1.2.43

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

func (CreateFilePreSignedUrlInput) GoString added in v1.2.43

func (s CreateFilePreSignedUrlInput) GoString() string

GoString returns the string representation

func (CreateFilePreSignedUrlInput) String added in v1.2.43

String returns the string representation

type CreateFilePreSignedUrlOutput added in v1.2.43

type CreateFilePreSignedUrlOutput struct {
	Metadata *response.ResponseMetadata

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

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

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

func (CreateFilePreSignedUrlOutput) GoString added in v1.2.43

func (s CreateFilePreSignedUrlOutput) GoString() string

GoString returns the string representation

func (*CreateFilePreSignedUrlOutput) SetExpires added in v1.2.43

SetExpires sets the Expires field's value.

func (*CreateFilePreSignedUrlOutput) SetFileKey added in v1.2.43

SetFileKey sets the FileKey field's value.

func (*CreateFilePreSignedUrlOutput) SetUploadUrl added in v1.2.43

SetUploadUrl sets the UploadUrl field's value.

func (CreateFilePreSignedUrlOutput) String added in v1.2.43

String returns the string representation

type CreateFileSystemInput

type CreateFileSystemInput struct {

	// BandwidthMode is a required field
	BandwidthMode *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfBandwidthModeForCreateFileSystemInput"`

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

	ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForCreateFileSystemInput"`

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

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

	// InstanceType is a required field
	InstanceType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfInstanceTypeForCreateFileSystemInput"`

	// PerformanceDensity is a required field
	PerformanceDensity *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfPerformanceDensityForCreateFileSystemInput"`

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

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

	Tags []*TagForCreateFileSystemInput `type:"list" json:",omitempty"`

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

func (CreateFileSystemInput) GoString

func (s CreateFileSystemInput) GoString() string

GoString returns the string representation

func (*CreateFileSystemInput) SetBandwidthMode

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

SetBandwidthMode sets the BandwidthMode field's value.

func (*CreateFileSystemInput) SetBurstBandwidth

func (s *CreateFileSystemInput) SetBurstBandwidth(v int32) *CreateFileSystemInput

SetBurstBandwidth sets the BurstBandwidth field's value.

func (*CreateFileSystemInput) SetChargeType

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

SetChargeType sets the ChargeType field's value.

func (*CreateFileSystemInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateFileSystemInput) SetFileSystemName

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

SetFileSystemName sets the FileSystemName field's value.

func (*CreateFileSystemInput) SetInstanceType

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

SetInstanceType sets the InstanceType field's value.

func (*CreateFileSystemInput) SetPerformanceDensity

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

SetPerformanceDensity sets the PerformanceDensity field's value.

func (*CreateFileSystemInput) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateFileSystemInput) SetProvisionedBandwidth

func (s *CreateFileSystemInput) SetProvisionedBandwidth(v int32) *CreateFileSystemInput

SetProvisionedBandwidth sets the ProvisionedBandwidth field's value.

func (*CreateFileSystemInput) SetTags

SetTags sets the Tags 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"`
	// 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) String

func (s CreateFileSystemOutput) String() string

String returns the string representation

type CreateMountPointInput

type CreateMountPointInput struct {

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

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

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

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

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

func (CreateMountPointInput) GoString

func (s CreateMountPointInput) GoString() string

GoString returns the string representation

func (*CreateMountPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateMountPointInput) SetMountPointName

func (s *CreateMountPointInput) SetMountPointName(v string) *CreateMountPointInput

SetMountPointName sets the MountPointName field's value.

func (*CreateMountPointInput) SetPermissionGroupId

func (s *CreateMountPointInput) SetPermissionGroupId(v string) *CreateMountPointInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*CreateMountPointInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateMountPointInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateMountPointInput) String

func (s CreateMountPointInput) String() string

String returns the string representation

func (*CreateMountPointInput) Validate

func (s *CreateMountPointInput) Validate() error

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

type CreateMountPointOutput

type CreateMountPointOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateMountPointOutput) GoString

func (s CreateMountPointOutput) GoString() string

GoString returns the string representation

func (*CreateMountPointOutput) SetMountPointId

func (s *CreateMountPointOutput) SetMountPointId(v string) *CreateMountPointOutput

SetMountPointId sets the MountPointId field's value.

func (CreateMountPointOutput) String

func (s CreateMountPointOutput) String() string

String returns the string representation

type CreatePermissionGroupInput

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

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

func (CreatePermissionGroupInput) GoString

func (s CreatePermissionGroupInput) GoString() string

GoString returns the string representation

func (*CreatePermissionGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*CreatePermissionGroupInput) SetPermissionGroupName

func (s *CreatePermissionGroupInput) SetPermissionGroupName(v string) *CreatePermissionGroupInput

SetPermissionGroupName sets the PermissionGroupName field's value.

func (CreatePermissionGroupInput) String

String returns the string representation

func (*CreatePermissionGroupInput) Validate

func (s *CreatePermissionGroupInput) Validate() error

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

type CreatePermissionGroupOutput

type CreatePermissionGroupOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreatePermissionGroupOutput) GoString

func (s CreatePermissionGroupOutput) GoString() string

GoString returns the string representation

func (*CreatePermissionGroupOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (CreatePermissionGroupOutput) String

String returns the string representation

type CreatePermissionRuleInput

type CreatePermissionRuleInput struct {

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

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

	// RwMode is a required field
	RwMode *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfRwModeForCreatePermissionRuleInput"`

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

func (CreatePermissionRuleInput) GoString

func (s CreatePermissionRuleInput) GoString() string

GoString returns the string representation

func (*CreatePermissionRuleInput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*CreatePermissionRuleInput) SetPermissionGroupId

func (s *CreatePermissionRuleInput) SetPermissionGroupId(v string) *CreatePermissionRuleInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*CreatePermissionRuleInput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*CreatePermissionRuleInput) SetUserMode

SetUserMode sets the UserMode field's value.

func (CreatePermissionRuleInput) String

func (s CreatePermissionRuleInput) String() string

String returns the string representation

func (*CreatePermissionRuleInput) Validate

func (s *CreatePermissionRuleInput) Validate() error

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

type CreatePermissionRuleOutput

type CreatePermissionRuleOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreatePermissionRuleOutput) GoString

func (s CreatePermissionRuleOutput) GoString() string

GoString returns the string representation

func (*CreatePermissionRuleOutput) SetPermissionRuleId

SetPermissionRuleId sets the PermissionRuleId field's value.

func (CreatePermissionRuleOutput) String

String returns the string representation

type CreateQuotaInput

type CreateQuotaInput struct {
	CapacityLimit *int64 `type:"int64" json:",omitempty"`

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

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

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

	// LimitType is a required field
	LimitType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfLimitTypeForCreateQuotaInput"`

	// QuotaType is a required field
	QuotaType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfQuotaTypeForCreateQuotaInput"`

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

func (CreateQuotaInput) GoString

func (s CreateQuotaInput) GoString() string

GoString returns the string representation

func (*CreateQuotaInput) SetCapacityLimit

func (s *CreateQuotaInput) SetCapacityLimit(v int64) *CreateQuotaInput

SetCapacityLimit sets the CapacityLimit field's value.

func (*CreateQuotaInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateQuotaInput) SetFileSystemPath

func (s *CreateQuotaInput) SetFileSystemPath(v string) *CreateQuotaInput

SetFileSystemPath sets the FileSystemPath field's value.

func (*CreateQuotaInput) SetInodeLimit

func (s *CreateQuotaInput) SetInodeLimit(v int64) *CreateQuotaInput

SetInodeLimit sets the InodeLimit field's value.

func (*CreateQuotaInput) SetLimitType

func (s *CreateQuotaInput) SetLimitType(v string) *CreateQuotaInput

SetLimitType sets the LimitType field's value.

func (*CreateQuotaInput) SetQuotaType

func (s *CreateQuotaInput) SetQuotaType(v string) *CreateQuotaInput

SetQuotaType sets the QuotaType field's value.

func (*CreateQuotaInput) SetUserType

func (s *CreateQuotaInput) SetUserType(v string) *CreateQuotaInput

SetUserType sets the UserType field's value.

func (CreateQuotaInput) String

func (s CreateQuotaInput) String() string

String returns the string representation

func (*CreateQuotaInput) Validate

func (s *CreateQuotaInput) Validate() error

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

type CreateQuotaOutput

type CreateQuotaOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateQuotaOutput) GoString

func (s CreateQuotaOutput) GoString() string

GoString returns the string representation

func (*CreateQuotaOutput) SetQuotaId

func (s *CreateQuotaOutput) SetQuotaId(v string) *CreateQuotaOutput

SetQuotaId sets the QuotaId field's value.

func (CreateQuotaOutput) String

func (s CreateQuotaOutput) String() string

String returns the string representation

type DataFlowPolicyForDescribeDataFlowPoliciesOutput added in v1.2.43

type DataFlowPolicyForDescribeDataFlowPoliciesOutput struct {
	AutoEvictRule *AutoEvictRuleForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	AutoExportRule *AutoExportRuleForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	AutoImportRule *AutoImportRuleForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	Bucket *BucketForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForDescribeDataFlowPoliciesOutput"`

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

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

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

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

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

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

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

	LazyloadRule *LazyloadRuleForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

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

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

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

	SyncStatus *string `type:"string" json:",omitempty" enum:"EnumOfSyncStatusForDescribeDataFlowPoliciesOutput"`

	Tls *TlsForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

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

func (DataFlowPolicyForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetAutoEvictRule added in v1.2.43

SetAutoEvictRule sets the AutoEvictRule field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetAutoExportRule added in v1.2.43

SetAutoExportRule sets the AutoExportRule field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetAutoImportRule added in v1.2.43

SetAutoImportRule sets the AutoImportRule field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetBucket added in v1.2.43

SetBucket sets the Bucket field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetCreateTime added in v1.2.43

SetCreateTime sets the CreateTime field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetDataFlowPolicyId added in v1.2.43

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetDataFlowPolicyName added in v1.2.43

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetDeletePolicyDataFlowTaskId added in v1.2.43

SetDeletePolicyDataFlowTaskId sets the DeletePolicyDataFlowTaskId field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetFileSystemName added in v1.2.43

SetFileSystemName sets the FileSystemName field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetFileSystemPath added in v1.2.43

SetFileSystemPath sets the FileSystemPath field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetLazyloadRule added in v1.2.43

SetLazyloadRule sets the LazyloadRule field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetRunningTaskCount added in v1.2.43

SetRunningTaskCount sets the RunningTaskCount field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetStatusDetail added in v1.2.43

SetStatusDetail sets the StatusDetail field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetSyncStatus added in v1.2.43

SetSyncStatus sets the SyncStatus field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetTls added in v1.2.43

SetTls sets the Tls field's value.

func (*DataFlowPolicyForDescribeDataFlowPoliciesOutput) SetUpdateTime added in v1.2.43

SetUpdateTime sets the UpdateTime field's value.

func (DataFlowPolicyForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type DataFlowTaskForDescribeDataFlowTasksOutput added in v1.2.43

type DataFlowTaskForDescribeDataFlowTasksOutput struct {
	Bucket *BucketForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

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

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

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

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

	DataFlowTaskMode *string `type:"string" json:",omitempty" enum:"EnumOfDataFlowTaskModeForDescribeDataFlowTasksOutput"`

	DataFlowTaskType *string `type:"string" json:",omitempty" enum:"EnumOfDataFlowTaskTypeForDescribeDataFlowTasksOutput"`

	DeleteRule *DeleteRuleForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

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

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

	EvictRule *EvictRuleForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	ExportRule *ExportRuleForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	FileDiffResult *FileDiffResultForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	FileDiffRule *FileDiffRuleForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

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

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

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

	ImportRule *ImportRuleForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	Queue *QueueForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

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

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

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

	Tls *TlsForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

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

func (DataFlowTaskForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetBucket added in v1.2.43

SetBucket sets the Bucket field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime added in v1.2.43

SetCreateTime sets the CreateTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowPolicyId added in v1.2.43

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowPolicyName added in v1.2.43

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId added in v1.2.43

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskMode added in v1.2.43

SetDataFlowTaskMode sets the DataFlowTaskMode field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskType added in v1.2.43

SetDataFlowTaskType sets the DataFlowTaskType field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDeleteRule added in v1.2.43

SetDeleteRule sets the DeleteRule field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDisableCancel added in v1.2.43

SetDisableCancel sets the DisableCancel field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime added in v1.2.43

SetEndTime sets the EndTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEvictRule added in v1.2.43

SetEvictRule sets the EvictRule field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExportRule added in v1.2.43

SetExportRule sets the ExportRule field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileDiffResult added in v1.2.43

SetFileDiffResult sets the FileDiffResult field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileDiffRule added in v1.2.43

SetFileDiffRule sets the FileDiffRule field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemName added in v1.2.43

SetFileSystemName sets the FileSystemName field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemPath added in v1.2.43

SetFileSystemPath sets the FileSystemPath field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetImportRule added in v1.2.43

SetImportRule sets the ImportRule field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetQueue added in v1.2.43

SetQueue sets the Queue field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime added in v1.2.43

SetStartTime sets the StartTime field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus added in v1.2.43

SetStatus sets the Status field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStatusDetail added in v1.2.43

SetStatusDetail sets the StatusDetail field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTls added in v1.2.43

SetTls sets the Tls field's value.

func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime added in v1.2.43

SetUpdateTime sets the UpdateTime field's value.

func (DataFlowTaskForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type DeleteAccessPointInput

type DeleteAccessPointInput struct {

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

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

func (DeleteAccessPointInput) GoString

func (s DeleteAccessPointInput) GoString() string

GoString returns the string representation

func (*DeleteAccessPointInput) SetAccessPointId

func (s *DeleteAccessPointInput) SetAccessPointId(v string) *DeleteAccessPointInput

SetAccessPointId sets the AccessPointId field's value.

func (*DeleteAccessPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (DeleteAccessPointInput) String

func (s DeleteAccessPointInput) String() string

String returns the string representation

func (*DeleteAccessPointInput) Validate

func (s *DeleteAccessPointInput) Validate() error

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

type DeleteAccessPointOutput

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

func (DeleteAccessPointOutput) GoString

func (s DeleteAccessPointOutput) GoString() string

GoString returns the string representation

func (DeleteAccessPointOutput) String

func (s DeleteAccessPointOutput) String() string

String returns the string representation

type DeleteDataFlowPolicyInput added in v1.2.43

type DeleteDataFlowPolicyInput struct {

	// DataDeleteType is a required field
	DataDeleteType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfDataDeleteTypeForDeleteDataFlowPolicyInput"`

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

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

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

	LastAccessTimeInterval *LastAccessTimeIntervalForDeleteDataFlowPolicyInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteDataFlowPolicyInput) GoString added in v1.2.43

func (s DeleteDataFlowPolicyInput) GoString() string

GoString returns the string representation

func (*DeleteDataFlowPolicyInput) SetDataDeleteType added in v1.2.43

SetDataDeleteType sets the DataDeleteType field's value.

func (*DeleteDataFlowPolicyInput) SetDataFlowPolicyId added in v1.2.43

func (s *DeleteDataFlowPolicyInput) SetDataFlowPolicyId(v string) *DeleteDataFlowPolicyInput

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*DeleteDataFlowPolicyInput) SetDeleteTls added in v1.2.43

SetDeleteTls sets the DeleteTls field's value.

func (*DeleteDataFlowPolicyInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteDataFlowPolicyInput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (DeleteDataFlowPolicyInput) String added in v1.2.43

func (s DeleteDataFlowPolicyInput) String() string

String returns the string representation

func (*DeleteDataFlowPolicyInput) Validate added in v1.2.43

func (s *DeleteDataFlowPolicyInput) Validate() error

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

type DeleteDataFlowPolicyOutput added in v1.2.43

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

func (DeleteDataFlowPolicyOutput) GoString added in v1.2.43

func (s DeleteDataFlowPolicyOutput) GoString() string

GoString returns the string representation

func (DeleteDataFlowPolicyOutput) String added in v1.2.43

String returns the string representation

type DeleteDataFlowTaskInput added in v1.2.43

type DeleteDataFlowTaskInput struct {

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

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

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

func (DeleteDataFlowTaskInput) GoString added in v1.2.43

func (s DeleteDataFlowTaskInput) GoString() string

GoString returns the string representation

func (*DeleteDataFlowTaskInput) SetDataFlowTaskId added in v1.2.43

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

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*DeleteDataFlowTaskInput) SetDeleteTls added in v1.2.43

SetDeleteTls sets the DeleteTls field's value.

func (*DeleteDataFlowTaskInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (DeleteDataFlowTaskInput) String added in v1.2.43

func (s DeleteDataFlowTaskInput) String() string

String returns the string representation

func (*DeleteDataFlowTaskInput) Validate added in v1.2.43

func (s *DeleteDataFlowTaskInput) Validate() error

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

type DeleteDataFlowTaskOutput added in v1.2.43

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

func (DeleteDataFlowTaskOutput) GoString added in v1.2.43

func (s DeleteDataFlowTaskOutput) GoString() string

GoString returns the string representation

func (DeleteDataFlowTaskOutput) String added in v1.2.43

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"`

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

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

	Reclaimed *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (DeleteFileSystemInput) GoString

func (s DeleteFileSystemInput) GoString() string

GoString returns the string representation

func (*DeleteFileSystemInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteFileSystemInput) SetForce

SetForce sets the Force field's value.

func (*DeleteFileSystemInput) SetOneStep

SetOneStep sets the OneStep field's value.

func (*DeleteFileSystemInput) SetReclaimed

func (s *DeleteFileSystemInput) SetReclaimed(v bool) *DeleteFileSystemInput

SetReclaimed sets the Reclaimed field's value.

func (DeleteFileSystemInput) String

func (s DeleteFileSystemInput) String() string

String returns the string representation

func (*DeleteFileSystemInput) Validate

func (s *DeleteFileSystemInput) Validate() error

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

type DeleteFileSystemOutput

type DeleteFileSystemOutput struct {
	Metadata *response.ResponseMetadata

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

func (DeleteFileSystemOutput) GoString

func (s DeleteFileSystemOutput) GoString() string

GoString returns the string representation

func (*DeleteFileSystemOutput) SetOrderNo

SetOrderNo sets the OrderNo field's value.

func (DeleteFileSystemOutput) String

func (s DeleteFileSystemOutput) String() string

String returns the string representation

type DeleteMountPointInput

type DeleteMountPointInput struct {

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

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

func (DeleteMountPointInput) GoString

func (s DeleteMountPointInput) GoString() string

GoString returns the string representation

func (*DeleteMountPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteMountPointInput) SetMountPointId

func (s *DeleteMountPointInput) SetMountPointId(v string) *DeleteMountPointInput

SetMountPointId sets the MountPointId field's value.

func (DeleteMountPointInput) String

func (s DeleteMountPointInput) String() string

String returns the string representation

func (*DeleteMountPointInput) Validate

func (s *DeleteMountPointInput) Validate() error

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

type DeleteMountPointOutput

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

func (DeleteMountPointOutput) GoString

func (s DeleteMountPointOutput) GoString() string

GoString returns the string representation

func (DeleteMountPointOutput) String

func (s DeleteMountPointOutput) String() string

String returns the string representation

type DeletePermissionGroupInput

type DeletePermissionGroupInput struct {

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

func (DeletePermissionGroupInput) GoString

func (s DeletePermissionGroupInput) GoString() string

GoString returns the string representation

func (*DeletePermissionGroupInput) SetPermissionGroupId

func (s *DeletePermissionGroupInput) SetPermissionGroupId(v string) *DeletePermissionGroupInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (DeletePermissionGroupInput) String

String returns the string representation

func (*DeletePermissionGroupInput) Validate

func (s *DeletePermissionGroupInput) Validate() error

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

type DeletePermissionGroupOutput

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

func (DeletePermissionGroupOutput) GoString

func (s DeletePermissionGroupOutput) GoString() string

GoString returns the string representation

func (DeletePermissionGroupOutput) String

String returns the string representation

type DeletePermissionRuleInput

type DeletePermissionRuleInput struct {

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

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

func (DeletePermissionRuleInput) GoString

func (s DeletePermissionRuleInput) GoString() string

GoString returns the string representation

func (*DeletePermissionRuleInput) SetPermissionGroupId

func (s *DeletePermissionRuleInput) SetPermissionGroupId(v string) *DeletePermissionRuleInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*DeletePermissionRuleInput) SetPermissionRuleId

func (s *DeletePermissionRuleInput) SetPermissionRuleId(v string) *DeletePermissionRuleInput

SetPermissionRuleId sets the PermissionRuleId field's value.

func (DeletePermissionRuleInput) String

func (s DeletePermissionRuleInput) String() string

String returns the string representation

func (*DeletePermissionRuleInput) Validate

func (s *DeletePermissionRuleInput) Validate() error

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

type DeletePermissionRuleOutput

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

func (DeletePermissionRuleOutput) GoString

func (s DeletePermissionRuleOutput) GoString() string

GoString returns the string representation

func (DeletePermissionRuleOutput) String

String returns the string representation

type DeleteQuotaInput

type DeleteQuotaInput struct {

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

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

func (DeleteQuotaInput) GoString

func (s DeleteQuotaInput) GoString() string

GoString returns the string representation

func (*DeleteQuotaInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteQuotaInput) SetQuotaId

func (s *DeleteQuotaInput) SetQuotaId(v string) *DeleteQuotaInput

SetQuotaId sets the QuotaId field's value.

func (DeleteQuotaInput) String

func (s DeleteQuotaInput) String() string

String returns the string representation

func (*DeleteQuotaInput) Validate

func (s *DeleteQuotaInput) Validate() error

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

type DeleteQuotaOutput

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

func (DeleteQuotaOutput) GoString

func (s DeleteQuotaOutput) GoString() string

GoString returns the string representation

func (DeleteQuotaOutput) String

func (s DeleteQuotaOutput) String() string

String returns the string representation

type DeleteRuleForCreateDataFlowTaskInput added in v1.2.43

type DeleteRuleForCreateDataFlowTaskInput struct {
	BucketDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfBucketDeletePolicyForCreateDataFlowTaskInput"`

	DataLocation *string `type:"string" json:",omitempty" enum:"EnumOfDataLocationForCreateDataFlowTaskInput"`

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

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

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

func (DeleteRuleForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*DeleteRuleForCreateDataFlowTaskInput) SetBucketDeletePolicy added in v1.2.43

SetBucketDeletePolicy sets the BucketDeletePolicy field's value.

func (*DeleteRuleForCreateDataFlowTaskInput) SetDataLocation added in v1.2.43

SetDataLocation sets the DataLocation field's value.

func (*DeleteRuleForCreateDataFlowTaskInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*DeleteRuleForCreateDataFlowTaskInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*DeleteRuleForCreateDataFlowTaskInput) SetLastAccessTimePoint added in v1.2.43

SetLastAccessTimePoint sets the LastAccessTimePoint field's value.

func (DeleteRuleForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type DeleteRuleForDescribeDataFlowTasksOutput added in v1.2.43

type DeleteRuleForDescribeDataFlowTasksOutput struct {
	BucketDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfBucketDeletePolicyForDescribeDataFlowTasksOutput"`

	DataLocation *string `type:"string" json:",omitempty" enum:"EnumOfDataLocationForDescribeDataFlowTasksOutput"`

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

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

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

func (DeleteRuleForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*DeleteRuleForDescribeDataFlowTasksOutput) SetBucketDeletePolicy added in v1.2.43

SetBucketDeletePolicy sets the BucketDeletePolicy field's value.

func (*DeleteRuleForDescribeDataFlowTasksOutput) SetDataLocation added in v1.2.43

SetDataLocation sets the DataLocation field's value.

func (*DeleteRuleForDescribeDataFlowTasksOutput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*DeleteRuleForDescribeDataFlowTasksOutput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*DeleteRuleForDescribeDataFlowTasksOutput) SetLastAccessTimePoint added in v1.2.43

SetLastAccessTimePoint sets the LastAccessTimePoint field's value.

func (DeleteRuleForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type DescribeAccessPointsInput

type DescribeAccessPointsInput struct {
	AccessPointId *string `type:"string" json:",omitempty"`

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

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

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

	Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeAccessPointsInput"`

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

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

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

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

func (DescribeAccessPointsInput) GoString

func (s DescribeAccessPointsInput) GoString() string

GoString returns the string representation

func (*DescribeAccessPointsInput) SetAccessPointId

SetAccessPointId sets the AccessPointId field's value.

func (*DescribeAccessPointsInput) SetAccessPointName

SetAccessPointName sets the AccessPointName field's value.

func (*DescribeAccessPointsInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeAccessPointsInput) SetFileSystemPath

SetFileSystemPath sets the FileSystemPath field's value.

func (*DescribeAccessPointsInput) SetLanguage

SetLanguage sets the Language field's value.

func (*DescribeAccessPointsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeAccessPointsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeAccessPointsInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*DescribeAccessPointsInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeAccessPointsInput) String

func (s DescribeAccessPointsInput) String() string

String returns the string representation

func (*DescribeAccessPointsInput) Validate

func (s *DescribeAccessPointsInput) Validate() error

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

type DescribeAccessPointsOutput

type DescribeAccessPointsOutput struct {
	Metadata *response.ResponseMetadata

	AccessPoints []*AccessPointForDescribeAccessPointsOutput `type:"list" json:",omitempty"`

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

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

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

func (DescribeAccessPointsOutput) GoString

func (s DescribeAccessPointsOutput) GoString() string

GoString returns the string representation

func (*DescribeAccessPointsOutput) SetAccessPoints

SetAccessPoints sets the AccessPoints field's value.

func (*DescribeAccessPointsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeAccessPointsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeAccessPointsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeAccessPointsOutput) String

String returns the string representation

type DescribeDataFlowPoliciesInput added in v1.2.43

type DescribeDataFlowPoliciesInput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

	DataFlowPolicyName *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"`

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

func (DescribeDataFlowPoliciesInput) GoString added in v1.2.43

GoString returns the string representation

func (*DescribeDataFlowPoliciesInput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*DescribeDataFlowPoliciesInput) SetDataFlowPolicyId added in v1.2.43

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*DescribeDataFlowPoliciesInput) SetDataFlowPolicyName added in v1.2.43

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*DescribeDataFlowPoliciesInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeDataFlowPoliciesInput) SetPageNumber added in v1.2.43

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowPoliciesInput) SetPageSize added in v1.2.43

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowPoliciesInput) SetStatuses added in v1.2.43

SetStatuses sets the Statuses field's value.

func (DescribeDataFlowPoliciesInput) String added in v1.2.43

String returns the string representation

func (*DescribeDataFlowPoliciesInput) Validate added in v1.2.43

func (s *DescribeDataFlowPoliciesInput) Validate() error

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

type DescribeDataFlowPoliciesOutput added in v1.2.43

type DescribeDataFlowPoliciesOutput struct {
	Metadata *response.ResponseMetadata

	DataFlowPolicies []*DataFlowPolicyForDescribeDataFlowPoliciesOutput `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 (DescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*DescribeDataFlowPoliciesOutput) SetDataFlowPolicies added in v1.2.43

SetDataFlowPolicies sets the DataFlowPolicies field's value.

func (*DescribeDataFlowPoliciesOutput) SetPageNumber added in v1.2.43

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowPoliciesOutput) SetPageSize added in v1.2.43

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowPoliciesOutput) SetTotalCount added in v1.2.43

SetTotalCount sets the TotalCount field's value.

func (DescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type DescribeDataFlowTasksInput added in v1.2.43

type DescribeDataFlowTasksInput struct {
	BucketName *string `type:"string" json:",omitempty"`

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

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

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

	DataFlowTaskTypes []*string `type:"list" 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"`

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

func (DescribeDataFlowTasksInput) GoString added in v1.2.43

func (s DescribeDataFlowTasksInput) GoString() string

GoString returns the string representation

func (*DescribeDataFlowTasksInput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*DescribeDataFlowTasksInput) SetDataFlowPolicyId added in v1.2.43

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*DescribeDataFlowTasksInput) SetDataFlowPolicyName added in v1.2.43

func (s *DescribeDataFlowTasksInput) SetDataFlowPolicyName(v string) *DescribeDataFlowTasksInput

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*DescribeDataFlowTasksInput) SetDataFlowTaskId added in v1.2.43

SetDataFlowTaskId sets the DataFlowTaskId field's value.

func (*DescribeDataFlowTasksInput) SetDataFlowTaskTypes added in v1.2.43

func (s *DescribeDataFlowTasksInput) SetDataFlowTaskTypes(v []*string) *DescribeDataFlowTasksInput

SetDataFlowTaskTypes sets the DataFlowTaskTypes field's value.

func (*DescribeDataFlowTasksInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeDataFlowTasksInput) SetPageNumber added in v1.2.43

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowTasksInput) SetPageSize added in v1.2.43

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowTasksInput) SetStatuses added in v1.2.43

SetStatuses sets the Statuses field's value.

func (DescribeDataFlowTasksInput) String added in v1.2.43

String returns the string representation

func (*DescribeDataFlowTasksInput) Validate added in v1.2.43

func (s *DescribeDataFlowTasksInput) Validate() error

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

type DescribeDataFlowTasksOutput added in v1.2.43

type DescribeDataFlowTasksOutput struct {
	Metadata *response.ResponseMetadata

	DataFlowTasks []*DataFlowTaskForDescribeDataFlowTasksOutput `type:"list" json:",omitempty"`

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

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

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

func (DescribeDataFlowTasksOutput) GoString added in v1.2.43

func (s DescribeDataFlowTasksOutput) GoString() string

GoString returns the string representation

func (*DescribeDataFlowTasksOutput) SetDataFlowTasks added in v1.2.43

SetDataFlowTasks sets the DataFlowTasks field's value.

func (*DescribeDataFlowTasksOutput) SetPageNumber added in v1.2.43

SetPageNumber sets the PageNumber field's value.

func (*DescribeDataFlowTasksOutput) SetPageSize added in v1.2.43

SetPageSize sets the PageSize field's value.

func (*DescribeDataFlowTasksOutput) SetTotalCount added in v1.2.43

SetTotalCount sets the TotalCount field's value.

func (DescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type DescribeFileSystemsInput

type DescribeFileSystemsInput struct {
	BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForDescribeFileSystemsInput"`

	ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsInput"`

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

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

	InstanceType *string `type:"string" json:",omitempty" enum:"EnumOfInstanceTypeForDescribeFileSystemsInput"`

	Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeFileSystemsInput"`

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

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

	PerformanceDensity *string `type:"string" json:",omitempty" enum:"EnumOfPerformanceDensityForDescribeFileSystemsInput"`

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

	SortBy *string `type:"string" json:",omitempty" enum:"EnumOfSortByForDescribeFileSystemsInput"`

	SortOrder *string `type:"string" json:",omitempty" enum:"EnumOfSortOrderForDescribeFileSystemsInput"`

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

	TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`

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

func (DescribeFileSystemsInput) GoString

func (s DescribeFileSystemsInput) GoString() string

GoString returns the string representation

func (*DescribeFileSystemsInput) SetBandwidthMode

SetBandwidthMode sets the BandwidthMode field's value.

func (*DescribeFileSystemsInput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*DescribeFileSystemsInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeFileSystemsInput) SetFileSystemName

func (s *DescribeFileSystemsInput) SetFileSystemName(v string) *DescribeFileSystemsInput

SetFileSystemName sets the FileSystemName field's value.

func (*DescribeFileSystemsInput) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*DescribeFileSystemsInput) SetLanguage

SetLanguage sets the Language 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) SetPerformanceDensity

func (s *DescribeFileSystemsInput) SetPerformanceDensity(v string) *DescribeFileSystemsInput

SetPerformanceDensity sets the PerformanceDensity field's value.

func (*DescribeFileSystemsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeFileSystemsInput) SetSortBy

SetSortBy sets the SortBy field's value.

func (*DescribeFileSystemsInput) SetSortOrder

SetSortOrder sets the SortOrder field's value.

func (*DescribeFileSystemsInput) SetStatuses

SetStatuses sets the Statuses field's value.

func (*DescribeFileSystemsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (*DescribeFileSystemsInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeFileSystemsInput) String

func (s DescribeFileSystemsInput) String() string

String returns the string representation

func (*DescribeFileSystemsInput) Validate added in v1.2.19

func (s *DescribeFileSystemsInput) Validate() error

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

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 DescribeMountPointsInput

type DescribeMountPointsInput struct {

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

	Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeMountPointsInput"`

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

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

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

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

func (DescribeMountPointsInput) GoString

func (s DescribeMountPointsInput) GoString() string

GoString returns the string representation

func (*DescribeMountPointsInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeMountPointsInput) SetLanguage

SetLanguage sets the Language field's value.

func (*DescribeMountPointsInput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*DescribeMountPointsInput) SetMountPointName

func (s *DescribeMountPointsInput) SetMountPointName(v string) *DescribeMountPointsInput

SetMountPointName sets the MountPointName field's value.

func (*DescribeMountPointsInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*DescribeMountPointsInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (DescribeMountPointsInput) String

func (s DescribeMountPointsInput) String() string

String returns the string representation

func (*DescribeMountPointsInput) Validate

func (s *DescribeMountPointsInput) Validate() error

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

type DescribeMountPointsOutput

type DescribeMountPointsOutput struct {
	Metadata *response.ResponseMetadata

	MountPoints []*MountPointForDescribeMountPointsOutput `type:"list" json:",omitempty"`

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

func (DescribeMountPointsOutput) GoString

func (s DescribeMountPointsOutput) GoString() string

GoString returns the string representation

func (*DescribeMountPointsOutput) SetMountPoints

SetMountPoints sets the MountPoints field's value.

func (*DescribeMountPointsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeMountPointsOutput) String

func (s DescribeMountPointsOutput) String() string

String returns the string representation

type DescribePermissionGroupsInput

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

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

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

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

func (DescribePermissionGroupsInput) GoString

GoString returns the string representation

func (*DescribePermissionGroupsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionGroupsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribePermissionGroupsInput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*DescribePermissionGroupsInput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (DescribePermissionGroupsInput) String

String returns the string representation

type DescribePermissionGroupsOutput

type DescribePermissionGroupsOutput struct {
	Metadata *response.ResponseMetadata

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

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

	PermissionGroups []*PermissionGroupForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`

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

func (DescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*DescribePermissionGroupsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionGroupsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribePermissionGroupsOutput) SetPermissionGroups

SetPermissionGroups sets the PermissionGroups field's value.

func (*DescribePermissionGroupsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribePermissionGroupsOutput) String

String returns the string representation

type DescribePermissionRulesInput

type DescribePermissionRulesInput struct {
	CidrIp *string `type:"string" json:",omitempty"`

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

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

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

	RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForDescribePermissionRulesInput"`

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

func (DescribePermissionRulesInput) GoString

func (s DescribePermissionRulesInput) GoString() string

GoString returns the string representation

func (*DescribePermissionRulesInput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*DescribePermissionRulesInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionRulesInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribePermissionRulesInput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*DescribePermissionRulesInput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*DescribePermissionRulesInput) SetUserMode

SetUserMode sets the UserMode field's value.

func (DescribePermissionRulesInput) String

String returns the string representation

func (*DescribePermissionRulesInput) Validate

func (s *DescribePermissionRulesInput) Validate() error

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

type DescribePermissionRulesOutput

type DescribePermissionRulesOutput struct {
	Metadata *response.ResponseMetadata

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

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

	PermissionRules []*PermissionRuleForDescribePermissionRulesOutput `type:"list" json:",omitempty"`

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

func (DescribePermissionRulesOutput) GoString

GoString returns the string representation

func (*DescribePermissionRulesOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionRulesOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribePermissionRulesOutput) SetPermissionRules

SetPermissionRules sets the PermissionRules field's value.

func (*DescribePermissionRulesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribePermissionRulesOutput) String

String returns the string representation

type DescribeQuotasInput

type DescribeQuotasInput struct {

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

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

	LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForDescribeQuotasInput"`

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

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

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

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

func (DescribeQuotasInput) GoString

func (s DescribeQuotasInput) GoString() string

GoString returns the string representation

func (*DescribeQuotasInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeQuotasInput) SetFileSystemPath

func (s *DescribeQuotasInput) SetFileSystemPath(v string) *DescribeQuotasInput

SetFileSystemPath sets the FileSystemPath field's value.

func (*DescribeQuotasInput) SetLimitType

func (s *DescribeQuotasInput) SetLimitType(v string) *DescribeQuotasInput

SetLimitType sets the LimitType field's value.

func (*DescribeQuotasInput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeQuotasInput) SetPageSize

func (s *DescribeQuotasInput) SetPageSize(v int32) *DescribeQuotasInput

SetPageSize sets the PageSize field's value.

func (*DescribeQuotasInput) SetQuotaId

SetQuotaId sets the QuotaId field's value.

func (*DescribeQuotasInput) SetQuotaType

func (s *DescribeQuotasInput) SetQuotaType(v string) *DescribeQuotasInput

SetQuotaType sets the QuotaType field's value.

func (DescribeQuotasInput) String

func (s DescribeQuotasInput) String() string

String returns the string representation

func (*DescribeQuotasInput) Validate

func (s *DescribeQuotasInput) Validate() error

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

type DescribeQuotasOutput

type DescribeQuotasOutput struct {
	Metadata *response.ResponseMetadata

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

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

	Quotas []*QuotaForDescribeQuotasOutput `type:"list" json:",omitempty"`

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

func (DescribeQuotasOutput) GoString

func (s DescribeQuotasOutput) GoString() string

GoString returns the string representation

func (*DescribeQuotasOutput) SetPageNumber

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

SetPageNumber sets the PageNumber field's value.

func (*DescribeQuotasOutput) SetPageSize

func (s *DescribeQuotasOutput) SetPageSize(v int32) *DescribeQuotasOutput

SetPageSize sets the PageSize field's value.

func (*DescribeQuotasOutput) SetQuotas

SetQuotas sets the Quotas field's value.

func (*DescribeQuotasOutput) SetTotalCount

func (s *DescribeQuotasOutput) SetTotalCount(v int32) *DescribeQuotasOutput

SetTotalCount sets the TotalCount field's value.

func (DescribeQuotasOutput) String

func (s DescribeQuotasOutput) String() string

String returns the string representation

type DescribeRegionsInput added in v1.2.19

type DescribeRegionsInput struct {
	Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeRegionsInput"`
	// contains filtered or unexported fields
}

func (DescribeRegionsInput) GoString added in v1.2.19

func (s DescribeRegionsInput) GoString() string

GoString returns the string representation

func (*DescribeRegionsInput) SetLanguage added in v1.2.19

SetLanguage sets the Language field's value.

func (DescribeRegionsInput) String added in v1.2.19

func (s DescribeRegionsInput) String() string

String returns the string representation

type DescribeRegionsOutput added in v1.2.19

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 added in v1.2.19

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions added in v1.2.19

SetRegions sets the Regions field's value.

func (*DescribeRegionsOutput) SetTotalCount added in v1.2.19

func (s *DescribeRegionsOutput) SetTotalCount(v int32) *DescribeRegionsOutput

SetTotalCount sets the TotalCount field's value.

func (DescribeRegionsOutput) String added in v1.2.19

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeZonesInput

type DescribeZonesInput struct {
	Language *string `type:"string" json:",omitempty" enum:"EnumOfLanguageForDescribeZonesInput"`
	// contains filtered or unexported fields
}

func (DescribeZonesInput) GoString

func (s DescribeZonesInput) GoString() string

GoString returns the string representation

func (*DescribeZonesInput) SetLanguage

func (s *DescribeZonesInput) SetLanguage(v string) *DescribeZonesInput

SetLanguage sets the Language field's value.

func (DescribeZonesInput) String

func (s DescribeZonesInput) String() string

String returns the string representation

type DescribeZonesOutput

type DescribeZonesOutput struct {
	Metadata *response.ResponseMetadata

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

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

func (DescribeZonesOutput) GoString

func (s DescribeZonesOutput) GoString() string

GoString returns the string representation

func (*DescribeZonesOutput) SetTotalCount

func (s *DescribeZonesOutput) SetTotalCount(v int32) *DescribeZonesOutput

SetTotalCount sets the TotalCount field's value.

func (*DescribeZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeZonesOutput) String

func (s DescribeZonesOutput) String() string

String returns the string representation

type EFS

type EFS struct {
	*client.Client
}

EFS provides the API operation methods for making requests to EFS. See this package's package overview docs for details on the service.

EFS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *EFS

New create int can support ssl or region locate set

func (*EFS) CancelDataFlowTask added in v1.2.43

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

CancelDataFlowTask API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CancelDataFlowTask for usage and error information.

func (*EFS) CancelDataFlowTaskCommon added in v1.2.43

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

CancelDataFlowTaskCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CancelDataFlowTaskCommon for usage and error information.

func (*EFS) CancelDataFlowTaskCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) CancelDataFlowTaskCommonWithContext added in v1.2.43

func (c *EFS) CancelDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CancelDataFlowTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CancelDataFlowTaskRequest added in v1.2.43

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

CancelDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelDataFlowTask operation. The "output" return value will be populated with the CancelDataFlowTaskCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CancelDataFlowTaskWithContext added in v1.2.43

func (c *EFS) CancelDataFlowTaskWithContext(ctx volcengine.Context, input *CancelDataFlowTaskInput, opts ...request.Option) (*CancelDataFlowTaskOutput, error)

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

See CancelDataFlowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CheckDir

func (c *EFS) CheckDir(input *CheckDirInput) (*CheckDirOutput, error)

CheckDir API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CheckDir for usage and error information.

func (*EFS) CheckDirCommon

func (c *EFS) CheckDirCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CheckDirCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CheckDirCommon for usage and error information.

func (*EFS) CheckDirCommonRequest

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

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

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

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

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

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

func (*EFS) CheckDirCommonWithContext

func (c *EFS) CheckDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CheckDirCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CheckDirRequest

func (c *EFS) CheckDirRequest(input *CheckDirInput) (req *request.Request, output *CheckDirOutput)

CheckDirRequest generates a "volcengine/request.Request" representing the client's request for the CheckDir operation. The "output" return value will be populated with the CheckDirCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CheckDirWithContext

func (c *EFS) CheckDirWithContext(ctx volcengine.Context, input *CheckDirInput, opts ...request.Option) (*CheckDirOutput, error)

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

See CheckDir for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateAccessPoint

func (c *EFS) CreateAccessPoint(input *CreateAccessPointInput) (*CreateAccessPointOutput, error)

CreateAccessPoint API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateAccessPoint for usage and error information.

func (*EFS) CreateAccessPointCommon

func (c *EFS) CreateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateAccessPointCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateAccessPointCommon for usage and error information.

func (*EFS) CreateAccessPointCommonRequest

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

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

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

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

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

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

func (*EFS) CreateAccessPointCommonWithContext

func (c *EFS) CreateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateAccessPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateAccessPointRequest

func (c *EFS) CreateAccessPointRequest(input *CreateAccessPointInput) (req *request.Request, output *CreateAccessPointOutput)

CreateAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the CreateAccessPoint operation. The "output" return value will be populated with the CreateAccessPointCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateAccessPointWithContext

func (c *EFS) CreateAccessPointWithContext(ctx volcengine.Context, input *CreateAccessPointInput, opts ...request.Option) (*CreateAccessPointOutput, error)

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

See CreateAccessPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDataFlowPolicy added in v1.2.43

func (c *EFS) CreateDataFlowPolicy(input *CreateDataFlowPolicyInput) (*CreateDataFlowPolicyOutput, error)

CreateDataFlowPolicy API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDataFlowPolicy for usage and error information.

func (*EFS) CreateDataFlowPolicyCommon added in v1.2.43

func (c *EFS) CreateDataFlowPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDataFlowPolicyCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDataFlowPolicyCommon for usage and error information.

func (*EFS) CreateDataFlowPolicyCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) CreateDataFlowPolicyCommonWithContext added in v1.2.43

func (c *EFS) CreateDataFlowPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateDataFlowPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDataFlowPolicyRequest added in v1.2.43

func (c *EFS) CreateDataFlowPolicyRequest(input *CreateDataFlowPolicyInput) (req *request.Request, output *CreateDataFlowPolicyOutput)

CreateDataFlowPolicyRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowPolicy operation. The "output" return value will be populated with the CreateDataFlowPolicyCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateDataFlowPolicyWithContext added in v1.2.43

func (c *EFS) CreateDataFlowPolicyWithContext(ctx volcengine.Context, input *CreateDataFlowPolicyInput, opts ...request.Option) (*CreateDataFlowPolicyOutput, error)

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

See CreateDataFlowPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDataFlowTask added in v1.2.43

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

CreateDataFlowTask API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDataFlowTask for usage and error information.

func (*EFS) CreateDataFlowTaskCommon added in v1.2.43

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

CreateDataFlowTaskCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDataFlowTaskCommon for usage and error information.

func (*EFS) CreateDataFlowTaskCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) CreateDataFlowTaskCommonWithContext added in v1.2.43

func (c *EFS) CreateDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateDataFlowTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDataFlowTaskRequest added in v1.2.43

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

CreateDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowTask operation. The "output" return value will be populated with the CreateDataFlowTaskCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateDataFlowTaskWithContext added in v1.2.43

func (c *EFS) CreateDataFlowTaskWithContext(ctx volcengine.Context, input *CreateDataFlowTaskInput, opts ...request.Option) (*CreateDataFlowTaskOutput, error)

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

See CreateDataFlowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDir

func (c *EFS) CreateDir(input *CreateDirInput) (*CreateDirOutput, error)

CreateDir API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDir for usage and error information.

func (*EFS) CreateDirCommon

func (c *EFS) CreateDirCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateDirCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateDirCommon for usage and error information.

func (*EFS) CreateDirCommonRequest

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

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

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

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

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

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

func (*EFS) CreateDirCommonWithContext

func (c *EFS) CreateDirCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateDirCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateDirRequest

func (c *EFS) CreateDirRequest(input *CreateDirInput) (req *request.Request, output *CreateDirOutput)

CreateDirRequest generates a "volcengine/request.Request" representing the client's request for the CreateDir operation. The "output" return value will be populated with the CreateDirCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateDirWithContext

func (c *EFS) CreateDirWithContext(ctx volcengine.Context, input *CreateDirInput, opts ...request.Option) (*CreateDirOutput, error)

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

See CreateDir for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateFilePreSignedUrl added in v1.2.43

func (c *EFS) CreateFilePreSignedUrl(input *CreateFilePreSignedUrlInput) (*CreateFilePreSignedUrlOutput, error)

CreateFilePreSignedUrl API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateFilePreSignedUrl for usage and error information.

func (*EFS) CreateFilePreSignedUrlCommon added in v1.2.43

func (c *EFS) CreateFilePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFilePreSignedUrlCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateFilePreSignedUrlCommon for usage and error information.

func (*EFS) CreateFilePreSignedUrlCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) CreateFilePreSignedUrlCommonWithContext added in v1.2.43

func (c *EFS) CreateFilePreSignedUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateFilePreSignedUrlCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateFilePreSignedUrlRequest added in v1.2.43

func (c *EFS) CreateFilePreSignedUrlRequest(input *CreateFilePreSignedUrlInput) (req *request.Request, output *CreateFilePreSignedUrlOutput)

CreateFilePreSignedUrlRequest generates a "volcengine/request.Request" representing the client's request for the CreateFilePreSignedUrl operation. The "output" return value will be populated with the CreateFilePreSignedUrlCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateFilePreSignedUrlWithContext added in v1.2.43

func (c *EFS) CreateFilePreSignedUrlWithContext(ctx volcengine.Context, input *CreateFilePreSignedUrlInput, opts ...request.Option) (*CreateFilePreSignedUrlOutput, error)

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

See CreateFilePreSignedUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateFileSystem

func (c *EFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)

CreateFileSystem API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateFileSystem for usage and error information.

func (*EFS) CreateFileSystemCommon

func (c *EFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFileSystemCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateFileSystemCommon for usage and error information.

func (*EFS) CreateFileSystemCommonRequest

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

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

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

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

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

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

func (*EFS) CreateFileSystemCommonWithContext

func (c *EFS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateFileSystemCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateFileSystemRequest

func (c *EFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)

CreateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileSystem operation. The "output" return value will be populated with the CreateFileSystemCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateFileSystemWithContext

func (c *EFS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)

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

See CreateFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateMountPoint

func (c *EFS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)

CreateMountPoint API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateMountPoint for usage and error information.

func (*EFS) CreateMountPointCommon

func (c *EFS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateMountPointCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateMountPointCommon for usage and error information.

func (*EFS) CreateMountPointCommonRequest

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

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

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

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

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

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

func (*EFS) CreateMountPointCommonWithContext

func (c *EFS) CreateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateMountPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateMountPointRequest

func (c *EFS) CreateMountPointRequest(input *CreateMountPointInput) (req *request.Request, output *CreateMountPointOutput)

CreateMountPointRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountPoint operation. The "output" return value will be populated with the CreateMountPointCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateMountPointWithContext

func (c *EFS) CreateMountPointWithContext(ctx volcengine.Context, input *CreateMountPointInput, opts ...request.Option) (*CreateMountPointOutput, error)

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

See CreateMountPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreatePermissionGroup

func (c *EFS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)

CreatePermissionGroup API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreatePermissionGroup for usage and error information.

func (*EFS) CreatePermissionGroupCommon

func (c *EFS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePermissionGroupCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreatePermissionGroupCommon for usage and error information.

func (*EFS) CreatePermissionGroupCommonRequest

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

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

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

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

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

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

func (*EFS) CreatePermissionGroupCommonWithContext

func (c *EFS) CreatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreatePermissionGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreatePermissionGroupRequest

func (c *EFS) CreatePermissionGroupRequest(input *CreatePermissionGroupInput) (req *request.Request, output *CreatePermissionGroupOutput)

CreatePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionGroup operation. The "output" return value will be populated with the CreatePermissionGroupCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreatePermissionGroupWithContext

func (c *EFS) CreatePermissionGroupWithContext(ctx volcengine.Context, input *CreatePermissionGroupInput, opts ...request.Option) (*CreatePermissionGroupOutput, error)

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

See CreatePermissionGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreatePermissionRule

func (c *EFS) CreatePermissionRule(input *CreatePermissionRuleInput) (*CreatePermissionRuleOutput, error)

CreatePermissionRule API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreatePermissionRule for usage and error information.

func (*EFS) CreatePermissionRuleCommon

func (c *EFS) CreatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePermissionRuleCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreatePermissionRuleCommon for usage and error information.

func (*EFS) CreatePermissionRuleCommonRequest

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

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

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

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

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

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

func (*EFS) CreatePermissionRuleCommonWithContext

func (c *EFS) CreatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreatePermissionRuleCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreatePermissionRuleRequest

func (c *EFS) CreatePermissionRuleRequest(input *CreatePermissionRuleInput) (req *request.Request, output *CreatePermissionRuleOutput)

CreatePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the CreatePermissionRule operation. The "output" return value will be populated with the CreatePermissionRuleCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreatePermissionRuleWithContext

func (c *EFS) CreatePermissionRuleWithContext(ctx volcengine.Context, input *CreatePermissionRuleInput, opts ...request.Option) (*CreatePermissionRuleOutput, error)

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

See CreatePermissionRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateQuota

func (c *EFS) CreateQuota(input *CreateQuotaInput) (*CreateQuotaOutput, error)

CreateQuota API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateQuota for usage and error information.

func (*EFS) CreateQuotaCommon

func (c *EFS) CreateQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateQuotaCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation CreateQuotaCommon for usage and error information.

func (*EFS) CreateQuotaCommonRequest

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

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

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

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

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

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

func (*EFS) CreateQuotaCommonWithContext

func (c *EFS) CreateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See CreateQuotaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) CreateQuotaRequest

func (c *EFS) CreateQuotaRequest(input *CreateQuotaInput) (req *request.Request, output *CreateQuotaOutput)

CreateQuotaRequest generates a "volcengine/request.Request" representing the client's request for the CreateQuota operation. The "output" return value will be populated with the CreateQuotaCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) CreateQuotaWithContext

func (c *EFS) CreateQuotaWithContext(ctx volcengine.Context, input *CreateQuotaInput, opts ...request.Option) (*CreateQuotaOutput, error)

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

See CreateQuota for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteAccessPoint

func (c *EFS) DeleteAccessPoint(input *DeleteAccessPointInput) (*DeleteAccessPointOutput, error)

DeleteAccessPoint API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteAccessPoint for usage and error information.

func (*EFS) DeleteAccessPointCommon

func (c *EFS) DeleteAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteAccessPointCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteAccessPointCommon for usage and error information.

func (*EFS) DeleteAccessPointCommonRequest

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

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

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

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

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

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

func (*EFS) DeleteAccessPointCommonWithContext

func (c *EFS) DeleteAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteAccessPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteAccessPointRequest

func (c *EFS) DeleteAccessPointRequest(input *DeleteAccessPointInput) (req *request.Request, output *DeleteAccessPointOutput)

DeleteAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAccessPoint operation. The "output" return value will be populated with the DeleteAccessPointCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteAccessPointWithContext

func (c *EFS) DeleteAccessPointWithContext(ctx volcengine.Context, input *DeleteAccessPointInput, opts ...request.Option) (*DeleteAccessPointOutput, error)

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

See DeleteAccessPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteDataFlowPolicy added in v1.2.43

func (c *EFS) DeleteDataFlowPolicy(input *DeleteDataFlowPolicyInput) (*DeleteDataFlowPolicyOutput, error)

DeleteDataFlowPolicy API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteDataFlowPolicy for usage and error information.

func (*EFS) DeleteDataFlowPolicyCommon added in v1.2.43

func (c *EFS) DeleteDataFlowPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDataFlowPolicyCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteDataFlowPolicyCommon for usage and error information.

func (*EFS) DeleteDataFlowPolicyCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) DeleteDataFlowPolicyCommonWithContext added in v1.2.43

func (c *EFS) DeleteDataFlowPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteDataFlowPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteDataFlowPolicyRequest added in v1.2.43

func (c *EFS) DeleteDataFlowPolicyRequest(input *DeleteDataFlowPolicyInput) (req *request.Request, output *DeleteDataFlowPolicyOutput)

DeleteDataFlowPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowPolicy operation. The "output" return value will be populated with the DeleteDataFlowPolicyCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteDataFlowPolicyWithContext added in v1.2.43

func (c *EFS) DeleteDataFlowPolicyWithContext(ctx volcengine.Context, input *DeleteDataFlowPolicyInput, opts ...request.Option) (*DeleteDataFlowPolicyOutput, error)

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

See DeleteDataFlowPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteDataFlowTask added in v1.2.43

func (c *EFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)

DeleteDataFlowTask API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteDataFlowTask for usage and error information.

func (*EFS) DeleteDataFlowTaskCommon added in v1.2.43

func (c *EFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteDataFlowTaskCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteDataFlowTaskCommon for usage and error information.

func (*EFS) DeleteDataFlowTaskCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) DeleteDataFlowTaskCommonWithContext added in v1.2.43

func (c *EFS) DeleteDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteDataFlowTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteDataFlowTaskRequest added in v1.2.43

func (c *EFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)

DeleteDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowTask operation. The "output" return value will be populated with the DeleteDataFlowTaskCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteDataFlowTaskWithContext added in v1.2.43

func (c *EFS) DeleteDataFlowTaskWithContext(ctx volcengine.Context, input *DeleteDataFlowTaskInput, opts ...request.Option) (*DeleteDataFlowTaskOutput, error)

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

See DeleteDataFlowTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteFileSystem

func (c *EFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)

DeleteFileSystem API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteFileSystem for usage and error information.

func (*EFS) DeleteFileSystemCommon

func (c *EFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteFileSystemCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteFileSystemCommon for usage and error information.

func (*EFS) DeleteFileSystemCommonRequest

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

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

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

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

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

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

func (*EFS) DeleteFileSystemCommonWithContext

func (c *EFS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteFileSystemCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteFileSystemRequest

func (c *EFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)

DeleteFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileSystem operation. The "output" return value will be populated with the DeleteFileSystemCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteFileSystemWithContext

func (c *EFS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)

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

See DeleteFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteMountPoint

func (c *EFS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)

DeleteMountPoint API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteMountPoint for usage and error information.

func (*EFS) DeleteMountPointCommon

func (c *EFS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteMountPointCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteMountPointCommon for usage and error information.

func (*EFS) DeleteMountPointCommonRequest

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

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

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

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

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

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

func (*EFS) DeleteMountPointCommonWithContext

func (c *EFS) DeleteMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteMountPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteMountPointRequest

func (c *EFS) DeleteMountPointRequest(input *DeleteMountPointInput) (req *request.Request, output *DeleteMountPointOutput)

DeleteMountPointRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountPoint operation. The "output" return value will be populated with the DeleteMountPointCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteMountPointWithContext

func (c *EFS) DeleteMountPointWithContext(ctx volcengine.Context, input *DeleteMountPointInput, opts ...request.Option) (*DeleteMountPointOutput, error)

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

See DeleteMountPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeletePermissionGroup

func (c *EFS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)

DeletePermissionGroup API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeletePermissionGroup for usage and error information.

func (*EFS) DeletePermissionGroupCommon

func (c *EFS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePermissionGroupCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeletePermissionGroupCommon for usage and error information.

func (*EFS) DeletePermissionGroupCommonRequest

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

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

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

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

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

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

func (*EFS) DeletePermissionGroupCommonWithContext

func (c *EFS) DeletePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeletePermissionGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeletePermissionGroupRequest

func (c *EFS) DeletePermissionGroupRequest(input *DeletePermissionGroupInput) (req *request.Request, output *DeletePermissionGroupOutput)

DeletePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionGroup operation. The "output" return value will be populated with the DeletePermissionGroupCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeletePermissionGroupWithContext

func (c *EFS) DeletePermissionGroupWithContext(ctx volcengine.Context, input *DeletePermissionGroupInput, opts ...request.Option) (*DeletePermissionGroupOutput, error)

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

See DeletePermissionGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeletePermissionRule

func (c *EFS) DeletePermissionRule(input *DeletePermissionRuleInput) (*DeletePermissionRuleOutput, error)

DeletePermissionRule API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeletePermissionRule for usage and error information.

func (*EFS) DeletePermissionRuleCommon

func (c *EFS) DeletePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePermissionRuleCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeletePermissionRuleCommon for usage and error information.

func (*EFS) DeletePermissionRuleCommonRequest

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

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

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

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

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

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

func (*EFS) DeletePermissionRuleCommonWithContext

func (c *EFS) DeletePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeletePermissionRuleCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeletePermissionRuleRequest

func (c *EFS) DeletePermissionRuleRequest(input *DeletePermissionRuleInput) (req *request.Request, output *DeletePermissionRuleOutput)

DeletePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the DeletePermissionRule operation. The "output" return value will be populated with the DeletePermissionRuleCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeletePermissionRuleWithContext

func (c *EFS) DeletePermissionRuleWithContext(ctx volcengine.Context, input *DeletePermissionRuleInput, opts ...request.Option) (*DeletePermissionRuleOutput, error)

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

See DeletePermissionRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteQuota

func (c *EFS) DeleteQuota(input *DeleteQuotaInput) (*DeleteQuotaOutput, error)

DeleteQuota API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteQuota for usage and error information.

func (*EFS) DeleteQuotaCommon

func (c *EFS) DeleteQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteQuotaCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DeleteQuotaCommon for usage and error information.

func (*EFS) DeleteQuotaCommonRequest

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

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

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

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

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

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

func (*EFS) DeleteQuotaCommonWithContext

func (c *EFS) DeleteQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DeleteQuotaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DeleteQuotaRequest

func (c *EFS) DeleteQuotaRequest(input *DeleteQuotaInput) (req *request.Request, output *DeleteQuotaOutput)

DeleteQuotaRequest generates a "volcengine/request.Request" representing the client's request for the DeleteQuota operation. The "output" return value will be populated with the DeleteQuotaCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DeleteQuotaWithContext

func (c *EFS) DeleteQuotaWithContext(ctx volcengine.Context, input *DeleteQuotaInput, opts ...request.Option) (*DeleteQuotaOutput, error)

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

See DeleteQuota for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeAccessPoints

func (c *EFS) DescribeAccessPoints(input *DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error)

DescribeAccessPoints API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeAccessPoints for usage and error information.

func (*EFS) DescribeAccessPointsCommon

func (c *EFS) DescribeAccessPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeAccessPointsCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeAccessPointsCommon for usage and error information.

func (*EFS) DescribeAccessPointsCommonRequest

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

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

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

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

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

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

func (*EFS) DescribeAccessPointsCommonWithContext

func (c *EFS) DescribeAccessPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeAccessPointsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeAccessPointsRequest

func (c *EFS) DescribeAccessPointsRequest(input *DescribeAccessPointsInput) (req *request.Request, output *DescribeAccessPointsOutput)

DescribeAccessPointsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAccessPoints operation. The "output" return value will be populated with the DescribeAccessPointsCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeAccessPointsWithContext

func (c *EFS) DescribeAccessPointsWithContext(ctx volcengine.Context, input *DescribeAccessPointsInput, opts ...request.Option) (*DescribeAccessPointsOutput, error)

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

See DescribeAccessPoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeDataFlowPolicies added in v1.2.43

func (c *EFS) DescribeDataFlowPolicies(input *DescribeDataFlowPoliciesInput) (*DescribeDataFlowPoliciesOutput, error)

DescribeDataFlowPolicies API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeDataFlowPolicies for usage and error information.

func (*EFS) DescribeDataFlowPoliciesCommon added in v1.2.43

func (c *EFS) DescribeDataFlowPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDataFlowPoliciesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeDataFlowPoliciesCommon for usage and error information.

func (*EFS) DescribeDataFlowPoliciesCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) DescribeDataFlowPoliciesCommonWithContext added in v1.2.43

func (c *EFS) DescribeDataFlowPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeDataFlowPoliciesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeDataFlowPoliciesRequest added in v1.2.43

func (c *EFS) DescribeDataFlowPoliciesRequest(input *DescribeDataFlowPoliciesInput) (req *request.Request, output *DescribeDataFlowPoliciesOutput)

DescribeDataFlowPoliciesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowPolicies operation. The "output" return value will be populated with the DescribeDataFlowPoliciesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeDataFlowPoliciesWithContext added in v1.2.43

func (c *EFS) DescribeDataFlowPoliciesWithContext(ctx volcengine.Context, input *DescribeDataFlowPoliciesInput, opts ...request.Option) (*DescribeDataFlowPoliciesOutput, error)

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

See DescribeDataFlowPolicies for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeDataFlowTasks added in v1.2.43

func (c *EFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)

DescribeDataFlowTasks API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeDataFlowTasks for usage and error information.

func (*EFS) DescribeDataFlowTasksCommon added in v1.2.43

func (c *EFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeDataFlowTasksCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeDataFlowTasksCommon for usage and error information.

func (*EFS) DescribeDataFlowTasksCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) DescribeDataFlowTasksCommonWithContext added in v1.2.43

func (c *EFS) DescribeDataFlowTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeDataFlowTasksCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeDataFlowTasksRequest added in v1.2.43

func (c *EFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)

DescribeDataFlowTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowTasks operation. The "output" return value will be populated with the DescribeDataFlowTasksCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeDataFlowTasksWithContext added in v1.2.43

func (c *EFS) DescribeDataFlowTasksWithContext(ctx volcengine.Context, input *DescribeDataFlowTasksInput, opts ...request.Option) (*DescribeDataFlowTasksOutput, error)

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

See DescribeDataFlowTasks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeFileSystems

func (c *EFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)

DescribeFileSystems API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeFileSystems for usage and error information.

func (*EFS) DescribeFileSystemsCommon

func (c *EFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFileSystemsCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeFileSystemsCommon for usage and error information.

func (*EFS) DescribeFileSystemsCommonRequest

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

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

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

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

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

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

func (*EFS) DescribeFileSystemsCommonWithContext

func (c *EFS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeFileSystemsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeFileSystemsRequest

func (c *EFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)

DescribeFileSystemsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystems operation. The "output" return value will be populated with the DescribeFileSystemsCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeFileSystemsWithContext

func (c *EFS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error)

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

See DescribeFileSystems for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeMountPoints

func (c *EFS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)

DescribeMountPoints API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeMountPoints for usage and error information.

func (*EFS) DescribeMountPointsCommon

func (c *EFS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeMountPointsCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeMountPointsCommon for usage and error information.

func (*EFS) DescribeMountPointsCommonRequest

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

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

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

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

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

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

func (*EFS) DescribeMountPointsCommonWithContext

func (c *EFS) DescribeMountPointsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeMountPointsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeMountPointsRequest

func (c *EFS) DescribeMountPointsRequest(input *DescribeMountPointsInput) (req *request.Request, output *DescribeMountPointsOutput)

DescribeMountPointsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountPoints operation. The "output" return value will be populated with the DescribeMountPointsCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeMountPointsWithContext

func (c *EFS) DescribeMountPointsWithContext(ctx volcengine.Context, input *DescribeMountPointsInput, opts ...request.Option) (*DescribeMountPointsOutput, error)

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

See DescribeMountPoints for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribePermissionGroups

func (c *EFS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)

DescribePermissionGroups API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribePermissionGroups for usage and error information.

func (*EFS) DescribePermissionGroupsCommon

func (c *EFS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePermissionGroupsCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribePermissionGroupsCommon for usage and error information.

func (*EFS) DescribePermissionGroupsCommonRequest

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

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

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

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

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

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

func (*EFS) DescribePermissionGroupsCommonWithContext

func (c *EFS) DescribePermissionGroupsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribePermissionGroupsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribePermissionGroupsRequest

func (c *EFS) DescribePermissionGroupsRequest(input *DescribePermissionGroupsInput) (req *request.Request, output *DescribePermissionGroupsOutput)

DescribePermissionGroupsRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionGroups operation. The "output" return value will be populated with the DescribePermissionGroupsCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribePermissionGroupsWithContext

func (c *EFS) DescribePermissionGroupsWithContext(ctx volcengine.Context, input *DescribePermissionGroupsInput, opts ...request.Option) (*DescribePermissionGroupsOutput, error)

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

See DescribePermissionGroups for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribePermissionRules

func (c *EFS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)

DescribePermissionRules API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribePermissionRules for usage and error information.

func (*EFS) DescribePermissionRulesCommon

func (c *EFS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePermissionRulesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribePermissionRulesCommon for usage and error information.

func (*EFS) DescribePermissionRulesCommonRequest

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

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

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

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

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

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

func (*EFS) DescribePermissionRulesCommonWithContext

func (c *EFS) DescribePermissionRulesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribePermissionRulesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribePermissionRulesRequest

func (c *EFS) DescribePermissionRulesRequest(input *DescribePermissionRulesInput) (req *request.Request, output *DescribePermissionRulesOutput)

DescribePermissionRulesRequest generates a "volcengine/request.Request" representing the client's request for the DescribePermissionRules operation. The "output" return value will be populated with the DescribePermissionRulesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribePermissionRulesWithContext

func (c *EFS) DescribePermissionRulesWithContext(ctx volcengine.Context, input *DescribePermissionRulesInput, opts ...request.Option) (*DescribePermissionRulesOutput, error)

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

See DescribePermissionRules for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeQuotas

func (c *EFS) DescribeQuotas(input *DescribeQuotasInput) (*DescribeQuotasOutput, error)

DescribeQuotas API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeQuotas for usage and error information.

func (*EFS) DescribeQuotasCommon

func (c *EFS) DescribeQuotasCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeQuotasCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeQuotasCommon for usage and error information.

func (*EFS) DescribeQuotasCommonRequest

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

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

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

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

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

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

func (*EFS) DescribeQuotasCommonWithContext

func (c *EFS) DescribeQuotasCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeQuotasCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeQuotasRequest

func (c *EFS) DescribeQuotasRequest(input *DescribeQuotasInput) (req *request.Request, output *DescribeQuotasOutput)

DescribeQuotasRequest generates a "volcengine/request.Request" representing the client's request for the DescribeQuotas operation. The "output" return value will be populated with the DescribeQuotasCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeQuotasWithContext

func (c *EFS) DescribeQuotasWithContext(ctx volcengine.Context, input *DescribeQuotasInput, opts ...request.Option) (*DescribeQuotasOutput, error)

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

See DescribeQuotas for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeRegions added in v1.2.19

func (c *EFS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeRegions for usage and error information.

func (*EFS) DescribeRegionsCommon added in v1.2.19

func (c *EFS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeRegionsCommon for usage and error information.

func (*EFS) DescribeRegionsCommonRequest added in v1.2.19

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

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

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

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

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

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

func (*EFS) DescribeRegionsCommonWithContext added in v1.2.19

func (c *EFS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeRegionsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeRegionsRequest added in v1.2.19

func (c *EFS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)

DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeRegionsWithContext added in v1.2.19

func (c *EFS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)

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

See DescribeRegions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeZones

func (c *EFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)

DescribeZones API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeZones for usage and error information.

func (*EFS) DescribeZonesCommon

func (c *EFS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeZonesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation DescribeZonesCommon for usage and error information.

func (*EFS) DescribeZonesCommonRequest

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

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

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

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

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

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

func (*EFS) DescribeZonesCommonWithContext

func (c *EFS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See DescribeZonesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) DescribeZonesRequest

func (c *EFS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)

DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) DescribeZonesWithContext

func (c *EFS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)

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

See DescribeZones for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) ListTagsForResources

func (c *EFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)

ListTagsForResources API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation ListTagsForResources for usage and error information.

func (*EFS) ListTagsForResourcesCommon

func (c *EFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ListTagsForResourcesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation ListTagsForResourcesCommon for usage and error information.

func (*EFS) ListTagsForResourcesCommonRequest

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

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

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

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

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

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

func (*EFS) ListTagsForResourcesCommonWithContext

func (c *EFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See ListTagsForResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) ListTagsForResourcesRequest

func (c *EFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)

ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) ListTagsForResourcesWithContext

func (c *EFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)

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

See ListTagsForResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) StartDataFlowPolicy added in v1.2.43

func (c *EFS) StartDataFlowPolicy(input *StartDataFlowPolicyInput) (*StartDataFlowPolicyOutput, error)

StartDataFlowPolicy API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation StartDataFlowPolicy for usage and error information.

func (*EFS) StartDataFlowPolicyCommon added in v1.2.43

func (c *EFS) StartDataFlowPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StartDataFlowPolicyCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation StartDataFlowPolicyCommon for usage and error information.

func (*EFS) StartDataFlowPolicyCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) StartDataFlowPolicyCommonWithContext added in v1.2.43

func (c *EFS) StartDataFlowPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See StartDataFlowPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) StartDataFlowPolicyRequest added in v1.2.43

func (c *EFS) StartDataFlowPolicyRequest(input *StartDataFlowPolicyInput) (req *request.Request, output *StartDataFlowPolicyOutput)

StartDataFlowPolicyRequest generates a "volcengine/request.Request" representing the client's request for the StartDataFlowPolicy operation. The "output" return value will be populated with the StartDataFlowPolicyCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) StartDataFlowPolicyWithContext added in v1.2.43

func (c *EFS) StartDataFlowPolicyWithContext(ctx volcengine.Context, input *StartDataFlowPolicyInput, opts ...request.Option) (*StartDataFlowPolicyOutput, error)

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

See StartDataFlowPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) StopDataFlowPolicy added in v1.2.43

func (c *EFS) StopDataFlowPolicy(input *StopDataFlowPolicyInput) (*StopDataFlowPolicyOutput, error)

StopDataFlowPolicy API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation StopDataFlowPolicy for usage and error information.

func (*EFS) StopDataFlowPolicyCommon added in v1.2.43

func (c *EFS) StopDataFlowPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopDataFlowPolicyCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation StopDataFlowPolicyCommon for usage and error information.

func (*EFS) StopDataFlowPolicyCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) StopDataFlowPolicyCommonWithContext added in v1.2.43

func (c *EFS) StopDataFlowPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See StopDataFlowPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) StopDataFlowPolicyRequest added in v1.2.43

func (c *EFS) StopDataFlowPolicyRequest(input *StopDataFlowPolicyInput) (req *request.Request, output *StopDataFlowPolicyOutput)

StopDataFlowPolicyRequest generates a "volcengine/request.Request" representing the client's request for the StopDataFlowPolicy operation. The "output" return value will be populated with the StopDataFlowPolicyCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) StopDataFlowPolicyWithContext added in v1.2.43

func (c *EFS) StopDataFlowPolicyWithContext(ctx volcengine.Context, input *StopDataFlowPolicyInput, opts ...request.Option) (*StopDataFlowPolicyOutput, error)

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

See StopDataFlowPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) TagResources

func (c *EFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)

TagResources API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation TagResources for usage and error information.

func (*EFS) TagResourcesCommon

func (c *EFS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

TagResourcesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation TagResourcesCommon for usage and error information.

func (*EFS) TagResourcesCommonRequest

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

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

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

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

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

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

func (*EFS) TagResourcesCommonWithContext

func (c *EFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See TagResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) TagResourcesRequest

func (c *EFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)

TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) TagResourcesWithContext

func (c *EFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)

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

See TagResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UntagResources

func (c *EFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)

UntagResources API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UntagResources for usage and error information.

func (*EFS) UntagResourcesCommon

func (c *EFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UntagResourcesCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UntagResourcesCommon for usage and error information.

func (*EFS) UntagResourcesCommonRequest

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

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

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

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

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

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

func (*EFS) UntagResourcesCommonWithContext

func (c *EFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See UntagResourcesCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UntagResourcesRequest

func (c *EFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)

UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) UntagResourcesWithContext

func (c *EFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)

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

See UntagResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateAccessPoint

func (c *EFS) UpdateAccessPoint(input *UpdateAccessPointInput) (*UpdateAccessPointOutput, error)

UpdateAccessPoint API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UpdateAccessPoint for usage and error information.

func (*EFS) UpdateAccessPointCommon

func (c *EFS) UpdateAccessPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateAccessPointCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UpdateAccessPointCommon for usage and error information.

func (*EFS) UpdateAccessPointCommonRequest

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

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

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

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

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

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

func (*EFS) UpdateAccessPointCommonWithContext

func (c *EFS) UpdateAccessPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See UpdateAccessPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateAccessPointRequest

func (c *EFS) UpdateAccessPointRequest(input *UpdateAccessPointInput) (req *request.Request, output *UpdateAccessPointOutput)

UpdateAccessPointRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAccessPoint operation. The "output" return value will be populated with the UpdateAccessPointCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) UpdateAccessPointWithContext

func (c *EFS) UpdateAccessPointWithContext(ctx volcengine.Context, input *UpdateAccessPointInput, opts ...request.Option) (*UpdateAccessPointOutput, error)

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

See UpdateAccessPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateDataFlowPolicy added in v1.2.43

func (c *EFS) UpdateDataFlowPolicy(input *UpdateDataFlowPolicyInput) (*UpdateDataFlowPolicyOutput, error)

UpdateDataFlowPolicy API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UpdateDataFlowPolicy for usage and error information.

func (*EFS) UpdateDataFlowPolicyCommon added in v1.2.43

func (c *EFS) UpdateDataFlowPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateDataFlowPolicyCommon API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UpdateDataFlowPolicyCommon for usage and error information.

func (*EFS) UpdateDataFlowPolicyCommonRequest added in v1.2.43

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

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

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

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

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

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

func (*EFS) UpdateDataFlowPolicyCommonWithContext added in v1.2.43

func (c *EFS) UpdateDataFlowPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

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

See UpdateDataFlowPolicyCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateDataFlowPolicyRequest added in v1.2.43

func (c *EFS) UpdateDataFlowPolicyRequest(input *UpdateDataFlowPolicyInput) (req *request.Request, output *UpdateDataFlowPolicyOutput)

UpdateDataFlowPolicyRequest generates a "volcengine/request.Request" representing the client's request for the UpdateDataFlowPolicy operation. The "output" return value will be populated with the UpdateDataFlowPolicyCommon request's response once the request completes successfully.

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

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

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

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

func (*EFS) UpdateDataFlowPolicyWithContext added in v1.2.43

func (c *EFS) UpdateDataFlowPolicyWithContext(ctx volcengine.Context, input *UpdateDataFlowPolicyInput, opts ...request.Option) (*UpdateDataFlowPolicyOutput, error)

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

See UpdateDataFlowPolicy for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateFileSystem

func (c *EFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)

UpdateFileSystem API operation for EFS.

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

See the VOLCENGINE API reference guide for EFS's API operation UpdateFileSystem for usage and error information.

func (*EFS) UpdateFileSystemCommon

func (c *EFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateFileSystemCommon API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdateFileSystemCommon for usage and error information.

func (*EFS) UpdateFileSystemCommonRequest

func (c *EFS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystemCommon operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.

See UpdateFileSystemCommon for more information on using the UpdateFileSystemCommon API call, and error handling.

// Example sending a request using the UpdateFileSystemCommonRequest method.
req, resp := client.UpdateFileSystemCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateFileSystemCommonWithContext

func (c *EFS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateFileSystemCommonWithContext is the same as UpdateFileSystemCommon with the addition of the ability to pass a context and additional request options.

See UpdateFileSystemCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateFileSystemRequest

func (c *EFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)

UpdateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystem operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.

See UpdateFileSystem for more information on using the UpdateFileSystem API call, and error handling.

// Example sending a request using the UpdateFileSystemRequest method.
req, resp := client.UpdateFileSystemRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateFileSystemWithContext

func (c *EFS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)

UpdateFileSystemWithContext is the same as UpdateFileSystem with the addition of the ability to pass a context and additional request options.

See UpdateFileSystem for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateMountPoint

func (c *EFS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)

UpdateMountPoint API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdateMountPoint for usage and error information.

func (*EFS) UpdateMountPointCommon

func (c *EFS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateMountPointCommon API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdateMountPointCommon for usage and error information.

func (*EFS) UpdateMountPointCommonRequest

func (c *EFS) UpdateMountPointCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateMountPointCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountPointCommon operation. The "output" return value will be populated with the UpdateMountPointCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountPointCommon Send returns without error.

See UpdateMountPointCommon for more information on using the UpdateMountPointCommon API call, and error handling.

// Example sending a request using the UpdateMountPointCommonRequest method.
req, resp := client.UpdateMountPointCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateMountPointCommonWithContext

func (c *EFS) UpdateMountPointCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateMountPointCommonWithContext is the same as UpdateMountPointCommon with the addition of the ability to pass a context and additional request options.

See UpdateMountPointCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateMountPointRequest

func (c *EFS) UpdateMountPointRequest(input *UpdateMountPointInput) (req *request.Request, output *UpdateMountPointOutput)

UpdateMountPointRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountPoint operation. The "output" return value will be populated with the UpdateMountPointCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateMountPointCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountPointCommon Send returns without error.

See UpdateMountPoint for more information on using the UpdateMountPoint API call, and error handling.

// Example sending a request using the UpdateMountPointRequest method.
req, resp := client.UpdateMountPointRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateMountPointWithContext

func (c *EFS) UpdateMountPointWithContext(ctx volcengine.Context, input *UpdateMountPointInput, opts ...request.Option) (*UpdateMountPointOutput, error)

UpdateMountPointWithContext is the same as UpdateMountPoint with the addition of the ability to pass a context and additional request options.

See UpdateMountPoint for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdatePermissionGroup

func (c *EFS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)

UpdatePermissionGroup API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdatePermissionGroup for usage and error information.

func (*EFS) UpdatePermissionGroupCommon

func (c *EFS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePermissionGroupCommon API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdatePermissionGroupCommon for usage and error information.

func (*EFS) UpdatePermissionGroupCommonRequest

func (c *EFS) UpdatePermissionGroupCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdatePermissionGroupCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionGroupCommon operation. The "output" return value will be populated with the UpdatePermissionGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionGroupCommon Send returns without error.

See UpdatePermissionGroupCommon for more information on using the UpdatePermissionGroupCommon API call, and error handling.

// Example sending a request using the UpdatePermissionGroupCommonRequest method.
req, resp := client.UpdatePermissionGroupCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdatePermissionGroupCommonWithContext

func (c *EFS) UpdatePermissionGroupCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdatePermissionGroupCommonWithContext is the same as UpdatePermissionGroupCommon with the addition of the ability to pass a context and additional request options.

See UpdatePermissionGroupCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdatePermissionGroupRequest

func (c *EFS) UpdatePermissionGroupRequest(input *UpdatePermissionGroupInput) (req *request.Request, output *UpdatePermissionGroupOutput)

UpdatePermissionGroupRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionGroup operation. The "output" return value will be populated with the UpdatePermissionGroupCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePermissionGroupCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionGroupCommon Send returns without error.

See UpdatePermissionGroup for more information on using the UpdatePermissionGroup API call, and error handling.

// Example sending a request using the UpdatePermissionGroupRequest method.
req, resp := client.UpdatePermissionGroupRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdatePermissionGroupWithContext

func (c *EFS) UpdatePermissionGroupWithContext(ctx volcengine.Context, input *UpdatePermissionGroupInput, opts ...request.Option) (*UpdatePermissionGroupOutput, error)

UpdatePermissionGroupWithContext is the same as UpdatePermissionGroup with the addition of the ability to pass a context and additional request options.

See UpdatePermissionGroup for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdatePermissionRule

func (c *EFS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)

UpdatePermissionRule API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdatePermissionRule for usage and error information.

func (*EFS) UpdatePermissionRuleCommon

func (c *EFS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePermissionRuleCommon API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdatePermissionRuleCommon for usage and error information.

func (*EFS) UpdatePermissionRuleCommonRequest

func (c *EFS) UpdatePermissionRuleCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdatePermissionRuleCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionRuleCommon operation. The "output" return value will be populated with the UpdatePermissionRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionRuleCommon Send returns without error.

See UpdatePermissionRuleCommon for more information on using the UpdatePermissionRuleCommon API call, and error handling.

// Example sending a request using the UpdatePermissionRuleCommonRequest method.
req, resp := client.UpdatePermissionRuleCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdatePermissionRuleCommonWithContext

func (c *EFS) UpdatePermissionRuleCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdatePermissionRuleCommonWithContext is the same as UpdatePermissionRuleCommon with the addition of the ability to pass a context and additional request options.

See UpdatePermissionRuleCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdatePermissionRuleRequest

func (c *EFS) UpdatePermissionRuleRequest(input *UpdatePermissionRuleInput) (req *request.Request, output *UpdatePermissionRuleOutput)

UpdatePermissionRuleRequest generates a "volcengine/request.Request" representing the client's request for the UpdatePermissionRule operation. The "output" return value will be populated with the UpdatePermissionRuleCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdatePermissionRuleCommon Request to send the API call to the service. the "output" return value is not valid until after UpdatePermissionRuleCommon Send returns without error.

See UpdatePermissionRule for more information on using the UpdatePermissionRule API call, and error handling.

// Example sending a request using the UpdatePermissionRuleRequest method.
req, resp := client.UpdatePermissionRuleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdatePermissionRuleWithContext

func (c *EFS) UpdatePermissionRuleWithContext(ctx volcengine.Context, input *UpdatePermissionRuleInput, opts ...request.Option) (*UpdatePermissionRuleOutput, error)

UpdatePermissionRuleWithContext is the same as UpdatePermissionRule with the addition of the ability to pass a context and additional request options.

See UpdatePermissionRule for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateQuota

func (c *EFS) UpdateQuota(input *UpdateQuotaInput) (*UpdateQuotaOutput, error)

UpdateQuota API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdateQuota for usage and error information.

func (*EFS) UpdateQuotaCommon

func (c *EFS) UpdateQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateQuotaCommon API operation for EFS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for EFS's API operation UpdateQuotaCommon for usage and error information.

func (*EFS) UpdateQuotaCommonRequest

func (c *EFS) UpdateQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQuotaCommon operation. The "output" return value will be populated with the UpdateQuotaCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQuotaCommon Send returns without error.

See UpdateQuotaCommon for more information on using the UpdateQuotaCommon API call, and error handling.

// Example sending a request using the UpdateQuotaCommonRequest method.
req, resp := client.UpdateQuotaCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateQuotaCommonWithContext

func (c *EFS) UpdateQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateQuotaCommonWithContext is the same as UpdateQuotaCommon with the addition of the ability to pass a context and additional request options.

See UpdateQuotaCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*EFS) UpdateQuotaRequest

func (c *EFS) UpdateQuotaRequest(input *UpdateQuotaInput) (req *request.Request, output *UpdateQuotaOutput)

UpdateQuotaRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQuota operation. The "output" return value will be populated with the UpdateQuotaCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQuotaCommon Send returns without error.

See UpdateQuota for more information on using the UpdateQuota API call, and error handling.

// Example sending a request using the UpdateQuotaRequest method.
req, resp := client.UpdateQuotaRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*EFS) UpdateQuotaWithContext

func (c *EFS) UpdateQuotaWithContext(ctx volcengine.Context, input *UpdateQuotaInput, opts ...request.Option) (*UpdateQuotaOutput, error)

UpdateQuotaWithContext is the same as UpdateQuota with the addition of the ability to pass a context and additional request options.

See UpdateQuota for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type EFSAPI

type EFSAPI interface {
	CancelDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CancelDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelDataFlowTask(*CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
	CancelDataFlowTaskWithContext(volcengine.Context, *CancelDataFlowTaskInput, ...request.Option) (*CancelDataFlowTaskOutput, error)
	CancelDataFlowTaskRequest(*CancelDataFlowTaskInput) (*request.Request, *CancelDataFlowTaskOutput)

	CheckDirCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CheckDirCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CheckDirCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CheckDir(*CheckDirInput) (*CheckDirOutput, error)
	CheckDirWithContext(volcengine.Context, *CheckDirInput, ...request.Option) (*CheckDirOutput, error)
	CheckDirRequest(*CheckDirInput) (*request.Request, *CheckDirOutput)

	CreateAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateAccessPoint(*CreateAccessPointInput) (*CreateAccessPointOutput, error)
	CreateAccessPointWithContext(volcengine.Context, *CreateAccessPointInput, ...request.Option) (*CreateAccessPointOutput, error)
	CreateAccessPointRequest(*CreateAccessPointInput) (*request.Request, *CreateAccessPointOutput)

	CreateDataFlowPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDataFlowPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDataFlowPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDataFlowPolicy(*CreateDataFlowPolicyInput) (*CreateDataFlowPolicyOutput, error)
	CreateDataFlowPolicyWithContext(volcengine.Context, *CreateDataFlowPolicyInput, ...request.Option) (*CreateDataFlowPolicyOutput, error)
	CreateDataFlowPolicyRequest(*CreateDataFlowPolicyInput) (*request.Request, *CreateDataFlowPolicyOutput)

	CreateDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDataFlowTask(*CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
	CreateDataFlowTaskWithContext(volcengine.Context, *CreateDataFlowTaskInput, ...request.Option) (*CreateDataFlowTaskOutput, error)
	CreateDataFlowTaskRequest(*CreateDataFlowTaskInput) (*request.Request, *CreateDataFlowTaskOutput)

	CreateDirCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateDirCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateDirCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateDir(*CreateDirInput) (*CreateDirOutput, error)
	CreateDirWithContext(volcengine.Context, *CreateDirInput, ...request.Option) (*CreateDirOutput, error)
	CreateDirRequest(*CreateDirInput) (*request.Request, *CreateDirOutput)

	CreateFilePreSignedUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFilePreSignedUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFilePreSignedUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFilePreSignedUrl(*CreateFilePreSignedUrlInput) (*CreateFilePreSignedUrlOutput, error)
	CreateFilePreSignedUrlWithContext(volcengine.Context, *CreateFilePreSignedUrlInput, ...request.Option) (*CreateFilePreSignedUrlOutput, error)
	CreateFilePreSignedUrlRequest(*CreateFilePreSignedUrlInput) (*request.Request, *CreateFilePreSignedUrlOutput)

	CreateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFileSystem(*CreateFileSystemInput) (*CreateFileSystemOutput, error)
	CreateFileSystemWithContext(volcengine.Context, *CreateFileSystemInput, ...request.Option) (*CreateFileSystemOutput, error)
	CreateFileSystemRequest(*CreateFileSystemInput) (*request.Request, *CreateFileSystemOutput)

	CreateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMountPoint(*CreateMountPointInput) (*CreateMountPointOutput, error)
	CreateMountPointWithContext(volcengine.Context, *CreateMountPointInput, ...request.Option) (*CreateMountPointOutput, error)
	CreateMountPointRequest(*CreateMountPointInput) (*request.Request, *CreateMountPointOutput)

	CreatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePermissionGroup(*CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
	CreatePermissionGroupWithContext(volcengine.Context, *CreatePermissionGroupInput, ...request.Option) (*CreatePermissionGroupOutput, error)
	CreatePermissionGroupRequest(*CreatePermissionGroupInput) (*request.Request, *CreatePermissionGroupOutput)

	CreatePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePermissionRule(*CreatePermissionRuleInput) (*CreatePermissionRuleOutput, error)
	CreatePermissionRuleWithContext(volcengine.Context, *CreatePermissionRuleInput, ...request.Option) (*CreatePermissionRuleOutput, error)
	CreatePermissionRuleRequest(*CreatePermissionRuleInput) (*request.Request, *CreatePermissionRuleOutput)

	CreateQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateQuota(*CreateQuotaInput) (*CreateQuotaOutput, error)
	CreateQuotaWithContext(volcengine.Context, *CreateQuotaInput, ...request.Option) (*CreateQuotaOutput, error)
	CreateQuotaRequest(*CreateQuotaInput) (*request.Request, *CreateQuotaOutput)

	DeleteAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteAccessPoint(*DeleteAccessPointInput) (*DeleteAccessPointOutput, error)
	DeleteAccessPointWithContext(volcengine.Context, *DeleteAccessPointInput, ...request.Option) (*DeleteAccessPointOutput, error)
	DeleteAccessPointRequest(*DeleteAccessPointInput) (*request.Request, *DeleteAccessPointOutput)

	DeleteDataFlowPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDataFlowPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDataFlowPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDataFlowPolicy(*DeleteDataFlowPolicyInput) (*DeleteDataFlowPolicyOutput, error)
	DeleteDataFlowPolicyWithContext(volcengine.Context, *DeleteDataFlowPolicyInput, ...request.Option) (*DeleteDataFlowPolicyOutput, error)
	DeleteDataFlowPolicyRequest(*DeleteDataFlowPolicyInput) (*request.Request, *DeleteDataFlowPolicyOutput)

	DeleteDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteDataFlowTask(*DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
	DeleteDataFlowTaskWithContext(volcengine.Context, *DeleteDataFlowTaskInput, ...request.Option) (*DeleteDataFlowTaskOutput, error)
	DeleteDataFlowTaskRequest(*DeleteDataFlowTaskInput) (*request.Request, *DeleteDataFlowTaskOutput)

	DeleteFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteFileSystem(*DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
	DeleteFileSystemWithContext(volcengine.Context, *DeleteFileSystemInput, ...request.Option) (*DeleteFileSystemOutput, error)
	DeleteFileSystemRequest(*DeleteFileSystemInput) (*request.Request, *DeleteFileSystemOutput)

	DeleteMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteMountPoint(*DeleteMountPointInput) (*DeleteMountPointOutput, error)
	DeleteMountPointWithContext(volcengine.Context, *DeleteMountPointInput, ...request.Option) (*DeleteMountPointOutput, error)
	DeleteMountPointRequest(*DeleteMountPointInput) (*request.Request, *DeleteMountPointOutput)

	DeletePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePermissionGroup(*DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
	DeletePermissionGroupWithContext(volcengine.Context, *DeletePermissionGroupInput, ...request.Option) (*DeletePermissionGroupOutput, error)
	DeletePermissionGroupRequest(*DeletePermissionGroupInput) (*request.Request, *DeletePermissionGroupOutput)

	DeletePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePermissionRule(*DeletePermissionRuleInput) (*DeletePermissionRuleOutput, error)
	DeletePermissionRuleWithContext(volcengine.Context, *DeletePermissionRuleInput, ...request.Option) (*DeletePermissionRuleOutput, error)
	DeletePermissionRuleRequest(*DeletePermissionRuleInput) (*request.Request, *DeletePermissionRuleOutput)

	DeleteQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteQuota(*DeleteQuotaInput) (*DeleteQuotaOutput, error)
	DeleteQuotaWithContext(volcengine.Context, *DeleteQuotaInput, ...request.Option) (*DeleteQuotaOutput, error)
	DeleteQuotaRequest(*DeleteQuotaInput) (*request.Request, *DeleteQuotaOutput)

	DescribeAccessPointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeAccessPointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeAccessPointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeAccessPoints(*DescribeAccessPointsInput) (*DescribeAccessPointsOutput, error)
	DescribeAccessPointsWithContext(volcengine.Context, *DescribeAccessPointsInput, ...request.Option) (*DescribeAccessPointsOutput, error)
	DescribeAccessPointsRequest(*DescribeAccessPointsInput) (*request.Request, *DescribeAccessPointsOutput)

	DescribeDataFlowPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDataFlowPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDataFlowPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDataFlowPolicies(*DescribeDataFlowPoliciesInput) (*DescribeDataFlowPoliciesOutput, error)
	DescribeDataFlowPoliciesWithContext(volcengine.Context, *DescribeDataFlowPoliciesInput, ...request.Option) (*DescribeDataFlowPoliciesOutput, error)
	DescribeDataFlowPoliciesRequest(*DescribeDataFlowPoliciesInput) (*request.Request, *DescribeDataFlowPoliciesOutput)

	DescribeDataFlowTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeDataFlowTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeDataFlowTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeDataFlowTasks(*DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
	DescribeDataFlowTasksWithContext(volcengine.Context, *DescribeDataFlowTasksInput, ...request.Option) (*DescribeDataFlowTasksOutput, error)
	DescribeDataFlowTasksRequest(*DescribeDataFlowTasksInput) (*request.Request, *DescribeDataFlowTasksOutput)

	DescribeFileSystemsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeFileSystemsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeFileSystemsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeFileSystems(*DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
	DescribeFileSystemsWithContext(volcengine.Context, *DescribeFileSystemsInput, ...request.Option) (*DescribeFileSystemsOutput, error)
	DescribeFileSystemsRequest(*DescribeFileSystemsInput) (*request.Request, *DescribeFileSystemsOutput)

	DescribeMountPointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeMountPointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeMountPointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeMountPoints(*DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
	DescribeMountPointsWithContext(volcengine.Context, *DescribeMountPointsInput, ...request.Option) (*DescribeMountPointsOutput, error)
	DescribeMountPointsRequest(*DescribeMountPointsInput) (*request.Request, *DescribeMountPointsOutput)

	DescribePermissionGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePermissionGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePermissionGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePermissionGroups(*DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
	DescribePermissionGroupsWithContext(volcengine.Context, *DescribePermissionGroupsInput, ...request.Option) (*DescribePermissionGroupsOutput, error)
	DescribePermissionGroupsRequest(*DescribePermissionGroupsInput) (*request.Request, *DescribePermissionGroupsOutput)

	DescribePermissionRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePermissionRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePermissionRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePermissionRules(*DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
	DescribePermissionRulesWithContext(volcengine.Context, *DescribePermissionRulesInput, ...request.Option) (*DescribePermissionRulesOutput, error)
	DescribePermissionRulesRequest(*DescribePermissionRulesInput) (*request.Request, *DescribePermissionRulesOutput)

	DescribeQuotasCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeQuotasCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeQuotasCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeQuotas(*DescribeQuotasInput) (*DescribeQuotasOutput, error)
	DescribeQuotasWithContext(volcengine.Context, *DescribeQuotasInput, ...request.Option) (*DescribeQuotasOutput, error)
	DescribeQuotasRequest(*DescribeQuotasInput) (*request.Request, *DescribeQuotasOutput)

	DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
	DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
	DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)

	DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error)
	DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error)
	DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput)

	ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
	ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)

	StartDataFlowPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StartDataFlowPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StartDataFlowPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StartDataFlowPolicy(*StartDataFlowPolicyInput) (*StartDataFlowPolicyOutput, error)
	StartDataFlowPolicyWithContext(volcengine.Context, *StartDataFlowPolicyInput, ...request.Option) (*StartDataFlowPolicyOutput, error)
	StartDataFlowPolicyRequest(*StartDataFlowPolicyInput) (*request.Request, *StartDataFlowPolicyOutput)

	StopDataFlowPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopDataFlowPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopDataFlowPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopDataFlowPolicy(*StopDataFlowPolicyInput) (*StopDataFlowPolicyOutput, error)
	StopDataFlowPolicyWithContext(volcengine.Context, *StopDataFlowPolicyInput, ...request.Option) (*StopDataFlowPolicyOutput, error)
	StopDataFlowPolicyRequest(*StopDataFlowPolicyInput) (*request.Request, *StopDataFlowPolicyOutput)

	TagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	TagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	TagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	TagResources(*TagResourcesInput) (*TagResourcesOutput, error)
	TagResourcesWithContext(volcengine.Context, *TagResourcesInput, ...request.Option) (*TagResourcesOutput, error)
	TagResourcesRequest(*TagResourcesInput) (*request.Request, *TagResourcesOutput)

	UntagResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UntagResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UntagResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UntagResources(*UntagResourcesInput) (*UntagResourcesOutput, error)
	UntagResourcesWithContext(volcengine.Context, *UntagResourcesInput, ...request.Option) (*UntagResourcesOutput, error)
	UntagResourcesRequest(*UntagResourcesInput) (*request.Request, *UntagResourcesOutput)

	UpdateAccessPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateAccessPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateAccessPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateAccessPoint(*UpdateAccessPointInput) (*UpdateAccessPointOutput, error)
	UpdateAccessPointWithContext(volcengine.Context, *UpdateAccessPointInput, ...request.Option) (*UpdateAccessPointOutput, error)
	UpdateAccessPointRequest(*UpdateAccessPointInput) (*request.Request, *UpdateAccessPointOutput)

	UpdateDataFlowPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateDataFlowPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateDataFlowPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateDataFlowPolicy(*UpdateDataFlowPolicyInput) (*UpdateDataFlowPolicyOutput, error)
	UpdateDataFlowPolicyWithContext(volcengine.Context, *UpdateDataFlowPolicyInput, ...request.Option) (*UpdateDataFlowPolicyOutput, error)
	UpdateDataFlowPolicyRequest(*UpdateDataFlowPolicyInput) (*request.Request, *UpdateDataFlowPolicyOutput)

	UpdateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFileSystem(*UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
	UpdateFileSystemWithContext(volcengine.Context, *UpdateFileSystemInput, ...request.Option) (*UpdateFileSystemOutput, error)
	UpdateFileSystemRequest(*UpdateFileSystemInput) (*request.Request, *UpdateFileSystemOutput)

	UpdateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMountPoint(*UpdateMountPointInput) (*UpdateMountPointOutput, error)
	UpdateMountPointWithContext(volcengine.Context, *UpdateMountPointInput, ...request.Option) (*UpdateMountPointOutput, error)
	UpdateMountPointRequest(*UpdateMountPointInput) (*request.Request, *UpdateMountPointOutput)

	UpdatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePermissionGroup(*UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
	UpdatePermissionGroupWithContext(volcengine.Context, *UpdatePermissionGroupInput, ...request.Option) (*UpdatePermissionGroupOutput, error)
	UpdatePermissionGroupRequest(*UpdatePermissionGroupInput) (*request.Request, *UpdatePermissionGroupOutput)

	UpdatePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePermissionRule(*UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
	UpdatePermissionRuleWithContext(volcengine.Context, *UpdatePermissionRuleInput, ...request.Option) (*UpdatePermissionRuleOutput, error)
	UpdatePermissionRuleRequest(*UpdatePermissionRuleInput) (*request.Request, *UpdatePermissionRuleOutput)

	UpdateQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateQuota(*UpdateQuotaInput) (*UpdateQuotaOutput, error)
	UpdateQuotaWithContext(volcengine.Context, *UpdateQuotaInput, ...request.Option) (*UpdateQuotaOutput, error)
	UpdateQuotaRequest(*UpdateQuotaInput) (*request.Request, *UpdateQuotaOutput)
}

EFSAPI provides an interface to enable mocking the efs.EFS service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// EFS.
func myFunc(svc EFSAPI) bool {
    // Make svc.CancelDataFlowTask request
}

func main() {
    sess := session.New()
    svc := efs.New(sess)

    myFunc(svc)
}

type EntryListFileForCreateDataFlowTaskInput added in v1.2.43

type EntryListFileForCreateDataFlowTaskInput struct {
	DownloadUrl *string `type:"string" json:",omitempty"`

	FileBucket *string `type:"string" json:",omitempty"`

	FileKey *string `type:"string" json:",omitempty"`

	FileName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EntryListFileForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*EntryListFileForCreateDataFlowTaskInput) SetDownloadUrl added in v1.2.43

SetDownloadUrl sets the DownloadUrl field's value.

func (*EntryListFileForCreateDataFlowTaskInput) SetFileBucket added in v1.2.43

SetFileBucket sets the FileBucket field's value.

func (*EntryListFileForCreateDataFlowTaskInput) SetFileKey added in v1.2.43

SetFileKey sets the FileKey field's value.

func (*EntryListFileForCreateDataFlowTaskInput) SetFileName added in v1.2.43

SetFileName sets the FileName field's value.

func (EntryListFileForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type EntryListFileForDescribeDataFlowTasksOutput added in v1.2.43

type EntryListFileForDescribeDataFlowTasksOutput struct {
	DownloadUrl *string `type:"string" json:",omitempty"`

	FileBucket *string `type:"string" json:",omitempty"`

	FileKey *string `type:"string" json:",omitempty"`

	FileName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EntryListFileForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*EntryListFileForDescribeDataFlowTasksOutput) SetDownloadUrl added in v1.2.43

SetDownloadUrl sets the DownloadUrl field's value.

func (*EntryListFileForDescribeDataFlowTasksOutput) SetFileBucket added in v1.2.43

SetFileBucket sets the FileBucket field's value.

func (*EntryListFileForDescribeDataFlowTasksOutput) SetFileKey added in v1.2.43

SetFileKey sets the FileKey field's value.

func (*EntryListFileForDescribeDataFlowTasksOutput) SetFileName added in v1.2.43

SetFileName sets the FileName field's value.

func (EntryListFileForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type EvictRuleForCreateDataFlowTaskInput added in v1.2.43

type EvictRuleForCreateDataFlowTaskInput struct {
	DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForCreateDataFlowTaskInput"`

	EntryListFile *EntryListFileForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LastAccessTimeInterval *LastAccessTimeIntervalForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForCreateDataFlowTaskInput"`
	// contains filtered or unexported fields
}

func (EvictRuleForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*EvictRuleForCreateDataFlowTaskInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*EvictRuleForCreateDataFlowTaskInput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*EvictRuleForCreateDataFlowTaskInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*EvictRuleForCreateDataFlowTaskInput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (*EvictRuleForCreateDataFlowTaskInput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (EvictRuleForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type EvictRuleForDescribeDataFlowTasksOutput added in v1.2.43

type EvictRuleForDescribeDataFlowTasksOutput struct {
	DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForDescribeDataFlowTasksOutput"`

	EntryListFile *EntryListFileForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LastAccessTimeInterval *LastAccessTimeIntervalForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeDataFlowTasksOutput"`
	// contains filtered or unexported fields
}

func (EvictRuleForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*EvictRuleForDescribeDataFlowTasksOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*EvictRuleForDescribeDataFlowTasksOutput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*EvictRuleForDescribeDataFlowTasksOutput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*EvictRuleForDescribeDataFlowTasksOutput) SetLastAccessTimeInterval added in v1.2.43

SetLastAccessTimeInterval sets the LastAccessTimeInterval field's value.

func (*EvictRuleForDescribeDataFlowTasksOutput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (EvictRuleForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type ExportRuleForCreateDataFlowTaskInput added in v1.2.43

type ExportRuleForCreateDataFlowTaskInput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForCreateDataFlowTaskInput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForCreateDataFlowTaskInput"`

	EntryListFile *EntryListFileForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	ExcludePaths []*string `type:"list" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForCreateDataFlowTaskInput"`
	// contains filtered or unexported fields
}

func (ExportRuleForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*ExportRuleForCreateDataFlowTaskInput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ExportRuleForCreateDataFlowTaskInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ExportRuleForCreateDataFlowTaskInput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*ExportRuleForCreateDataFlowTaskInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*ExportRuleForCreateDataFlowTaskInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*ExportRuleForCreateDataFlowTaskInput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (ExportRuleForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type ExportRuleForDescribeDataFlowTasksOutput added in v1.2.43

type ExportRuleForDescribeDataFlowTasksOutput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForDescribeDataFlowTasksOutput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForDescribeDataFlowTasksOutput"`

	EntryListFile *EntryListFileForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	ExcludePaths []*string `type:"list" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeDataFlowTasksOutput"`
	// contains filtered or unexported fields
}

func (ExportRuleForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*ExportRuleForDescribeDataFlowTasksOutput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ExportRuleForDescribeDataFlowTasksOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ExportRuleForDescribeDataFlowTasksOutput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*ExportRuleForDescribeDataFlowTasksOutput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*ExportRuleForDescribeDataFlowTasksOutput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*ExportRuleForDescribeDataFlowTasksOutput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (ExportRuleForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type FileDiffResultForDescribeDataFlowTasksOutput added in v1.2.43

type FileDiffResultForDescribeDataFlowTasksOutput struct {
	BucketName *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	Url *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FileDiffResultForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*FileDiffResultForDescribeDataFlowTasksOutput) SetBucketName added in v1.2.43

SetBucketName sets the BucketName field's value.

func (*FileDiffResultForDescribeDataFlowTasksOutput) SetName added in v1.2.43

SetName sets the Name field's value.

func (*FileDiffResultForDescribeDataFlowTasksOutput) SetPrefix added in v1.2.43

SetPrefix sets the Prefix field's value.

func (*FileDiffResultForDescribeDataFlowTasksOutput) SetUrl added in v1.2.43

SetUrl sets the Url field's value.

func (FileDiffResultForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type FileDiffRuleForCreateDataFlowTaskInput added in v1.2.43

type FileDiffRuleForCreateDataFlowTaskInput struct {
	EnableVerifyData *bool `type:"boolean" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateDataFlowTaskInput"`
	// contains filtered or unexported fields
}

func (FileDiffRuleForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*FileDiffRuleForCreateDataFlowTaskInput) SetEnableVerifyData added in v1.2.43

SetEnableVerifyData sets the EnableVerifyData field's value.

func (*FileDiffRuleForCreateDataFlowTaskInput) SetPrefix added in v1.2.43

SetPrefix sets the Prefix field's value.

func (*FileDiffRuleForCreateDataFlowTaskInput) SetType added in v1.2.43

SetType sets the Type field's value.

func (FileDiffRuleForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type FileDiffRuleForDescribeDataFlowTasksOutput added in v1.2.43

type FileDiffRuleForDescribeDataFlowTasksOutput struct {
	EnableVerifyData *bool `type:"boolean" json:",omitempty"`

	Prefix *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDescribeDataFlowTasksOutput"`
	// contains filtered or unexported fields
}

func (FileDiffRuleForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*FileDiffRuleForDescribeDataFlowTasksOutput) SetEnableVerifyData added in v1.2.43

SetEnableVerifyData sets the EnableVerifyData field's value.

func (*FileDiffRuleForDescribeDataFlowTasksOutput) SetPrefix added in v1.2.43

SetPrefix sets the Prefix field's value.

func (*FileDiffRuleForDescribeDataFlowTasksOutput) SetType added in v1.2.43

SetType sets the Type field's value.

func (FileDiffRuleForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type FileSystemForDescribeFileSystemsOutput

type FileSystemForDescribeFileSystemsOutput struct {
	AccessPointLimit *int32 `type:"int32" json:",omitempty"`

	ChargeConfig *ChargeConfigForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	DowngradeUnlockTime *string `type:"string" json:",omitempty"`

	FileSystemId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	InstanceType *string `type:"string" json:",omitempty" enum:"EnumOfInstanceTypeForDescribeFileSystemsOutput"`

	MountPointLimit *int32 `type:"int32" json:",omitempty"`

	Performance *PerformanceForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`

	PerformanceDensity *string `type:"string" json:",omitempty" enum:"EnumOfPerformanceDensityForDescribeFileSystemsOutput"`

	ProjectName *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty"`

	Storage *StorageForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`

	Tags []*TagForDescribeFileSystemsOutput `type:"list" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FileSystemForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*FileSystemForDescribeFileSystemsOutput) SetAccessPointLimit

SetAccessPointLimit sets the AccessPointLimit field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetChargeConfig

SetChargeConfig sets the ChargeConfig 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) SetDowngradeUnlockTime

SetDowngradeUnlockTime sets the DowngradeUnlockTime 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) SetInstanceType

SetInstanceType sets the InstanceType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetMountPointLimit

SetMountPointLimit sets the MountPointLimit field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetPerformance

SetPerformance sets the Performance field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetPerformanceDensity

SetPerformanceDensity sets the PerformanceDensity field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStatus

SetStatus sets the Status field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStorage

SetStorage sets the Storage field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetTags

SetTags sets the Tags field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime 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 ImmediateExportForCreateDataFlowPolicyInput added in v1.2.43

type ImmediateExportForCreateDataFlowPolicyInput struct {
	BucketDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfBucketDeletePolicyForCreateDataFlowPolicyInput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForCreateDataFlowPolicyInput"`

	FileSystemEventTypes []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImmediateExportForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*ImmediateExportForCreateDataFlowPolicyInput) SetBucketDeletePolicy added in v1.2.43

SetBucketDeletePolicy sets the BucketDeletePolicy field's value.

func (*ImmediateExportForCreateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ImmediateExportForCreateDataFlowPolicyInput) SetFileSystemEventTypes added in v1.2.43

SetFileSystemEventTypes sets the FileSystemEventTypes field's value.

func (ImmediateExportForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type ImmediateExportForDescribeDataFlowPoliciesOutput added in v1.2.43

type ImmediateExportForDescribeDataFlowPoliciesOutput struct {
	BucketDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfBucketDeletePolicyForDescribeDataFlowPoliciesOutput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput"`

	FileSystemEventTypes []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImmediateExportForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*ImmediateExportForDescribeDataFlowPoliciesOutput) SetBucketDeletePolicy added in v1.2.43

SetBucketDeletePolicy sets the BucketDeletePolicy field's value.

func (*ImmediateExportForDescribeDataFlowPoliciesOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ImmediateExportForDescribeDataFlowPoliciesOutput) SetFileSystemEventTypes added in v1.2.43

SetFileSystemEventTypes sets the FileSystemEventTypes field's value.

func (ImmediateExportForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type ImmediateExportForUpdateDataFlowPolicyInput added in v1.2.43

type ImmediateExportForUpdateDataFlowPolicyInput struct {
	BucketDeletePolicy *string `type:"string" json:",omitempty" enum:"EnumOfBucketDeletePolicyForUpdateDataFlowPolicyInput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForUpdateDataFlowPolicyInput"`

	FileSystemEventTypes []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ImmediateExportForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*ImmediateExportForUpdateDataFlowPolicyInput) SetBucketDeletePolicy added in v1.2.43

SetBucketDeletePolicy sets the BucketDeletePolicy field's value.

func (*ImmediateExportForUpdateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ImmediateExportForUpdateDataFlowPolicyInput) SetFileSystemEventTypes added in v1.2.43

SetFileSystemEventTypes sets the FileSystemEventTypes field's value.

func (ImmediateExportForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type ImportRuleForCreateDataFlowTaskInput added in v1.2.43

type ImportRuleForCreateDataFlowTaskInput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForCreateDataFlowTaskInput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertConvertEnumOfDataTypeForCreateDataFlowTaskInput"`

	EntryListFile *EntryListFileForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForCreateDataFlowTaskInput"`
	// contains filtered or unexported fields
}

func (ImportRuleForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*ImportRuleForCreateDataFlowTaskInput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ImportRuleForCreateDataFlowTaskInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ImportRuleForCreateDataFlowTaskInput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*ImportRuleForCreateDataFlowTaskInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*ImportRuleForCreateDataFlowTaskInput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (ImportRuleForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type ImportRuleForDescribeDataFlowTasksOutput added in v1.2.43

type ImportRuleForDescribeDataFlowTasksOutput struct {
	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForDescribeDataFlowTasksOutput"`

	DataType *string `type:"string" json:",omitempty" enum:"ConvertConvertEnumOfDataTypeForDescribeDataFlowTasksOutput"`

	EntryListFile *EntryListFileForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeDataFlowTasksOutput"`
	// contains filtered or unexported fields
}

func (ImportRuleForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*ImportRuleForDescribeDataFlowTasksOutput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*ImportRuleForDescribeDataFlowTasksOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*ImportRuleForDescribeDataFlowTasksOutput) SetEntryListFile added in v1.2.43

SetEntryListFile sets the EntryListFile field's value.

func (*ImportRuleForDescribeDataFlowTasksOutput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*ImportRuleForDescribeDataFlowTasksOutput) SetLogicOperator added in v1.2.43

SetLogicOperator sets the LogicOperator field's value.

func (ImportRuleForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForCreateDataFlowPolicyInput added in v1.2.43

type LastAccessTimeIntervalForCreateDataFlowPolicyInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForCreateDataFlowPolicyInput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForCreateDataFlowPolicyInput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForCreateDataFlowPolicyInput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForCreateDataFlowTaskInput added in v1.2.43

type LastAccessTimeIntervalForCreateDataFlowTaskInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForCreateDataFlowTaskInput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForCreateDataFlowTaskInput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForCreateDataFlowTaskInput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForCreateDataFlowTaskInput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForCreateDataFlowTaskInput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForDeleteDataFlowPolicyInput added in v1.2.43

type LastAccessTimeIntervalForDeleteDataFlowPolicyInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDeleteDataFlowPolicyInput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForDeleteDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForDeleteDataFlowPolicyInput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForDeleteDataFlowPolicyInput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForDeleteDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput added in v1.2.43

type LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeDataFlowPoliciesOutput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForDescribeDataFlowTasksOutput added in v1.2.43

type LastAccessTimeIntervalForDescribeDataFlowTasksOutput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeDataFlowTasksOutput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForDescribeDataFlowTasksOutput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForDescribeDataFlowTasksOutput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type LastAccessTimeIntervalForUpdateDataFlowPolicyInput added in v1.2.43

type LastAccessTimeIntervalForUpdateDataFlowPolicyInput struct {
	Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForUpdateDataFlowPolicyInput"`

	Value *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LastAccessTimeIntervalForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*LastAccessTimeIntervalForUpdateDataFlowPolicyInput) SetUnit added in v1.2.43

SetUnit sets the Unit field's value.

func (*LastAccessTimeIntervalForUpdateDataFlowPolicyInput) SetValue added in v1.2.43

SetValue sets the Value field's value.

func (LastAccessTimeIntervalForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type LazyloadRuleForCreateDataFlowPolicyInput added in v1.2.43

type LazyloadRuleForCreateDataFlowPolicyInput struct {
	DataLazyloadMode *string `type:"string" json:",omitempty" enum:"EnumOfDataLazyloadModeForCreateDataFlowPolicyInput"`

	EnableMetaLazyload *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LazyloadRuleForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*LazyloadRuleForCreateDataFlowPolicyInput) SetDataLazyloadMode added in v1.2.43

SetDataLazyloadMode sets the DataLazyloadMode field's value.

func (*LazyloadRuleForCreateDataFlowPolicyInput) SetEnableMetaLazyload added in v1.2.43

SetEnableMetaLazyload sets the EnableMetaLazyload field's value.

func (LazyloadRuleForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type LazyloadRuleForDescribeDataFlowPoliciesOutput added in v1.2.43

type LazyloadRuleForDescribeDataFlowPoliciesOutput struct {
	DataLazyloadMode *string `type:"string" json:",omitempty" enum:"EnumOfDataLazyloadModeForDescribeDataFlowPoliciesOutput"`

	EnableMetaLazyload *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LazyloadRuleForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*LazyloadRuleForDescribeDataFlowPoliciesOutput) SetDataLazyloadMode added in v1.2.43

SetDataLazyloadMode sets the DataLazyloadMode field's value.

func (*LazyloadRuleForDescribeDataFlowPoliciesOutput) SetEnableMetaLazyload added in v1.2.43

SetEnableMetaLazyload sets the EnableMetaLazyload field's value.

func (LazyloadRuleForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type LazyloadRuleForUpdateDataFlowPolicyInput added in v1.2.43

type LazyloadRuleForUpdateDataFlowPolicyInput struct {
	DataLazyloadMode *string `type:"string" json:",omitempty" enum:"EnumOfDataLazyloadModeForUpdateDataFlowPolicyInput"`

	EnableMetaLazyload *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (LazyloadRuleForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*LazyloadRuleForUpdateDataFlowPolicyInput) SetDataLazyloadMode added in v1.2.43

SetDataLazyloadMode sets the DataLazyloadMode field's value.

func (*LazyloadRuleForUpdateDataFlowPolicyInput) SetEnableMetaLazyload added in v1.2.43

SetEnableMetaLazyload sets the EnableMetaLazyload field's value.

func (LazyloadRuleForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type ListTagsForResourcesInput

type ListTagsForResourcesInput struct {
	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`

	TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesInput) SetPageNumber

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

func (*ListTagsForResourcesInput) Validate

func (s *ListTagsForResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32" json:",omitempty"`

	PageSize *int32 `type:"int32" json:",omitempty"`

	ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list" json:",omitempty"`

	TotalCount *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourcesOutput) SetPageNumber

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 MountPointForDescribeMountPointsOutput

type MountPointForDescribeMountPointsOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Domain *string `type:"string" json:",omitempty"`

	Ip *string `type:"string" json:",omitempty"`

	MountPointId *string `type:"string" json:",omitempty"`

	MountPointName *string `type:"string" json:",omitempty"`

	PermissionGroupId *string `type:"string" json:",omitempty"`

	PermissionGroupName *string `type:"string" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountPointsOutput"`

	SubnetId *string `type:"string" json:",omitempty"`

	SubnetName *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`

	VpcId *string `type:"string" json:",omitempty"`

	VpcName *string `type:"string" json:",omitempty"`

	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MountPointForDescribeMountPointsOutput) GoString

GoString returns the string representation

func (*MountPointForDescribeMountPointsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*MountPointForDescribeMountPointsOutput) SetDomain

SetDomain sets the Domain field's value.

func (*MountPointForDescribeMountPointsOutput) SetIp

SetIp sets the Ip field's value.

func (*MountPointForDescribeMountPointsOutput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*MountPointForDescribeMountPointsOutput) SetMountPointName

SetMountPointName sets the MountPointName field's value.

func (*MountPointForDescribeMountPointsOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*MountPointForDescribeMountPointsOutput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (*MountPointForDescribeMountPointsOutput) SetStatus

SetStatus sets the Status field's value.

func (*MountPointForDescribeMountPointsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*MountPointForDescribeMountPointsOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*MountPointForDescribeMountPointsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*MountPointForDescribeMountPointsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*MountPointForDescribeMountPointsOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (*MountPointForDescribeMountPointsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*MountPointForDescribeMountPointsOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (MountPointForDescribeMountPointsOutput) String

String returns the string representation

type MountPointForDescribePermissionGroupsOutput

type MountPointForDescribePermissionGroupsOutput struct {
	FileSystemId *string `type:"string" json:",omitempty"`

	FileSystemName *string `type:"string" json:",omitempty"`

	MountPointId *string `type:"string" json:",omitempty"`

	MountPointName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (MountPointForDescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*MountPointForDescribePermissionGroupsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*MountPointForDescribePermissionGroupsOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*MountPointForDescribePermissionGroupsOutput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*MountPointForDescribePermissionGroupsOutput) SetMountPointName

SetMountPointName sets the MountPointName field's value.

func (MountPointForDescribePermissionGroupsOutput) String

String returns the string representation

type PerformanceForDescribeFileSystemsOutput

type PerformanceForDescribeFileSystemsOutput struct {
	BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForDescribeFileSystemsOutput"`

	BaselineBandwidth *int32 `type:"int32" json:",omitempty"`

	BaselineIops *int32 `type:"int32" json:",omitempty"`

	BurstBandwidth *int32 `type:"int32" json:",omitempty"`

	BurstIops *int32 `type:"int32" json:",omitempty"`

	ProvisionedBandwidth *int32 `type:"int32" json:",omitempty"`

	ProvisionedIops *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PerformanceForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*PerformanceForDescribeFileSystemsOutput) SetBandwidthMode

SetBandwidthMode sets the BandwidthMode field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetBaselineBandwidth

SetBaselineBandwidth sets the BaselineBandwidth field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetBaselineIops

SetBaselineIops sets the BaselineIops field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetBurstBandwidth

SetBurstBandwidth sets the BurstBandwidth field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetBurstIops

SetBurstIops sets the BurstIops field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetProvisionedBandwidth

SetProvisionedBandwidth sets the ProvisionedBandwidth field's value.

func (*PerformanceForDescribeFileSystemsOutput) SetProvisionedIops

SetProvisionedIops sets the ProvisionedIops field's value.

func (PerformanceForDescribeFileSystemsOutput) String

String returns the string representation

type PeriodExportForCreateDataFlowPolicyInput added in v1.2.43

type PeriodExportForCreateDataFlowPolicyInput struct {
	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForCreateDataFlowPolicyInput"`

	ExcludePaths []*string `type:"list" json:",omitempty"`

	ExportInterval *LastAccessTimeIntervalForCreateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PeriodExportForCreateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*PeriodExportForCreateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*PeriodExportForCreateDataFlowPolicyInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*PeriodExportForCreateDataFlowPolicyInput) SetExportInterval added in v1.2.43

SetExportInterval sets the ExportInterval field's value.

func (*PeriodExportForCreateDataFlowPolicyInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*PeriodExportForCreateDataFlowPolicyInput) SetStartTime added in v1.2.43

SetStartTime sets the StartTime field's value.

func (PeriodExportForCreateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type PeriodExportForDescribeDataFlowPoliciesOutput added in v1.2.43

type PeriodExportForDescribeDataFlowPoliciesOutput struct {
	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForDescribeDataFlowPoliciesOutput"`

	ExcludePaths []*string `type:"list" json:",omitempty"`

	ExportInterval *LastAccessTimeIntervalForDescribeDataFlowPoliciesOutput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PeriodExportForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*PeriodExportForDescribeDataFlowPoliciesOutput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*PeriodExportForDescribeDataFlowPoliciesOutput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*PeriodExportForDescribeDataFlowPoliciesOutput) SetExportInterval added in v1.2.43

SetExportInterval sets the ExportInterval field's value.

func (*PeriodExportForDescribeDataFlowPoliciesOutput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*PeriodExportForDescribeDataFlowPoliciesOutput) SetStartTime added in v1.2.43

SetStartTime sets the StartTime field's value.

func (PeriodExportForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type PeriodExportForUpdateDataFlowPolicyInput added in v1.2.43

type PeriodExportForUpdateDataFlowPolicyInput struct {
	DataType *string `type:"string" json:",omitempty" enum:"ConvertEnumOfDataTypeForUpdateDataFlowPolicyInput"`

	ExcludePaths []*string `type:"list" json:",omitempty"`

	ExportInterval *LastAccessTimeIntervalForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	IncludePaths []*string `type:"list" json:",omitempty"`

	StartTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PeriodExportForUpdateDataFlowPolicyInput) GoString added in v1.2.43

GoString returns the string representation

func (*PeriodExportForUpdateDataFlowPolicyInput) SetDataType added in v1.2.43

SetDataType sets the DataType field's value.

func (*PeriodExportForUpdateDataFlowPolicyInput) SetExcludePaths added in v1.2.43

SetExcludePaths sets the ExcludePaths field's value.

func (*PeriodExportForUpdateDataFlowPolicyInput) SetExportInterval added in v1.2.43

SetExportInterval sets the ExportInterval field's value.

func (*PeriodExportForUpdateDataFlowPolicyInput) SetIncludePaths added in v1.2.43

SetIncludePaths sets the IncludePaths field's value.

func (*PeriodExportForUpdateDataFlowPolicyInput) SetStartTime added in v1.2.43

SetStartTime sets the StartTime field's value.

func (PeriodExportForUpdateDataFlowPolicyInput) String added in v1.2.43

String returns the string representation

type PermissionGroupForDescribePermissionGroupsOutput

type PermissionGroupForDescribePermissionGroupsOutput struct {
	AccessPointCount *int32 `type:"int32" json:",omitempty"`

	AccessPoints []*AccessPointForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	MountPointCount *int32 `type:"int32" json:",omitempty"`

	MountPoints []*MountPointForDescribePermissionGroupsOutput `type:"list" json:",omitempty"`

	PermissionGroupId *string `type:"string" json:",omitempty"`

	PermissionGroupName *string `type:"string" json:",omitempty"`

	PermissionRuleCount *int32 `type:"int32" json:",omitempty"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribePermissionGroupsOutput"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PermissionGroupForDescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*PermissionGroupForDescribePermissionGroupsOutput) SetAccessPointCount

SetAccessPointCount sets the AccessPointCount field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetAccessPoints

SetAccessPoints sets the AccessPoints field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetMountPointCount

SetMountPointCount sets the MountPointCount field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetMountPoints

SetMountPoints sets the MountPoints field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionRuleCount

SetPermissionRuleCount sets the PermissionRuleCount field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetStatus

SetStatus sets the Status field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (PermissionGroupForDescribePermissionGroupsOutput) String

String returns the string representation

type PermissionRuleForDescribePermissionRulesOutput

type PermissionRuleForDescribePermissionRulesOutput struct {
	CidrIp *string `type:"string" json:",omitempty"`

	PermissionRuleId *string `type:"string" json:",omitempty"`

	RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForDescribePermissionRulesOutput"`

	UserMode *string `type:"string" json:",omitempty" enum:"EnumOfUserModeForDescribePermissionRulesOutput"`
	// contains filtered or unexported fields
}

func (PermissionRuleForDescribePermissionRulesOutput) GoString

GoString returns the string representation

func (*PermissionRuleForDescribePermissionRulesOutput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetPermissionRuleId

SetPermissionRuleId sets the PermissionRuleId field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetUserMode

SetUserMode sets the UserMode field's value.

func (PermissionRuleForDescribePermissionRulesOutput) String

String returns the string representation

type PosixUserForCreateAccessPointInput

type PosixUserForCreateAccessPointInput struct {
	PosixGroupId *int32 `type:"int32" json:",omitempty"`

	PosixSecondaryGroupIds []*int32 `type:"list" json:",omitempty"`

	PosixUserId *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PosixUserForCreateAccessPointInput) GoString

GoString returns the string representation

func (*PosixUserForCreateAccessPointInput) SetPosixGroupId

SetPosixGroupId sets the PosixGroupId field's value.

func (*PosixUserForCreateAccessPointInput) SetPosixSecondaryGroupIds

SetPosixSecondaryGroupIds sets the PosixSecondaryGroupIds field's value.

func (*PosixUserForCreateAccessPointInput) SetPosixUserId

SetPosixUserId sets the PosixUserId field's value.

func (PosixUserForCreateAccessPointInput) String

String returns the string representation

type PosixUserForDescribeAccessPointsOutput

type PosixUserForDescribeAccessPointsOutput struct {
	PosixGroupId *int32 `type:"int32" json:",omitempty"`

	PosixSecondaryGroupIds []*int32 `type:"list" json:",omitempty"`

	PosixUserId *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PosixUserForDescribeAccessPointsOutput) GoString

GoString returns the string representation

func (*PosixUserForDescribeAccessPointsOutput) SetPosixGroupId

SetPosixGroupId sets the PosixGroupId field's value.

func (*PosixUserForDescribeAccessPointsOutput) SetPosixSecondaryGroupIds

SetPosixSecondaryGroupIds sets the PosixSecondaryGroupIds field's value.

func (*PosixUserForDescribeAccessPointsOutput) SetPosixUserId

SetPosixUserId sets the PosixUserId field's value.

func (PosixUserForDescribeAccessPointsOutput) String

String returns the string representation

type QueueForDescribeDataFlowTasksOutput added in v1.2.43

type QueueForDescribeDataFlowTasksOutput struct {
	FailureCount *string `type:"string" json:",omitempty"`

	Progress *string `type:"string" json:",omitempty"`

	ScanDone *bool `type:"boolean" json:",omitempty"`

	ScannedCount *string `type:"string" json:",omitempty"`

	SkippedCount *string `type:"string" json:",omitempty"`

	SuccessCount *string `type:"string" json:",omitempty"`

	TotalCount *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueueForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*QueueForDescribeDataFlowTasksOutput) SetFailureCount added in v1.2.43

SetFailureCount sets the FailureCount field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetProgress added in v1.2.43

SetProgress sets the Progress field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetScanDone added in v1.2.43

SetScanDone sets the ScanDone field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetScannedCount added in v1.2.43

SetScannedCount sets the ScannedCount field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetSkippedCount added in v1.2.43

SetSkippedCount sets the SkippedCount field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetSuccessCount added in v1.2.43

SetSuccessCount sets the SuccessCount field's value.

func (*QueueForDescribeDataFlowTasksOutput) SetTotalCount added in v1.2.43

SetTotalCount sets the TotalCount field's value.

func (QueueForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type QuotaForDescribeQuotasOutput

type QuotaForDescribeQuotasOutput struct {
	CapacityLimit *int64 `type:"int64" json:",omitempty"`

	CapacityUsed *int64 `type:"int64" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	DirInode *string `type:"string" json:",omitempty"`

	FileSystemPath *string `type:"string" json:",omitempty"`

	InodeLimit *int64 `type:"int64" json:",omitempty"`

	InodeUsed *int64 `type:"int64" json:",omitempty"`

	LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForDescribeQuotasOutput"`

	QuotaId *string `type:"string" json:",omitempty"`

	QuotaType *string `type:"string" json:",omitempty" enum:"EnumOfQuotaTypeForDescribeQuotasOutput"`

	Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeQuotasOutput"`

	UpdateTime *string `type:"string" json:",omitempty"`

	UserType *string `type:"string" json:",omitempty" enum:"EnumOfUserTypeForDescribeQuotasOutput"`
	// contains filtered or unexported fields
}

func (QuotaForDescribeQuotasOutput) GoString

func (s QuotaForDescribeQuotasOutput) GoString() string

GoString returns the string representation

func (*QuotaForDescribeQuotasOutput) SetCapacityLimit

SetCapacityLimit sets the CapacityLimit field's value.

func (*QuotaForDescribeQuotasOutput) SetCapacityUsed

SetCapacityUsed sets the CapacityUsed field's value.

func (*QuotaForDescribeQuotasOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*QuotaForDescribeQuotasOutput) SetDirInode

SetDirInode sets the DirInode field's value.

func (*QuotaForDescribeQuotasOutput) SetFileSystemPath

SetFileSystemPath sets the FileSystemPath field's value.

func (*QuotaForDescribeQuotasOutput) SetInodeLimit

SetInodeLimit sets the InodeLimit field's value.

func (*QuotaForDescribeQuotasOutput) SetInodeUsed

SetInodeUsed sets the InodeUsed field's value.

func (*QuotaForDescribeQuotasOutput) SetLimitType

SetLimitType sets the LimitType field's value.

func (*QuotaForDescribeQuotasOutput) SetQuotaId

SetQuotaId sets the QuotaId field's value.

func (*QuotaForDescribeQuotasOutput) SetQuotaType

SetQuotaType sets the QuotaType field's value.

func (*QuotaForDescribeQuotasOutput) SetStatus

SetStatus sets the Status field's value.

func (*QuotaForDescribeQuotasOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*QuotaForDescribeQuotasOutput) SetUserType

SetUserType sets the UserType field's value.

func (QuotaForDescribeQuotasOutput) String

String returns the string representation

type RegionForDescribeRegionsOutput added in v1.2.19

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string" json:",omitempty"`

	RegionName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RegionForDescribeRegionsOutput) GoString added in v1.2.19

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId added in v1.2.19

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName added in v1.2.19

SetRegionName sets the RegionName field's value.

func (RegionForDescribeRegionsOutput) String added in v1.2.19

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 StartDataFlowPolicyInput added in v1.2.43

type StartDataFlowPolicyInput struct {
	AutoRuleTypes []*string `type:"list" json:",omitempty"`

	// DataFlowPolicyId is a required field
	DataFlowPolicyId *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 (StartDataFlowPolicyInput) GoString added in v1.2.43

func (s StartDataFlowPolicyInput) GoString() string

GoString returns the string representation

func (*StartDataFlowPolicyInput) SetAutoRuleTypes added in v1.2.43

func (s *StartDataFlowPolicyInput) SetAutoRuleTypes(v []*string) *StartDataFlowPolicyInput

SetAutoRuleTypes sets the AutoRuleTypes field's value.

func (*StartDataFlowPolicyInput) SetDataFlowPolicyId added in v1.2.43

func (s *StartDataFlowPolicyInput) SetDataFlowPolicyId(v string) *StartDataFlowPolicyInput

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*StartDataFlowPolicyInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (StartDataFlowPolicyInput) String added in v1.2.43

func (s StartDataFlowPolicyInput) String() string

String returns the string representation

func (*StartDataFlowPolicyInput) Validate added in v1.2.43

func (s *StartDataFlowPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StartDataFlowPolicyOutput added in v1.2.43

type StartDataFlowPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StartDataFlowPolicyOutput) GoString added in v1.2.43

func (s StartDataFlowPolicyOutput) GoString() string

GoString returns the string representation

func (StartDataFlowPolicyOutput) String added in v1.2.43

func (s StartDataFlowPolicyOutput) String() string

String returns the string representation

type StopDataFlowPolicyInput added in v1.2.43

type StopDataFlowPolicyInput struct {
	AutoRuleTypes []*string `type:"list" json:",omitempty"`

	// DataFlowPolicyId is a required field
	DataFlowPolicyId *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 (StopDataFlowPolicyInput) GoString added in v1.2.43

func (s StopDataFlowPolicyInput) GoString() string

GoString returns the string representation

func (*StopDataFlowPolicyInput) SetAutoRuleTypes added in v1.2.43

func (s *StopDataFlowPolicyInput) SetAutoRuleTypes(v []*string) *StopDataFlowPolicyInput

SetAutoRuleTypes sets the AutoRuleTypes field's value.

func (*StopDataFlowPolicyInput) SetDataFlowPolicyId added in v1.2.43

func (s *StopDataFlowPolicyInput) SetDataFlowPolicyId(v string) *StopDataFlowPolicyInput

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*StopDataFlowPolicyInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (StopDataFlowPolicyInput) String added in v1.2.43

func (s StopDataFlowPolicyInput) String() string

String returns the string representation

func (*StopDataFlowPolicyInput) Validate added in v1.2.43

func (s *StopDataFlowPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopDataFlowPolicyOutput added in v1.2.43

type StopDataFlowPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StopDataFlowPolicyOutput) GoString added in v1.2.43

func (s StopDataFlowPolicyOutput) GoString() string

GoString returns the string representation

func (StopDataFlowPolicyOutput) String added in v1.2.43

func (s StopDataFlowPolicyOutput) String() string

String returns the string representation

type StorageForDescribeFileSystemsOutput

type StorageForDescribeFileSystemsOutput struct {
	CapacityLimit *int64 `type:"int64" json:",omitempty"`

	CapacityUsed *int64 `type:"int64" json:",omitempty"`

	InodeLimit *int64 `type:"int64" json:",omitempty"`

	InodeUsed *int64 `type:"int64" json:",omitempty"`
	// contains filtered or unexported fields
}

func (StorageForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*StorageForDescribeFileSystemsOutput) SetCapacityLimit

SetCapacityLimit sets the CapacityLimit field's value.

func (*StorageForDescribeFileSystemsOutput) SetCapacityUsed

SetCapacityUsed sets the CapacityUsed field's value.

func (*StorageForDescribeFileSystemsOutput) SetInodeLimit

SetInodeLimit sets the InodeLimit field's value.

func (*StorageForDescribeFileSystemsOutput) SetInodeUsed

SetInodeUsed sets the InodeUsed field's value.

func (StorageForDescribeFileSystemsOutput) String

String returns the string representation

type TagFilterForDescribeFileSystemsInput

type TagFilterForDescribeFileSystemsInput struct {
	Key *string `type:"string" json:",omitempty"`

	Values []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagFilterForDescribeFileSystemsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeFileSystemsInput) SetKey

SetKey sets the Key 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"`

	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) 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 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"`

	Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForTagResourcesInput"`

	Value *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TagForTagResourcesInput) GoString

func (s TagForTagResourcesInput) GoString() string

GoString returns the string representation

func (*TagForTagResourcesInput) SetKey

SetKey sets the Key field's value.

func (*TagForTagResourcesInput) SetType

SetType sets the Type 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 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 TlsForDescribeDataFlowPoliciesOutput added in v1.2.43

type TlsForDescribeDataFlowPoliciesOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	ProjectId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TopicId *string `type:"string" json:",omitempty"`

	TopicName *string `type:"string" json:",omitempty"`

	TopicUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TlsForDescribeDataFlowPoliciesOutput) GoString added in v1.2.43

GoString returns the string representation

func (*TlsForDescribeDataFlowPoliciesOutput) SetEnable added in v1.2.43

SetEnable sets the Enable field's value.

func (*TlsForDescribeDataFlowPoliciesOutput) SetProjectId added in v1.2.43

SetProjectId sets the ProjectId field's value.

func (*TlsForDescribeDataFlowPoliciesOutput) SetProjectName added in v1.2.43

SetProjectName sets the ProjectName field's value.

func (*TlsForDescribeDataFlowPoliciesOutput) SetTopicId added in v1.2.43

SetTopicId sets the TopicId field's value.

func (*TlsForDescribeDataFlowPoliciesOutput) SetTopicName added in v1.2.43

SetTopicName sets the TopicName field's value.

func (*TlsForDescribeDataFlowPoliciesOutput) SetTopicUrl added in v1.2.43

SetTopicUrl sets the TopicUrl field's value.

func (TlsForDescribeDataFlowPoliciesOutput) String added in v1.2.43

String returns the string representation

type TlsForDescribeDataFlowTasksOutput added in v1.2.43

type TlsForDescribeDataFlowTasksOutput struct {
	Enable *bool `type:"boolean" json:",omitempty"`

	ProjectId *string `type:"string" json:",omitempty"`

	ProjectName *string `type:"string" json:",omitempty"`

	TopicId *string `type:"string" json:",omitempty"`

	TopicName *string `type:"string" json:",omitempty"`

	TopicUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (TlsForDescribeDataFlowTasksOutput) GoString added in v1.2.43

GoString returns the string representation

func (*TlsForDescribeDataFlowTasksOutput) SetEnable added in v1.2.43

SetEnable sets the Enable field's value.

func (*TlsForDescribeDataFlowTasksOutput) SetProjectId added in v1.2.43

SetProjectId sets the ProjectId field's value.

func (*TlsForDescribeDataFlowTasksOutput) SetProjectName added in v1.2.43

SetProjectName sets the ProjectName field's value.

func (*TlsForDescribeDataFlowTasksOutput) SetTopicId added in v1.2.43

SetTopicId sets the TopicId field's value.

func (*TlsForDescribeDataFlowTasksOutput) SetTopicName added in v1.2.43

SetTopicName sets the TopicName field's value.

func (*TlsForDescribeDataFlowTasksOutput) SetTopicUrl added in v1.2.43

SetTopicUrl sets the TopicUrl field's value.

func (TlsForDescribeDataFlowTasksOutput) String added in v1.2.43

String returns the string representation

type UntagResourcesInput

type UntagResourcesInput struct {
	ResourceIds []*string `type:"list" json:",omitempty"`

	// ResourceType is a required field
	ResourceType *string `type:"string" json:",omitempty" required:"true"`

	TagKeys []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UntagResourcesInput) GoString

func (s UntagResourcesInput) GoString() string

GoString returns the string representation

func (*UntagResourcesInput) SetResourceIds

func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput

SetResourceIds sets the ResourceIds field's value.

func (*UntagResourcesInput) SetResourceType

func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput

SetResourceType sets the ResourceType field's value.

func (*UntagResourcesInput) SetTagKeys

func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourcesInput) String

func (s UntagResourcesInput) String() string

String returns the string representation

func (*UntagResourcesInput) Validate

func (s *UntagResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourcesOutput

type UntagResourcesOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UntagResourcesOutput) GoString

func (s UntagResourcesOutput) GoString() string

GoString returns the string representation

func (UntagResourcesOutput) String

func (s UntagResourcesOutput) String() string

String returns the string representation

type UpdateAccessPointInput

type UpdateAccessPointInput struct {

	// AccessPointId is a required field
	AccessPointId *string `type:"string" json:",omitempty" required:"true"`

	AccessPointName *string `type:"string" json:",omitempty"`

	EnableIam *bool `type:"boolean" json:",omitempty"`

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	PermissionGroupId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateAccessPointInput) GoString

func (s UpdateAccessPointInput) GoString() string

GoString returns the string representation

func (*UpdateAccessPointInput) SetAccessPointId

func (s *UpdateAccessPointInput) SetAccessPointId(v string) *UpdateAccessPointInput

SetAccessPointId sets the AccessPointId field's value.

func (*UpdateAccessPointInput) SetAccessPointName

func (s *UpdateAccessPointInput) SetAccessPointName(v string) *UpdateAccessPointInput

SetAccessPointName sets the AccessPointName field's value.

func (*UpdateAccessPointInput) SetEnableIam

SetEnableIam sets the EnableIam field's value.

func (*UpdateAccessPointInput) SetFileSystemId

func (s *UpdateAccessPointInput) SetFileSystemId(v string) *UpdateAccessPointInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateAccessPointInput) SetPermissionGroupId

func (s *UpdateAccessPointInput) SetPermissionGroupId(v string) *UpdateAccessPointInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (UpdateAccessPointInput) String

func (s UpdateAccessPointInput) String() string

String returns the string representation

func (*UpdateAccessPointInput) Validate

func (s *UpdateAccessPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAccessPointOutput

type UpdateAccessPointOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateAccessPointOutput) GoString

func (s UpdateAccessPointOutput) GoString() string

GoString returns the string representation

func (UpdateAccessPointOutput) String

func (s UpdateAccessPointOutput) String() string

String returns the string representation

type UpdateDataFlowPolicyInput added in v1.2.43

type UpdateDataFlowPolicyInput struct {
	AutoEvictRule *AutoEvictRuleForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	AutoExportRule *AutoExportRuleForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	AutoImportRule *AutoImportRuleForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`

	ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForUpdateDataFlowPolicyInput"`

	// DataFlowPolicyId is a required field
	DataFlowPolicyId *string `type:"string" json:",omitempty" required:"true"`

	DataFlowPolicyName *string `type:"string" json:",omitempty"`

	EnableTls *bool `type:"boolean" json:",omitempty"`

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	LazyloadRule *LazyloadRuleForUpdateDataFlowPolicyInput `type:"structure" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateDataFlowPolicyInput) GoString added in v1.2.43

func (s UpdateDataFlowPolicyInput) GoString() string

GoString returns the string representation

func (*UpdateDataFlowPolicyInput) SetAutoEvictRule added in v1.2.43

SetAutoEvictRule sets the AutoEvictRule field's value.

func (*UpdateDataFlowPolicyInput) SetAutoExportRule added in v1.2.43

SetAutoExportRule sets the AutoExportRule field's value.

func (*UpdateDataFlowPolicyInput) SetAutoImportRule added in v1.2.43

SetAutoImportRule sets the AutoImportRule field's value.

func (*UpdateDataFlowPolicyInput) SetConflictPolicy added in v1.2.43

SetConflictPolicy sets the ConflictPolicy field's value.

func (*UpdateDataFlowPolicyInput) SetDataFlowPolicyId added in v1.2.43

func (s *UpdateDataFlowPolicyInput) SetDataFlowPolicyId(v string) *UpdateDataFlowPolicyInput

SetDataFlowPolicyId sets the DataFlowPolicyId field's value.

func (*UpdateDataFlowPolicyInput) SetDataFlowPolicyName added in v1.2.43

func (s *UpdateDataFlowPolicyInput) SetDataFlowPolicyName(v string) *UpdateDataFlowPolicyInput

SetDataFlowPolicyName sets the DataFlowPolicyName field's value.

func (*UpdateDataFlowPolicyInput) SetEnableTls added in v1.2.43

SetEnableTls sets the EnableTls field's value.

func (*UpdateDataFlowPolicyInput) SetFileSystemId added in v1.2.43

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateDataFlowPolicyInput) SetLazyloadRule added in v1.2.43

SetLazyloadRule sets the LazyloadRule field's value.

func (UpdateDataFlowPolicyInput) String added in v1.2.43

func (s UpdateDataFlowPolicyInput) String() string

String returns the string representation

func (*UpdateDataFlowPolicyInput) Validate added in v1.2.43

func (s *UpdateDataFlowPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateDataFlowPolicyOutput added in v1.2.43

type UpdateDataFlowPolicyOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateDataFlowPolicyOutput) GoString added in v1.2.43

func (s UpdateDataFlowPolicyOutput) GoString() string

GoString returns the string representation

func (UpdateDataFlowPolicyOutput) String added in v1.2.43

String returns the string representation

type UpdateFileSystemInput

type UpdateFileSystemInput struct {
	BandwidthMode *string `type:"string" json:",omitempty" enum:"EnumOfBandwidthModeForUpdateFileSystemInput"`

	BurstBandwidth *int32 `type:"int32" json:",omitempty"`

	Description *string `type:"string" json:",omitempty"`

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	FileSystemName *string `type:"string" json:",omitempty"`

	ProvisionedBandwidth *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateFileSystemInput) GoString

func (s UpdateFileSystemInput) GoString() string

GoString returns the string representation

func (*UpdateFileSystemInput) SetBandwidthMode

func (s *UpdateFileSystemInput) SetBandwidthMode(v string) *UpdateFileSystemInput

SetBandwidthMode sets the BandwidthMode field's value.

func (*UpdateFileSystemInput) SetBurstBandwidth

func (s *UpdateFileSystemInput) SetBurstBandwidth(v int32) *UpdateFileSystemInput

SetBurstBandwidth sets the BurstBandwidth field's value.

func (*UpdateFileSystemInput) SetDescription

func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput

SetDescription sets the Description field's value.

func (*UpdateFileSystemInput) SetFileSystemId

func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateFileSystemInput) SetFileSystemName

func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput

SetFileSystemName sets the FileSystemName field's value.

func (*UpdateFileSystemInput) SetProvisionedBandwidth

func (s *UpdateFileSystemInput) SetProvisionedBandwidth(v int32) *UpdateFileSystemInput

SetProvisionedBandwidth sets the ProvisionedBandwidth field's value.

func (UpdateFileSystemInput) String

func (s UpdateFileSystemInput) String() string

String returns the string representation

func (*UpdateFileSystemInput) Validate

func (s *UpdateFileSystemInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateFileSystemOutput

type UpdateFileSystemOutput struct {
	Metadata *response.ResponseMetadata

	OrderNo *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateFileSystemOutput) GoString

func (s UpdateFileSystemOutput) GoString() string

GoString returns the string representation

func (*UpdateFileSystemOutput) SetOrderNo

SetOrderNo sets the OrderNo field's value.

func (UpdateFileSystemOutput) String

func (s UpdateFileSystemOutput) String() string

String returns the string representation

type UpdateMountPointInput

type UpdateMountPointInput struct {

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	// MountPointId is a required field
	MountPointId *string `type:"string" json:",omitempty" required:"true"`

	MountPointName *string `type:"string" json:",omitempty"`

	PermissionGroupId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateMountPointInput) GoString

func (s UpdateMountPointInput) GoString() string

GoString returns the string representation

func (*UpdateMountPointInput) SetFileSystemId

func (s *UpdateMountPointInput) SetFileSystemId(v string) *UpdateMountPointInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateMountPointInput) SetMountPointId

func (s *UpdateMountPointInput) SetMountPointId(v string) *UpdateMountPointInput

SetMountPointId sets the MountPointId field's value.

func (*UpdateMountPointInput) SetMountPointName

func (s *UpdateMountPointInput) SetMountPointName(v string) *UpdateMountPointInput

SetMountPointName sets the MountPointName field's value.

func (*UpdateMountPointInput) SetPermissionGroupId

func (s *UpdateMountPointInput) SetPermissionGroupId(v string) *UpdateMountPointInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (UpdateMountPointInput) String

func (s UpdateMountPointInput) String() string

String returns the string representation

func (*UpdateMountPointInput) Validate

func (s *UpdateMountPointInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateMountPointOutput

type UpdateMountPointOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateMountPointOutput) GoString

func (s UpdateMountPointOutput) GoString() string

GoString returns the string representation

func (UpdateMountPointOutput) String

func (s UpdateMountPointOutput) String() string

String returns the string representation

type UpdatePermissionGroupInput

type UpdatePermissionGroupInput struct {
	Description *string `type:"string" json:",omitempty"`

	// PermissionGroupId is a required field
	PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`

	PermissionGroupName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdatePermissionGroupInput) GoString

func (s UpdatePermissionGroupInput) GoString() string

GoString returns the string representation

func (*UpdatePermissionGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdatePermissionGroupInput) SetPermissionGroupId

func (s *UpdatePermissionGroupInput) SetPermissionGroupId(v string) *UpdatePermissionGroupInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*UpdatePermissionGroupInput) SetPermissionGroupName

func (s *UpdatePermissionGroupInput) SetPermissionGroupName(v string) *UpdatePermissionGroupInput

SetPermissionGroupName sets the PermissionGroupName field's value.

func (UpdatePermissionGroupInput) String

String returns the string representation

func (*UpdatePermissionGroupInput) Validate

func (s *UpdatePermissionGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePermissionGroupOutput

type UpdatePermissionGroupOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdatePermissionGroupOutput) GoString

func (s UpdatePermissionGroupOutput) GoString() string

GoString returns the string representation

func (UpdatePermissionGroupOutput) String

String returns the string representation

type UpdatePermissionRuleInput

type UpdatePermissionRuleInput struct {
	CidrIp *string `type:"string" json:",omitempty"`

	// PermissionGroupId is a required field
	PermissionGroupId *string `type:"string" json:",omitempty" required:"true"`

	// PermissionRuleId is a required field
	PermissionRuleId *string `type:"string" json:",omitempty" required:"true"`

	RwMode *string `type:"string" json:",omitempty" enum:"EnumOfRwModeForUpdatePermissionRuleInput"`

	UserMode *string `type:"string" json:",omitempty" enum:"EnumOfUserModeForUpdatePermissionRuleInput"`
	// contains filtered or unexported fields
}

func (UpdatePermissionRuleInput) GoString

func (s UpdatePermissionRuleInput) GoString() string

GoString returns the string representation

func (*UpdatePermissionRuleInput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*UpdatePermissionRuleInput) SetPermissionGroupId

func (s *UpdatePermissionRuleInput) SetPermissionGroupId(v string) *UpdatePermissionRuleInput

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*UpdatePermissionRuleInput) SetPermissionRuleId

func (s *UpdatePermissionRuleInput) SetPermissionRuleId(v string) *UpdatePermissionRuleInput

SetPermissionRuleId sets the PermissionRuleId field's value.

func (*UpdatePermissionRuleInput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*UpdatePermissionRuleInput) SetUserMode

SetUserMode sets the UserMode field's value.

func (UpdatePermissionRuleInput) String

func (s UpdatePermissionRuleInput) String() string

String returns the string representation

func (*UpdatePermissionRuleInput) Validate

func (s *UpdatePermissionRuleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdatePermissionRuleOutput

type UpdatePermissionRuleOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdatePermissionRuleOutput) GoString

func (s UpdatePermissionRuleOutput) GoString() string

GoString returns the string representation

func (UpdatePermissionRuleOutput) String

String returns the string representation

type UpdateQuotaInput

type UpdateQuotaInput struct {
	CapacityLimit *int64 `type:"int64" json:",omitempty"`

	// FileSystemId is a required field
	FileSystemId *string `type:"string" json:",omitempty" required:"true"`

	InodeLimit *int64 `type:"int64" json:",omitempty"`

	LimitType *string `type:"string" json:",omitempty" enum:"EnumOfLimitTypeForUpdateQuotaInput"`

	// QuotaId is a required field
	QuotaId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateQuotaInput) GoString

func (s UpdateQuotaInput) GoString() string

GoString returns the string representation

func (*UpdateQuotaInput) SetCapacityLimit

func (s *UpdateQuotaInput) SetCapacityLimit(v int64) *UpdateQuotaInput

SetCapacityLimit sets the CapacityLimit field's value.

func (*UpdateQuotaInput) SetFileSystemId added in v1.2.19

func (s *UpdateQuotaInput) SetFileSystemId(v string) *UpdateQuotaInput

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateQuotaInput) SetInodeLimit

func (s *UpdateQuotaInput) SetInodeLimit(v int64) *UpdateQuotaInput

SetInodeLimit sets the InodeLimit field's value.

func (*UpdateQuotaInput) SetLimitType

func (s *UpdateQuotaInput) SetLimitType(v string) *UpdateQuotaInput

SetLimitType sets the LimitType field's value.

func (*UpdateQuotaInput) SetQuotaId

func (s *UpdateQuotaInput) SetQuotaId(v string) *UpdateQuotaInput

SetQuotaId sets the QuotaId field's value.

func (UpdateQuotaInput) String

func (s UpdateQuotaInput) String() string

String returns the string representation

func (*UpdateQuotaInput) Validate

func (s *UpdateQuotaInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateQuotaOutput

type UpdateQuotaOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateQuotaOutput) GoString

func (s UpdateQuotaOutput) GoString() string

GoString returns the string representation

func (UpdateQuotaOutput) String

func (s UpdateQuotaOutput) String() string

String returns the string representation

type ZoneForDescribeZonesOutput

type ZoneForDescribeZonesOutput struct {
	ZoneId *string `type:"string" json:",omitempty"`

	ZoneName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ZoneForDescribeZonesOutput) GoString

func (s ZoneForDescribeZonesOutput) GoString() string

GoString returns the string representation

func (*ZoneForDescribeZonesOutput) SetZoneId

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