Documentation
¶
Overview ¶
Package vepfsiface provides an interface to enable mocking the VEPFS service client for testing your code.
It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.
Index ¶
- Constants
- type AttachFileSystemForDescribeMountServicesOutput
- func (s AttachFileSystemForDescribeMountServicesOutput) GoString() string
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetAccountId(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s *AttachFileSystemForDescribeMountServicesOutput) SetStatus(v string) *AttachFileSystemForDescribeMountServicesOutput
- func (s AttachFileSystemForDescribeMountServicesOutput) String() string
- type AttachMountServiceToSelfFileSystemInput
- func (s AttachMountServiceToSelfFileSystemInput) GoString() string
- func (s *AttachMountServiceToSelfFileSystemInput) SetCustomerPath(v string) *AttachMountServiceToSelfFileSystemInput
- func (s *AttachMountServiceToSelfFileSystemInput) SetFileSystemId(v string) *AttachMountServiceToSelfFileSystemInput
- func (s *AttachMountServiceToSelfFileSystemInput) SetMountServiceId(v string) *AttachMountServiceToSelfFileSystemInput
- func (s AttachMountServiceToSelfFileSystemInput) String() string
- func (s *AttachMountServiceToSelfFileSystemInput) Validate() error
- type AttachMountServiceToSelfFileSystemOutput
- type AuditForDescribeAuditsOutput
- func (s AuditForDescribeAuditsOutput) GoString() string
- func (s *AuditForDescribeAuditsOutput) SetAuditEvents(v []*string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetAuditId(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetAuditName(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetCreateTime(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetFileSystemId(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetFileSystemName(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetFilesetInfos(v []*FilesetInfoForDescribeAuditsOutput) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetModifyTime(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetStatus(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetStoreType(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetTlsProjectId(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetTlsProjectName(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetTlsTopicId(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetTlsTopicName(v string) *AuditForDescribeAuditsOutput
- func (s *AuditForDescribeAuditsOutput) SetZoneId(v string) *AuditForDescribeAuditsOutput
- func (s AuditForDescribeAuditsOutput) String() string
- type CancelDataFlowTaskInput
- func (s CancelDataFlowTaskInput) GoString() string
- func (s *CancelDataFlowTaskInput) SetDataFlowTaskId(v string) *CancelDataFlowTaskInput
- func (s *CancelDataFlowTaskInput) SetFileSystemId(v string) *CancelDataFlowTaskInput
- func (s CancelDataFlowTaskInput) String() string
- func (s *CancelDataFlowTaskInput) Validate() error
- type CancelDataFlowTaskOutput
- type CancelLensTaskInput
- type CancelLensTaskOutput
- type CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s CapacityInfoForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
- func (s CapacityInfoForDescribeFileSystemStatisticsOutput) String() string
- type CapacityInfoForDescribeFileSystemsOutput
- func (s CapacityInfoForDescribeFileSystemsOutput) GoString() string
- func (s *CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
- func (s *CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
- func (s CapacityInfoForDescribeFileSystemsOutput) String() string
- type CapacityInfoForDescribeLensServicesOutput
- func (s CapacityInfoForDescribeLensServicesOutput) GoString() string
- func (s *CapacityInfoForDescribeLensServicesOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeLensServicesOutput
- func (s *CapacityInfoForDescribeLensServicesOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeLensServicesOutput
- func (s CapacityInfoForDescribeLensServicesOutput) String() string
- type ConditionForCreateLensPolicyInput
- func (s ConditionForCreateLensPolicyInput) GoString() string
- func (s *ConditionForCreateLensPolicyInput) SetConstraintType(v string) *ConditionForCreateLensPolicyInput
- func (s *ConditionForCreateLensPolicyInput) SetNumberValue(v *NumberValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
- func (s *ConditionForCreateLensPolicyInput) SetRangeValue(v *RangeValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
- func (s *ConditionForCreateLensPolicyInput) SetStringValue(v *StringValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
- func (s *ConditionForCreateLensPolicyInput) SetValueType(v string) *ConditionForCreateLensPolicyInput
- func (s ConditionForCreateLensPolicyInput) String() string
- type ConditionForDescribeLensPoliciesOutput
- func (s ConditionForDescribeLensPoliciesOutput) GoString() string
- func (s *ConditionForDescribeLensPoliciesOutput) SetConstraintType(v string) *ConditionForDescribeLensPoliciesOutput
- func (s *ConditionForDescribeLensPoliciesOutput) SetNumberValue(v *NumberValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
- func (s *ConditionForDescribeLensPoliciesOutput) SetRangeValue(v *RangeValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
- func (s *ConditionForDescribeLensPoliciesOutput) SetStringValue(v *StringValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
- func (s *ConditionForDescribeLensPoliciesOutput) SetValueType(v string) *ConditionForDescribeLensPoliciesOutput
- func (s ConditionForDescribeLensPoliciesOutput) String() string
- type ConditionForDescribeLensTasksOutput
- func (s ConditionForDescribeLensTasksOutput) GoString() string
- func (s *ConditionForDescribeLensTasksOutput) SetConstraintType(v string) *ConditionForDescribeLensTasksOutput
- func (s *ConditionForDescribeLensTasksOutput) SetNumberValue(v *NumberValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
- func (s *ConditionForDescribeLensTasksOutput) SetRangeValue(v *RangeValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
- func (s *ConditionForDescribeLensTasksOutput) SetStringValue(v *StringValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
- func (s *ConditionForDescribeLensTasksOutput) SetValueType(v string) *ConditionForDescribeLensTasksOutput
- func (s ConditionForDescribeLensTasksOutput) String() string
- type ConditionForUpdateLensPolicyInput
- func (s ConditionForUpdateLensPolicyInput) GoString() string
- func (s *ConditionForUpdateLensPolicyInput) SetConstraintType(v string) *ConditionForUpdateLensPolicyInput
- func (s *ConditionForUpdateLensPolicyInput) SetNumberValue(v *NumberValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
- func (s *ConditionForUpdateLensPolicyInput) SetRangeValue(v *RangeValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
- func (s *ConditionForUpdateLensPolicyInput) SetStringValue(v *StringValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
- func (s *ConditionForUpdateLensPolicyInput) SetValueType(v string) *ConditionForUpdateLensPolicyInput
- func (s ConditionForUpdateLensPolicyInput) String() string
- type ConfigDataFlowBandwidthInput
- func (s ConfigDataFlowBandwidthInput) GoString() string
- func (s *ConfigDataFlowBandwidthInput) SetBandwidth(v int32) *ConfigDataFlowBandwidthInput
- func (s *ConfigDataFlowBandwidthInput) SetFileSystemId(v string) *ConfigDataFlowBandwidthInput
- func (s ConfigDataFlowBandwidthInput) String() string
- func (s *ConfigDataFlowBandwidthInput) Validate() error
- type ConfigDataFlowBandwidthOutput
- type CreateAuditInput
- func (s CreateAuditInput) GoString() string
- func (s *CreateAuditInput) SetAuditEvents(v []*string) *CreateAuditInput
- func (s *CreateAuditInput) SetAuditName(v string) *CreateAuditInput
- func (s *CreateAuditInput) SetAutoStart(v bool) *CreateAuditInput
- func (s *CreateAuditInput) SetFileSystemId(v string) *CreateAuditInput
- func (s *CreateAuditInput) SetFilesetIds(v []*string) *CreateAuditInput
- func (s *CreateAuditInput) SetTlsProjectId(v string) *CreateAuditInput
- func (s *CreateAuditInput) SetTlsTopicId(v string) *CreateAuditInput
- func (s CreateAuditInput) String() string
- func (s *CreateAuditInput) Validate() error
- type CreateAuditOutput
- type CreateDataFlowTaskInput
- func (s CreateDataFlowTaskInput) GoString() string
- func (s *CreateDataFlowTaskInput) SetDataStorage(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetDataStoragePath(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetDataType(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetDeletePolicy(v *DeletePolicyForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetEnableTlsLog(v bool) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetEntryListFileInfo(v *EntryListFileInfoForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetExportSymlinkPolicy(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetFileSystemId(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetFilesetId(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetSameNameFilePolicy(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetSubPath(v string) *CreateDataFlowTaskInput
- func (s *CreateDataFlowTaskInput) SetTaskAction(v string) *CreateDataFlowTaskInput
- func (s CreateDataFlowTaskInput) String() string
- func (s *CreateDataFlowTaskInput) Validate() error
- type CreateDataFlowTaskOutput
- type CreateFileSystemInput
- func (s CreateFileSystemInput) GoString() string
- func (s *CreateFileSystemInput) SetCapacity(v int32) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProject(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetStoreType(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetSubnetId(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetVersionNumber(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetVpcId(v string) *CreateFileSystemInput
- func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
- func (s CreateFileSystemInput) String() string
- func (s *CreateFileSystemInput) Validate() error
- type CreateFileSystemOutput
- func (s CreateFileSystemOutput) GoString() string
- func (s *CreateFileSystemOutput) SetFileSystemId(v string) *CreateFileSystemOutput
- func (s *CreateFileSystemOutput) SetOrderNO(v string) *CreateFileSystemOutput
- func (s *CreateFileSystemOutput) SetTags(v []*TagForCreateFileSystemOutput) *CreateFileSystemOutput
- func (s CreateFileSystemOutput) String() string
- type CreateFilesetInput
- func (s CreateFilesetInput) GoString() string
- func (s *CreateFilesetInput) SetFileSystemId(v string) *CreateFilesetInput
- func (s *CreateFilesetInput) SetFilesetName(v string) *CreateFilesetInput
- func (s *CreateFilesetInput) SetFilesetPath(v string) *CreateFilesetInput
- func (s CreateFilesetInput) String() string
- func (s *CreateFilesetInput) Validate() error
- type CreateFilesetOutput
- type CreateLensPolicyInput
- func (s CreateLensPolicyInput) GoString() string
- func (s *CreateLensPolicyInput) SetDescription(v string) *CreateLensPolicyInput
- func (s *CreateLensPolicyInput) SetLensPolicyName(v string) *CreateLensPolicyInput
- func (s *CreateLensPolicyInput) SetLogicOperator(v string) *CreateLensPolicyInput
- func (s *CreateLensPolicyInput) SetRuleGroups(v []*RuleGroupForCreateLensPolicyInput) *CreateLensPolicyInput
- func (s CreateLensPolicyInput) String() string
- func (s *CreateLensPolicyInput) Validate() error
- type CreateLensPolicyOutput
- type CreateLensTaskInput
- func (s CreateLensTaskInput) GoString() string
- func (s *CreateLensTaskInput) SetDescription(v string) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetFileSystemId(v string) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensAnalysisInfo(v *LensAnalysisInfoForCreateLensTaskInput) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensCapacityStatInfo(v *LensCapacityStatInfoForCreateLensTaskInput) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensExportInfo(v *LensExportInfoForCreateLensTaskInput) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensPolicyId(v string) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensTaskContent(v []*string) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetLensTaskName(v string) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetSchedule(v *ScheduleForCreateLensTaskInput) *CreateLensTaskInput
- func (s *CreateLensTaskInput) SetTargetInfos(v []*TargetInfoForCreateLensTaskInput) *CreateLensTaskInput
- func (s CreateLensTaskInput) String() string
- func (s *CreateLensTaskInput) Validate() error
- type CreateLensTaskOutput
- type CreateMountServiceInput
- func (s CreateMountServiceInput) GoString() string
- func (s *CreateMountServiceInput) SetMountServiceName(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetNodeType(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetProject(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetSubnetId(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetVpcId(v string) *CreateMountServiceInput
- func (s *CreateMountServiceInput) SetZoneId(v string) *CreateMountServiceInput
- func (s CreateMountServiceInput) String() string
- func (s *CreateMountServiceInput) Validate() error
- type CreateMountServiceOutput
- type CreatePreSignedUrlInput
- type CreatePreSignedUrlOutput
- func (s CreatePreSignedUrlOutput) GoString() string
- func (s *CreatePreSignedUrlOutput) SetExpires(v int32) *CreatePreSignedUrlOutput
- func (s *CreatePreSignedUrlOutput) SetFileKey(v string) *CreatePreSignedUrlOutput
- func (s *CreatePreSignedUrlOutput) SetFileUrl(v string) *CreatePreSignedUrlOutput
- func (s CreatePreSignedUrlOutput) String() string
- type DataFlowTaskForDescribeDataFlowTasksOutput
- func (s DataFlowTaskForDescribeDataFlowTasksOutput) GoString() string
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDeletePolicy(v *DeletePolicyForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo(v *EntryListFileInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetReports(v []*ReportForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTlsInfo(v *TlsInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
- func (s DataFlowTaskForDescribeDataFlowTasksOutput) String() string
- type DeleteAuditInput
- type DeleteAuditOutput
- type DeleteDataFlowTaskInput
- func (s DeleteDataFlowTaskInput) GoString() string
- func (s *DeleteDataFlowTaskInput) SetDataFlowTaskId(v string) *DeleteDataFlowTaskInput
- func (s *DeleteDataFlowTaskInput) SetFileSystemId(v string) *DeleteDataFlowTaskInput
- func (s DeleteDataFlowTaskInput) String() string
- func (s *DeleteDataFlowTaskInput) Validate() error
- type DeleteDataFlowTaskOutput
- type DeleteFileSystemInput
- type DeleteFileSystemOutput
- type DeleteFilesetInput
- type DeleteFilesetOutput
- type DeleteLensPolicyInput
- type DeleteLensPolicyOutput
- type DeleteLensTaskInput
- type DeleteLensTaskOutput
- type DeleteMountServiceInput
- type DeleteMountServiceOutput
- type DeletePolicyForCreateDataFlowTaskInput
- func (s DeletePolicyForCreateDataFlowTaskInput) GoString() string
- func (s *DeletePolicyForCreateDataFlowTaskInput) SetDeleteTimeBefore(v string) *DeletePolicyForCreateDataFlowTaskInput
- func (s *DeletePolicyForCreateDataFlowTaskInput) SetRule(v string) *DeletePolicyForCreateDataFlowTaskInput
- func (s DeletePolicyForCreateDataFlowTaskInput) String() string
- type DeletePolicyForDescribeDataFlowTasksOutput
- func (s DeletePolicyForDescribeDataFlowTasksOutput) GoString() string
- func (s *DeletePolicyForDescribeDataFlowTasksOutput) SetDeleteTimeBefore(v string) *DeletePolicyForDescribeDataFlowTasksOutput
- func (s *DeletePolicyForDescribeDataFlowTasksOutput) SetRule(v string) *DeletePolicyForDescribeDataFlowTasksOutput
- func (s DeletePolicyForDescribeDataFlowTasksOutput) String() string
- type DescribeAuditsInput
- func (s DescribeAuditsInput) GoString() string
- func (s *DescribeAuditsInput) SetAuditId(v string) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetAuditIds(v []*string) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetAuditName(v string) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetFileSystemId(v string) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetPageNumber(v int32) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetPageSize(v int32) *DescribeAuditsInput
- func (s *DescribeAuditsInput) SetZoneIds(v []*string) *DescribeAuditsInput
- func (s DescribeAuditsInput) String() string
- type DescribeAuditsOutput
- func (s DescribeAuditsOutput) GoString() string
- func (s *DescribeAuditsOutput) SetAudits(v []*AuditForDescribeAuditsOutput) *DescribeAuditsOutput
- func (s *DescribeAuditsOutput) SetPageNumber(v int32) *DescribeAuditsOutput
- func (s *DescribeAuditsOutput) SetPageSize(v int32) *DescribeAuditsOutput
- func (s *DescribeAuditsOutput) SetTotalCount(v int32) *DescribeAuditsOutput
- func (s DescribeAuditsOutput) String() string
- type DescribeDataFlowBandwidthInput
- func (s DescribeDataFlowBandwidthInput) GoString() string
- func (s *DescribeDataFlowBandwidthInput) SetFileSystemId(v string) *DescribeDataFlowBandwidthInput
- func (s *DescribeDataFlowBandwidthInput) SetPageNumber(v int32) *DescribeDataFlowBandwidthInput
- func (s *DescribeDataFlowBandwidthInput) SetPageSize(v int32) *DescribeDataFlowBandwidthInput
- func (s DescribeDataFlowBandwidthInput) String() string
- func (s *DescribeDataFlowBandwidthInput) Validate() error
- type DescribeDataFlowBandwidthOutput
- func (s DescribeDataFlowBandwidthOutput) GoString() string
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidth(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMax(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMin(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetBandwidthPerNode(v int32) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetCreateTime(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetFileSystemId(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetStatus(v string) *DescribeDataFlowBandwidthOutput
- func (s *DescribeDataFlowBandwidthOutput) SetUpdateTime(v string) *DescribeDataFlowBandwidthOutput
- func (s DescribeDataFlowBandwidthOutput) String() string
- type DescribeDataFlowTasksInput
- func (s DescribeDataFlowTasksInput) GoString() string
- func (s *DescribeDataFlowTasksInput) SetDataFlowTaskIds(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetFileSystemId(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetPageNumber(v int32) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetPageSize(v int32) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetStatus(v string) *DescribeDataFlowTasksInput
- func (s *DescribeDataFlowTasksInput) SetTaskAction(v string) *DescribeDataFlowTasksInput
- func (s DescribeDataFlowTasksInput) String() string
- func (s *DescribeDataFlowTasksInput) Validate() error
- type DescribeDataFlowTasksOutput
- func (s DescribeDataFlowTasksOutput) GoString() string
- func (s *DescribeDataFlowTasksOutput) SetDataFlowTasks(v []*DataFlowTaskForDescribeDataFlowTasksOutput) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetPageNumber(v int32) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetPageSize(v int32) *DescribeDataFlowTasksOutput
- func (s *DescribeDataFlowTasksOutput) SetTotalCount(v int32) *DescribeDataFlowTasksOutput
- func (s DescribeDataFlowTasksOutput) String() string
- type DescribeFileSystemOverviewInput
- type DescribeFileSystemOverviewOutput
- type DescribeFileSystemStatisticsInput
- type DescribeFileSystemStatisticsOutput
- type DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) GoString() string
- func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetLanguageCode(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetOrderBy(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetProject(v string) *DescribeFileSystemsInput
- func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
- func (s DescribeFileSystemsInput) String() string
- type DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) GoString() string
- func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemForDescribeFileSystemsOutput) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageNumber(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetPageSize(v int32) *DescribeFileSystemsOutput
- func (s *DescribeFileSystemsOutput) SetTotalCount(v int32) *DescribeFileSystemsOutput
- func (s DescribeFileSystemsOutput) String() string
- type DescribeFilesetsInput
- func (s DescribeFilesetsInput) GoString() string
- func (s *DescribeFilesetsInput) SetFileSystemId(v string) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetFilters(v []*FilterForDescribeFilesetsInput) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetOrderBy(v string) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetPageNumber(v int32) *DescribeFilesetsInput
- func (s *DescribeFilesetsInput) SetPageSize(v int32) *DescribeFilesetsInput
- func (s DescribeFilesetsInput) String() string
- func (s *DescribeFilesetsInput) Validate() error
- type DescribeFilesetsOutput
- func (s DescribeFilesetsOutput) GoString() string
- func (s *DescribeFilesetsOutput) SetFilesets(v []*FilesetForDescribeFilesetsOutput) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetPageNumber(v int32) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetPageSize(v int32) *DescribeFilesetsOutput
- func (s *DescribeFilesetsOutput) SetTotalCount(v int32) *DescribeFilesetsOutput
- func (s DescribeFilesetsOutput) String() string
- type DescribeLensPoliciesInput
- func (s DescribeLensPoliciesInput) GoString() string
- func (s *DescribeLensPoliciesInput) SetLensPolicyId(v string) *DescribeLensPoliciesInput
- func (s *DescribeLensPoliciesInput) SetLensPolicyName(v string) *DescribeLensPoliciesInput
- func (s *DescribeLensPoliciesInput) SetPageNumber(v int32) *DescribeLensPoliciesInput
- func (s *DescribeLensPoliciesInput) SetPageSize(v int32) *DescribeLensPoliciesInput
- func (s DescribeLensPoliciesInput) String() string
- type DescribeLensPoliciesOutput
- func (s DescribeLensPoliciesOutput) GoString() string
- func (s *DescribeLensPoliciesOutput) SetLensPolicies(v []*LensPolicyForDescribeLensPoliciesOutput) *DescribeLensPoliciesOutput
- func (s *DescribeLensPoliciesOutput) SetPageNumber(v int32) *DescribeLensPoliciesOutput
- func (s *DescribeLensPoliciesOutput) SetPageSize(v int32) *DescribeLensPoliciesOutput
- func (s *DescribeLensPoliciesOutput) SetTotalCount(v int32) *DescribeLensPoliciesOutput
- func (s DescribeLensPoliciesOutput) String() string
- type DescribeLensServicesInput
- func (s DescribeLensServicesInput) GoString() string
- func (s *DescribeLensServicesInput) SetFileSystemId(v string) *DescribeLensServicesInput
- func (s *DescribeLensServicesInput) SetPageNumber(v string) *DescribeLensServicesInput
- func (s *DescribeLensServicesInput) SetPageSize(v int32) *DescribeLensServicesInput
- func (s *DescribeLensServicesInput) SetStatus(v string) *DescribeLensServicesInput
- func (s *DescribeLensServicesInput) SetStoreTypes(v []*string) *DescribeLensServicesInput
- func (s *DescribeLensServicesInput) SetZoneIds(v []*string) *DescribeLensServicesInput
- func (s DescribeLensServicesInput) String() string
- type DescribeLensServicesOutput
- func (s DescribeLensServicesOutput) GoString() string
- func (s *DescribeLensServicesOutput) SetLensServices(v []*LensServiceForDescribeLensServicesOutput) *DescribeLensServicesOutput
- func (s *DescribeLensServicesOutput) SetPageNumber(v int32) *DescribeLensServicesOutput
- func (s *DescribeLensServicesOutput) SetPageSize(v int32) *DescribeLensServicesOutput
- func (s *DescribeLensServicesOutput) SetTotalCount(v int32) *DescribeLensServicesOutput
- func (s DescribeLensServicesOutput) String() string
- type DescribeLensTasksInput
- func (s DescribeLensTasksInput) GoString() string
- func (s *DescribeLensTasksInput) SetFileSystemId(v string) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetLensPolicyId(v string) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetLensTaskId(v string) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetLensTaskName(v string) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetPageNumber(v int32) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetPageSize(v int32) *DescribeLensTasksInput
- func (s *DescribeLensTasksInput) SetStatus(v []*string) *DescribeLensTasksInput
- func (s DescribeLensTasksInput) String() string
- type DescribeLensTasksOutput
- func (s DescribeLensTasksOutput) GoString() string
- func (s *DescribeLensTasksOutput) SetLensTasks(v []*LensTaskForDescribeLensTasksOutput) *DescribeLensTasksOutput
- func (s *DescribeLensTasksOutput) SetPageNumber(v int32) *DescribeLensTasksOutput
- func (s *DescribeLensTasksOutput) SetPageSize(v int32) *DescribeLensTasksOutput
- func (s *DescribeLensTasksOutput) SetTotalCount(v int32) *DescribeLensTasksOutput
- func (s DescribeLensTasksOutput) String() string
- type DescribeMountServiceNodeTypesInput
- func (s DescribeMountServiceNodeTypesInput) GoString() string
- func (s *DescribeMountServiceNodeTypesInput) SetLanguageCode(v string) *DescribeMountServiceNodeTypesInput
- func (s *DescribeMountServiceNodeTypesInput) SetZoneId(v string) *DescribeMountServiceNodeTypesInput
- func (s DescribeMountServiceNodeTypesInput) String() string
- type DescribeMountServiceNodeTypesOutput
- type DescribeMountServicesInput
- func (s DescribeMountServicesInput) GoString() string
- func (s *DescribeMountServicesInput) SetFilters(v []*FilterForDescribeMountServicesInput) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetLanguageCode(v string) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetOrderBy(v string) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetPageNumber(v int32) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetPageSize(v int32) *DescribeMountServicesInput
- func (s *DescribeMountServicesInput) SetProject(v string) *DescribeMountServicesInput
- func (s DescribeMountServicesInput) String() string
- type DescribeMountServicesOutput
- func (s DescribeMountServicesOutput) GoString() string
- func (s *DescribeMountServicesOutput) SetMountServices(v []*MountServiceForDescribeMountServicesOutput) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetPageNumber(v int32) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetPageSize(v int32) *DescribeMountServicesOutput
- func (s *DescribeMountServicesOutput) SetTotalCount(v int32) *DescribeMountServicesOutput
- func (s DescribeMountServicesOutput) String() string
- type DescribeRegionsInput
- type DescribeRegionsOutput
- type DescribeZonesInput
- type DescribeZonesOutput
- type DetachMountServiceFromSelfFileSystemInput
- func (s DetachMountServiceFromSelfFileSystemInput) GoString() string
- func (s *DetachMountServiceFromSelfFileSystemInput) SetFileSystemId(v string) *DetachMountServiceFromSelfFileSystemInput
- func (s *DetachMountServiceFromSelfFileSystemInput) SetMountServiceId(v string) *DetachMountServiceFromSelfFileSystemInput
- func (s DetachMountServiceFromSelfFileSystemInput) String() string
- func (s *DetachMountServiceFromSelfFileSystemInput) Validate() error
- type DetachMountServiceFromSelfFileSystemOutput
- type EntryListFileInfoForCreateDataFlowTaskInput
- func (s EntryListFileInfoForCreateDataFlowTaskInput) GoString() string
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileName(v string) *EntryListFileInfoForCreateDataFlowTaskInput
- func (s EntryListFileInfoForCreateDataFlowTaskInput) String() string
- type EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s EntryListFileInfoForDescribeDataFlowTasksOutput) GoString() string
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
- func (s EntryListFileInfoForDescribeDataFlowTasksOutput) String() string
- type ExpandFileSystemInput
- func (s ExpandFileSystemInput) GoString() string
- func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
- func (s *ExpandFileSystemInput) SetEnableRestripe(v bool) *ExpandFileSystemInput
- func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
- func (s ExpandFileSystemInput) String() string
- func (s *ExpandFileSystemInput) Validate() error
- type ExpandFileSystemOutput
- type FeatureInfoForDescribeLensServicesOutput
- func (s FeatureInfoForDescribeLensServicesOutput) GoString() string
- func (s *FeatureInfoForDescribeLensServicesOutput) SetFeature(v string) *FeatureInfoForDescribeLensServicesOutput
- func (s *FeatureInfoForDescribeLensServicesOutput) SetStatus(v string) *FeatureInfoForDescribeLensServicesOutput
- func (s FeatureInfoForDescribeLensServicesOutput) String() string
- type FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) GoString() string
- func (s *FileSystemForDescribeFileSystemsOutput) SetAccountId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetExpireTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetFreeTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetLastModifyTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProject(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetReadBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStopServiceTime(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreType(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetSubnetId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetVersionNumber(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetVpcId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
- func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
- func (s FileSystemForDescribeFileSystemsOutput) String() string
- type FilesetForDescribeFilesetsOutput
- func (s FilesetForDescribeFilesetsOutput) GoString() string
- func (s *FilesetForDescribeFilesetsOutput) SetBandwidthQos(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCapacityLimit(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCapacityUsed(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetCreateTime(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileLimit(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileSystemId(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFileUsed(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetId(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetName(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetFilesetPath(v string) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetIOPSQos(v int32) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetMaxInodeNum(v int64) *FilesetForDescribeFilesetsOutput
- func (s *FilesetForDescribeFilesetsOutput) SetStatus(v string) *FilesetForDescribeFilesetsOutput
- func (s FilesetForDescribeFilesetsOutput) String() string
- type FilesetInfoForDescribeAuditsOutput
- func (s FilesetInfoForDescribeAuditsOutput) GoString() string
- func (s *FilesetInfoForDescribeAuditsOutput) SetFileSystemId(v string) *FilesetInfoForDescribeAuditsOutput
- func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetId(v string) *FilesetInfoForDescribeAuditsOutput
- func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetName(v string) *FilesetInfoForDescribeAuditsOutput
- func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetPath(v string) *FilesetInfoForDescribeAuditsOutput
- func (s FilesetInfoForDescribeAuditsOutput) String() string
- type FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) GoString() string
- func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
- func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
- func (s FilterForDescribeFileSystemsInput) String() string
- type FilterForDescribeFilesetsInput
- type FilterForDescribeMountServicesInput
- func (s FilterForDescribeMountServicesInput) GoString() string
- func (s *FilterForDescribeMountServicesInput) SetKey(v string) *FilterForDescribeMountServicesInput
- func (s *FilterForDescribeMountServicesInput) SetValue(v string) *FilterForDescribeMountServicesInput
- func (s FilterForDescribeMountServicesInput) String() string
- type LensAnalysisInfoForCreateLensTaskInput
- func (s LensAnalysisInfoForCreateLensTaskInput) GoString() string
- func (s *LensAnalysisInfoForCreateLensTaskInput) SetAnalysisAttrs(v []*string) *LensAnalysisInfoForCreateLensTaskInput
- func (s *LensAnalysisInfoForCreateLensTaskInput) SetEnableLensAnalysis(v bool) *LensAnalysisInfoForCreateLensTaskInput
- func (s *LensAnalysisInfoForCreateLensTaskInput) SetExpirationTime(v string) *LensAnalysisInfoForCreateLensTaskInput
- func (s *LensAnalysisInfoForCreateLensTaskInput) SetTlsProjectId(v string) *LensAnalysisInfoForCreateLensTaskInput
- func (s *LensAnalysisInfoForCreateLensTaskInput) SetTlsTopicId(v string) *LensAnalysisInfoForCreateLensTaskInput
- func (s LensAnalysisInfoForCreateLensTaskInput) String() string
- type LensAnalysisInfoForDescribeLensTasksOutput
- func (s LensAnalysisInfoForDescribeLensTasksOutput) GoString() string
- func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetAnalysisAttrs(v []*string) *LensAnalysisInfoForDescribeLensTasksOutput
- func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetEnableLensAnalysis(v bool) *LensAnalysisInfoForDescribeLensTasksOutput
- func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetExpirationTime(v string) *LensAnalysisInfoForDescribeLensTasksOutput
- func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetTlsProjectId(v string) *LensAnalysisInfoForDescribeLensTasksOutput
- func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetTlsTopicId(v string) *LensAnalysisInfoForDescribeLensTasksOutput
- func (s LensAnalysisInfoForDescribeLensTasksOutput) String() string
- type LensCapacityStatInfoForCreateLensTaskInput
- func (s LensCapacityStatInfoForCreateLensTaskInput) GoString() string
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetEnableDownload(v bool) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetExportPath(v string) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDir(v bool) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDir(v bool) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetTosBucket(v string) *LensCapacityStatInfoForCreateLensTaskInput
- func (s *LensCapacityStatInfoForCreateLensTaskInput) SetTosPrefix(v string) *LensCapacityStatInfoForCreateLensTaskInput
- func (s LensCapacityStatInfoForCreateLensTaskInput) String() string
- type LensCapacityStatInfoForDescribeLensTasksOutput
- func (s LensCapacityStatInfoForDescribeLensTasksOutput) GoString() string
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetEnableDownload(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetExportPath(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDir(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDir(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetTosBucket(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetTosPrefix(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
- func (s LensCapacityStatInfoForDescribeLensTasksOutput) String() string
- type LensExportInfoForCreateLensTaskInput
- func (s LensExportInfoForCreateLensTaskInput) GoString() string
- func (s *LensExportInfoForCreateLensTaskInput) SetEnableDownload(v bool) *LensExportInfoForCreateLensTaskInput
- func (s *LensExportInfoForCreateLensTaskInput) SetExportAttrs(v []*string) *LensExportInfoForCreateLensTaskInput
- func (s *LensExportInfoForCreateLensTaskInput) SetExportPath(v string) *LensExportInfoForCreateLensTaskInput
- func (s *LensExportInfoForCreateLensTaskInput) SetResultDownloadUrl(v string) *LensExportInfoForCreateLensTaskInput
- func (s *LensExportInfoForCreateLensTaskInput) SetTosBucket(v string) *LensExportInfoForCreateLensTaskInput
- func (s *LensExportInfoForCreateLensTaskInput) SetTosPrefix(v string) *LensExportInfoForCreateLensTaskInput
- func (s LensExportInfoForCreateLensTaskInput) String() string
- type LensExportInfoForDescribeLensTasksOutput
- func (s LensExportInfoForDescribeLensTasksOutput) GoString() string
- func (s *LensExportInfoForDescribeLensTasksOutput) SetEnableDownload(v bool) *LensExportInfoForDescribeLensTasksOutput
- func (s *LensExportInfoForDescribeLensTasksOutput) SetExportAttrs(v []*string) *LensExportInfoForDescribeLensTasksOutput
- func (s *LensExportInfoForDescribeLensTasksOutput) SetExportPath(v string) *LensExportInfoForDescribeLensTasksOutput
- func (s *LensExportInfoForDescribeLensTasksOutput) SetResultDownloadUrl(v string) *LensExportInfoForDescribeLensTasksOutput
- func (s *LensExportInfoForDescribeLensTasksOutput) SetTosBucket(v string) *LensExportInfoForDescribeLensTasksOutput
- func (s *LensExportInfoForDescribeLensTasksOutput) SetTosPrefix(v string) *LensExportInfoForDescribeLensTasksOutput
- func (s LensExportInfoForDescribeLensTasksOutput) String() string
- type LensPolicyForDescribeLensPoliciesOutput
- func (s LensPolicyForDescribeLensPoliciesOutput) GoString() string
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetCreateTime(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetDescription(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyId(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyName(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetLogicOperator(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetModifyTime(v string) *LensPolicyForDescribeLensPoliciesOutput
- func (s *LensPolicyForDescribeLensPoliciesOutput) SetRuleGroups(v []*RuleGroupForDescribeLensPoliciesOutput) *LensPolicyForDescribeLensPoliciesOutput
- func (s LensPolicyForDescribeLensPoliciesOutput) String() string
- type LensPolicySnapshotForDescribeLensTasksOutput
- func (s LensPolicySnapshotForDescribeLensTasksOutput) GoString() string
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetCreateTime(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetDescription(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyId(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyName(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLogicOperator(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetModifyTime(v string) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetRuleGroups(v []*RuleGroupForDescribeLensTasksOutput) *LensPolicySnapshotForDescribeLensTasksOutput
- func (s LensPolicySnapshotForDescribeLensTasksOutput) String() string
- type LensServiceForDescribeLensServicesOutput
- func (s LensServiceForDescribeLensServicesOutput) GoString() string
- func (s *LensServiceForDescribeLensServicesOutput) SetCapacityInfo(v *CapacityInfoForDescribeLensServicesOutput) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetFeatureInfos(v []*FeatureInfoForDescribeLensServicesOutput) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetFileSystemId(v string) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetFileSystemName(v string) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetStatus(v string) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetStoreType(v string) *LensServiceForDescribeLensServicesOutput
- func (s *LensServiceForDescribeLensServicesOutput) SetZoneId(v string) *LensServiceForDescribeLensServicesOutput
- func (s LensServiceForDescribeLensServicesOutput) String() string
- type LensTaskForDescribeLensTasksOutput
- func (s LensTaskForDescribeLensTasksOutput) GoString() string
- func (s *LensTaskForDescribeLensTasksOutput) SetCompleteTime(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetConflictTaskId(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetCreateTime(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetDescription(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetFileSystemId(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensAnalysisInfo(v *LensAnalysisInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensCapacityStatInfo(v *LensCapacityStatInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensExportInfo(v *LensExportInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensPolicyId(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensPolicySnapshot(v *LensPolicySnapshotForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskContent(v []*string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskId(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskName(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetMasterTaskId(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetModifyTime(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetProgress(v *ProgressForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetSchedule(v *ScheduleForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetStartTime(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetStatus(v string) *LensTaskForDescribeLensTasksOutput
- func (s *LensTaskForDescribeLensTasksOutput) SetTargetInfos(v []*TargetInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
- func (s LensTaskForDescribeLensTasksOutput) String() string
- type ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) GoString() string
- func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) String() string
- type ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) GoString() string
- func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
- func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
- func (s ListTagsForResourcesOutput) String() string
- type MountServiceForDescribeMountServicesOutput
- func (s MountServiceForDescribeMountServicesOutput) GoString() string
- func (s *MountServiceForDescribeMountServicesOutput) SetAccountId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetAttachFileSystems(v []*AttachFileSystemForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetCreateTime(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceName(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetNodes(v []*NodeForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetProject(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetRegionId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetSecurityGroupId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetStatus(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetSubnetId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetVersionNumber(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetVpcId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetZoneId(v string) *MountServiceForDescribeMountServicesOutput
- func (s *MountServiceForDescribeMountServicesOutput) SetZoneName(v string) *MountServiceForDescribeMountServicesOutput
- func (s MountServiceForDescribeMountServicesOutput) String() string
- type NodeForDescribeMountServicesOutput
- func (s NodeForDescribeMountServicesOutput) GoString() string
- func (s *NodeForDescribeMountServicesOutput) SetDefaultPassword(v string) *NodeForDescribeMountServicesOutput
- func (s *NodeForDescribeMountServicesOutput) SetNodeId(v string) *NodeForDescribeMountServicesOutput
- func (s NodeForDescribeMountServicesOutput) String() string
- type NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString() string
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
- func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String() string
- type NumberValueForCreateLensPolicyInput
- func (s NumberValueForCreateLensPolicyInput) GoString() string
- func (s *NumberValueForCreateLensPolicyInput) SetUnit(v string) *NumberValueForCreateLensPolicyInput
- func (s *NumberValueForCreateLensPolicyInput) SetValue(v int64) *NumberValueForCreateLensPolicyInput
- func (s NumberValueForCreateLensPolicyInput) String() string
- type NumberValueForDescribeLensPoliciesOutput
- func (s NumberValueForDescribeLensPoliciesOutput) GoString() string
- func (s *NumberValueForDescribeLensPoliciesOutput) SetUnit(v string) *NumberValueForDescribeLensPoliciesOutput
- func (s *NumberValueForDescribeLensPoliciesOutput) SetValue(v int64) *NumberValueForDescribeLensPoliciesOutput
- func (s NumberValueForDescribeLensPoliciesOutput) String() string
- type NumberValueForDescribeLensTasksOutput
- func (s NumberValueForDescribeLensTasksOutput) GoString() string
- func (s *NumberValueForDescribeLensTasksOutput) SetUnit(v string) *NumberValueForDescribeLensTasksOutput
- func (s *NumberValueForDescribeLensTasksOutput) SetValue(v int64) *NumberValueForDescribeLensTasksOutput
- func (s NumberValueForDescribeLensTasksOutput) String() string
- type NumberValueForUpdateLensPolicyInput
- func (s NumberValueForUpdateLensPolicyInput) GoString() string
- func (s *NumberValueForUpdateLensPolicyInput) SetUnit(v string) *NumberValueForUpdateLensPolicyInput
- func (s *NumberValueForUpdateLensPolicyInput) SetValue(v int64) *NumberValueForUpdateLensPolicyInput
- func (s NumberValueForUpdateLensPolicyInput) String() string
- type OverViewForDescribeFileSystemOverviewOutput
- func (s OverViewForDescribeFileSystemOverviewOutput) GoString() string
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetAccountId(v string) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s *OverViewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
- func (s OverViewForDescribeFileSystemOverviewOutput) String() string
- type ProgressForDescribeLensTasksOutput
- func (s ProgressForDescribeLensTasksOutput) GoString() string
- func (s *ProgressForDescribeLensTasksOutput) SetDirectoriesQueued(v int64) *ProgressForDescribeLensTasksOutput
- func (s *ProgressForDescribeLensTasksOutput) SetEntriesProcessed(v int64) *ProgressForDescribeLensTasksOutput
- func (s *ProgressForDescribeLensTasksOutput) SetRunTimes(v int32) *ProgressForDescribeLensTasksOutput
- func (s *ProgressForDescribeLensTasksOutput) SetStage(v string) *ProgressForDescribeLensTasksOutput
- func (s *ProgressForDescribeLensTasksOutput) SetTotalEntriesQueued(v int64) *ProgressForDescribeLensTasksOutput
- func (s ProgressForDescribeLensTasksOutput) String() string
- type RangeValueForCreateLensPolicyInput
- func (s RangeValueForCreateLensPolicyInput) GoString() string
- func (s *RangeValueForCreateLensPolicyInput) SetMaxValue(v int64) *RangeValueForCreateLensPolicyInput
- func (s *RangeValueForCreateLensPolicyInput) SetMaxValueUnit(v string) *RangeValueForCreateLensPolicyInput
- func (s *RangeValueForCreateLensPolicyInput) SetMinValue(v int64) *RangeValueForCreateLensPolicyInput
- func (s *RangeValueForCreateLensPolicyInput) SetMinValueUnit(v string) *RangeValueForCreateLensPolicyInput
- func (s RangeValueForCreateLensPolicyInput) String() string
- type RangeValueForDescribeLensPoliciesOutput
- func (s RangeValueForDescribeLensPoliciesOutput) GoString() string
- func (s *RangeValueForDescribeLensPoliciesOutput) SetMaxValue(v int64) *RangeValueForDescribeLensPoliciesOutput
- func (s *RangeValueForDescribeLensPoliciesOutput) SetMaxValueUnit(v string) *RangeValueForDescribeLensPoliciesOutput
- func (s *RangeValueForDescribeLensPoliciesOutput) SetMinValue(v int64) *RangeValueForDescribeLensPoliciesOutput
- func (s *RangeValueForDescribeLensPoliciesOutput) SetMinValueUnit(v string) *RangeValueForDescribeLensPoliciesOutput
- func (s RangeValueForDescribeLensPoliciesOutput) String() string
- type RangeValueForDescribeLensTasksOutput
- func (s RangeValueForDescribeLensTasksOutput) GoString() string
- func (s *RangeValueForDescribeLensTasksOutput) SetMaxValue(v int64) *RangeValueForDescribeLensTasksOutput
- func (s *RangeValueForDescribeLensTasksOutput) SetMaxValueUnit(v string) *RangeValueForDescribeLensTasksOutput
- func (s *RangeValueForDescribeLensTasksOutput) SetMinValue(v int64) *RangeValueForDescribeLensTasksOutput
- func (s *RangeValueForDescribeLensTasksOutput) SetMinValueUnit(v string) *RangeValueForDescribeLensTasksOutput
- func (s RangeValueForDescribeLensTasksOutput) String() string
- type RangeValueForUpdateLensPolicyInput
- func (s RangeValueForUpdateLensPolicyInput) GoString() string
- func (s *RangeValueForUpdateLensPolicyInput) SetMaxValue(v int64) *RangeValueForUpdateLensPolicyInput
- func (s *RangeValueForUpdateLensPolicyInput) SetMaxValueUnit(v string) *RangeValueForUpdateLensPolicyInput
- func (s *RangeValueForUpdateLensPolicyInput) SetMinValue(v int64) *RangeValueForUpdateLensPolicyInput
- func (s *RangeValueForUpdateLensPolicyInput) SetMinValueUnit(v string) *RangeValueForUpdateLensPolicyInput
- func (s RangeValueForUpdateLensPolicyInput) String() string
- type RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) GoString() string
- func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
- func (s *RegionForDescribeRegionsOutput) SetTotalCount(v int32) *RegionForDescribeRegionsOutput
- func (s RegionForDescribeRegionsOutput) String() string
- type ReportForDescribeDataFlowTasksOutput
- func (s ReportForDescribeDataFlowTasksOutput) GoString() string
- func (s *ReportForDescribeDataFlowTasksOutput) SetPath(v string) *ReportForDescribeDataFlowTasksOutput
- func (s *ReportForDescribeDataFlowTasksOutput) SetType(v string) *ReportForDescribeDataFlowTasksOutput
- func (s ReportForDescribeDataFlowTasksOutput) String() string
- type ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) GoString() string
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
- func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
- func (s ResourceTagForListTagsForResourcesOutput) String() string
- type RuleForCreateLensPolicyInput
- func (s RuleForCreateLensPolicyInput) GoString() string
- func (s *RuleForCreateLensPolicyInput) SetConditions(v []*ConditionForCreateLensPolicyInput) *RuleForCreateLensPolicyInput
- func (s *RuleForCreateLensPolicyInput) SetDimension(v string) *RuleForCreateLensPolicyInput
- func (s RuleForCreateLensPolicyInput) String() string
- type RuleForDescribeLensPoliciesOutput
- func (s RuleForDescribeLensPoliciesOutput) GoString() string
- func (s *RuleForDescribeLensPoliciesOutput) SetConditions(v []*ConditionForDescribeLensPoliciesOutput) *RuleForDescribeLensPoliciesOutput
- func (s *RuleForDescribeLensPoliciesOutput) SetDimension(v string) *RuleForDescribeLensPoliciesOutput
- func (s RuleForDescribeLensPoliciesOutput) String() string
- type RuleForDescribeLensTasksOutput
- func (s RuleForDescribeLensTasksOutput) GoString() string
- func (s *RuleForDescribeLensTasksOutput) SetConditions(v []*ConditionForDescribeLensTasksOutput) *RuleForDescribeLensTasksOutput
- func (s *RuleForDescribeLensTasksOutput) SetDimension(v string) *RuleForDescribeLensTasksOutput
- func (s RuleForDescribeLensTasksOutput) String() string
- type RuleForUpdateLensPolicyInput
- func (s RuleForUpdateLensPolicyInput) GoString() string
- func (s *RuleForUpdateLensPolicyInput) SetConditions(v []*ConditionForUpdateLensPolicyInput) *RuleForUpdateLensPolicyInput
- func (s *RuleForUpdateLensPolicyInput) SetDimension(v string) *RuleForUpdateLensPolicyInput
- func (s RuleForUpdateLensPolicyInput) String() string
- type RuleGroupForCreateLensPolicyInput
- func (s RuleGroupForCreateLensPolicyInput) GoString() string
- func (s *RuleGroupForCreateLensPolicyInput) SetLogicOperator(v string) *RuleGroupForCreateLensPolicyInput
- func (s *RuleGroupForCreateLensPolicyInput) SetRules(v []*RuleForCreateLensPolicyInput) *RuleGroupForCreateLensPolicyInput
- func (s RuleGroupForCreateLensPolicyInput) String() string
- type RuleGroupForDescribeLensPoliciesOutput
- func (s RuleGroupForDescribeLensPoliciesOutput) GoString() string
- func (s *RuleGroupForDescribeLensPoliciesOutput) SetLogicOperator(v string) *RuleGroupForDescribeLensPoliciesOutput
- func (s *RuleGroupForDescribeLensPoliciesOutput) SetRules(v []*RuleForDescribeLensPoliciesOutput) *RuleGroupForDescribeLensPoliciesOutput
- func (s RuleGroupForDescribeLensPoliciesOutput) String() string
- type RuleGroupForDescribeLensTasksOutput
- func (s RuleGroupForDescribeLensTasksOutput) GoString() string
- func (s *RuleGroupForDescribeLensTasksOutput) SetLogicOperator(v string) *RuleGroupForDescribeLensTasksOutput
- func (s *RuleGroupForDescribeLensTasksOutput) SetRules(v []*RuleForDescribeLensTasksOutput) *RuleGroupForDescribeLensTasksOutput
- func (s RuleGroupForDescribeLensTasksOutput) String() string
- type RuleGroupForUpdateLensPolicyInput
- func (s RuleGroupForUpdateLensPolicyInput) GoString() string
- func (s *RuleGroupForUpdateLensPolicyInput) SetLogicOperator(v string) *RuleGroupForUpdateLensPolicyInput
- func (s *RuleGroupForUpdateLensPolicyInput) SetRules(v []*RuleForUpdateLensPolicyInput) *RuleGroupForUpdateLensPolicyInput
- func (s RuleGroupForUpdateLensPolicyInput) String() string
- type SaleInfoForDescribeZonesOutput
- func (s SaleInfoForDescribeZonesOutput) GoString() string
- func (s *SaleInfoForDescribeZonesOutput) SetFileSystemType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetProtocolType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetRegionId(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStatus(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreType(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeCN(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeEN(v string) *SaleInfoForDescribeZonesOutput
- func (s *SaleInfoForDescribeZonesOutput) SetZoneId(v string) *SaleInfoForDescribeZonesOutput
- func (s SaleInfoForDescribeZonesOutput) String() string
- type ScheduleForCreateLensTaskInput
- func (s ScheduleForCreateLensTaskInput) GoString() string
- func (s *ScheduleForCreateLensTaskInput) SetConflictPolicy(v string) *ScheduleForCreateLensTaskInput
- func (s *ScheduleForCreateLensTaskInput) SetOnceRunTiming(v string) *ScheduleForCreateLensTaskInput
- func (s *ScheduleForCreateLensTaskInput) SetPeriod(v int32) *ScheduleForCreateLensTaskInput
- func (s *ScheduleForCreateLensTaskInput) SetPeriodUnit(v string) *ScheduleForCreateLensTaskInput
- func (s *ScheduleForCreateLensTaskInput) SetRunTime(v int64) *ScheduleForCreateLensTaskInput
- func (s *ScheduleForCreateLensTaskInput) SetScheduleType(v string) *ScheduleForCreateLensTaskInput
- func (s ScheduleForCreateLensTaskInput) String() string
- type ScheduleForDescribeLensTasksOutput
- func (s ScheduleForDescribeLensTasksOutput) GoString() string
- func (s *ScheduleForDescribeLensTasksOutput) SetConflictPolicy(v string) *ScheduleForDescribeLensTasksOutput
- func (s *ScheduleForDescribeLensTasksOutput) SetOnceRunTiming(v string) *ScheduleForDescribeLensTasksOutput
- func (s *ScheduleForDescribeLensTasksOutput) SetPeriod(v int32) *ScheduleForDescribeLensTasksOutput
- func (s *ScheduleForDescribeLensTasksOutput) SetPeriodUnit(v string) *ScheduleForDescribeLensTasksOutput
- func (s *ScheduleForDescribeLensTasksOutput) SetRunTime(v int64) *ScheduleForDescribeLensTasksOutput
- func (s *ScheduleForDescribeLensTasksOutput) SetScheduleType(v string) *ScheduleForDescribeLensTasksOutput
- func (s ScheduleForDescribeLensTasksOutput) String() string
- type SetFilesetQosInput
- func (s SetFilesetQosInput) GoString() string
- func (s *SetFilesetQosInput) SetFileSystemId(v string) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetFilesetId(v string) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetMaxBandwidth(v int32) *SetFilesetQosInput
- func (s *SetFilesetQosInput) SetMaxIops(v int32) *SetFilesetQosInput
- func (s SetFilesetQosInput) String() string
- func (s *SetFilesetQosInput) Validate() error
- type SetFilesetQosOutput
- type SetFilesetQuotaInput
- func (s SetFilesetQuotaInput) GoString() string
- func (s *SetFilesetQuotaInput) SetCapacityLimit(v int32) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFileLimit(v int64) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFileSystemId(v string) *SetFilesetQuotaInput
- func (s *SetFilesetQuotaInput) SetFilesetId(v string) *SetFilesetQuotaInput
- func (s SetFilesetQuotaInput) String() string
- func (s *SetFilesetQuotaInput) Validate() error
- type SetFilesetQuotaOutput
- type StartAuditInput
- type StartAuditOutput
- type StartLensServiceInput
- func (s StartLensServiceInput) GoString() string
- func (s *StartLensServiceInput) SetFileSystemId(v string) *StartLensServiceInput
- func (s *StartLensServiceInput) SetLensFeature(v string) *StartLensServiceInput
- func (s StartLensServiceInput) String() string
- func (s *StartLensServiceInput) Validate() error
- type StartLensServiceOutput
- type StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetAccountId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreType(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN(v string) *StatisticForDescribeFileSystemStatisticsOutput
- func (s *StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
- func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
- type StopAuditInput
- type StopAuditOutput
- type StopLensServiceInput
- type StopLensServiceOutput
- type StringValueForCreateLensPolicyInput
- type StringValueForDescribeLensPoliciesOutput
- type StringValueForDescribeLensTasksOutput
- type StringValueForUpdateLensPolicyInput
- type TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) GoString() string
- func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
- func (s *TagFilterForDescribeFileSystemsInput) SetValues(v []*string) *TagFilterForDescribeFileSystemsInput
- func (s TagFilterForDescribeFileSystemsInput) String() string
- type TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) GoString() string
- func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
- func (s *TagFilterForListTagsForResourcesInput) SetValue(v string) *TagFilterForListTagsForResourcesInput
- func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
- func (s TagFilterForListTagsForResourcesInput) String() string
- type TagForCreateFileSystemInput
- func (s TagForCreateFileSystemInput) GoString() string
- func (s *TagForCreateFileSystemInput) SetKey(v string) *TagForCreateFileSystemInput
- func (s *TagForCreateFileSystemInput) SetType(v string) *TagForCreateFileSystemInput
- func (s *TagForCreateFileSystemInput) SetValue(v string) *TagForCreateFileSystemInput
- func (s TagForCreateFileSystemInput) String() string
- type TagForCreateFileSystemOutput
- func (s TagForCreateFileSystemOutput) GoString() string
- func (s *TagForCreateFileSystemOutput) SetKey(v string) *TagForCreateFileSystemOutput
- func (s *TagForCreateFileSystemOutput) SetType(v string) *TagForCreateFileSystemOutput
- func (s *TagForCreateFileSystemOutput) SetValue(v string) *TagForCreateFileSystemOutput
- func (s TagForCreateFileSystemOutput) String() string
- type TagForDescribeFileSystemsOutput
- func (s TagForDescribeFileSystemsOutput) GoString() string
- func (s *TagForDescribeFileSystemsOutput) SetKey(v string) *TagForDescribeFileSystemsOutput
- func (s *TagForDescribeFileSystemsOutput) SetType(v string) *TagForDescribeFileSystemsOutput
- func (s *TagForDescribeFileSystemsOutput) SetValue(v string) *TagForDescribeFileSystemsOutput
- func (s TagForDescribeFileSystemsOutput) String() string
- type TagForTagResourcesInput
- type TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) GoString() string
- func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
- func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
- func (s TagForUpdateFileSystemInput) String() string
- type TagResourcesInput
- func (s TagResourcesInput) GoString() string
- func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
- func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
- func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
- func (s TagResourcesInput) String() string
- func (s *TagResourcesInput) Validate() error
- type TagResourcesOutput
- type TargetInfoForCreateLensTaskInput
- func (s TargetInfoForCreateLensTaskInput) GoString() string
- func (s *TargetInfoForCreateLensTaskInput) SetFilesetId(v string) *TargetInfoForCreateLensTaskInput
- func (s *TargetInfoForCreateLensTaskInput) SetRelativePath(v string) *TargetInfoForCreateLensTaskInput
- func (s TargetInfoForCreateLensTaskInput) String() string
- type TargetInfoForDescribeLensTasksOutput
- func (s TargetInfoForDescribeLensTasksOutput) GoString() string
- func (s *TargetInfoForDescribeLensTasksOutput) SetFilesetId(v string) *TargetInfoForDescribeLensTasksOutput
- func (s *TargetInfoForDescribeLensTasksOutput) SetRelativePath(v string) *TargetInfoForDescribeLensTasksOutput
- func (s TargetInfoForDescribeLensTasksOutput) String() string
- type TlsInfoForDescribeDataFlowTasksOutput
- func (s TlsInfoForDescribeDataFlowTasksOutput) GoString() string
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetEnable(v bool) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectId(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectName(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicEmbeddedUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicId(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicName(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
- func (s TlsInfoForDescribeDataFlowTasksOutput) String() string
- type UntagResourcesInput
- func (s UntagResourcesInput) GoString() string
- func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
- func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
- func (s UntagResourcesInput) String() string
- func (s *UntagResourcesInput) Validate() error
- type UntagResourcesOutput
- type UpdateAuditInput
- func (s UpdateAuditInput) GoString() string
- func (s *UpdateAuditInput) SetAuditEvents(v string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetAuditId(v string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetAuditName(v string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetFileSystemId(v string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetFilesetIds(v []*string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetTlsProjectId(v string) *UpdateAuditInput
- func (s *UpdateAuditInput) SetTlsTopicId(v string) *UpdateAuditInput
- func (s UpdateAuditInput) String() string
- func (s *UpdateAuditInput) Validate() error
- type UpdateAuditOutput
- type UpdateFileSystemInput
- func (s UpdateFileSystemInput) GoString() string
- func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
- func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
- func (s UpdateFileSystemInput) String() string
- func (s *UpdateFileSystemInput) Validate() error
- type UpdateFileSystemOutput
- type UpdateFilesetInput
- func (s UpdateFilesetInput) GoString() string
- func (s *UpdateFilesetInput) SetFileSystemId(v string) *UpdateFilesetInput
- func (s *UpdateFilesetInput) SetFilesetId(v string) *UpdateFilesetInput
- func (s *UpdateFilesetInput) SetFilesetName(v string) *UpdateFilesetInput
- func (s UpdateFilesetInput) String() string
- func (s *UpdateFilesetInput) Validate() error
- type UpdateFilesetOutput
- type UpdateLensPolicyInput
- func (s UpdateLensPolicyInput) GoString() string
- func (s *UpdateLensPolicyInput) SetDescription(v string) *UpdateLensPolicyInput
- func (s *UpdateLensPolicyInput) SetLensPolicyId(v string) *UpdateLensPolicyInput
- func (s *UpdateLensPolicyInput) SetLensPolicyName(v string) *UpdateLensPolicyInput
- func (s *UpdateLensPolicyInput) SetLogicOperator(v string) *UpdateLensPolicyInput
- func (s *UpdateLensPolicyInput) SetRuleGroups(v []*RuleGroupForUpdateLensPolicyInput) *UpdateLensPolicyInput
- func (s UpdateLensPolicyInput) String() string
- func (s *UpdateLensPolicyInput) Validate() error
- type UpdateLensPolicyOutput
- type UpdateLensTaskInput
- type UpdateLensTaskOutput
- type UpdateMountServiceInput
- func (s UpdateMountServiceInput) GoString() string
- func (s *UpdateMountServiceInput) SetMountServiceId(v string) *UpdateMountServiceInput
- func (s *UpdateMountServiceInput) SetMountServiceName(v string) *UpdateMountServiceInput
- func (s UpdateMountServiceInput) String() string
- func (s *UpdateMountServiceInput) Validate() error
- type UpdateMountServiceOutput
- type VEPFS
- func (c *VEPFS) AttachMountServiceToSelfFileSystem(input *AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemRequest(input *AttachMountServiceToSelfFileSystemInput) (req *request.Request, output *AttachMountServiceToSelfFileSystemOutput)
- func (c *VEPFS) AttachMountServiceToSelfFileSystemWithContext(ctx volcengine.Context, input *AttachMountServiceToSelfFileSystemInput, ...) (*AttachMountServiceToSelfFileSystemOutput, error)
- func (c *VEPFS) CancelDataFlowTask(input *CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
- func (c *VEPFS) CancelDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CancelDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CancelDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CancelDataFlowTaskRequest(input *CancelDataFlowTaskInput) (req *request.Request, output *CancelDataFlowTaskOutput)
- func (c *VEPFS) CancelDataFlowTaskWithContext(ctx volcengine.Context, input *CancelDataFlowTaskInput, opts ...request.Option) (*CancelDataFlowTaskOutput, error)
- func (c *VEPFS) CancelLensTask(input *CancelLensTaskInput) (*CancelLensTaskOutput, error)
- func (c *VEPFS) CancelLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CancelLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CancelLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CancelLensTaskRequest(input *CancelLensTaskInput) (req *request.Request, output *CancelLensTaskOutput)
- func (c *VEPFS) CancelLensTaskWithContext(ctx volcengine.Context, input *CancelLensTaskInput, opts ...request.Option) (*CancelLensTaskOutput, error)
- func (c *VEPFS) ConfigDataFlowBandwidth(input *ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
- func (c *VEPFS) ConfigDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ConfigDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ConfigDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ConfigDataFlowBandwidthRequest(input *ConfigDataFlowBandwidthInput) (req *request.Request, output *ConfigDataFlowBandwidthOutput)
- func (c *VEPFS) ConfigDataFlowBandwidthWithContext(ctx volcengine.Context, input *ConfigDataFlowBandwidthInput, ...) (*ConfigDataFlowBandwidthOutput, error)
- func (c *VEPFS) CreateAudit(input *CreateAuditInput) (*CreateAuditOutput, error)
- func (c *VEPFS) CreateAuditCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateAuditRequest(input *CreateAuditInput) (req *request.Request, output *CreateAuditOutput)
- func (c *VEPFS) CreateAuditWithContext(ctx volcengine.Context, input *CreateAuditInput, opts ...request.Option) (*CreateAuditOutput, error)
- func (c *VEPFS) CreateDataFlowTask(input *CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
- func (c *VEPFS) CreateDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateDataFlowTaskRequest(input *CreateDataFlowTaskInput) (req *request.Request, output *CreateDataFlowTaskOutput)
- func (c *VEPFS) CreateDataFlowTaskWithContext(ctx volcengine.Context, input *CreateDataFlowTaskInput, opts ...request.Option) (*CreateDataFlowTaskOutput, error)
- func (c *VEPFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
- func (c *VEPFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
- func (c *VEPFS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
- func (c *VEPFS) CreateFileset(input *CreateFilesetInput) (*CreateFilesetOutput, error)
- func (c *VEPFS) CreateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateFilesetRequest(input *CreateFilesetInput) (req *request.Request, output *CreateFilesetOutput)
- func (c *VEPFS) CreateFilesetWithContext(ctx volcengine.Context, input *CreateFilesetInput, opts ...request.Option) (*CreateFilesetOutput, error)
- func (c *VEPFS) CreateLensPolicy(input *CreateLensPolicyInput) (*CreateLensPolicyOutput, error)
- func (c *VEPFS) CreateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateLensPolicyRequest(input *CreateLensPolicyInput) (req *request.Request, output *CreateLensPolicyOutput)
- func (c *VEPFS) CreateLensPolicyWithContext(ctx volcengine.Context, input *CreateLensPolicyInput, opts ...request.Option) (*CreateLensPolicyOutput, error)
- func (c *VEPFS) CreateLensTask(input *CreateLensTaskInput) (*CreateLensTaskOutput, error)
- func (c *VEPFS) CreateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateLensTaskRequest(input *CreateLensTaskInput) (req *request.Request, output *CreateLensTaskOutput)
- func (c *VEPFS) CreateLensTaskWithContext(ctx volcengine.Context, input *CreateLensTaskInput, opts ...request.Option) (*CreateLensTaskOutput, error)
- func (c *VEPFS) CreateMountService(input *CreateMountServiceInput) (*CreateMountServiceOutput, error)
- func (c *VEPFS) CreateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreateMountServiceRequest(input *CreateMountServiceInput) (req *request.Request, output *CreateMountServiceOutput)
- func (c *VEPFS) CreateMountServiceWithContext(ctx volcengine.Context, input *CreateMountServiceInput, opts ...request.Option) (*CreateMountServiceOutput, error)
- func (c *VEPFS) CreatePreSignedUrl(input *CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
- func (c *VEPFS) CreatePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) CreatePreSignedUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) CreatePreSignedUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) CreatePreSignedUrlRequest(input *CreatePreSignedUrlInput) (req *request.Request, output *CreatePreSignedUrlOutput)
- func (c *VEPFS) CreatePreSignedUrlWithContext(ctx volcengine.Context, input *CreatePreSignedUrlInput, opts ...request.Option) (*CreatePreSignedUrlOutput, error)
- func (c *VEPFS) DeleteAudit(input *DeleteAuditInput) (*DeleteAuditOutput, error)
- func (c *VEPFS) DeleteAuditCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteAuditRequest(input *DeleteAuditInput) (req *request.Request, output *DeleteAuditOutput)
- func (c *VEPFS) DeleteAuditWithContext(ctx volcengine.Context, input *DeleteAuditInput, opts ...request.Option) (*DeleteAuditOutput, error)
- func (c *VEPFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
- func (c *VEPFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)
- func (c *VEPFS) DeleteDataFlowTaskWithContext(ctx volcengine.Context, input *DeleteDataFlowTaskInput, opts ...request.Option) (*DeleteDataFlowTaskOutput, error)
- func (c *VEPFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
- func (c *VEPFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
- func (c *VEPFS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
- func (c *VEPFS) DeleteFileset(input *DeleteFilesetInput) (*DeleteFilesetOutput, error)
- func (c *VEPFS) DeleteFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteFilesetRequest(input *DeleteFilesetInput) (req *request.Request, output *DeleteFilesetOutput)
- func (c *VEPFS) DeleteFilesetWithContext(ctx volcengine.Context, input *DeleteFilesetInput, opts ...request.Option) (*DeleteFilesetOutput, error)
- func (c *VEPFS) DeleteLensPolicy(input *DeleteLensPolicyInput) (*DeleteLensPolicyOutput, error)
- func (c *VEPFS) DeleteLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteLensPolicyRequest(input *DeleteLensPolicyInput) (req *request.Request, output *DeleteLensPolicyOutput)
- func (c *VEPFS) DeleteLensPolicyWithContext(ctx volcengine.Context, input *DeleteLensPolicyInput, opts ...request.Option) (*DeleteLensPolicyOutput, error)
- func (c *VEPFS) DeleteLensTask(input *DeleteLensTaskInput) (*DeleteLensTaskOutput, error)
- func (c *VEPFS) DeleteLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteLensTaskRequest(input *DeleteLensTaskInput) (req *request.Request, output *DeleteLensTaskOutput)
- func (c *VEPFS) DeleteLensTaskWithContext(ctx volcengine.Context, input *DeleteLensTaskInput, opts ...request.Option) (*DeleteLensTaskOutput, error)
- func (c *VEPFS) DeleteMountService(input *DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
- func (c *VEPFS) DeleteMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DeleteMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DeleteMountServiceRequest(input *DeleteMountServiceInput) (req *request.Request, output *DeleteMountServiceOutput)
- func (c *VEPFS) DeleteMountServiceWithContext(ctx volcengine.Context, input *DeleteMountServiceInput, opts ...request.Option) (*DeleteMountServiceOutput, error)
- func (c *VEPFS) DescribeAudits(input *DescribeAuditsInput) (*DescribeAuditsOutput, error)
- func (c *VEPFS) DescribeAuditsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeAuditsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeAuditsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeAuditsRequest(input *DescribeAuditsInput) (req *request.Request, output *DescribeAuditsOutput)
- func (c *VEPFS) DescribeAuditsWithContext(ctx volcengine.Context, input *DescribeAuditsInput, opts ...request.Option) (*DescribeAuditsOutput, error)
- func (c *VEPFS) DescribeDataFlowBandwidth(input *DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
- func (c *VEPFS) DescribeDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowBandwidthRequest(input *DescribeDataFlowBandwidthInput) (req *request.Request, output *DescribeDataFlowBandwidthOutput)
- func (c *VEPFS) DescribeDataFlowBandwidthWithContext(ctx volcengine.Context, input *DescribeDataFlowBandwidthInput, ...) (*DescribeDataFlowBandwidthOutput, error)
- func (c *VEPFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
- func (c *VEPFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeDataFlowTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)
- func (c *VEPFS) DescribeDataFlowTasksWithContext(ctx volcengine.Context, input *DescribeDataFlowTasksInput, ...) (*DescribeDataFlowTasksOutput, error)
- func (c *VEPFS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
- func (c *VEPFS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
- func (c *VEPFS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, ...) (*DescribeFileSystemOverviewOutput, error)
- func (c *VEPFS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
- func (c *VEPFS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
- func (c *VEPFS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, ...) (*DescribeFileSystemStatisticsOutput, error)
- func (c *VEPFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
- func (c *VEPFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
- func (c *VEPFS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, ...) (*DescribeFileSystemsOutput, error)
- func (c *VEPFS) DescribeFilesets(input *DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
- func (c *VEPFS) DescribeFilesetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFilesetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeFilesetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeFilesetsRequest(input *DescribeFilesetsInput) (req *request.Request, output *DescribeFilesetsOutput)
- func (c *VEPFS) DescribeFilesetsWithContext(ctx volcengine.Context, input *DescribeFilesetsInput, opts ...request.Option) (*DescribeFilesetsOutput, error)
- func (c *VEPFS) DescribeLensPolicies(input *DescribeLensPoliciesInput) (*DescribeLensPoliciesOutput, error)
- func (c *VEPFS) DescribeLensPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeLensPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensPoliciesRequest(input *DescribeLensPoliciesInput) (req *request.Request, output *DescribeLensPoliciesOutput)
- func (c *VEPFS) DescribeLensPoliciesWithContext(ctx volcengine.Context, input *DescribeLensPoliciesInput, ...) (*DescribeLensPoliciesOutput, error)
- func (c *VEPFS) DescribeLensServices(input *DescribeLensServicesInput) (*DescribeLensServicesOutput, error)
- func (c *VEPFS) DescribeLensServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeLensServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensServicesRequest(input *DescribeLensServicesInput) (req *request.Request, output *DescribeLensServicesOutput)
- func (c *VEPFS) DescribeLensServicesWithContext(ctx volcengine.Context, input *DescribeLensServicesInput, ...) (*DescribeLensServicesOutput, error)
- func (c *VEPFS) DescribeLensTasks(input *DescribeLensTasksInput) (*DescribeLensTasksOutput, error)
- func (c *VEPFS) DescribeLensTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeLensTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeLensTasksRequest(input *DescribeLensTasksInput) (req *request.Request, output *DescribeLensTasksOutput)
- func (c *VEPFS) DescribeLensTasksWithContext(ctx volcengine.Context, input *DescribeLensTasksInput, opts ...request.Option) (*DescribeLensTasksOutput, error)
- func (c *VEPFS) DescribeMountServiceNodeTypes(input *DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeMountServiceNodeTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServiceNodeTypesRequest(input *DescribeMountServiceNodeTypesInput) (req *request.Request, output *DescribeMountServiceNodeTypesOutput)
- func (c *VEPFS) DescribeMountServiceNodeTypesWithContext(ctx volcengine.Context, input *DescribeMountServiceNodeTypesInput, ...) (*DescribeMountServiceNodeTypesOutput, error)
- func (c *VEPFS) DescribeMountServices(input *DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
- func (c *VEPFS) DescribeMountServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeMountServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeMountServicesRequest(input *DescribeMountServicesInput) (req *request.Request, output *DescribeMountServicesOutput)
- func (c *VEPFS) DescribeMountServicesWithContext(ctx volcengine.Context, input *DescribeMountServicesInput, ...) (*DescribeMountServicesOutput, error)
- func (c *VEPFS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
- func (c *VEPFS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
- func (c *VEPFS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
- func (c *VEPFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
- func (c *VEPFS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
- func (c *VEPFS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystem(input *DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemRequest(input *DetachMountServiceFromSelfFileSystemInput) (req *request.Request, output *DetachMountServiceFromSelfFileSystemOutput)
- func (c *VEPFS) DetachMountServiceFromSelfFileSystemWithContext(ctx volcengine.Context, input *DetachMountServiceFromSelfFileSystemInput, ...) (*DetachMountServiceFromSelfFileSystemOutput, error)
- func (c *VEPFS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
- func (c *VEPFS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
- func (c *VEPFS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
- func (c *VEPFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *VEPFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *VEPFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, ...) (*ListTagsForResourcesOutput, error)
- func (c *VEPFS) SetFilesetQos(input *SetFilesetQosInput) (*SetFilesetQosOutput, error)
- func (c *VEPFS) SetFilesetQosCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) SetFilesetQosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQosRequest(input *SetFilesetQosInput) (req *request.Request, output *SetFilesetQosOutput)
- func (c *VEPFS) SetFilesetQosWithContext(ctx volcengine.Context, input *SetFilesetQosInput, opts ...request.Option) (*SetFilesetQosOutput, error)
- func (c *VEPFS) SetFilesetQuota(input *SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
- func (c *VEPFS) SetFilesetQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) SetFilesetQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) SetFilesetQuotaRequest(input *SetFilesetQuotaInput) (req *request.Request, output *SetFilesetQuotaOutput)
- func (c *VEPFS) SetFilesetQuotaWithContext(ctx volcengine.Context, input *SetFilesetQuotaInput, opts ...request.Option) (*SetFilesetQuotaOutput, error)
- func (c *VEPFS) StartAudit(input *StartAuditInput) (*StartAuditOutput, error)
- func (c *VEPFS) StartAuditCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) StartAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) StartAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) StartAuditRequest(input *StartAuditInput) (req *request.Request, output *StartAuditOutput)
- func (c *VEPFS) StartAuditWithContext(ctx volcengine.Context, input *StartAuditInput, opts ...request.Option) (*StartAuditOutput, error)
- func (c *VEPFS) StartLensService(input *StartLensServiceInput) (*StartLensServiceOutput, error)
- func (c *VEPFS) StartLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) StartLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) StartLensServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) StartLensServiceRequest(input *StartLensServiceInput) (req *request.Request, output *StartLensServiceOutput)
- func (c *VEPFS) StartLensServiceWithContext(ctx volcengine.Context, input *StartLensServiceInput, opts ...request.Option) (*StartLensServiceOutput, error)
- func (c *VEPFS) StopAudit(input *StopAuditInput) (*StopAuditOutput, error)
- func (c *VEPFS) StopAuditCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) StopAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) StopAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) StopAuditRequest(input *StopAuditInput) (req *request.Request, output *StopAuditOutput)
- func (c *VEPFS) StopAuditWithContext(ctx volcengine.Context, input *StopAuditInput, opts ...request.Option) (*StopAuditOutput, error)
- func (c *VEPFS) StopLensService(input *StopLensServiceInput) (*StopLensServiceOutput, error)
- func (c *VEPFS) StopLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) StopLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) StopLensServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) StopLensServiceRequest(input *StopLensServiceInput) (req *request.Request, output *StopLensServiceOutput)
- func (c *VEPFS) StopLensServiceWithContext(ctx volcengine.Context, input *StopLensServiceInput, opts ...request.Option) (*StopLensServiceOutput, error)
- func (c *VEPFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
- func (c *VEPFS) TagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
- func (c *VEPFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
- func (c *VEPFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
- func (c *VEPFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
- func (c *VEPFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
- func (c *VEPFS) UpdateAudit(input *UpdateAuditInput) (*UpdateAuditOutput, error)
- func (c *VEPFS) UpdateAuditCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateAuditRequest(input *UpdateAuditInput) (req *request.Request, output *UpdateAuditOutput)
- func (c *VEPFS) UpdateAuditWithContext(ctx volcengine.Context, input *UpdateAuditInput, opts ...request.Option) (*UpdateAuditOutput, error)
- func (c *VEPFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
- func (c *VEPFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
- func (c *VEPFS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
- func (c *VEPFS) UpdateFileset(input *UpdateFilesetInput) (*UpdateFilesetOutput, error)
- func (c *VEPFS) UpdateFilesetCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateFilesetRequest(input *UpdateFilesetInput) (req *request.Request, output *UpdateFilesetOutput)
- func (c *VEPFS) UpdateFilesetWithContext(ctx volcengine.Context, input *UpdateFilesetInput, opts ...request.Option) (*UpdateFilesetOutput, error)
- func (c *VEPFS) UpdateLensPolicy(input *UpdateLensPolicyInput) (*UpdateLensPolicyOutput, error)
- func (c *VEPFS) UpdateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateLensPolicyRequest(input *UpdateLensPolicyInput) (req *request.Request, output *UpdateLensPolicyOutput)
- func (c *VEPFS) UpdateLensPolicyWithContext(ctx volcengine.Context, input *UpdateLensPolicyInput, opts ...request.Option) (*UpdateLensPolicyOutput, error)
- func (c *VEPFS) UpdateLensTask(input *UpdateLensTaskInput) (*UpdateLensTaskOutput, error)
- func (c *VEPFS) UpdateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateLensTaskRequest(input *UpdateLensTaskInput) (req *request.Request, output *UpdateLensTaskOutput)
- func (c *VEPFS) UpdateLensTaskWithContext(ctx volcengine.Context, input *UpdateLensTaskInput, opts ...request.Option) (*UpdateLensTaskOutput, error)
- func (c *VEPFS) UpdateMountService(input *UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
- func (c *VEPFS) UpdateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
- func (c *VEPFS) UpdateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
- func (c *VEPFS) UpdateMountServiceRequest(input *UpdateMountServiceInput) (req *request.Request, output *UpdateMountServiceOutput)
- func (c *VEPFS) UpdateMountServiceWithContext(ctx volcengine.Context, input *UpdateMountServiceInput, opts ...request.Option) (*UpdateMountServiceOutput, error)
- type VEPFSAPI
- type ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) GoString() string
- func (s *ZoneForDescribeZonesOutput) SetRegionId(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetSaleInfos(v []*SaleInfoForDescribeZonesOutput) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
- func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
- func (s ZoneForDescribeZonesOutput) String() string
Constants ¶
const ( // EnumOfAuditEventListForCreateAuditInputRename is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputRename = "RENAME" // EnumOfAuditEventListForCreateAuditInputRmdir is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputRmdir = "RMDIR" // EnumOfAuditEventListForCreateAuditInputUnlink is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputUnlink = "UNLINK" // EnumOfAuditEventListForCreateAuditInputOpen is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputOpen = "OPEN" // EnumOfAuditEventListForCreateAuditInputCreate is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputCreate = "CREATE" // EnumOfAuditEventListForCreateAuditInputClose is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputClose = "CLOSE" // EnumOfAuditEventListForCreateAuditInputAccessDenied is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputAccessDenied = "ACCESS_DENIED" // EnumOfAuditEventListForCreateAuditInputAclchange is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputAclchange = "ACLCHANGE" // EnumOfAuditEventListForCreateAuditInputXattrchange is a EnumOfAuditEventListForCreateAuditInput enum value EnumOfAuditEventListForCreateAuditInputXattrchange = "XATTRCHANGE" )
const ( // EnumOfDataTypeForCreateDataFlowTaskInputMetadata is a EnumOfDataTypeForCreateDataFlowTaskInput enum value EnumOfDataTypeForCreateDataFlowTaskInputMetadata = "Metadata" // EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData is a EnumOfDataTypeForCreateDataFlowTaskInput enum value EnumOfDataTypeForCreateDataFlowTaskInputMetaAndData = "MetaAndData" )
const ( // EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputSkip = "Skip" // EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile is a EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput enum value EnumOfExportSymlinkPolicyForCreateDataFlowTaskInputNormalFile = "NormalFile" )
const ( // EnumOfRuleForCreateDataFlowTaskInputDeleteTypeOnlyFs is a EnumOfRuleForCreateDataFlowTaskInput enum value EnumOfRuleForCreateDataFlowTaskInputDeleteTypeOnlyFs = "DELETE_TYPE_ONLY_FS" // EnumOfRuleForCreateDataFlowTaskInputDeleteTypeFsWithLatestObject is a EnumOfRuleForCreateDataFlowTaskInput enum value EnumOfRuleForCreateDataFlowTaskInputDeleteTypeFsWithLatestObject = "DELETE_TYPE_FS_WITH_LATEST_OBJECT" // EnumOfRuleForCreateDataFlowTaskInputDeleteTypeFsWithAllversionObject is a EnumOfRuleForCreateDataFlowTaskInput enum value EnumOfRuleForCreateDataFlowTaskInputDeleteTypeFsWithAllversionObject = "DELETE_TYPE_FS_WITH_ALLVERSION_OBJECT" )
const ( // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputSkip is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputSkip = "Skip" // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputKeepLatest is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputKeepLatest = "KeepLatest" // EnumOfSameNameFilePolicyForCreateDataFlowTaskInputOverWrite is a EnumOfSameNameFilePolicyForCreateDataFlowTaskInput enum value EnumOfSameNameFilePolicyForCreateDataFlowTaskInputOverWrite = "OverWrite" )
const ( // EnumOfTaskActionForCreateDataFlowTaskInputImport is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputImport = "Import" // EnumOfTaskActionForCreateDataFlowTaskInputExport is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputExport = "Export" // EnumOfTaskActionForCreateDataFlowTaskInputInventory is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputInventory = "Inventory" // EnumOfTaskActionForCreateDataFlowTaskInputDelete is a EnumOfTaskActionForCreateDataFlowTaskInput enum value EnumOfTaskActionForCreateDataFlowTaskInputDelete = "Delete" )
const ( // EnumOfProtocolTypeForCreateFileSystemInputNfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputNfs = "NFS" // EnumOfProtocolTypeForCreateFileSystemInputSmb is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputSmb = "SMB" // EnumOfProtocolTypeForCreateFileSystemInputVePfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputVePfs = "VePFS" // EnumOfProtocolTypeForCreateFileSystemInputFsx is a EnumOfProtocolTypeForCreateFileSystemInput enum value EnumOfProtocolTypeForCreateFileSystemInputFsx = "FSX" )
const ( // EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputSystem = "System" // EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value EnumOfTypeForCreateFileSystemInputCustom = "Custom" )
const ( // EnumOfTypeForCreateFileSystemOutputSystem is a EnumOfTypeForCreateFileSystemOutput enum value EnumOfTypeForCreateFileSystemOutputSystem = "System" // EnumOfTypeForCreateFileSystemOutputCustom is a EnumOfTypeForCreateFileSystemOutput enum value EnumOfTypeForCreateFileSystemOutputCustom = "Custom" )
const ( // ConvertEnumOfLogicOperatorForCreateLensPolicyInputOr is a ConvertEnumOfLogicOperatorForCreateLensPolicyInput enum value ConvertEnumOfLogicOperatorForCreateLensPolicyInputOr = "Or" // ConvertEnumOfLogicOperatorForCreateLensPolicyInputAnd is a ConvertEnumOfLogicOperatorForCreateLensPolicyInput enum value ConvertEnumOfLogicOperatorForCreateLensPolicyInputAnd = "And" )
const ( // EnumOfConstraintTypeForCreateLensPolicyInputBefore is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputBefore = "Before" // EnumOfConstraintTypeForCreateLensPolicyInputUntilNow is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputUntilNow = "UntilNow" // EnumOfConstraintTypeForCreateLensPolicyInputBetween is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputBetween = "Between" // EnumOfConstraintTypeForCreateLensPolicyInputGreater is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputGreater = "Greater" // EnumOfConstraintTypeForCreateLensPolicyInputGreaterEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputGreaterEqual = "GreaterEqual" // EnumOfConstraintTypeForCreateLensPolicyInputLess is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputLess = "Less" // EnumOfConstraintTypeForCreateLensPolicyInputLessEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputLessEqual = "LessEqual" // EnumOfConstraintTypeForCreateLensPolicyInputEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputEqual = "Equal" // EnumOfConstraintTypeForCreateLensPolicyInputContain is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputContain = "Contain" // EnumOfConstraintTypeForCreateLensPolicyInputPrefix is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputPrefix = "Prefix" // EnumOfConstraintTypeForCreateLensPolicyInputNotEqual is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputNotEqual = "NotEqual" // EnumOfConstraintTypeForCreateLensPolicyInputNotContain is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputNotContain = "NotContain" // EnumOfConstraintTypeForCreateLensPolicyInputNotPrefix is a EnumOfConstraintTypeForCreateLensPolicyInput enum value EnumOfConstraintTypeForCreateLensPolicyInputNotPrefix = "NotPrefix" )
const ( // EnumOfDimensionForCreateLensPolicyInputSize is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputSize = "Size" // EnumOfDimensionForCreateLensPolicyInputCreationTime is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputCreationTime = "CreationTime" // EnumOfDimensionForCreateLensPolicyInputAccessTime is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputAccessTime = "AccessTime" // EnumOfDimensionForCreateLensPolicyInputChangeTime is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputChangeTime = "ChangeTime" // EnumOfDimensionForCreateLensPolicyInputModifyTime is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputModifyTime = "ModifyTime" // EnumOfDimensionForCreateLensPolicyInputType is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputType = "Type" // EnumOfDimensionForCreateLensPolicyInputExtension is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputExtension = "Extension" // EnumOfDimensionForCreateLensPolicyInputName is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputName = "Name" // EnumOfDimensionForCreateLensPolicyInputPath is a EnumOfDimensionForCreateLensPolicyInput enum value EnumOfDimensionForCreateLensPolicyInputPath = "Path" )
const ( // EnumOfLogicOperatorForCreateLensPolicyInputOr is a EnumOfLogicOperatorForCreateLensPolicyInput enum value EnumOfLogicOperatorForCreateLensPolicyInputOr = "Or" // EnumOfLogicOperatorForCreateLensPolicyInputAnd is a EnumOfLogicOperatorForCreateLensPolicyInput enum value EnumOfLogicOperatorForCreateLensPolicyInputAnd = "And" // EnumOfLogicOperatorForCreateLensPolicyInputAndNot is a EnumOfLogicOperatorForCreateLensPolicyInput enum value EnumOfLogicOperatorForCreateLensPolicyInputAndNot = "AndNot" )
const ( // EnumOfMaxValueUnitForCreateLensPolicyInputByte is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputByte = "Byte" // EnumOfMaxValueUnitForCreateLensPolicyInputKiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputKiB = "KiB" // EnumOfMaxValueUnitForCreateLensPolicyInputMiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputMiB = "MiB" // EnumOfMaxValueUnitForCreateLensPolicyInputGiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputGiB = "GiB" // EnumOfMaxValueUnitForCreateLensPolicyInputTiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputTiB = "TiB" // EnumOfMaxValueUnitForCreateLensPolicyInputPiB is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputPiB = "PiB" // EnumOfMaxValueUnitForCreateLensPolicyInputDay is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputDay = "Day" // EnumOfMaxValueUnitForCreateLensPolicyInputSecond is a EnumOfMaxValueUnitForCreateLensPolicyInput enum value EnumOfMaxValueUnitForCreateLensPolicyInputSecond = "Second" )
const ( // EnumOfMinValueUnitForCreateLensPolicyInputByte is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputByte = "Byte" // EnumOfMinValueUnitForCreateLensPolicyInputKiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputKiB = "KiB" // EnumOfMinValueUnitForCreateLensPolicyInputMiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputMiB = "MiB" // EnumOfMinValueUnitForCreateLensPolicyInputGiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputGiB = "GiB" // EnumOfMinValueUnitForCreateLensPolicyInputTiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputTiB = "TiB" // EnumOfMinValueUnitForCreateLensPolicyInputPiB is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputPiB = "PiB" // EnumOfMinValueUnitForCreateLensPolicyInputDay is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputDay = "Day" // EnumOfMinValueUnitForCreateLensPolicyInputSecond is a EnumOfMinValueUnitForCreateLensPolicyInput enum value EnumOfMinValueUnitForCreateLensPolicyInputSecond = "Second" )
const ( // EnumOfUnitForCreateLensPolicyInputNull is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputNull = "Null" // EnumOfUnitForCreateLensPolicyInputByte is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputByte = "Byte" // EnumOfUnitForCreateLensPolicyInputKiB is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputKiB = "KiB" // EnumOfUnitForCreateLensPolicyInputMiB is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputMiB = "MiB" // EnumOfUnitForCreateLensPolicyInputGiB is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputGiB = "GiB" // EnumOfUnitForCreateLensPolicyInputTiB is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputTiB = "TiB" // EnumOfUnitForCreateLensPolicyInputPiB is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputPiB = "PiB" // EnumOfUnitForCreateLensPolicyInputDay is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputDay = "Day" // EnumOfUnitForCreateLensPolicyInputSecond is a EnumOfUnitForCreateLensPolicyInput enum value EnumOfUnitForCreateLensPolicyInputSecond = "Second" )
const ( // EnumOfValueTypeForCreateLensPolicyInputStorageUnit is a EnumOfValueTypeForCreateLensPolicyInput enum value EnumOfValueTypeForCreateLensPolicyInputStorageUnit = "StorageUnit" // EnumOfValueTypeForCreateLensPolicyInputTimestamp is a EnumOfValueTypeForCreateLensPolicyInput enum value EnumOfValueTypeForCreateLensPolicyInputTimestamp = "Timestamp" // EnumOfValueTypeForCreateLensPolicyInputRelativeTime is a EnumOfValueTypeForCreateLensPolicyInput enum value EnumOfValueTypeForCreateLensPolicyInputRelativeTime = "RelativeTime" // EnumOfValueTypeForCreateLensPolicyInputText is a EnumOfValueTypeForCreateLensPolicyInput enum value EnumOfValueTypeForCreateLensPolicyInputText = "Text" )
const ( // EnumOfAnalysisAttrListForCreateLensTaskInputInode is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputInode = "Inode" // EnumOfAnalysisAttrListForCreateLensTaskInputMode is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputMode = "Mode" // EnumOfAnalysisAttrListForCreateLensTaskInputNlink is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputNlink = "NLink" // EnumOfAnalysisAttrListForCreateLensTaskInputSize is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputSize = "Size" // EnumOfAnalysisAttrListForCreateLensTaskInputCreationTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputCreationTime = "CreationTime" // EnumOfAnalysisAttrListForCreateLensTaskInputAccessTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputAccessTime = "AccessTime" // EnumOfAnalysisAttrListForCreateLensTaskInputChangeTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputChangeTime = "ChangeTime" // EnumOfAnalysisAttrListForCreateLensTaskInputModifyTime is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputModifyTime = "ModifyTime" // EnumOfAnalysisAttrListForCreateLensTaskInputType is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputType = "Type" // EnumOfAnalysisAttrListForCreateLensTaskInputExtension is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputExtension = "Extension" // EnumOfAnalysisAttrListForCreateLensTaskInputName is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputName = "Name" // EnumOfAnalysisAttrListForCreateLensTaskInputPath is a EnumOfAnalysisAttrListForCreateLensTaskInput enum value EnumOfAnalysisAttrListForCreateLensTaskInputPath = "Path" )
const ( // EnumOfConflictPolicyForCreateLensTaskInputConflict is a EnumOfConflictPolicyForCreateLensTaskInput enum value EnumOfConflictPolicyForCreateLensTaskInputConflict = "Conflict" // EnumOfConflictPolicyForCreateLensTaskInputEnqueue is a EnumOfConflictPolicyForCreateLensTaskInput enum value EnumOfConflictPolicyForCreateLensTaskInputEnqueue = "Enqueue" )
const ( // EnumOfExportAttrListForCreateLensTaskInputInode is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputInode = "Inode" // EnumOfExportAttrListForCreateLensTaskInputMode is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputMode = "Mode" // EnumOfExportAttrListForCreateLensTaskInputNlink is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputNlink = "NLink" // EnumOfExportAttrListForCreateLensTaskInputSize is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputSize = "Size" // EnumOfExportAttrListForCreateLensTaskInputCreationTime is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputCreationTime = "CreationTime" // EnumOfExportAttrListForCreateLensTaskInputAccessTime is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputAccessTime = "AccessTime" // EnumOfExportAttrListForCreateLensTaskInputChangeTime is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputChangeTime = "ChangeTime" // EnumOfExportAttrListForCreateLensTaskInputModifyTime is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputModifyTime = "ModifyTime" // EnumOfExportAttrListForCreateLensTaskInputType is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputType = "Type" // EnumOfExportAttrListForCreateLensTaskInputExtension is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputExtension = "Extension" // EnumOfExportAttrListForCreateLensTaskInputName is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputName = "Name" // EnumOfExportAttrListForCreateLensTaskInputPath is a EnumOfExportAttrListForCreateLensTaskInput enum value EnumOfExportAttrListForCreateLensTaskInputPath = "Path" )
const ( // EnumOfLensTaskContentListForCreateLensTaskInputMetadataExport is a EnumOfLensTaskContentListForCreateLensTaskInput enum value EnumOfLensTaskContentListForCreateLensTaskInputMetadataExport = "MetadataExport" // EnumOfLensTaskContentListForCreateLensTaskInputMetadataAnalyze is a EnumOfLensTaskContentListForCreateLensTaskInput enum value EnumOfLensTaskContentListForCreateLensTaskInputMetadataAnalyze = "MetadataAnalyze" // EnumOfLensTaskContentListForCreateLensTaskInputCapacityStat is a EnumOfLensTaskContentListForCreateLensTaskInput enum value EnumOfLensTaskContentListForCreateLensTaskInputCapacityStat = "CapacityStat" )
const ( // EnumOfOnceRunTimingForCreateLensTaskInputNow is a EnumOfOnceRunTimingForCreateLensTaskInput enum value EnumOfOnceRunTimingForCreateLensTaskInputNow = "Now" // EnumOfOnceRunTimingForCreateLensTaskInputLater is a EnumOfOnceRunTimingForCreateLensTaskInput enum value EnumOfOnceRunTimingForCreateLensTaskInputLater = "Later" )
const ( // EnumOfPeriodUnitForCreateLensTaskInputHour is a EnumOfPeriodUnitForCreateLensTaskInput enum value EnumOfPeriodUnitForCreateLensTaskInputHour = "Hour" // EnumOfPeriodUnitForCreateLensTaskInputDay is a EnumOfPeriodUnitForCreateLensTaskInput enum value EnumOfPeriodUnitForCreateLensTaskInputDay = "Day" // EnumOfPeriodUnitForCreateLensTaskInputWeek is a EnumOfPeriodUnitForCreateLensTaskInput enum value EnumOfPeriodUnitForCreateLensTaskInputWeek = "Week" // EnumOfPeriodUnitForCreateLensTaskInputMonth is a EnumOfPeriodUnitForCreateLensTaskInput enum value EnumOfPeriodUnitForCreateLensTaskInputMonth = "Month" )
const ( // EnumOfScheduleTypeForCreateLensTaskInputOnce is a EnumOfScheduleTypeForCreateLensTaskInput enum value EnumOfScheduleTypeForCreateLensTaskInputOnce = "Once" // EnumOfScheduleTypeForCreateLensTaskInputTimed is a EnumOfScheduleTypeForCreateLensTaskInput enum value EnumOfScheduleTypeForCreateLensTaskInputTimed = "Timed" )
const ( // EnumOfAuditEventListForDescribeAuditsOutputRename is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputRename = "RENAME" // EnumOfAuditEventListForDescribeAuditsOutputRmdir is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputRmdir = "RMDIR" // EnumOfAuditEventListForDescribeAuditsOutputUnlink is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputUnlink = "UNLINK" // EnumOfAuditEventListForDescribeAuditsOutputOpen is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputOpen = "OPEN" // EnumOfAuditEventListForDescribeAuditsOutputCreate is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputCreate = "CREATE" // EnumOfAuditEventListForDescribeAuditsOutputClose is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputClose = "CLOSE" // EnumOfAuditEventListForDescribeAuditsOutputAccessDenied is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputAccessDenied = "ACCESS_DENIED" // EnumOfAuditEventListForDescribeAuditsOutputAclchange is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputAclchange = "ACLCHANGE" // EnumOfAuditEventListForDescribeAuditsOutputXattrchange is a EnumOfAuditEventListForDescribeAuditsOutput enum value EnumOfAuditEventListForDescribeAuditsOutputXattrchange = "XATTRCHANGE" )
const ( // EnumOfStatusForDescribeAuditsOutputRunning is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputRunning = "Running" // EnumOfStatusForDescribeAuditsOutputStopping is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputStopping = "Stopping" // EnumOfStatusForDescribeAuditsOutputStopped is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputStopped = "Stopped" // EnumOfStatusForDescribeAuditsOutputAbnormal is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputAbnormal = "Abnormal" // EnumOfStatusForDescribeAuditsOutputCreating is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputCreating = "Creating" // EnumOfStatusForDescribeAuditsOutputStarting is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputStarting = "Starting" // EnumOfStatusForDescribeAuditsOutputUpdating is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputUpdating = "Updating" // EnumOfStatusForDescribeAuditsOutputDeleting is a EnumOfStatusForDescribeAuditsOutput enum value EnumOfStatusForDescribeAuditsOutputDeleting = "Deleting" )
const ( // EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value EnumOfDataTypeForDescribeDataFlowTasksOutputMetadata = "Metadata" // EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData is a EnumOfDataTypeForDescribeDataFlowTasksOutput enum value EnumOfDataTypeForDescribeDataFlowTasksOutputMetaAndData = "MetaAndData" )
const ( // EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputSkip = "Skip" // EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile is a EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput enum value EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutputNormalFile = "NormalFile" )
const ( // EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeOnlyFs is a EnumOfRuleForDescribeDataFlowTasksOutput enum value EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeOnlyFs = "DELETE_TYPE_ONLY_FS" // EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeFsWithLatestObject is a EnumOfRuleForDescribeDataFlowTasksOutput enum value EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeFsWithLatestObject = "DELETE_TYPE_FS_WITH_LATEST_OBJECT" // EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeFsWithAllversionObject is a EnumOfRuleForDescribeDataFlowTasksOutput enum value EnumOfRuleForDescribeDataFlowTasksOutputDeleteTypeFsWithAllversionObject = "DELETE_TYPE_FS_WITH_ALLVERSION_OBJECT" )
const ( // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputSkip is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputSkip = "Skip" // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputKeepLatest is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputKeepLatest = "KeepLatest" // EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputOverWrite is a EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput enum value EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutputOverWrite = "OverWrite" )
const ( // EnumOfStatusForDescribeDataFlowTasksOutputCreating is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCreating = "Creating" // EnumOfStatusForDescribeDataFlowTasksOutputRunning is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputRunning = "Running" // EnumOfStatusForDescribeDataFlowTasksOutputFinished is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputFinished = "Finished" // EnumOfStatusForDescribeDataFlowTasksOutputCanceling is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCanceling = "Canceling" // EnumOfStatusForDescribeDataFlowTasksOutputCanceled is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputCanceled = "Canceled" // EnumOfStatusForDescribeDataFlowTasksOutputDeleting is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputDeleting = "Deleting" // EnumOfStatusForDescribeDataFlowTasksOutputError is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputError = "Error" // EnumOfStatusForDescribeDataFlowTasksOutputDeleted is a EnumOfStatusForDescribeDataFlowTasksOutput enum value EnumOfStatusForDescribeDataFlowTasksOutputDeleted = "Deleted" )
const ( // EnumOfTaskActionForDescribeDataFlowTasksInputImport is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputImport = "Import" // EnumOfTaskActionForDescribeDataFlowTasksInputExport is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputExport = "Export" // EnumOfTaskActionForDescribeDataFlowTasksInputInventory is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputInventory = "Inventory" // EnumOfTaskActionForDescribeDataFlowTasksInputDelete is a EnumOfTaskActionForDescribeDataFlowTasksInput enum value EnumOfTaskActionForDescribeDataFlowTasksInputDelete = "Delete" )
const ( // EnumOfTaskActionForDescribeDataFlowTasksOutputImport is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputImport = "Import" // EnumOfTaskActionForDescribeDataFlowTasksOutputExport is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputExport = "Export" // EnumOfTaskActionForDescribeDataFlowTasksOutputInventory is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputInventory = "Inventory" // EnumOfTaskActionForDescribeDataFlowTasksOutputDelete is a EnumOfTaskActionForDescribeDataFlowTasksOutput enum value EnumOfTaskActionForDescribeDataFlowTasksOutputDelete = "Delete" )
const ( // EnumOfTypeForDescribeDataFlowTasksOutputTotalFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputTotalFiles = "TotalFiles" // EnumOfTypeForDescribeDataFlowTasksOutputFailedFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputFailedFiles = "FailedFiles" // EnumOfTypeForDescribeDataFlowTasksOutputSuccessFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputSuccessFiles = "SuccessFiles" // EnumOfTypeForDescribeDataFlowTasksOutputInventoryFiles is a EnumOfTypeForDescribeDataFlowTasksOutput enum value EnumOfTypeForDescribeDataFlowTasksOutputInventoryFiles = "InventoryFiles" )
const ( // EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value EnumOfLanguageCodeForDescribeFileSystemStatisticsInputZh = "zh" // EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn is a EnumOfLanguageCodeForDescribeFileSystemStatisticsInput enum value EnumOfLanguageCodeForDescribeFileSystemStatisticsInputEn = "en" )
const ( // EnumOfChargeStatusForDescribeFileSystemsOutputInit is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputInit = "Init" // EnumOfChargeStatusForDescribeFileSystemsOutputNormal is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputNormal = "Normal" // EnumOfChargeStatusForDescribeFileSystemsOutputOverdue is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputOverdue = "Overdue" // EnumOfChargeStatusForDescribeFileSystemsOutputUnpaid is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputUnpaid = "Unpaid" // EnumOfChargeStatusForDescribeFileSystemsOutputNeedNotCharge is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputNeedNotCharge = "NeedNotCharge" // EnumOfChargeStatusForDescribeFileSystemsOutputChargeFailed is a EnumOfChargeStatusForDescribeFileSystemsOutput enum value EnumOfChargeStatusForDescribeFileSystemsOutputChargeFailed = "ChargeFailed" )
const ( // EnumOfKeyForDescribeFileSystemsInputChargeType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputChargeType = "ChargeType" // EnumOfKeyForDescribeFileSystemsInputFileSystemType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputFileSystemType = "FileSystemType" // EnumOfKeyForDescribeFileSystemsInputStoreType is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStoreType = "StoreType" // EnumOfKeyForDescribeFileSystemsInputFileSystemName is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputFileSystemName = "FileSystemName" // EnumOfKeyForDescribeFileSystemsInputStatus is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputStatus = "Status" // EnumOfKeyForDescribeFileSystemsInputZoneId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputZoneId = "ZoneId" // EnumOfKeyForDescribeFileSystemsInputProtocol is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputProtocol = "Protocol" // EnumOfKeyForDescribeFileSystemsInputAccountId is a EnumOfKeyForDescribeFileSystemsInput enum value EnumOfKeyForDescribeFileSystemsInputAccountId = "AccountId" )
const ( // EnumOfLanguageCodeForDescribeFileSystemsInputZh is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value EnumOfLanguageCodeForDescribeFileSystemsInputZh = "zh" // EnumOfLanguageCodeForDescribeFileSystemsInputEn is a EnumOfLanguageCodeForDescribeFileSystemsInput enum value EnumOfLanguageCodeForDescribeFileSystemsInputEn = "en" )
const ( // EnumOfOrderByForDescribeFileSystemsInputCreateTimeDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeFileSystemsInputCreateTimeAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeFileSystemsInputCapacityDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCapacityDesc = "CapacityDesc" // EnumOfOrderByForDescribeFileSystemsInputCapacityAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputCapacityAsc = "CapacityAsc" // EnumOfOrderByForDescribeFileSystemsInputIdDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputIdDesc = "IdDesc" // EnumOfOrderByForDescribeFileSystemsInputIdAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputIdAsc = "IdAsc" // EnumOfOrderByForDescribeFileSystemsInputVersionNumberDesc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputVersionNumberDesc = "VersionNumberDesc" // EnumOfOrderByForDescribeFileSystemsInputVersionNumberAsc is a EnumOfOrderByForDescribeFileSystemsInput enum value EnumOfOrderByForDescribeFileSystemsInputVersionNumberAsc = "VersionNumberAsc" )
const ( // EnumOfProtocolTypeForDescribeFileSystemsOutputNfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputNfs = "NFS" // EnumOfProtocolTypeForDescribeFileSystemsOutputSmb is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputSmb = "SMB" // EnumOfProtocolTypeForDescribeFileSystemsOutputVePfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputVePfs = "VePFS" // EnumOfProtocolTypeForDescribeFileSystemsOutputFsx is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value EnumOfProtocolTypeForDescribeFileSystemsOutputFsx = "FSX" )
const ( // EnumOfStatusForDescribeFileSystemsOutputCreating is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputCreating = "Creating" // EnumOfStatusForDescribeFileSystemsOutputCreateError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputCreateError = "CreateError" // EnumOfStatusForDescribeFileSystemsOutputRunning is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputRunning = "Running" // EnumOfStatusForDescribeFileSystemsOutputUpdating is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpdating = "Updating" // EnumOfStatusForDescribeFileSystemsOutputUpdateError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpdateError = "UpdateError" // EnumOfStatusForDescribeFileSystemsOutputUpgrading is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpgrading = "Upgrading" // EnumOfStatusForDescribeFileSystemsOutputUpgradeError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputUpgradeError = "UpgradeError" // EnumOfStatusForDescribeFileSystemsOutputExpanding is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputExpanding = "Expanding" // EnumOfStatusForDescribeFileSystemsOutputExpandError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputExpandError = "ExpandError" // EnumOfStatusForDescribeFileSystemsOutputDeleting is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleting = "Deleting" // EnumOfStatusForDescribeFileSystemsOutputDeleteError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeFileSystemsOutputDeleted is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDeleted = "Deleted" // EnumOfStatusForDescribeFileSystemsOutputAttaching is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputAttaching = "Attaching" // EnumOfStatusForDescribeFileSystemsOutputAttachError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputAttachError = "AttachError" // EnumOfStatusForDescribeFileSystemsOutputDetaching is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDetaching = "Detaching" // EnumOfStatusForDescribeFileSystemsOutputDetachError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputDetachError = "DetachError" // EnumOfStatusForDescribeFileSystemsOutputStopped is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputStopped = "Stopped" // EnumOfStatusForDescribeFileSystemsOutputError is a EnumOfStatusForDescribeFileSystemsOutput enum value EnumOfStatusForDescribeFileSystemsOutputError = "Error" )
const ( // EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputSystem = "System" // EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom" )
const ( // EnumOfKeyForDescribeFilesetsInputFilesetName is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetName = "FilesetName" // EnumOfKeyForDescribeFilesetsInputFilesetId is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetId = "FilesetId" // EnumOfKeyForDescribeFilesetsInputFilesetPath is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputFilesetPath = "FilesetPath" // EnumOfKeyForDescribeFilesetsInputStatus is a EnumOfKeyForDescribeFilesetsInput enum value EnumOfKeyForDescribeFilesetsInputStatus = "Status" )
const ( // EnumOfOrderByForDescribeFilesetsInputCreateTimeDesc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeFilesetsInputCreateTimeAsc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeFilesetsInputNameDesc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputNameDesc = "NameDesc" // EnumOfOrderByForDescribeFilesetsInputNameAsc is a EnumOfOrderByForDescribeFilesetsInput enum value EnumOfOrderByForDescribeFilesetsInputNameAsc = "NameAsc" )
const ( // EnumOfStatusForDescribeFilesetsOutputCreating is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputCreating = "Creating" // EnumOfStatusForDescribeFilesetsOutputCreateError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputCreateError = "CreateError" // EnumOfStatusForDescribeFilesetsOutputRunning is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputRunning = "Running" // EnumOfStatusForDescribeFilesetsOutputUpdating is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputUpdating = "Updating" // EnumOfStatusForDescribeFilesetsOutputUpdateError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputUpdateError = "UpdateError" // EnumOfStatusForDescribeFilesetsOutputDeleting is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleting = "Deleting" // EnumOfStatusForDescribeFilesetsOutputDeleteError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleteError = "DeleteError" // EnumOfStatusForDescribeFilesetsOutputDeleted is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputDeleted = "Deleted" // EnumOfStatusForDescribeFilesetsOutputError is a EnumOfStatusForDescribeFilesetsOutput enum value EnumOfStatusForDescribeFilesetsOutputError = "Error" )
const ( // ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputOr is a ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput enum value ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputOr = "Or" // ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputAnd is a ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput enum value ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutputAnd = "And" )
const ( // EnumOfConstraintTypeForDescribeLensPoliciesOutputBefore is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputBefore = "Before" // EnumOfConstraintTypeForDescribeLensPoliciesOutputUntilNow is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputUntilNow = "UntilNow" // EnumOfConstraintTypeForDescribeLensPoliciesOutputBetween is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputBetween = "Between" // EnumOfConstraintTypeForDescribeLensPoliciesOutputGreater is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputGreater = "Greater" // EnumOfConstraintTypeForDescribeLensPoliciesOutputGreaterEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputGreaterEqual = "GreaterEqual" // EnumOfConstraintTypeForDescribeLensPoliciesOutputLess is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputLess = "Less" // EnumOfConstraintTypeForDescribeLensPoliciesOutputLessEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputLessEqual = "LessEqual" // EnumOfConstraintTypeForDescribeLensPoliciesOutputEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputEqual = "Equal" // EnumOfConstraintTypeForDescribeLensPoliciesOutputContain is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputContain = "Contain" // EnumOfConstraintTypeForDescribeLensPoliciesOutputPrefix is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputPrefix = "Prefix" // EnumOfConstraintTypeForDescribeLensPoliciesOutputNotEqual is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputNotEqual = "NotEqual" // EnumOfConstraintTypeForDescribeLensPoliciesOutputNotContain is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputNotContain = "NotContain" // EnumOfConstraintTypeForDescribeLensPoliciesOutputNotPrefix is a EnumOfConstraintTypeForDescribeLensPoliciesOutput enum value EnumOfConstraintTypeForDescribeLensPoliciesOutputNotPrefix = "NotPrefix" )
const ( // EnumOfDimensionForDescribeLensPoliciesOutputSize is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputSize = "Size" // EnumOfDimensionForDescribeLensPoliciesOutputCreationTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputCreationTime = "CreationTime" // EnumOfDimensionForDescribeLensPoliciesOutputAccessTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputAccessTime = "AccessTime" // EnumOfDimensionForDescribeLensPoliciesOutputChangeTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputChangeTime = "ChangeTime" // EnumOfDimensionForDescribeLensPoliciesOutputModifyTime is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputModifyTime = "ModifyTime" // EnumOfDimensionForDescribeLensPoliciesOutputType is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputType = "Type" // EnumOfDimensionForDescribeLensPoliciesOutputExtension is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputExtension = "Extension" // EnumOfDimensionForDescribeLensPoliciesOutputName is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputName = "Name" // EnumOfDimensionForDescribeLensPoliciesOutputPath is a EnumOfDimensionForDescribeLensPoliciesOutput enum value EnumOfDimensionForDescribeLensPoliciesOutputPath = "Path" )
const ( // EnumOfLogicOperatorForDescribeLensPoliciesOutputOr is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value EnumOfLogicOperatorForDescribeLensPoliciesOutputOr = "Or" // EnumOfLogicOperatorForDescribeLensPoliciesOutputAnd is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value EnumOfLogicOperatorForDescribeLensPoliciesOutputAnd = "And" // EnumOfLogicOperatorForDescribeLensPoliciesOutputAndNot is a EnumOfLogicOperatorForDescribeLensPoliciesOutput enum value EnumOfLogicOperatorForDescribeLensPoliciesOutputAndNot = "AndNot" )
const ( // EnumOfMaxValueUnitForDescribeLensPoliciesOutputByte is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputByte = "Byte" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputKiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputKiB = "KiB" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputMiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputMiB = "MiB" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputGiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputGiB = "GiB" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputTiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputTiB = "TiB" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputPiB is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputPiB = "PiB" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputDay is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputDay = "Day" // EnumOfMaxValueUnitForDescribeLensPoliciesOutputSecond is a EnumOfMaxValueUnitForDescribeLensPoliciesOutput enum value EnumOfMaxValueUnitForDescribeLensPoliciesOutputSecond = "Second" )
const ( // EnumOfMinValueUnitForDescribeLensPoliciesOutputByte is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputByte = "Byte" // EnumOfMinValueUnitForDescribeLensPoliciesOutputKiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputKiB = "KiB" // EnumOfMinValueUnitForDescribeLensPoliciesOutputMiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputMiB = "MiB" // EnumOfMinValueUnitForDescribeLensPoliciesOutputGiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputGiB = "GiB" // EnumOfMinValueUnitForDescribeLensPoliciesOutputTiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputTiB = "TiB" // EnumOfMinValueUnitForDescribeLensPoliciesOutputPiB is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputPiB = "PiB" // EnumOfMinValueUnitForDescribeLensPoliciesOutputDay is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputDay = "Day" // EnumOfMinValueUnitForDescribeLensPoliciesOutputSecond is a EnumOfMinValueUnitForDescribeLensPoliciesOutput enum value EnumOfMinValueUnitForDescribeLensPoliciesOutputSecond = "Second" )
const ( // EnumOfUnitForDescribeLensPoliciesOutputNull is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputNull = "Null" // EnumOfUnitForDescribeLensPoliciesOutputByte is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputByte = "Byte" // EnumOfUnitForDescribeLensPoliciesOutputKiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputKiB = "KiB" // EnumOfUnitForDescribeLensPoliciesOutputMiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputMiB = "MiB" // EnumOfUnitForDescribeLensPoliciesOutputGiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputGiB = "GiB" // EnumOfUnitForDescribeLensPoliciesOutputTiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputTiB = "TiB" // EnumOfUnitForDescribeLensPoliciesOutputPiB is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputPiB = "PiB" // EnumOfUnitForDescribeLensPoliciesOutputDay is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputDay = "Day" // EnumOfUnitForDescribeLensPoliciesOutputSecond is a EnumOfUnitForDescribeLensPoliciesOutput enum value EnumOfUnitForDescribeLensPoliciesOutputSecond = "Second" )
const ( // EnumOfValueTypeForDescribeLensPoliciesOutputStorageUnit is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value EnumOfValueTypeForDescribeLensPoliciesOutputStorageUnit = "StorageUnit" // EnumOfValueTypeForDescribeLensPoliciesOutputTimestamp is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value EnumOfValueTypeForDescribeLensPoliciesOutputTimestamp = "Timestamp" // EnumOfValueTypeForDescribeLensPoliciesOutputRelativeTime is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value EnumOfValueTypeForDescribeLensPoliciesOutputRelativeTime = "RelativeTime" // EnumOfValueTypeForDescribeLensPoliciesOutputText is a EnumOfValueTypeForDescribeLensPoliciesOutput enum value EnumOfValueTypeForDescribeLensPoliciesOutputText = "Text" )
const ( // ConvertEnumOfStatusForDescribeLensServicesOutputRunning is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputRunning = "Running" // ConvertEnumOfStatusForDescribeLensServicesOutputStopped is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputStopped = "Stopped" // ConvertEnumOfStatusForDescribeLensServicesOutputStarting is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputStarting = "Starting" // ConvertEnumOfStatusForDescribeLensServicesOutputStopping is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputStopping = "Stopping" // ConvertEnumOfStatusForDescribeLensServicesOutputFailed is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputFailed = "Failed" // ConvertEnumOfStatusForDescribeLensServicesOutputUpdating is a ConvertEnumOfStatusForDescribeLensServicesOutput enum value ConvertEnumOfStatusForDescribeLensServicesOutputUpdating = "Updating" )
const ( // EnumOfFeatureForDescribeLensServicesOutputCustom is a EnumOfFeatureForDescribeLensServicesOutput enum value EnumOfFeatureForDescribeLensServicesOutputCustom = "Custom" // EnumOfFeatureForDescribeLensServicesOutputSystem is a EnumOfFeatureForDescribeLensServicesOutput enum value EnumOfFeatureForDescribeLensServicesOutputSystem = "System" )
const ( // EnumOfStatusForDescribeLensServicesInputRunning is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputRunning = "Running" // EnumOfStatusForDescribeLensServicesInputStopped is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputStopped = "Stopped" // EnumOfStatusForDescribeLensServicesInputStarting is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputStarting = "Starting" // EnumOfStatusForDescribeLensServicesInputStopping is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputStopping = "Stopping" // EnumOfStatusForDescribeLensServicesInputFailed is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputFailed = "Failed" // EnumOfStatusForDescribeLensServicesInputUpdating is a EnumOfStatusForDescribeLensServicesInput enum value EnumOfStatusForDescribeLensServicesInputUpdating = "Updating" )
const ( // EnumOfStatusForDescribeLensServicesOutputRunning is a EnumOfStatusForDescribeLensServicesOutput enum value EnumOfStatusForDescribeLensServicesOutputRunning = "Running" // EnumOfStatusForDescribeLensServicesOutputStopped is a EnumOfStatusForDescribeLensServicesOutput enum value EnumOfStatusForDescribeLensServicesOutputStopped = "Stopped" // EnumOfStatusForDescribeLensServicesOutputStarting is a EnumOfStatusForDescribeLensServicesOutput enum value EnumOfStatusForDescribeLensServicesOutputStarting = "Starting" // EnumOfStatusForDescribeLensServicesOutputStopping is a EnumOfStatusForDescribeLensServicesOutput enum value EnumOfStatusForDescribeLensServicesOutputStopping = "Stopping" // EnumOfStatusForDescribeLensServicesOutputFailed is a EnumOfStatusForDescribeLensServicesOutput enum value EnumOfStatusForDescribeLensServicesOutputFailed = "Failed" )
const ( // ConvertEnumOfLogicOperatorForDescribeLensTasksOutputOr is a ConvertEnumOfLogicOperatorForDescribeLensTasksOutput enum value ConvertEnumOfLogicOperatorForDescribeLensTasksOutputOr = "Or" // ConvertEnumOfLogicOperatorForDescribeLensTasksOutputAnd is a ConvertEnumOfLogicOperatorForDescribeLensTasksOutput enum value ConvertEnumOfLogicOperatorForDescribeLensTasksOutputAnd = "And" )
const ( // EnumOfAnalysisAttrListForDescribeLensTasksOutputInode is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputInode = "Inode" // EnumOfAnalysisAttrListForDescribeLensTasksOutputMode is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputMode = "Mode" // EnumOfAnalysisAttrListForDescribeLensTasksOutputNlink is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputNlink = "NLink" // EnumOfAnalysisAttrListForDescribeLensTasksOutputSize is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputSize = "Size" // EnumOfAnalysisAttrListForDescribeLensTasksOutputCreationTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputCreationTime = "CreationTime" // EnumOfAnalysisAttrListForDescribeLensTasksOutputAccessTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputAccessTime = "AccessTime" // EnumOfAnalysisAttrListForDescribeLensTasksOutputChangeTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputChangeTime = "ChangeTime" // EnumOfAnalysisAttrListForDescribeLensTasksOutputModifyTime is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputModifyTime = "ModifyTime" // EnumOfAnalysisAttrListForDescribeLensTasksOutputType is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputType = "Type" // EnumOfAnalysisAttrListForDescribeLensTasksOutputExtension is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputExtension = "Extension" // EnumOfAnalysisAttrListForDescribeLensTasksOutputName is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputName = "Name" // EnumOfAnalysisAttrListForDescribeLensTasksOutputPath is a EnumOfAnalysisAttrListForDescribeLensTasksOutput enum value EnumOfAnalysisAttrListForDescribeLensTasksOutputPath = "Path" )
const ( // EnumOfConflictPolicyForDescribeLensTasksOutputConflict is a EnumOfConflictPolicyForDescribeLensTasksOutput enum value EnumOfConflictPolicyForDescribeLensTasksOutputConflict = "Conflict" // EnumOfConflictPolicyForDescribeLensTasksOutputEnqueue is a EnumOfConflictPolicyForDescribeLensTasksOutput enum value EnumOfConflictPolicyForDescribeLensTasksOutputEnqueue = "Enqueue" )
const ( // EnumOfConstraintTypeForDescribeLensTasksOutputBefore is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputBefore = "Before" // EnumOfConstraintTypeForDescribeLensTasksOutputUntilNow is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputUntilNow = "UntilNow" // EnumOfConstraintTypeForDescribeLensTasksOutputBetween is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputBetween = "Between" // EnumOfConstraintTypeForDescribeLensTasksOutputGreater is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputGreater = "Greater" // EnumOfConstraintTypeForDescribeLensTasksOutputGreaterEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputGreaterEqual = "GreaterEqual" // EnumOfConstraintTypeForDescribeLensTasksOutputLess is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputLess = "Less" // EnumOfConstraintTypeForDescribeLensTasksOutputLessEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputLessEqual = "LessEqual" // EnumOfConstraintTypeForDescribeLensTasksOutputEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputEqual = "Equal" // EnumOfConstraintTypeForDescribeLensTasksOutputContain is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputContain = "Contain" // EnumOfConstraintTypeForDescribeLensTasksOutputPrefix is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputPrefix = "Prefix" // EnumOfConstraintTypeForDescribeLensTasksOutputNotEqual is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputNotEqual = "NotEqual" // EnumOfConstraintTypeForDescribeLensTasksOutputNotContain is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputNotContain = "NotContain" // EnumOfConstraintTypeForDescribeLensTasksOutputNotPrefix is a EnumOfConstraintTypeForDescribeLensTasksOutput enum value EnumOfConstraintTypeForDescribeLensTasksOutputNotPrefix = "NotPrefix" )
const ( // EnumOfDimensionForDescribeLensTasksOutputSize is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputSize = "Size" // EnumOfDimensionForDescribeLensTasksOutputCreationTime is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputCreationTime = "CreationTime" // EnumOfDimensionForDescribeLensTasksOutputAccessTime is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputAccessTime = "AccessTime" // EnumOfDimensionForDescribeLensTasksOutputChangeTime is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputChangeTime = "ChangeTime" // EnumOfDimensionForDescribeLensTasksOutputModifyTime is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputModifyTime = "ModifyTime" // EnumOfDimensionForDescribeLensTasksOutputType is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputType = "Type" // EnumOfDimensionForDescribeLensTasksOutputExtension is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputExtension = "Extension" // EnumOfDimensionForDescribeLensTasksOutputName is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputName = "Name" // EnumOfDimensionForDescribeLensTasksOutputPath is a EnumOfDimensionForDescribeLensTasksOutput enum value EnumOfDimensionForDescribeLensTasksOutputPath = "Path" )
const ( // EnumOfExportAttrListForDescribeLensTasksOutputInode is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputInode = "Inode" // EnumOfExportAttrListForDescribeLensTasksOutputMode is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputMode = "Mode" // EnumOfExportAttrListForDescribeLensTasksOutputNlink is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputNlink = "NLink" // EnumOfExportAttrListForDescribeLensTasksOutputSize is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputSize = "Size" // EnumOfExportAttrListForDescribeLensTasksOutputCreationTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputCreationTime = "CreationTime" // EnumOfExportAttrListForDescribeLensTasksOutputAccessTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputAccessTime = "AccessTime" // EnumOfExportAttrListForDescribeLensTasksOutputChangeTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputChangeTime = "ChangeTime" // EnumOfExportAttrListForDescribeLensTasksOutputModifyTime is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputModifyTime = "ModifyTime" // EnumOfExportAttrListForDescribeLensTasksOutputType is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputType = "Type" // EnumOfExportAttrListForDescribeLensTasksOutputExtension is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputExtension = "Extension" // EnumOfExportAttrListForDescribeLensTasksOutputName is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputName = "Name" // EnumOfExportAttrListForDescribeLensTasksOutputPath is a EnumOfExportAttrListForDescribeLensTasksOutput enum value EnumOfExportAttrListForDescribeLensTasksOutputPath = "Path" )
const ( // EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataExport is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataExport = "MetadataExport" // EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataAnalyze is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value EnumOfLensTaskContentListForDescribeLensTasksOutputMetadataAnalyze = "MetadataAnalyze" // EnumOfLensTaskContentListForDescribeLensTasksOutputCapacityStat is a EnumOfLensTaskContentListForDescribeLensTasksOutput enum value EnumOfLensTaskContentListForDescribeLensTasksOutputCapacityStat = "CapacityStat" )
const ( // EnumOfLogicOperatorForDescribeLensTasksOutputOr is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value EnumOfLogicOperatorForDescribeLensTasksOutputOr = "Or" // EnumOfLogicOperatorForDescribeLensTasksOutputAnd is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value EnumOfLogicOperatorForDescribeLensTasksOutputAnd = "And" // EnumOfLogicOperatorForDescribeLensTasksOutputAndNot is a EnumOfLogicOperatorForDescribeLensTasksOutput enum value EnumOfLogicOperatorForDescribeLensTasksOutputAndNot = "AndNot" )
const ( // EnumOfMaxValueUnitForDescribeLensTasksOutputByte is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputByte = "Byte" // EnumOfMaxValueUnitForDescribeLensTasksOutputKiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputKiB = "KiB" // EnumOfMaxValueUnitForDescribeLensTasksOutputMiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputMiB = "MiB" // EnumOfMaxValueUnitForDescribeLensTasksOutputGiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputGiB = "GiB" // EnumOfMaxValueUnitForDescribeLensTasksOutputTiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputTiB = "TiB" // EnumOfMaxValueUnitForDescribeLensTasksOutputPiB is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputPiB = "PiB" // EnumOfMaxValueUnitForDescribeLensTasksOutputDay is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputDay = "Day" // EnumOfMaxValueUnitForDescribeLensTasksOutputSecond is a EnumOfMaxValueUnitForDescribeLensTasksOutput enum value EnumOfMaxValueUnitForDescribeLensTasksOutputSecond = "Second" )
const ( // EnumOfMinValueUnitForDescribeLensTasksOutputByte is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputByte = "Byte" // EnumOfMinValueUnitForDescribeLensTasksOutputKiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputKiB = "KiB" // EnumOfMinValueUnitForDescribeLensTasksOutputMiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputMiB = "MiB" // EnumOfMinValueUnitForDescribeLensTasksOutputGiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputGiB = "GiB" // EnumOfMinValueUnitForDescribeLensTasksOutputTiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputTiB = "TiB" // EnumOfMinValueUnitForDescribeLensTasksOutputPiB is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputPiB = "PiB" // EnumOfMinValueUnitForDescribeLensTasksOutputDay is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputDay = "Day" // EnumOfMinValueUnitForDescribeLensTasksOutputSecond is a EnumOfMinValueUnitForDescribeLensTasksOutput enum value EnumOfMinValueUnitForDescribeLensTasksOutputSecond = "Second" )
const ( // EnumOfOnceRunTimingForDescribeLensTasksOutputNow is a EnumOfOnceRunTimingForDescribeLensTasksOutput enum value EnumOfOnceRunTimingForDescribeLensTasksOutputNow = "Now" // EnumOfOnceRunTimingForDescribeLensTasksOutputLater is a EnumOfOnceRunTimingForDescribeLensTasksOutput enum value EnumOfOnceRunTimingForDescribeLensTasksOutputLater = "Later" )
const ( // EnumOfPeriodUnitForDescribeLensTasksOutputHour is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value EnumOfPeriodUnitForDescribeLensTasksOutputHour = "Hour" // EnumOfPeriodUnitForDescribeLensTasksOutputDay is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value EnumOfPeriodUnitForDescribeLensTasksOutputDay = "Day" // EnumOfPeriodUnitForDescribeLensTasksOutputWeek is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value EnumOfPeriodUnitForDescribeLensTasksOutputWeek = "Week" // EnumOfPeriodUnitForDescribeLensTasksOutputMonth is a EnumOfPeriodUnitForDescribeLensTasksOutput enum value EnumOfPeriodUnitForDescribeLensTasksOutputMonth = "Month" )
const ( // EnumOfScheduleTypeForDescribeLensTasksOutputOnce is a EnumOfScheduleTypeForDescribeLensTasksOutput enum value EnumOfScheduleTypeForDescribeLensTasksOutputOnce = "Once" // EnumOfScheduleTypeForDescribeLensTasksOutputTimed is a EnumOfScheduleTypeForDescribeLensTasksOutput enum value EnumOfScheduleTypeForDescribeLensTasksOutputTimed = "Timed" )
const ( // EnumOfStageForDescribeLensTasksOutputPending is a EnumOfStageForDescribeLensTasksOutput enum value EnumOfStageForDescribeLensTasksOutputPending = "Pending" // EnumOfStageForDescribeLensTasksOutputScanning is a EnumOfStageForDescribeLensTasksOutput enum value EnumOfStageForDescribeLensTasksOutputScanning = "Scanning" // EnumOfStageForDescribeLensTasksOutputProcessing is a EnumOfStageForDescribeLensTasksOutput enum value EnumOfStageForDescribeLensTasksOutputProcessing = "Processing" // EnumOfStageForDescribeLensTasksOutputGenerating is a EnumOfStageForDescribeLensTasksOutput enum value EnumOfStageForDescribeLensTasksOutputGenerating = "Generating" // EnumOfStageForDescribeLensTasksOutputGenerated is a EnumOfStageForDescribeLensTasksOutput enum value EnumOfStageForDescribeLensTasksOutputGenerated = "Generated" )
const ( // EnumOfStatusForDescribeLensTasksOutputCreating is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputCreating = "Creating" // EnumOfStatusForDescribeLensTasksOutputPending is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputPending = "Pending" // EnumOfStatusForDescribeLensTasksOutputStarting is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputStarting = "Starting" // EnumOfStatusForDescribeLensTasksOutputRunning is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputRunning = "Running" // EnumOfStatusForDescribeLensTasksOutputCanceling is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputCanceling = "Canceling" // EnumOfStatusForDescribeLensTasksOutputCompleted is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputCompleted = "Completed" // EnumOfStatusForDescribeLensTasksOutputCancelled is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputCancelled = "Cancelled" // EnumOfStatusForDescribeLensTasksOutputAbnormal is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputAbnormal = "Abnormal" // EnumOfStatusForDescribeLensTasksOutputConflicted is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputConflicted = "Conflicted" // EnumOfStatusForDescribeLensTasksOutputFailed is a EnumOfStatusForDescribeLensTasksOutput enum value EnumOfStatusForDescribeLensTasksOutputFailed = "Failed" )
const ( // EnumOfStatusListForDescribeLensTasksInputCreating is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputCreating = "Creating" // EnumOfStatusListForDescribeLensTasksInputPending is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputPending = "Pending" // EnumOfStatusListForDescribeLensTasksInputStarting is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputStarting = "Starting" // EnumOfStatusListForDescribeLensTasksInputRunning is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputRunning = "Running" // EnumOfStatusListForDescribeLensTasksInputCanceling is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputCanceling = "Canceling" // EnumOfStatusListForDescribeLensTasksInputCompleted is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputCompleted = "Completed" // EnumOfStatusListForDescribeLensTasksInputCancelled is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputCancelled = "Cancelled" // EnumOfStatusListForDescribeLensTasksInputAbnormal is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputAbnormal = "Abnormal" // EnumOfStatusListForDescribeLensTasksInputConflicted is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputConflicted = "Conflicted" // EnumOfStatusListForDescribeLensTasksInputFailed is a EnumOfStatusListForDescribeLensTasksInput enum value EnumOfStatusListForDescribeLensTasksInputFailed = "Failed" )
const ( // EnumOfUnitForDescribeLensTasksOutputNull is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputNull = "Null" // EnumOfUnitForDescribeLensTasksOutputByte is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputByte = "Byte" // EnumOfUnitForDescribeLensTasksOutputKiB is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputKiB = "KiB" // EnumOfUnitForDescribeLensTasksOutputMiB is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputMiB = "MiB" // EnumOfUnitForDescribeLensTasksOutputGiB is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputGiB = "GiB" // EnumOfUnitForDescribeLensTasksOutputTiB is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputTiB = "TiB" // EnumOfUnitForDescribeLensTasksOutputPiB is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputPiB = "PiB" // EnumOfUnitForDescribeLensTasksOutputDay is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputDay = "Day" // EnumOfUnitForDescribeLensTasksOutputSecond is a EnumOfUnitForDescribeLensTasksOutput enum value EnumOfUnitForDescribeLensTasksOutputSecond = "Second" )
const ( // EnumOfValueTypeForDescribeLensTasksOutputStorageUnit is a EnumOfValueTypeForDescribeLensTasksOutput enum value EnumOfValueTypeForDescribeLensTasksOutputStorageUnit = "StorageUnit" // EnumOfValueTypeForDescribeLensTasksOutputTimestamp is a EnumOfValueTypeForDescribeLensTasksOutput enum value EnumOfValueTypeForDescribeLensTasksOutputTimestamp = "Timestamp" // EnumOfValueTypeForDescribeLensTasksOutputRelativeTime is a EnumOfValueTypeForDescribeLensTasksOutput enum value EnumOfValueTypeForDescribeLensTasksOutputRelativeTime = "RelativeTime" // EnumOfValueTypeForDescribeLensTasksOutputText is a EnumOfValueTypeForDescribeLensTasksOutput enum value EnumOfValueTypeForDescribeLensTasksOutputText = "Text" )
const ( // EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputZh = "zh" // EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn is a EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput enum value EnumOfLanguageCodeForDescribeMountServiceNodeTypesInputEn = "en" )
const ( // EnumOfStatusForDescribeMountServiceNodeTypesOutputUnSold is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputUnSold = "UnSold" // EnumOfStatusForDescribeMountServiceNodeTypesOutputOnSale is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputOnSale = "OnSale" // EnumOfStatusForDescribeMountServiceNodeTypesOutputSoldOut is a EnumOfStatusForDescribeMountServiceNodeTypesOutput enum value EnumOfStatusForDescribeMountServiceNodeTypesOutputSoldOut = "SoldOut" )
const ( // ConvertEnumOfStatusForDescribeMountServicesOutputCreating is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputCreating = "Creating" // ConvertEnumOfStatusForDescribeMountServicesOutputCreateError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputCreateError = "CreateError" // ConvertEnumOfStatusForDescribeMountServicesOutputRunning is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputRunning = "Running" // ConvertEnumOfStatusForDescribeMountServicesOutputUpdating is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputUpdating = "Updating" // ConvertEnumOfStatusForDescribeMountServicesOutputUpdateError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputUpdateError = "UpdateError" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleting is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleting = "Deleting" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleteError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleteError = "DeleteError" // ConvertEnumOfStatusForDescribeMountServicesOutputDeleted is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDeleted = "Deleted" // ConvertEnumOfStatusForDescribeMountServicesOutputAttaching is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputAttaching = "Attaching" // ConvertEnumOfStatusForDescribeMountServicesOutputAttachError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputAttachError = "AttachError" // ConvertEnumOfStatusForDescribeMountServicesOutputDetaching is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDetaching = "Detaching" // ConvertEnumOfStatusForDescribeMountServicesOutputDetachError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputDetachError = "DetachError" // ConvertEnumOfStatusForDescribeMountServicesOutputStopped is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputStopped = "Stopped" // ConvertEnumOfStatusForDescribeMountServicesOutputError is a ConvertEnumOfStatusForDescribeMountServicesOutput enum value ConvertEnumOfStatusForDescribeMountServicesOutputError = "Error" )
const ( // EnumOfKeyForDescribeMountServicesInputFileSystemId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputFileSystemId = "FileSystemId" // EnumOfKeyForDescribeMountServicesInputMountServiceName is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputMountServiceName = "MountServiceName" // EnumOfKeyForDescribeMountServicesInputMountServiceId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputMountServiceId = "MountServiceId" // EnumOfKeyForDescribeMountServicesInputStatus is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputStatus = "Status" // EnumOfKeyForDescribeMountServicesInputZoneId is a EnumOfKeyForDescribeMountServicesInput enum value EnumOfKeyForDescribeMountServicesInputZoneId = "ZoneId" )
const ( // EnumOfLanguageCodeForDescribeMountServicesInputZh is a EnumOfLanguageCodeForDescribeMountServicesInput enum value EnumOfLanguageCodeForDescribeMountServicesInputZh = "zh" // EnumOfLanguageCodeForDescribeMountServicesInputEn is a EnumOfLanguageCodeForDescribeMountServicesInput enum value EnumOfLanguageCodeForDescribeMountServicesInputEn = "en" )
const ( // EnumOfOrderByForDescribeMountServicesInputCreateTimeDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputCreateTimeDesc = "CreateTimeDesc" // EnumOfOrderByForDescribeMountServicesInputCreateTimeAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputCreateTimeAsc = "CreateTimeAsc" // EnumOfOrderByForDescribeMountServicesInputNameDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputNameDesc = "NameDesc" // EnumOfOrderByForDescribeMountServicesInputNameAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputNameAsc = "NameAsc" // EnumOfOrderByForDescribeMountServicesInputVersionNumberDesc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputVersionNumberDesc = "VersionNumberDesc" // EnumOfOrderByForDescribeMountServicesInputVersionNumberAsc is a EnumOfOrderByForDescribeMountServicesInput enum value EnumOfOrderByForDescribeMountServicesInputVersionNumberAsc = "VersionNumberAsc" )
const ( // EnumOfStatusForDescribeMountServicesOutputAttaching is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttaching = "Attaching" // EnumOfStatusForDescribeMountServicesOutputAttachError is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttachError = "AttachError" // EnumOfStatusForDescribeMountServicesOutputAttached is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputAttached = "Attached" // EnumOfStatusForDescribeMountServicesOutputDetaching is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputDetaching = "Detaching" // EnumOfStatusForDescribeMountServicesOutputDetachError is a EnumOfStatusForDescribeMountServicesOutput enum value EnumOfStatusForDescribeMountServicesOutputDetachError = "DetachError" )
const ( // EnumOfLanguageCodeForDescribeZonesInputZh is a EnumOfLanguageCodeForDescribeZonesInput enum value EnumOfLanguageCodeForDescribeZonesInputZh = "zh" // EnumOfLanguageCodeForDescribeZonesInputEn is a EnumOfLanguageCodeForDescribeZonesInput enum value EnumOfLanguageCodeForDescribeZonesInputEn = "en" )
const ( // EnumOfProtocolTypeForDescribeZonesOutputNfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputNfs = "NFS" // EnumOfProtocolTypeForDescribeZonesOutputSmb is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputSmb = "SMB" // EnumOfProtocolTypeForDescribeZonesOutputVePfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputVePfs = "VePFS" // EnumOfProtocolTypeForDescribeZonesOutputFsx is a EnumOfProtocolTypeForDescribeZonesOutput enum value EnumOfProtocolTypeForDescribeZonesOutputFsx = "FSX" )
const ( // EnumOfStatusForDescribeZonesOutputUnSold is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputUnSold = "UnSold" // EnumOfStatusForDescribeZonesOutputOnSale is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputOnSale = "OnSale" // EnumOfStatusForDescribeZonesOutputSoldOut is a EnumOfStatusForDescribeZonesOutput enum value EnumOfStatusForDescribeZonesOutputSoldOut = "SoldOut" )
const ( // EnumOfLensFeatureForStartLensServiceInputCustom is a EnumOfLensFeatureForStartLensServiceInput enum value EnumOfLensFeatureForStartLensServiceInputCustom = "Custom" // EnumOfLensFeatureForStartLensServiceInputSystem is a EnumOfLensFeatureForStartLensServiceInput enum value EnumOfLensFeatureForStartLensServiceInputSystem = "System" )
const ( // EnumOfLensFeatureForStopLensServiceInputCustom is a EnumOfLensFeatureForStopLensServiceInput enum value EnumOfLensFeatureForStopLensServiceInputCustom = "Custom" // EnumOfLensFeatureForStopLensServiceInputSystem is a EnumOfLensFeatureForStopLensServiceInput enum value EnumOfLensFeatureForStopLensServiceInputSystem = "System" )
const ( // EnumOfTypeForUpdateFileSystemInputSystem is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputSystem = "System" // EnumOfTypeForUpdateFileSystemInputCustom is a EnumOfTypeForUpdateFileSystemInput enum value EnumOfTypeForUpdateFileSystemInputCustom = "Custom" )
const ( // ConvertEnumOfLogicOperatorForUpdateLensPolicyInputOr is a ConvertEnumOfLogicOperatorForUpdateLensPolicyInput enum value ConvertEnumOfLogicOperatorForUpdateLensPolicyInputOr = "Or" // ConvertEnumOfLogicOperatorForUpdateLensPolicyInputAnd is a ConvertEnumOfLogicOperatorForUpdateLensPolicyInput enum value ConvertEnumOfLogicOperatorForUpdateLensPolicyInputAnd = "And" )
const ( // EnumOfConstraintTypeForUpdateLensPolicyInputBefore is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputBefore = "Before" // EnumOfConstraintTypeForUpdateLensPolicyInputUntilNow is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputUntilNow = "UntilNow" // EnumOfConstraintTypeForUpdateLensPolicyInputBetween is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputBetween = "Between" // EnumOfConstraintTypeForUpdateLensPolicyInputGreater is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputGreater = "Greater" // EnumOfConstraintTypeForUpdateLensPolicyInputGreaterEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputGreaterEqual = "GreaterEqual" // EnumOfConstraintTypeForUpdateLensPolicyInputLess is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputLess = "Less" // EnumOfConstraintTypeForUpdateLensPolicyInputLessEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputLessEqual = "LessEqual" // EnumOfConstraintTypeForUpdateLensPolicyInputEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputEqual = "Equal" // EnumOfConstraintTypeForUpdateLensPolicyInputContain is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputContain = "Contain" // EnumOfConstraintTypeForUpdateLensPolicyInputPrefix is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputPrefix = "Prefix" // EnumOfConstraintTypeForUpdateLensPolicyInputNotEqual is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputNotEqual = "NotEqual" // EnumOfConstraintTypeForUpdateLensPolicyInputNotContain is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputNotContain = "NotContain" // EnumOfConstraintTypeForUpdateLensPolicyInputNotPrefix is a EnumOfConstraintTypeForUpdateLensPolicyInput enum value EnumOfConstraintTypeForUpdateLensPolicyInputNotPrefix = "NotPrefix" )
const ( // EnumOfDimensionForUpdateLensPolicyInputSize is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputSize = "Size" // EnumOfDimensionForUpdateLensPolicyInputCreationTime is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputCreationTime = "CreationTime" // EnumOfDimensionForUpdateLensPolicyInputAccessTime is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputAccessTime = "AccessTime" // EnumOfDimensionForUpdateLensPolicyInputChangeTime is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputChangeTime = "ChangeTime" // EnumOfDimensionForUpdateLensPolicyInputModifyTime is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputModifyTime = "ModifyTime" // EnumOfDimensionForUpdateLensPolicyInputType is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputType = "Type" // EnumOfDimensionForUpdateLensPolicyInputExtension is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputExtension = "Extension" // EnumOfDimensionForUpdateLensPolicyInputName is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputName = "Name" // EnumOfDimensionForUpdateLensPolicyInputPath is a EnumOfDimensionForUpdateLensPolicyInput enum value EnumOfDimensionForUpdateLensPolicyInputPath = "Path" )
const ( // EnumOfLogicOperatorForUpdateLensPolicyInputOr is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value EnumOfLogicOperatorForUpdateLensPolicyInputOr = "Or" // EnumOfLogicOperatorForUpdateLensPolicyInputAnd is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value EnumOfLogicOperatorForUpdateLensPolicyInputAnd = "And" // EnumOfLogicOperatorForUpdateLensPolicyInputAndNot is a EnumOfLogicOperatorForUpdateLensPolicyInput enum value EnumOfLogicOperatorForUpdateLensPolicyInputAndNot = "AndNot" )
const ( // EnumOfMaxValueUnitForUpdateLensPolicyInputByte is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputByte = "Byte" // EnumOfMaxValueUnitForUpdateLensPolicyInputKiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputKiB = "KiB" // EnumOfMaxValueUnitForUpdateLensPolicyInputMiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputMiB = "MiB" // EnumOfMaxValueUnitForUpdateLensPolicyInputGiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputGiB = "GiB" // EnumOfMaxValueUnitForUpdateLensPolicyInputTiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputTiB = "TiB" // EnumOfMaxValueUnitForUpdateLensPolicyInputPiB is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputPiB = "PiB" // EnumOfMaxValueUnitForUpdateLensPolicyInputDay is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputDay = "Day" // EnumOfMaxValueUnitForUpdateLensPolicyInputSecond is a EnumOfMaxValueUnitForUpdateLensPolicyInput enum value EnumOfMaxValueUnitForUpdateLensPolicyInputSecond = "Second" )
const ( // EnumOfMinValueUnitForUpdateLensPolicyInputByte is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputByte = "Byte" // EnumOfMinValueUnitForUpdateLensPolicyInputKiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputKiB = "KiB" // EnumOfMinValueUnitForUpdateLensPolicyInputMiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputMiB = "MiB" // EnumOfMinValueUnitForUpdateLensPolicyInputGiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputGiB = "GiB" // EnumOfMinValueUnitForUpdateLensPolicyInputTiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputTiB = "TiB" // EnumOfMinValueUnitForUpdateLensPolicyInputPiB is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputPiB = "PiB" // EnumOfMinValueUnitForUpdateLensPolicyInputDay is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputDay = "Day" // EnumOfMinValueUnitForUpdateLensPolicyInputSecond is a EnumOfMinValueUnitForUpdateLensPolicyInput enum value EnumOfMinValueUnitForUpdateLensPolicyInputSecond = "Second" )
const ( // EnumOfUnitForUpdateLensPolicyInputNull is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputNull = "Null" // EnumOfUnitForUpdateLensPolicyInputByte is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputByte = "Byte" // EnumOfUnitForUpdateLensPolicyInputKiB is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputKiB = "KiB" // EnumOfUnitForUpdateLensPolicyInputMiB is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputMiB = "MiB" // EnumOfUnitForUpdateLensPolicyInputGiB is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputGiB = "GiB" // EnumOfUnitForUpdateLensPolicyInputTiB is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputTiB = "TiB" // EnumOfUnitForUpdateLensPolicyInputPiB is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputPiB = "PiB" // EnumOfUnitForUpdateLensPolicyInputDay is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputDay = "Day" // EnumOfUnitForUpdateLensPolicyInputSecond is a EnumOfUnitForUpdateLensPolicyInput enum value EnumOfUnitForUpdateLensPolicyInputSecond = "Second" )
const ( // EnumOfValueTypeForUpdateLensPolicyInputStorageUnit is a EnumOfValueTypeForUpdateLensPolicyInput enum value EnumOfValueTypeForUpdateLensPolicyInputStorageUnit = "StorageUnit" // EnumOfValueTypeForUpdateLensPolicyInputTimestamp is a EnumOfValueTypeForUpdateLensPolicyInput enum value EnumOfValueTypeForUpdateLensPolicyInputTimestamp = "Timestamp" // EnumOfValueTypeForUpdateLensPolicyInputRelativeTime is a EnumOfValueTypeForUpdateLensPolicyInput enum value EnumOfValueTypeForUpdateLensPolicyInputRelativeTime = "RelativeTime" // EnumOfValueTypeForUpdateLensPolicyInputText is a EnumOfValueTypeForUpdateLensPolicyInput enum value EnumOfValueTypeForUpdateLensPolicyInputText = "Text" )
const ( ServiceName = "vepfs" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "vepfs" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
const (
// EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo"
)
const (
// EnumOfFileSystemTypeForCreateFileSystemInputVePfs is a EnumOfFileSystemTypeForCreateFileSystemInput enum value
EnumOfFileSystemTypeForCreateFileSystemInputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutput enum value
EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
EnumOfFileSystemTypeForDescribeFileSystemsOutputVePfs = "VePFS"
)
const (
// EnumOfFileSystemTypeForDescribeZonesOutputVePfs is a EnumOfFileSystemTypeForDescribeZonesOutput enum value
EnumOfFileSystemTypeForDescribeZonesOutputVePfs = "VePFS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttachFileSystemForDescribeMountServicesOutput ¶
type AttachFileSystemForDescribeMountServicesOutput struct {
AccountId *string `type:"string" json:",omitempty"`
CustomerPath *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountServicesOutput"`
// contains filtered or unexported fields
}
func (AttachFileSystemForDescribeMountServicesOutput) GoString ¶
func (s AttachFileSystemForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*AttachFileSystemForDescribeMountServicesOutput) SetAccountId ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetAccountId(v string) *AttachFileSystemForDescribeMountServicesOutput
SetAccountId sets the AccountId field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetCustomerPath(v string) *AttachFileSystemForDescribeMountServicesOutput
SetCustomerPath sets the CustomerPath field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemId(v string) *AttachFileSystemForDescribeMountServicesOutput
SetFileSystemId sets the FileSystemId field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetFileSystemName(v string) *AttachFileSystemForDescribeMountServicesOutput
SetFileSystemName sets the FileSystemName field's value.
func (*AttachFileSystemForDescribeMountServicesOutput) SetStatus ¶
func (s *AttachFileSystemForDescribeMountServicesOutput) SetStatus(v string) *AttachFileSystemForDescribeMountServicesOutput
SetStatus sets the Status field's value.
func (AttachFileSystemForDescribeMountServicesOutput) String ¶
func (s AttachFileSystemForDescribeMountServicesOutput) String() string
String returns the string representation
type AttachMountServiceToSelfFileSystemInput ¶
type AttachMountServiceToSelfFileSystemInput struct {
CustomerPath *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (AttachMountServiceToSelfFileSystemInput) GoString ¶
func (s AttachMountServiceToSelfFileSystemInput) GoString() string
GoString returns the string representation
func (*AttachMountServiceToSelfFileSystemInput) SetCustomerPath ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetCustomerPath(v string) *AttachMountServiceToSelfFileSystemInput
SetCustomerPath sets the CustomerPath field's value.
func (*AttachMountServiceToSelfFileSystemInput) SetFileSystemId ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetFileSystemId(v string) *AttachMountServiceToSelfFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*AttachMountServiceToSelfFileSystemInput) SetMountServiceId ¶
func (s *AttachMountServiceToSelfFileSystemInput) SetMountServiceId(v string) *AttachMountServiceToSelfFileSystemInput
SetMountServiceId sets the MountServiceId field's value.
func (AttachMountServiceToSelfFileSystemInput) String ¶
func (s AttachMountServiceToSelfFileSystemInput) String() string
String returns the string representation
func (*AttachMountServiceToSelfFileSystemInput) Validate ¶ added in v1.1.5
func (s *AttachMountServiceToSelfFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachMountServiceToSelfFileSystemOutput ¶
type AttachMountServiceToSelfFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (AttachMountServiceToSelfFileSystemOutput) GoString ¶
func (s AttachMountServiceToSelfFileSystemOutput) GoString() string
GoString returns the string representation
func (AttachMountServiceToSelfFileSystemOutput) String ¶
func (s AttachMountServiceToSelfFileSystemOutput) String() string
String returns the string representation
type AuditForDescribeAuditsOutput ¶ added in v1.2.19
type AuditForDescribeAuditsOutput struct {
AuditEvents []*string `type:"list" json:",omitempty"`
AuditId *string `type:"string" json:",omitempty"`
AuditName *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
FilesetInfos []*FilesetInfoForDescribeAuditsOutput `type:"list" json:",omitempty"`
ModifyTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeAuditsOutput"`
StoreType *string `type:"string" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsProjectName *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
TlsTopicName *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (AuditForDescribeAuditsOutput) GoString ¶ added in v1.2.19
func (s AuditForDescribeAuditsOutput) GoString() string
GoString returns the string representation
func (*AuditForDescribeAuditsOutput) SetAuditEvents ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetAuditEvents(v []*string) *AuditForDescribeAuditsOutput
SetAuditEvents sets the AuditEvents field's value.
func (*AuditForDescribeAuditsOutput) SetAuditId ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetAuditId(v string) *AuditForDescribeAuditsOutput
SetAuditId sets the AuditId field's value.
func (*AuditForDescribeAuditsOutput) SetAuditName ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetAuditName(v string) *AuditForDescribeAuditsOutput
SetAuditName sets the AuditName field's value.
func (*AuditForDescribeAuditsOutput) SetCreateTime ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetCreateTime(v string) *AuditForDescribeAuditsOutput
SetCreateTime sets the CreateTime field's value.
func (*AuditForDescribeAuditsOutput) SetFileSystemId ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetFileSystemId(v string) *AuditForDescribeAuditsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*AuditForDescribeAuditsOutput) SetFileSystemName ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetFileSystemName(v string) *AuditForDescribeAuditsOutput
SetFileSystemName sets the FileSystemName field's value.
func (*AuditForDescribeAuditsOutput) SetFilesetInfos ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetFilesetInfos(v []*FilesetInfoForDescribeAuditsOutput) *AuditForDescribeAuditsOutput
SetFilesetInfos sets the FilesetInfos field's value.
func (*AuditForDescribeAuditsOutput) SetModifyTime ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetModifyTime(v string) *AuditForDescribeAuditsOutput
SetModifyTime sets the ModifyTime field's value.
func (*AuditForDescribeAuditsOutput) SetStatus ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetStatus(v string) *AuditForDescribeAuditsOutput
SetStatus sets the Status field's value.
func (*AuditForDescribeAuditsOutput) SetStoreType ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetStoreType(v string) *AuditForDescribeAuditsOutput
SetStoreType sets the StoreType field's value.
func (*AuditForDescribeAuditsOutput) SetTlsProjectId ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetTlsProjectId(v string) *AuditForDescribeAuditsOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*AuditForDescribeAuditsOutput) SetTlsProjectName ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetTlsProjectName(v string) *AuditForDescribeAuditsOutput
SetTlsProjectName sets the TlsProjectName field's value.
func (*AuditForDescribeAuditsOutput) SetTlsTopicId ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetTlsTopicId(v string) *AuditForDescribeAuditsOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (*AuditForDescribeAuditsOutput) SetTlsTopicName ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetTlsTopicName(v string) *AuditForDescribeAuditsOutput
SetTlsTopicName sets the TlsTopicName field's value.
func (*AuditForDescribeAuditsOutput) SetZoneId ¶ added in v1.2.19
func (s *AuditForDescribeAuditsOutput) SetZoneId(v string) *AuditForDescribeAuditsOutput
SetZoneId sets the ZoneId field's value.
func (AuditForDescribeAuditsOutput) String ¶ added in v1.2.19
func (s AuditForDescribeAuditsOutput) String() string
String returns the string representation
type CancelDataFlowTaskInput ¶ added in v1.1.11
type CancelDataFlowTaskInput struct {
// DataFlowTaskId is a required field
DataFlowTaskId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelDataFlowTaskInput) GoString ¶ added in v1.1.11
func (s CancelDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*CancelDataFlowTaskInput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) SetDataFlowTaskId(v string) *CancelDataFlowTaskInput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*CancelDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) SetFileSystemId(v string) *CancelDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (CancelDataFlowTaskInput) String ¶ added in v1.1.11
func (s CancelDataFlowTaskInput) String() string
String returns the string representation
func (*CancelDataFlowTaskInput) Validate ¶ added in v1.1.11
func (s *CancelDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelDataFlowTaskOutput ¶ added in v1.1.11
type CancelDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelDataFlowTaskOutput) GoString ¶ added in v1.1.11
func (s CancelDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (CancelDataFlowTaskOutput) String ¶ added in v1.1.11
func (s CancelDataFlowTaskOutput) String() string
String returns the string representation
type CancelLensTaskInput ¶ added in v1.1.55
type CancelLensTaskInput struct {
// LensTaskId is a required field
LensTaskId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CancelLensTaskInput) GoString ¶ added in v1.1.55
func (s CancelLensTaskInput) GoString() string
GoString returns the string representation
func (*CancelLensTaskInput) SetLensTaskId ¶ added in v1.1.55
func (s *CancelLensTaskInput) SetLensTaskId(v string) *CancelLensTaskInput
SetLensTaskId sets the LensTaskId field's value.
func (CancelLensTaskInput) String ¶ added in v1.1.55
func (s CancelLensTaskInput) String() string
String returns the string representation
func (*CancelLensTaskInput) Validate ¶ added in v1.1.55
func (s *CancelLensTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelLensTaskOutput ¶ added in v1.1.55
type CancelLensTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (CancelLensTaskOutput) GoString ¶ added in v1.1.55
func (s CancelLensTaskOutput) GoString() string
GoString returns the string representation
func (CancelLensTaskOutput) String ¶ added in v1.1.55
func (s CancelLensTaskOutput) String() string
String returns the string representation
type CapacityInfoForDescribeFileSystemStatisticsOutput ¶
type CapacityInfoForDescribeFileSystemStatisticsOutput struct {
TotalTiB *int32 `type:"int32" json:",omitempty"`
UsedGiB *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CapacityInfoForDescribeFileSystemStatisticsOutput) GoString ¶
func (s CapacityInfoForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB ¶
func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
SetTotalTiB sets the TotalTiB field's value.
func (*CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB ¶
func (s *CapacityInfoForDescribeFileSystemStatisticsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemStatisticsOutput
SetUsedGiB sets the UsedGiB field's value.
func (CapacityInfoForDescribeFileSystemStatisticsOutput) String ¶
func (s CapacityInfoForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type CapacityInfoForDescribeFileSystemsOutput ¶
type CapacityInfoForDescribeFileSystemsOutput struct {
TotalTiB *int32 `type:"int32" json:",omitempty"`
UsedGiB *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CapacityInfoForDescribeFileSystemsOutput) GoString ¶
func (s CapacityInfoForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB ¶
func (s *CapacityInfoForDescribeFileSystemsOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
SetTotalTiB sets the TotalTiB field's value.
func (*CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB ¶
func (s *CapacityInfoForDescribeFileSystemsOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeFileSystemsOutput
SetUsedGiB sets the UsedGiB field's value.
func (CapacityInfoForDescribeFileSystemsOutput) String ¶
func (s CapacityInfoForDescribeFileSystemsOutput) String() string
String returns the string representation
type CapacityInfoForDescribeLensServicesOutput ¶ added in v1.1.55
type CapacityInfoForDescribeLensServicesOutput struct {
TotalTiB *int32 `type:"int32" json:",omitempty"`
UsedGiB *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (CapacityInfoForDescribeLensServicesOutput) GoString ¶ added in v1.1.55
func (s CapacityInfoForDescribeLensServicesOutput) GoString() string
GoString returns the string representation
func (*CapacityInfoForDescribeLensServicesOutput) SetTotalTiB ¶ added in v1.1.55
func (s *CapacityInfoForDescribeLensServicesOutput) SetTotalTiB(v int32) *CapacityInfoForDescribeLensServicesOutput
SetTotalTiB sets the TotalTiB field's value.
func (*CapacityInfoForDescribeLensServicesOutput) SetUsedGiB ¶ added in v1.1.55
func (s *CapacityInfoForDescribeLensServicesOutput) SetUsedGiB(v int32) *CapacityInfoForDescribeLensServicesOutput
SetUsedGiB sets the UsedGiB field's value.
func (CapacityInfoForDescribeLensServicesOutput) String ¶ added in v1.1.55
func (s CapacityInfoForDescribeLensServicesOutput) String() string
String returns the string representation
type ConditionForCreateLensPolicyInput ¶ added in v1.1.55
type ConditionForCreateLensPolicyInput struct {
ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForCreateLensPolicyInput"`
NumberValue *NumberValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`
RangeValue *RangeValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`
StringValue *StringValueForCreateLensPolicyInput `type:"structure" json:",omitempty"`
ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForCreateLensPolicyInput"`
// contains filtered or unexported fields
}
func (ConditionForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s ConditionForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*ConditionForCreateLensPolicyInput) SetConstraintType ¶ added in v1.1.55
func (s *ConditionForCreateLensPolicyInput) SetConstraintType(v string) *ConditionForCreateLensPolicyInput
SetConstraintType sets the ConstraintType field's value.
func (*ConditionForCreateLensPolicyInput) SetNumberValue ¶ added in v1.1.55
func (s *ConditionForCreateLensPolicyInput) SetNumberValue(v *NumberValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
SetNumberValue sets the NumberValue field's value.
func (*ConditionForCreateLensPolicyInput) SetRangeValue ¶ added in v1.1.55
func (s *ConditionForCreateLensPolicyInput) SetRangeValue(v *RangeValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
SetRangeValue sets the RangeValue field's value.
func (*ConditionForCreateLensPolicyInput) SetStringValue ¶ added in v1.1.55
func (s *ConditionForCreateLensPolicyInput) SetStringValue(v *StringValueForCreateLensPolicyInput) *ConditionForCreateLensPolicyInput
SetStringValue sets the StringValue field's value.
func (*ConditionForCreateLensPolicyInput) SetValueType ¶ added in v1.1.55
func (s *ConditionForCreateLensPolicyInput) SetValueType(v string) *ConditionForCreateLensPolicyInput
SetValueType sets the ValueType field's value.
func (ConditionForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s ConditionForCreateLensPolicyInput) String() string
String returns the string representation
type ConditionForDescribeLensPoliciesOutput ¶ added in v1.1.55
type ConditionForDescribeLensPoliciesOutput struct {
ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForDescribeLensPoliciesOutput"`
NumberValue *NumberValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`
RangeValue *RangeValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`
StringValue *StringValueForDescribeLensPoliciesOutput `type:"structure" json:",omitempty"`
ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForDescribeLensPoliciesOutput"`
// contains filtered or unexported fields
}
func (ConditionForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s ConditionForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*ConditionForDescribeLensPoliciesOutput) SetConstraintType ¶ added in v1.1.55
func (s *ConditionForDescribeLensPoliciesOutput) SetConstraintType(v string) *ConditionForDescribeLensPoliciesOutput
SetConstraintType sets the ConstraintType field's value.
func (*ConditionForDescribeLensPoliciesOutput) SetNumberValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensPoliciesOutput) SetNumberValue(v *NumberValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
SetNumberValue sets the NumberValue field's value.
func (*ConditionForDescribeLensPoliciesOutput) SetRangeValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensPoliciesOutput) SetRangeValue(v *RangeValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
SetRangeValue sets the RangeValue field's value.
func (*ConditionForDescribeLensPoliciesOutput) SetStringValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensPoliciesOutput) SetStringValue(v *StringValueForDescribeLensPoliciesOutput) *ConditionForDescribeLensPoliciesOutput
SetStringValue sets the StringValue field's value.
func (*ConditionForDescribeLensPoliciesOutput) SetValueType ¶ added in v1.1.55
func (s *ConditionForDescribeLensPoliciesOutput) SetValueType(v string) *ConditionForDescribeLensPoliciesOutput
SetValueType sets the ValueType field's value.
func (ConditionForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s ConditionForDescribeLensPoliciesOutput) String() string
String returns the string representation
type ConditionForDescribeLensTasksOutput ¶ added in v1.1.55
type ConditionForDescribeLensTasksOutput struct {
ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForDescribeLensTasksOutput"`
NumberValue *NumberValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
RangeValue *RangeValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
StringValue *StringValueForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForDescribeLensTasksOutput"`
// contains filtered or unexported fields
}
func (ConditionForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s ConditionForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*ConditionForDescribeLensTasksOutput) SetConstraintType ¶ added in v1.1.55
func (s *ConditionForDescribeLensTasksOutput) SetConstraintType(v string) *ConditionForDescribeLensTasksOutput
SetConstraintType sets the ConstraintType field's value.
func (*ConditionForDescribeLensTasksOutput) SetNumberValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensTasksOutput) SetNumberValue(v *NumberValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
SetNumberValue sets the NumberValue field's value.
func (*ConditionForDescribeLensTasksOutput) SetRangeValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensTasksOutput) SetRangeValue(v *RangeValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
SetRangeValue sets the RangeValue field's value.
func (*ConditionForDescribeLensTasksOutput) SetStringValue ¶ added in v1.1.55
func (s *ConditionForDescribeLensTasksOutput) SetStringValue(v *StringValueForDescribeLensTasksOutput) *ConditionForDescribeLensTasksOutput
SetStringValue sets the StringValue field's value.
func (*ConditionForDescribeLensTasksOutput) SetValueType ¶ added in v1.1.55
func (s *ConditionForDescribeLensTasksOutput) SetValueType(v string) *ConditionForDescribeLensTasksOutput
SetValueType sets the ValueType field's value.
func (ConditionForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s ConditionForDescribeLensTasksOutput) String() string
String returns the string representation
type ConditionForUpdateLensPolicyInput ¶ added in v1.1.55
type ConditionForUpdateLensPolicyInput struct {
ConstraintType *string `type:"string" json:",omitempty" enum:"EnumOfConstraintTypeForUpdateLensPolicyInput"`
NumberValue *NumberValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`
RangeValue *RangeValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`
StringValue *StringValueForUpdateLensPolicyInput `type:"structure" json:",omitempty"`
ValueType *string `type:"string" json:",omitempty" enum:"EnumOfValueTypeForUpdateLensPolicyInput"`
// contains filtered or unexported fields
}
func (ConditionForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s ConditionForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*ConditionForUpdateLensPolicyInput) SetConstraintType ¶ added in v1.1.55
func (s *ConditionForUpdateLensPolicyInput) SetConstraintType(v string) *ConditionForUpdateLensPolicyInput
SetConstraintType sets the ConstraintType field's value.
func (*ConditionForUpdateLensPolicyInput) SetNumberValue ¶ added in v1.1.55
func (s *ConditionForUpdateLensPolicyInput) SetNumberValue(v *NumberValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
SetNumberValue sets the NumberValue field's value.
func (*ConditionForUpdateLensPolicyInput) SetRangeValue ¶ added in v1.1.55
func (s *ConditionForUpdateLensPolicyInput) SetRangeValue(v *RangeValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
SetRangeValue sets the RangeValue field's value.
func (*ConditionForUpdateLensPolicyInput) SetStringValue ¶ added in v1.1.55
func (s *ConditionForUpdateLensPolicyInput) SetStringValue(v *StringValueForUpdateLensPolicyInput) *ConditionForUpdateLensPolicyInput
SetStringValue sets the StringValue field's value.
func (*ConditionForUpdateLensPolicyInput) SetValueType ¶ added in v1.1.55
func (s *ConditionForUpdateLensPolicyInput) SetValueType(v string) *ConditionForUpdateLensPolicyInput
SetValueType sets the ValueType field's value.
func (ConditionForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s ConditionForUpdateLensPolicyInput) String() string
String returns the string representation
type ConfigDataFlowBandwidthInput ¶ added in v1.1.10
type ConfigDataFlowBandwidthInput struct {
// Bandwidth is a required field
Bandwidth *int32 `type:"int32" json:",omitempty" required:"true"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ConfigDataFlowBandwidthInput) GoString ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthInput) GoString() string
GoString returns the string representation
func (*ConfigDataFlowBandwidthInput) SetBandwidth ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) SetBandwidth(v int32) *ConfigDataFlowBandwidthInput
SetBandwidth sets the Bandwidth field's value.
func (*ConfigDataFlowBandwidthInput) SetFileSystemId ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) SetFileSystemId(v string) *ConfigDataFlowBandwidthInput
SetFileSystemId sets the FileSystemId field's value.
func (ConfigDataFlowBandwidthInput) String ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthInput) String() string
String returns the string representation
func (*ConfigDataFlowBandwidthInput) Validate ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ConfigDataFlowBandwidthOutput ¶ added in v1.1.10
type ConfigDataFlowBandwidthOutput struct {
Metadata *response.ResponseMetadata
OrderNO *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ConfigDataFlowBandwidthOutput) GoString ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthOutput) GoString() string
GoString returns the string representation
func (*ConfigDataFlowBandwidthOutput) SetOrderNO ¶ added in v1.1.10
func (s *ConfigDataFlowBandwidthOutput) SetOrderNO(v string) *ConfigDataFlowBandwidthOutput
SetOrderNO sets the OrderNO field's value.
func (ConfigDataFlowBandwidthOutput) String ¶ added in v1.1.10
func (s ConfigDataFlowBandwidthOutput) String() string
String returns the string representation
type CreateAuditInput ¶ added in v1.2.19
type CreateAuditInput struct {
AuditEvents []*string `type:"list" json:",omitempty"`
// AuditName is a required field
AuditName *string `type:"string" json:",omitempty" required:"true"`
AutoStart *bool `type:"boolean" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FilesetIds []*string `type:"list" json:",omitempty"`
// TlsProjectId is a required field
TlsProjectId *string `type:"string" json:",omitempty" required:"true"`
// TlsTopicId is a required field
TlsTopicId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateAuditInput) GoString ¶ added in v1.2.19
func (s CreateAuditInput) GoString() string
GoString returns the string representation
func (*CreateAuditInput) SetAuditEvents ¶ added in v1.2.19
func (s *CreateAuditInput) SetAuditEvents(v []*string) *CreateAuditInput
SetAuditEvents sets the AuditEvents field's value.
func (*CreateAuditInput) SetAuditName ¶ added in v1.2.19
func (s *CreateAuditInput) SetAuditName(v string) *CreateAuditInput
SetAuditName sets the AuditName field's value.
func (*CreateAuditInput) SetAutoStart ¶ added in v1.2.19
func (s *CreateAuditInput) SetAutoStart(v bool) *CreateAuditInput
SetAutoStart sets the AutoStart field's value.
func (*CreateAuditInput) SetFileSystemId ¶ added in v1.2.19
func (s *CreateAuditInput) SetFileSystemId(v string) *CreateAuditInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateAuditInput) SetFilesetIds ¶ added in v1.2.19
func (s *CreateAuditInput) SetFilesetIds(v []*string) *CreateAuditInput
SetFilesetIds sets the FilesetIds field's value.
func (*CreateAuditInput) SetTlsProjectId ¶ added in v1.2.19
func (s *CreateAuditInput) SetTlsProjectId(v string) *CreateAuditInput
SetTlsProjectId sets the TlsProjectId field's value.
func (*CreateAuditInput) SetTlsTopicId ¶ added in v1.2.19
func (s *CreateAuditInput) SetTlsTopicId(v string) *CreateAuditInput
SetTlsTopicId sets the TlsTopicId field's value.
func (CreateAuditInput) String ¶ added in v1.2.19
func (s CreateAuditInput) String() string
String returns the string representation
func (*CreateAuditInput) Validate ¶ added in v1.2.19
func (s *CreateAuditInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAuditOutput ¶ added in v1.2.19
type CreateAuditOutput struct {
Metadata *response.ResponseMetadata
AuditId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateAuditOutput) GoString ¶ added in v1.2.19
func (s CreateAuditOutput) GoString() string
GoString returns the string representation
func (*CreateAuditOutput) SetAuditId ¶ added in v1.2.19
func (s *CreateAuditOutput) SetAuditId(v string) *CreateAuditOutput
SetAuditId sets the AuditId field's value.
func (CreateAuditOutput) String ¶ added in v1.2.19
func (s CreateAuditOutput) String() string
String returns the string representation
type CreateDataFlowTaskInput ¶ added in v1.1.10
type CreateDataFlowTaskInput struct {
DataStorage *string `type:"string" json:",omitempty"`
DataStoragePath *string `type:"string" json:",omitempty"`
// DataType is a required field
DataType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfDataTypeForCreateDataFlowTaskInput"`
DeletePolicy *DeletePolicyForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`
EnableTlsLog *bool `type:"boolean" json:",omitempty"`
EntryListFileInfo *EntryListFileInfoForCreateDataFlowTaskInput `type:"structure" json:",omitempty"`
ExportSymlinkPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExportSymlinkPolicyForCreateDataFlowTaskInput"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FilesetId *string `type:"string" json:",omitempty"`
SameNameFilePolicy *string `type:"string" json:",omitempty" enum:"EnumOfSameNameFilePolicyForCreateDataFlowTaskInput"`
SubPath *string `type:"string" json:",omitempty"`
// TaskAction is a required field
TaskAction *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfTaskActionForCreateDataFlowTaskInput"`
// contains filtered or unexported fields
}
func (CreateDataFlowTaskInput) GoString ¶ added in v1.1.10
func (s CreateDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*CreateDataFlowTaskInput) SetDataStorage ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataStorage(v string) *CreateDataFlowTaskInput
SetDataStorage sets the DataStorage field's value.
func (*CreateDataFlowTaskInput) SetDataStoragePath ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataStoragePath(v string) *CreateDataFlowTaskInput
SetDataStoragePath sets the DataStoragePath field's value.
func (*CreateDataFlowTaskInput) SetDataType ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetDataType(v string) *CreateDataFlowTaskInput
SetDataType sets the DataType field's value.
func (*CreateDataFlowTaskInput) SetDeletePolicy ¶ added in v1.2.19
func (s *CreateDataFlowTaskInput) SetDeletePolicy(v *DeletePolicyForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
SetDeletePolicy sets the DeletePolicy field's value.
func (*CreateDataFlowTaskInput) SetEnableTlsLog ¶ added in v1.2.20
func (s *CreateDataFlowTaskInput) SetEnableTlsLog(v bool) *CreateDataFlowTaskInput
SetEnableTlsLog sets the EnableTlsLog field's value.
func (*CreateDataFlowTaskInput) SetEntryListFileInfo ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetEntryListFileInfo(v *EntryListFileInfoForCreateDataFlowTaskInput) *CreateDataFlowTaskInput
SetEntryListFileInfo sets the EntryListFileInfo field's value.
func (*CreateDataFlowTaskInput) SetExportSymlinkPolicy ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetExportSymlinkPolicy(v string) *CreateDataFlowTaskInput
SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.
func (*CreateDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetFileSystemId(v string) *CreateDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateDataFlowTaskInput) SetFilesetId ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetFilesetId(v string) *CreateDataFlowTaskInput
SetFilesetId sets the FilesetId field's value.
func (*CreateDataFlowTaskInput) SetSameNameFilePolicy ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetSameNameFilePolicy(v string) *CreateDataFlowTaskInput
SetSameNameFilePolicy sets the SameNameFilePolicy field's value.
func (*CreateDataFlowTaskInput) SetSubPath ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetSubPath(v string) *CreateDataFlowTaskInput
SetSubPath sets the SubPath field's value.
func (*CreateDataFlowTaskInput) SetTaskAction ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) SetTaskAction(v string) *CreateDataFlowTaskInput
SetTaskAction sets the TaskAction field's value.
func (CreateDataFlowTaskInput) String ¶ added in v1.1.10
func (s CreateDataFlowTaskInput) String() string
String returns the string representation
func (*CreateDataFlowTaskInput) Validate ¶ added in v1.1.10
func (s *CreateDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDataFlowTaskOutput ¶ added in v1.1.10
type CreateDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
DataFlowTaskId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateDataFlowTaskOutput) GoString ¶ added in v1.1.10
func (s CreateDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (*CreateDataFlowTaskOutput) SetDataFlowTaskId ¶ added in v1.1.10
func (s *CreateDataFlowTaskOutput) SetDataFlowTaskId(v string) *CreateDataFlowTaskOutput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (CreateDataFlowTaskOutput) String ¶ added in v1.1.10
func (s CreateDataFlowTaskOutput) String() string
String returns the string representation
type CreateFileSystemInput ¶
type CreateFileSystemInput struct {
Capacity *int32 `type:"int32" json:",omitempty"`
// ChargeType is a required field
ChargeType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfChargeTypeForCreateFileSystemInput"`
Description *string `type:"string" json:",omitempty"`
// FileSystemName is a required field
FileSystemName *string `type:"string" json:",omitempty" required:"true"`
// FileSystemType is a required field
FileSystemType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfFileSystemTypeForCreateFileSystemInput"`
Project *string `type:"string" json:",omitempty"`
// ProtocolType is a required field
ProtocolType *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfProtocolTypeForCreateFileSystemInput"`
// StoreType is a required field
StoreType *string `type:"string" json:",omitempty" required:"true"`
SubnetId *string `type:"string" json:",omitempty"`
Tags []*TagForCreateFileSystemInput `type:"list" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
// ZoneId is a required field
ZoneId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateFileSystemInput) GoString ¶
func (s CreateFileSystemInput) GoString() string
GoString returns the string representation
func (*CreateFileSystemInput) SetCapacity ¶
func (s *CreateFileSystemInput) SetCapacity(v int32) *CreateFileSystemInput
SetCapacity sets the Capacity field's value.
func (*CreateFileSystemInput) SetChargeType ¶
func (s *CreateFileSystemInput) SetChargeType(v string) *CreateFileSystemInput
SetChargeType sets the ChargeType field's value.
func (*CreateFileSystemInput) SetDescription ¶
func (s *CreateFileSystemInput) SetDescription(v string) *CreateFileSystemInput
SetDescription sets the Description field's value.
func (*CreateFileSystemInput) SetFileSystemName ¶
func (s *CreateFileSystemInput) SetFileSystemName(v string) *CreateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*CreateFileSystemInput) SetFileSystemType ¶
func (s *CreateFileSystemInput) SetFileSystemType(v string) *CreateFileSystemInput
SetFileSystemType sets the FileSystemType field's value.
func (*CreateFileSystemInput) SetProject ¶
func (s *CreateFileSystemInput) SetProject(v string) *CreateFileSystemInput
SetProject sets the Project field's value.
func (*CreateFileSystemInput) SetProtocolType ¶
func (s *CreateFileSystemInput) SetProtocolType(v string) *CreateFileSystemInput
SetProtocolType sets the ProtocolType field's value.
func (*CreateFileSystemInput) SetStoreType ¶
func (s *CreateFileSystemInput) SetStoreType(v string) *CreateFileSystemInput
SetStoreType sets the StoreType field's value.
func (*CreateFileSystemInput) SetSubnetId ¶
func (s *CreateFileSystemInput) SetSubnetId(v string) *CreateFileSystemInput
SetSubnetId sets the SubnetId field's value.
func (*CreateFileSystemInput) SetTags ¶
func (s *CreateFileSystemInput) SetTags(v []*TagForCreateFileSystemInput) *CreateFileSystemInput
SetTags sets the Tags field's value.
func (*CreateFileSystemInput) SetVersionNumber ¶ added in v1.1.5
func (s *CreateFileSystemInput) SetVersionNumber(v string) *CreateFileSystemInput
SetVersionNumber sets the VersionNumber field's value.
func (*CreateFileSystemInput) SetVpcId ¶
func (s *CreateFileSystemInput) SetVpcId(v string) *CreateFileSystemInput
SetVpcId sets the VpcId field's value.
func (*CreateFileSystemInput) SetZoneId ¶
func (s *CreateFileSystemInput) SetZoneId(v string) *CreateFileSystemInput
SetZoneId sets the ZoneId field's value.
func (CreateFileSystemInput) String ¶
func (s CreateFileSystemInput) String() string
String returns the string representation
func (*CreateFileSystemInput) Validate ¶ added in v1.1.5
func (s *CreateFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFileSystemOutput ¶
type CreateFileSystemOutput struct {
Metadata *response.ResponseMetadata
FileSystemId *string `type:"string" json:",omitempty"`
OrderNO *string `type:"string" json:",omitempty"`
Tags []*TagForCreateFileSystemOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFileSystemOutput) GoString ¶
func (s CreateFileSystemOutput) GoString() string
GoString returns the string representation
func (*CreateFileSystemOutput) SetFileSystemId ¶
func (s *CreateFileSystemOutput) SetFileSystemId(v string) *CreateFileSystemOutput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateFileSystemOutput) SetOrderNO ¶
func (s *CreateFileSystemOutput) SetOrderNO(v string) *CreateFileSystemOutput
SetOrderNO sets the OrderNO field's value.
func (*CreateFileSystemOutput) SetTags ¶
func (s *CreateFileSystemOutput) SetTags(v []*TagForCreateFileSystemOutput) *CreateFileSystemOutput
SetTags sets the Tags field's value.
func (CreateFileSystemOutput) String ¶
func (s CreateFileSystemOutput) String() string
String returns the string representation
type CreateFilesetInput ¶ added in v1.1.5
type CreateFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetName is a required field
FilesetName *string `type:"string" json:",omitempty" required:"true"`
// FilesetPath is a required field
FilesetPath *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateFilesetInput) GoString ¶ added in v1.1.5
func (s CreateFilesetInput) GoString() string
GoString returns the string representation
func (*CreateFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFileSystemId(v string) *CreateFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateFilesetInput) SetFilesetName ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFilesetName(v string) *CreateFilesetInput
SetFilesetName sets the FilesetName field's value.
func (*CreateFilesetInput) SetFilesetPath ¶ added in v1.1.5
func (s *CreateFilesetInput) SetFilesetPath(v string) *CreateFilesetInput
SetFilesetPath sets the FilesetPath field's value.
func (CreateFilesetInput) String ¶ added in v1.1.5
func (s CreateFilesetInput) String() string
String returns the string representation
func (*CreateFilesetInput) Validate ¶ added in v1.1.5
func (s *CreateFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateFilesetOutput ¶ added in v1.1.5
type CreateFilesetOutput struct {
Metadata *response.ResponseMetadata
FilesetId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateFilesetOutput) GoString ¶ added in v1.1.5
func (s CreateFilesetOutput) GoString() string
GoString returns the string representation
func (*CreateFilesetOutput) SetFilesetId ¶ added in v1.1.5
func (s *CreateFilesetOutput) SetFilesetId(v string) *CreateFilesetOutput
SetFilesetId sets the FilesetId field's value.
func (CreateFilesetOutput) String ¶ added in v1.1.5
func (s CreateFilesetOutput) String() string
String returns the string representation
type CreateLensPolicyInput ¶ added in v1.1.55
type CreateLensPolicyInput struct {
Description *string `type:"string" json:",omitempty"`
// LensPolicyName is a required field
LensPolicyName *string `type:"string" json:",omitempty" required:"true"`
LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForCreateLensPolicyInput"`
RuleGroups []*RuleGroupForCreateLensPolicyInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s CreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*CreateLensPolicyInput) SetDescription ¶ added in v1.1.55
func (s *CreateLensPolicyInput) SetDescription(v string) *CreateLensPolicyInput
SetDescription sets the Description field's value.
func (*CreateLensPolicyInput) SetLensPolicyName ¶ added in v1.1.55
func (s *CreateLensPolicyInput) SetLensPolicyName(v string) *CreateLensPolicyInput
SetLensPolicyName sets the LensPolicyName field's value.
func (*CreateLensPolicyInput) SetLogicOperator ¶ added in v1.1.55
func (s *CreateLensPolicyInput) SetLogicOperator(v string) *CreateLensPolicyInput
SetLogicOperator sets the LogicOperator field's value.
func (*CreateLensPolicyInput) SetRuleGroups ¶ added in v1.1.55
func (s *CreateLensPolicyInput) SetRuleGroups(v []*RuleGroupForCreateLensPolicyInput) *CreateLensPolicyInput
SetRuleGroups sets the RuleGroups field's value.
func (CreateLensPolicyInput) String ¶ added in v1.1.55
func (s CreateLensPolicyInput) String() string
String returns the string representation
func (*CreateLensPolicyInput) Validate ¶ added in v1.1.55
func (s *CreateLensPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLensPolicyOutput ¶ added in v1.1.55
type CreateLensPolicyOutput struct {
Metadata *response.ResponseMetadata
LensPolicyId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateLensPolicyOutput) GoString ¶ added in v1.1.55
func (s CreateLensPolicyOutput) GoString() string
GoString returns the string representation
func (*CreateLensPolicyOutput) SetLensPolicyId ¶ added in v1.1.55
func (s *CreateLensPolicyOutput) SetLensPolicyId(v string) *CreateLensPolicyOutput
SetLensPolicyId sets the LensPolicyId field's value.
func (CreateLensPolicyOutput) String ¶ added in v1.1.55
func (s CreateLensPolicyOutput) String() string
String returns the string representation
type CreateLensTaskInput ¶ added in v1.1.55
type CreateLensTaskInput struct {
Description *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
LensAnalysisInfo *LensAnalysisInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`
LensCapacityStatInfo *LensCapacityStatInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`
LensExportInfo *LensExportInfoForCreateLensTaskInput `type:"structure" json:",omitempty"`
// LensPolicyId is a required field
LensPolicyId *string `type:"string" json:",omitempty" required:"true"`
LensTaskContent []*string `type:"list" json:",omitempty"`
// LensTaskName is a required field
LensTaskName *string `type:"string" json:",omitempty" required:"true"`
Schedule *ScheduleForCreateLensTaskInput `type:"structure" json:",omitempty"`
TargetInfos []*TargetInfoForCreateLensTaskInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateLensTaskInput) GoString ¶ added in v1.1.55
func (s CreateLensTaskInput) GoString() string
GoString returns the string representation
func (*CreateLensTaskInput) SetDescription ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetDescription(v string) *CreateLensTaskInput
SetDescription sets the Description field's value.
func (*CreateLensTaskInput) SetFileSystemId ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetFileSystemId(v string) *CreateLensTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (*CreateLensTaskInput) SetLensAnalysisInfo ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensAnalysisInfo(v *LensAnalysisInfoForCreateLensTaskInput) *CreateLensTaskInput
SetLensAnalysisInfo sets the LensAnalysisInfo field's value.
func (*CreateLensTaskInput) SetLensCapacityStatInfo ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensCapacityStatInfo(v *LensCapacityStatInfoForCreateLensTaskInput) *CreateLensTaskInput
SetLensCapacityStatInfo sets the LensCapacityStatInfo field's value.
func (*CreateLensTaskInput) SetLensExportInfo ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensExportInfo(v *LensExportInfoForCreateLensTaskInput) *CreateLensTaskInput
SetLensExportInfo sets the LensExportInfo field's value.
func (*CreateLensTaskInput) SetLensPolicyId ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensPolicyId(v string) *CreateLensTaskInput
SetLensPolicyId sets the LensPolicyId field's value.
func (*CreateLensTaskInput) SetLensTaskContent ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensTaskContent(v []*string) *CreateLensTaskInput
SetLensTaskContent sets the LensTaskContent field's value.
func (*CreateLensTaskInput) SetLensTaskName ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetLensTaskName(v string) *CreateLensTaskInput
SetLensTaskName sets the LensTaskName field's value.
func (*CreateLensTaskInput) SetSchedule ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetSchedule(v *ScheduleForCreateLensTaskInput) *CreateLensTaskInput
SetSchedule sets the Schedule field's value.
func (*CreateLensTaskInput) SetTargetInfos ¶ added in v1.1.55
func (s *CreateLensTaskInput) SetTargetInfos(v []*TargetInfoForCreateLensTaskInput) *CreateLensTaskInput
SetTargetInfos sets the TargetInfos field's value.
func (CreateLensTaskInput) String ¶ added in v1.1.55
func (s CreateLensTaskInput) String() string
String returns the string representation
func (*CreateLensTaskInput) Validate ¶ added in v1.1.55
func (s *CreateLensTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLensTaskOutput ¶ added in v1.1.55
type CreateLensTaskOutput struct {
Metadata *response.ResponseMetadata
LensTaskId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateLensTaskOutput) GoString ¶ added in v1.1.55
func (s CreateLensTaskOutput) GoString() string
GoString returns the string representation
func (*CreateLensTaskOutput) SetLensTaskId ¶ added in v1.1.55
func (s *CreateLensTaskOutput) SetLensTaskId(v string) *CreateLensTaskOutput
SetLensTaskId sets the LensTaskId field's value.
func (CreateLensTaskOutput) String ¶ added in v1.1.55
func (s CreateLensTaskOutput) String() string
String returns the string representation
type CreateMountServiceInput ¶
type CreateMountServiceInput struct {
// MountServiceName is a required field
MountServiceName *string `type:"string" json:",omitempty" required:"true"`
// NodeType is a required field
NodeType *string `type:"string" json:",omitempty" required:"true"`
Project *string `type:"string" json:",omitempty"`
// SubnetId is a required field
SubnetId *string `type:"string" json:",omitempty" required:"true"`
// VpcId is a required field
VpcId *string `type:"string" json:",omitempty" required:"true"`
// ZoneId is a required field
ZoneId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (CreateMountServiceInput) GoString ¶
func (s CreateMountServiceInput) GoString() string
GoString returns the string representation
func (*CreateMountServiceInput) SetMountServiceName ¶
func (s *CreateMountServiceInput) SetMountServiceName(v string) *CreateMountServiceInput
SetMountServiceName sets the MountServiceName field's value.
func (*CreateMountServiceInput) SetNodeType ¶
func (s *CreateMountServiceInput) SetNodeType(v string) *CreateMountServiceInput
SetNodeType sets the NodeType field's value.
func (*CreateMountServiceInput) SetProject ¶
func (s *CreateMountServiceInput) SetProject(v string) *CreateMountServiceInput
SetProject sets the Project field's value.
func (*CreateMountServiceInput) SetSubnetId ¶
func (s *CreateMountServiceInput) SetSubnetId(v string) *CreateMountServiceInput
SetSubnetId sets the SubnetId field's value.
func (*CreateMountServiceInput) SetVpcId ¶
func (s *CreateMountServiceInput) SetVpcId(v string) *CreateMountServiceInput
SetVpcId sets the VpcId field's value.
func (*CreateMountServiceInput) SetZoneId ¶
func (s *CreateMountServiceInput) SetZoneId(v string) *CreateMountServiceInput
SetZoneId sets the ZoneId field's value.
func (CreateMountServiceInput) String ¶
func (s CreateMountServiceInput) String() string
String returns the string representation
func (*CreateMountServiceInput) Validate ¶ added in v1.1.5
func (s *CreateMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateMountServiceOutput ¶
type CreateMountServiceOutput struct {
Metadata *response.ResponseMetadata
MountServiceId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreateMountServiceOutput) GoString ¶
func (s CreateMountServiceOutput) GoString() string
GoString returns the string representation
func (*CreateMountServiceOutput) SetMountServiceId ¶
func (s *CreateMountServiceOutput) SetMountServiceId(v string) *CreateMountServiceOutput
SetMountServiceId sets the MountServiceId field's value.
func (CreateMountServiceOutput) String ¶
func (s CreateMountServiceOutput) String() string
String returns the string representation
type CreatePreSignedUrlInput ¶ added in v1.1.10
type CreatePreSignedUrlInput struct {
Private *bool `type:"boolean" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePreSignedUrlInput) GoString ¶ added in v1.1.10
func (s CreatePreSignedUrlInput) GoString() string
GoString returns the string representation
func (*CreatePreSignedUrlInput) SetPrivate ¶ added in v1.1.10
func (s *CreatePreSignedUrlInput) SetPrivate(v bool) *CreatePreSignedUrlInput
SetPrivate sets the Private field's value.
func (CreatePreSignedUrlInput) String ¶ added in v1.1.10
func (s CreatePreSignedUrlInput) String() string
String returns the string representation
type CreatePreSignedUrlOutput ¶ added in v1.1.10
type CreatePreSignedUrlOutput struct {
Metadata *response.ResponseMetadata
Expires *int32 `type:"int32" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileUrl *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (CreatePreSignedUrlOutput) GoString ¶ added in v1.1.10
func (s CreatePreSignedUrlOutput) GoString() string
GoString returns the string representation
func (*CreatePreSignedUrlOutput) SetExpires ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetExpires(v int32) *CreatePreSignedUrlOutput
SetExpires sets the Expires field's value.
func (*CreatePreSignedUrlOutput) SetFileKey ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetFileKey(v string) *CreatePreSignedUrlOutput
SetFileKey sets the FileKey field's value.
func (*CreatePreSignedUrlOutput) SetFileUrl ¶ added in v1.1.10
func (s *CreatePreSignedUrlOutput) SetFileUrl(v string) *CreatePreSignedUrlOutput
SetFileUrl sets the FileUrl field's value.
func (CreatePreSignedUrlOutput) String ¶ added in v1.1.10
func (s CreatePreSignedUrlOutput) String() string
String returns the string representation
type DataFlowTaskForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type DataFlowTaskForDescribeDataFlowTasksOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
DataFlowTaskId *string `type:"string" json:",omitempty"`
DataStorage *string `type:"string" json:",omitempty"`
DataStoragePath *string `type:"string" json:",omitempty"`
DataType *string `type:"string" json:",omitempty" enum:"EnumOfDataTypeForDescribeDataFlowTasksOutput"`
DeletePolicy *DeletePolicyForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`
EndTime *string `type:"string" json:",omitempty"`
EntryListFileInfo *EntryListFileInfoForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`
EntryListFileUrl *string `type:"string" json:",omitempty"`
ExecCount *string `type:"string" json:",omitempty"`
ExecSize *string `type:"string" json:",omitempty"`
ExportSymlinkPolicy *string `type:"string" json:",omitempty" enum:"EnumOfExportSymlinkPolicyForDescribeDataFlowTasksOutput"`
FailedCount *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FilesetId *string `type:"string" json:",omitempty"`
FilesetPath *string `type:"string" json:",omitempty"`
QueueCount *string `type:"string" json:",omitempty"`
Reports []*ReportForDescribeDataFlowTasksOutput `type:"list" json:",omitempty"`
SameNameFilePolicy *string `type:"string" json:",omitempty" enum:"EnumOfSameNameFilePolicyForDescribeDataFlowTasksOutput"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeDataFlowTasksOutput"`
SubPath *string `type:"string" json:",omitempty"`
TaskAction *string `type:"string" json:",omitempty" enum:"EnumOfTaskActionForDescribeDataFlowTasksOutput"`
TlsInfo *TlsInfoForDescribeDataFlowTasksOutput `type:"structure" json:",omitempty"`
TotalSize *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DataFlowTaskForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s DataFlowTaskForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetCreateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataFlowTaskId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStorage(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataStorage sets the DataStorage field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataStoragePath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataStoragePath sets the DataStoragePath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDataType(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDataType sets the DataType field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetDeletePolicy ¶ added in v1.2.19
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetDeletePolicy(v *DeletePolicyForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetDeletePolicy sets the DeletePolicy field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEndTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEndTime sets the EndTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileInfo(v *EntryListFileInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEntryListFileInfo sets the EntryListFileInfo field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetEntryListFileUrl(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetEntryListFileUrl sets the EntryListFileUrl field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExecCount sets the ExecCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExecSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExecSize sets the ExecSize field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetExportSymlinkPolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetExportSymlinkPolicy sets the ExportSymlinkPolicy field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFailedCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFailedCount sets the FailedCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFileSystemId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFileSystemId sets the FileSystemId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetId(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFilesetId sets the FilesetId field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetFilesetPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetFilesetPath sets the FilesetPath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetQueueCount(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetQueueCount sets the QueueCount field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetReports ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetReports(v []*ReportForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetReports sets the Reports field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSameNameFilePolicy(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetSameNameFilePolicy sets the SameNameFilePolicy field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStartTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetStartTime sets the StartTime field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetStatus(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetStatus sets the Status field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetSubPath(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetSubPath sets the SubPath field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTaskAction(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetTaskAction sets the TaskAction field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTlsInfo ¶ added in v1.2.20
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTlsInfo(v *TlsInfoForDescribeDataFlowTasksOutput) *DataFlowTaskForDescribeDataFlowTasksOutput
SetTlsInfo sets the TlsInfo field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetTotalSize(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetTotalSize sets the TotalSize field's value.
func (*DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime ¶ added in v1.1.11
func (s *DataFlowTaskForDescribeDataFlowTasksOutput) SetUpdateTime(v string) *DataFlowTaskForDescribeDataFlowTasksOutput
SetUpdateTime sets the UpdateTime field's value.
func (DataFlowTaskForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s DataFlowTaskForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type DeleteAuditInput ¶ added in v1.2.19
type DeleteAuditInput struct {
// AuditId is a required field
AuditId *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 (DeleteAuditInput) GoString ¶ added in v1.2.19
func (s DeleteAuditInput) GoString() string
GoString returns the string representation
func (*DeleteAuditInput) SetAuditId ¶ added in v1.2.19
func (s *DeleteAuditInput) SetAuditId(v string) *DeleteAuditInput
SetAuditId sets the AuditId field's value.
func (*DeleteAuditInput) SetFileSystemId ¶ added in v1.2.19
func (s *DeleteAuditInput) SetFileSystemId(v string) *DeleteAuditInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteAuditInput) String ¶ added in v1.2.19
func (s DeleteAuditInput) String() string
String returns the string representation
func (*DeleteAuditInput) Validate ¶ added in v1.2.19
func (s *DeleteAuditInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAuditOutput ¶ added in v1.2.19
type DeleteAuditOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteAuditOutput) GoString ¶ added in v1.2.19
func (s DeleteAuditOutput) GoString() string
GoString returns the string representation
func (DeleteAuditOutput) String ¶ added in v1.2.19
func (s DeleteAuditOutput) String() string
String returns the string representation
type DeleteDataFlowTaskInput ¶ added in v1.1.11
type DeleteDataFlowTaskInput struct {
// DataFlowTaskId is a required field
DataFlowTaskId *string `type:"string" json:",omitempty" required:"true"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteDataFlowTaskInput) GoString ¶ added in v1.1.11
func (s DeleteDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*DeleteDataFlowTaskInput) SetDataFlowTaskId ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) SetDataFlowTaskId(v string) *DeleteDataFlowTaskInput
SetDataFlowTaskId sets the DataFlowTaskId field's value.
func (*DeleteDataFlowTaskInput) SetFileSystemId ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) SetFileSystemId(v string) *DeleteDataFlowTaskInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteDataFlowTaskInput) String ¶ added in v1.1.11
func (s DeleteDataFlowTaskInput) String() string
String returns the string representation
func (*DeleteDataFlowTaskInput) Validate ¶ added in v1.1.11
func (s *DeleteDataFlowTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDataFlowTaskOutput ¶ added in v1.1.11
type DeleteDataFlowTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteDataFlowTaskOutput) GoString ¶ added in v1.1.11
func (s DeleteDataFlowTaskOutput) GoString() string
GoString returns the string representation
func (DeleteDataFlowTaskOutput) String ¶ added in v1.1.11
func (s DeleteDataFlowTaskOutput) String() string
String returns the string representation
type DeleteFileSystemInput ¶
type DeleteFileSystemInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFileSystemInput) GoString ¶
func (s DeleteFileSystemInput) GoString() string
GoString returns the string representation
func (*DeleteFileSystemInput) SetFileSystemId ¶
func (s *DeleteFileSystemInput) SetFileSystemId(v string) *DeleteFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (DeleteFileSystemInput) String ¶
func (s DeleteFileSystemInput) String() string
String returns the string representation
func (*DeleteFileSystemInput) Validate ¶ added in v1.1.5
func (s *DeleteFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFileSystemOutput ¶
type DeleteFileSystemOutput struct {
Metadata *response.ResponseMetadata
OrderNO *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DeleteFileSystemOutput) GoString ¶
func (s DeleteFileSystemOutput) GoString() string
GoString returns the string representation
func (*DeleteFileSystemOutput) SetOrderNO ¶ added in v1.1.5
func (s *DeleteFileSystemOutput) SetOrderNO(v string) *DeleteFileSystemOutput
SetOrderNO sets the OrderNO field's value.
func (DeleteFileSystemOutput) String ¶
func (s DeleteFileSystemOutput) String() string
String returns the string representation
type DeleteFilesetInput ¶ added in v1.1.5
type DeleteFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteFilesetInput) GoString ¶ added in v1.1.5
func (s DeleteFilesetInput) GoString() string
GoString returns the string representation
func (*DeleteFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *DeleteFilesetInput) SetFileSystemId(v string) *DeleteFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*DeleteFilesetInput) SetFilesetId ¶ added in v1.1.5
func (s *DeleteFilesetInput) SetFilesetId(v string) *DeleteFilesetInput
SetFilesetId sets the FilesetId field's value.
func (DeleteFilesetInput) String ¶ added in v1.1.5
func (s DeleteFilesetInput) String() string
String returns the string representation
func (*DeleteFilesetInput) Validate ¶ added in v1.1.5
func (s *DeleteFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteFilesetOutput ¶ added in v1.1.5
type DeleteFilesetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteFilesetOutput) GoString ¶ added in v1.1.5
func (s DeleteFilesetOutput) GoString() string
GoString returns the string representation
func (DeleteFilesetOutput) String ¶ added in v1.1.5
func (s DeleteFilesetOutput) String() string
String returns the string representation
type DeleteLensPolicyInput ¶ added in v1.1.55
type DeleteLensPolicyInput struct {
// LensPolicyId is a required field
LensPolicyId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteLensPolicyInput) GoString ¶ added in v1.1.55
func (s DeleteLensPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteLensPolicyInput) SetLensPolicyId ¶ added in v1.1.55
func (s *DeleteLensPolicyInput) SetLensPolicyId(v string) *DeleteLensPolicyInput
SetLensPolicyId sets the LensPolicyId field's value.
func (DeleteLensPolicyInput) String ¶ added in v1.1.55
func (s DeleteLensPolicyInput) String() string
String returns the string representation
func (*DeleteLensPolicyInput) Validate ¶ added in v1.1.55
func (s *DeleteLensPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLensPolicyOutput ¶ added in v1.1.55
type DeleteLensPolicyOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteLensPolicyOutput) GoString ¶ added in v1.1.55
func (s DeleteLensPolicyOutput) GoString() string
GoString returns the string representation
func (DeleteLensPolicyOutput) String ¶ added in v1.1.55
func (s DeleteLensPolicyOutput) String() string
String returns the string representation
type DeleteLensTaskInput ¶ added in v1.1.55
type DeleteLensTaskInput struct {
DeleteAnalysisData *bool `type:"boolean" json:",omitempty"`
// LensTaskId is a required field
LensTaskId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteLensTaskInput) GoString ¶ added in v1.1.55
func (s DeleteLensTaskInput) GoString() string
GoString returns the string representation
func (*DeleteLensTaskInput) SetDeleteAnalysisData ¶ added in v1.1.55
func (s *DeleteLensTaskInput) SetDeleteAnalysisData(v bool) *DeleteLensTaskInput
SetDeleteAnalysisData sets the DeleteAnalysisData field's value.
func (*DeleteLensTaskInput) SetLensTaskId ¶ added in v1.1.55
func (s *DeleteLensTaskInput) SetLensTaskId(v string) *DeleteLensTaskInput
SetLensTaskId sets the LensTaskId field's value.
func (DeleteLensTaskInput) String ¶ added in v1.1.55
func (s DeleteLensTaskInput) String() string
String returns the string representation
func (*DeleteLensTaskInput) Validate ¶ added in v1.1.55
func (s *DeleteLensTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLensTaskOutput ¶ added in v1.1.55
type DeleteLensTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteLensTaskOutput) GoString ¶ added in v1.1.55
func (s DeleteLensTaskOutput) GoString() string
GoString returns the string representation
func (DeleteLensTaskOutput) String ¶ added in v1.1.55
func (s DeleteLensTaskOutput) String() string
String returns the string representation
type DeleteMountServiceInput ¶
type DeleteMountServiceInput struct {
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DeleteMountServiceInput) GoString ¶
func (s DeleteMountServiceInput) GoString() string
GoString returns the string representation
func (*DeleteMountServiceInput) SetMountServiceId ¶
func (s *DeleteMountServiceInput) SetMountServiceId(v string) *DeleteMountServiceInput
SetMountServiceId sets the MountServiceId field's value.
func (DeleteMountServiceInput) String ¶
func (s DeleteMountServiceInput) String() string
String returns the string representation
func (*DeleteMountServiceInput) Validate ¶ added in v1.1.5
func (s *DeleteMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteMountServiceOutput ¶
type DeleteMountServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DeleteMountServiceOutput) GoString ¶
func (s DeleteMountServiceOutput) GoString() string
GoString returns the string representation
func (DeleteMountServiceOutput) String ¶
func (s DeleteMountServiceOutput) String() string
String returns the string representation
type DeletePolicyForCreateDataFlowTaskInput ¶ added in v1.2.19
type DeletePolicyForCreateDataFlowTaskInput struct {
DeleteTimeBefore *string `type:"string" json:",omitempty"`
Rule *string `type:"string" json:",omitempty" enum:"EnumOfRuleForCreateDataFlowTaskInput"`
// contains filtered or unexported fields
}
func (DeletePolicyForCreateDataFlowTaskInput) GoString ¶ added in v1.2.19
func (s DeletePolicyForCreateDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*DeletePolicyForCreateDataFlowTaskInput) SetDeleteTimeBefore ¶ added in v1.2.19
func (s *DeletePolicyForCreateDataFlowTaskInput) SetDeleteTimeBefore(v string) *DeletePolicyForCreateDataFlowTaskInput
SetDeleteTimeBefore sets the DeleteTimeBefore field's value.
func (*DeletePolicyForCreateDataFlowTaskInput) SetRule ¶ added in v1.2.19
func (s *DeletePolicyForCreateDataFlowTaskInput) SetRule(v string) *DeletePolicyForCreateDataFlowTaskInput
SetRule sets the Rule field's value.
func (DeletePolicyForCreateDataFlowTaskInput) String ¶ added in v1.2.19
func (s DeletePolicyForCreateDataFlowTaskInput) String() string
String returns the string representation
type DeletePolicyForDescribeDataFlowTasksOutput ¶ added in v1.2.19
type DeletePolicyForDescribeDataFlowTasksOutput struct {
DeleteTimeBefore *string `type:"string" json:",omitempty"`
Rule *string `type:"string" json:",omitempty" enum:"EnumOfRuleForDescribeDataFlowTasksOutput"`
// contains filtered or unexported fields
}
func (DeletePolicyForDescribeDataFlowTasksOutput) GoString ¶ added in v1.2.19
func (s DeletePolicyForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*DeletePolicyForDescribeDataFlowTasksOutput) SetDeleteTimeBefore ¶ added in v1.2.19
func (s *DeletePolicyForDescribeDataFlowTasksOutput) SetDeleteTimeBefore(v string) *DeletePolicyForDescribeDataFlowTasksOutput
SetDeleteTimeBefore sets the DeleteTimeBefore field's value.
func (*DeletePolicyForDescribeDataFlowTasksOutput) SetRule ¶ added in v1.2.19
func (s *DeletePolicyForDescribeDataFlowTasksOutput) SetRule(v string) *DeletePolicyForDescribeDataFlowTasksOutput
SetRule sets the Rule field's value.
func (DeletePolicyForDescribeDataFlowTasksOutput) String ¶ added in v1.2.19
func (s DeletePolicyForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type DescribeAuditsInput ¶ added in v1.2.19
type DescribeAuditsInput struct {
AuditId *string `type:"string" json:",omitempty"`
AuditIds []*string `type:"list" json:",omitempty"`
AuditName *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ZoneIds []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeAuditsInput) GoString ¶ added in v1.2.19
func (s DescribeAuditsInput) GoString() string
GoString returns the string representation
func (*DescribeAuditsInput) SetAuditId ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetAuditId(v string) *DescribeAuditsInput
SetAuditId sets the AuditId field's value.
func (*DescribeAuditsInput) SetAuditIds ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetAuditIds(v []*string) *DescribeAuditsInput
SetAuditIds sets the AuditIds field's value.
func (*DescribeAuditsInput) SetAuditName ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetAuditName(v string) *DescribeAuditsInput
SetAuditName sets the AuditName field's value.
func (*DescribeAuditsInput) SetFileSystemId ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetFileSystemId(v string) *DescribeAuditsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeAuditsInput) SetPageNumber ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetPageNumber(v int32) *DescribeAuditsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAuditsInput) SetPageSize ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetPageSize(v int32) *DescribeAuditsInput
SetPageSize sets the PageSize field's value.
func (*DescribeAuditsInput) SetZoneIds ¶ added in v1.2.19
func (s *DescribeAuditsInput) SetZoneIds(v []*string) *DescribeAuditsInput
SetZoneIds sets the ZoneIds field's value.
func (DescribeAuditsInput) String ¶ added in v1.2.19
func (s DescribeAuditsInput) String() string
String returns the string representation
type DescribeAuditsOutput ¶ added in v1.2.19
type DescribeAuditsOutput struct {
Metadata *response.ResponseMetadata
Audits []*AuditForDescribeAuditsOutput `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 (DescribeAuditsOutput) GoString ¶ added in v1.2.19
func (s DescribeAuditsOutput) GoString() string
GoString returns the string representation
func (*DescribeAuditsOutput) SetAudits ¶ added in v1.2.19
func (s *DescribeAuditsOutput) SetAudits(v []*AuditForDescribeAuditsOutput) *DescribeAuditsOutput
SetAudits sets the Audits field's value.
func (*DescribeAuditsOutput) SetPageNumber ¶ added in v1.2.19
func (s *DescribeAuditsOutput) SetPageNumber(v int32) *DescribeAuditsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeAuditsOutput) SetPageSize ¶ added in v1.2.19
func (s *DescribeAuditsOutput) SetPageSize(v int32) *DescribeAuditsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeAuditsOutput) SetTotalCount ¶ added in v1.2.19
func (s *DescribeAuditsOutput) SetTotalCount(v int32) *DescribeAuditsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeAuditsOutput) String ¶ added in v1.2.19
func (s DescribeAuditsOutput) String() string
String returns the string representation
type DescribeDataFlowBandwidthInput ¶ added in v1.1.11
type DescribeDataFlowBandwidthInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeDataFlowBandwidthInput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthInput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowBandwidthInput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetFileSystemId(v string) *DescribeDataFlowBandwidthInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowBandwidthInput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetPageNumber(v int32) *DescribeDataFlowBandwidthInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowBandwidthInput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) SetPageSize(v int32) *DescribeDataFlowBandwidthInput
SetPageSize sets the PageSize field's value.
func (DescribeDataFlowBandwidthInput) String ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthInput) String() string
String returns the string representation
func (*DescribeDataFlowBandwidthInput) Validate ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDataFlowBandwidthOutput ¶ added in v1.1.11
type DescribeDataFlowBandwidthOutput struct {
Metadata *response.ResponseMetadata
Bandwidth *int32 `type:"int32" json:",omitempty"`
BandwidthMax *int32 `type:"int32" json:",omitempty"`
BandwidthMin *int32 `type:"int32" json:",omitempty"`
BandwidthPerNode *int32 `type:"int32" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
UpdateTime *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeDataFlowBandwidthOutput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthOutput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowBandwidthOutput) SetBandwidth ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidth(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidth sets the Bandwidth field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthMax ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMax(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthMax sets the BandwidthMax field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthMin ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthMin(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthMin sets the BandwidthMin field's value.
func (*DescribeDataFlowBandwidthOutput) SetBandwidthPerNode ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetBandwidthPerNode(v int32) *DescribeDataFlowBandwidthOutput
SetBandwidthPerNode sets the BandwidthPerNode field's value.
func (*DescribeDataFlowBandwidthOutput) SetCreateTime ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetCreateTime(v string) *DescribeDataFlowBandwidthOutput
SetCreateTime sets the CreateTime field's value.
func (*DescribeDataFlowBandwidthOutput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetFileSystemId(v string) *DescribeDataFlowBandwidthOutput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowBandwidthOutput) SetStatus ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetStatus(v string) *DescribeDataFlowBandwidthOutput
SetStatus sets the Status field's value.
func (*DescribeDataFlowBandwidthOutput) SetUpdateTime ¶ added in v1.1.11
func (s *DescribeDataFlowBandwidthOutput) SetUpdateTime(v string) *DescribeDataFlowBandwidthOutput
SetUpdateTime sets the UpdateTime field's value.
func (DescribeDataFlowBandwidthOutput) String ¶ added in v1.1.11
func (s DescribeDataFlowBandwidthOutput) String() string
String returns the string representation
type DescribeDataFlowTasksInput ¶ added in v1.1.11
type DescribeDataFlowTasksInput struct {
DataFlowTaskIds *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty"`
TaskAction *string `type:"string" json:",omitempty" enum:"EnumOfTaskActionForDescribeDataFlowTasksInput"`
// contains filtered or unexported fields
}
func (DescribeDataFlowTasksInput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowTasksInput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowTasksInput) SetDataFlowTaskIds ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetDataFlowTaskIds(v string) *DescribeDataFlowTasksInput
SetDataFlowTaskIds sets the DataFlowTaskIds field's value.
func (*DescribeDataFlowTasksInput) SetFileSystemId ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetFileSystemId(v string) *DescribeDataFlowTasksInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeDataFlowTasksInput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetPageNumber(v int32) *DescribeDataFlowTasksInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowTasksInput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetPageSize(v int32) *DescribeDataFlowTasksInput
SetPageSize sets the PageSize field's value.
func (*DescribeDataFlowTasksInput) SetStatus ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetStatus(v string) *DescribeDataFlowTasksInput
SetStatus sets the Status field's value.
func (*DescribeDataFlowTasksInput) SetTaskAction ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) SetTaskAction(v string) *DescribeDataFlowTasksInput
SetTaskAction sets the TaskAction field's value.
func (DescribeDataFlowTasksInput) String ¶ added in v1.1.11
func (s DescribeDataFlowTasksInput) String() string
String returns the string representation
func (*DescribeDataFlowTasksInput) Validate ¶ added in v1.1.11
func (s *DescribeDataFlowTasksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeDataFlowTasksOutput ¶ added in v1.1.11
type DescribeDataFlowTasksOutput struct {
Metadata *response.ResponseMetadata
DataFlowTasks []*DataFlowTaskForDescribeDataFlowTasksOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s DescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeDataFlowTasksOutput) SetDataFlowTasks ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetDataFlowTasks(v []*DataFlowTaskForDescribeDataFlowTasksOutput) *DescribeDataFlowTasksOutput
SetDataFlowTasks sets the DataFlowTasks field's value.
func (*DescribeDataFlowTasksOutput) SetPageNumber ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetPageNumber(v int32) *DescribeDataFlowTasksOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeDataFlowTasksOutput) SetPageSize ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetPageSize(v int32) *DescribeDataFlowTasksOutput
SetPageSize sets the PageSize field's value.
func (*DescribeDataFlowTasksOutput) SetTotalCount ¶ added in v1.1.11
func (s *DescribeDataFlowTasksOutput) SetTotalCount(v int32) *DescribeDataFlowTasksOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s DescribeDataFlowTasksOutput) String() string
String returns the string representation
type DescribeFileSystemOverviewInput ¶
type DescribeFileSystemOverviewInput struct {
// contains filtered or unexported fields
}
func (DescribeFileSystemOverviewInput) GoString ¶
func (s DescribeFileSystemOverviewInput) GoString() string
GoString returns the string representation
func (DescribeFileSystemOverviewInput) String ¶
func (s DescribeFileSystemOverviewInput) String() string
String returns the string representation
type DescribeFileSystemOverviewOutput ¶
type DescribeFileSystemOverviewOutput struct {
Metadata *response.ResponseMetadata
OverView *OverViewForDescribeFileSystemOverviewOutput `type:"structure" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemOverviewOutput) GoString ¶
func (s DescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemOverviewOutput) SetOverView ¶
func (s *DescribeFileSystemOverviewOutput) SetOverView(v *OverViewForDescribeFileSystemOverviewOutput) *DescribeFileSystemOverviewOutput
SetOverView sets the OverView field's value.
func (DescribeFileSystemOverviewOutput) String ¶
func (s DescribeFileSystemOverviewOutput) String() string
String returns the string representation
type DescribeFileSystemStatisticsInput ¶
type DescribeFileSystemStatisticsInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeFileSystemStatisticsInput"`
// contains filtered or unexported fields
}
func (DescribeFileSystemStatisticsInput) GoString ¶
func (s DescribeFileSystemStatisticsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemStatisticsInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeFileSystemStatisticsInput) SetLanguageCode(v string) *DescribeFileSystemStatisticsInput
SetLanguageCode sets the LanguageCode field's value.
func (DescribeFileSystemStatisticsInput) String ¶
func (s DescribeFileSystemStatisticsInput) String() string
String returns the string representation
type DescribeFileSystemStatisticsOutput ¶
type DescribeFileSystemStatisticsOutput struct {
Metadata *response.ResponseMetadata
Statistics []*StatisticForDescribeFileSystemStatisticsOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemStatisticsOutput) GoString ¶
func (s DescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemStatisticsOutput) SetStatistics ¶
func (s *DescribeFileSystemStatisticsOutput) SetStatistics(v []*StatisticForDescribeFileSystemStatisticsOutput) *DescribeFileSystemStatisticsOutput
SetStatistics sets the Statistics field's value.
func (DescribeFileSystemStatisticsOutput) String ¶
func (s DescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type DescribeFileSystemsInput ¶
type DescribeFileSystemsInput struct {
FileSystemIds *string `type:"string" json:",omitempty"`
Filters []*FilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeFileSystemsInput"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeFileSystemsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemsInput) GoString ¶
func (s DescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsInput) SetFileSystemIds ¶
func (s *DescribeFileSystemsInput) SetFileSystemIds(v string) *DescribeFileSystemsInput
SetFileSystemIds sets the FileSystemIds field's value.
func (*DescribeFileSystemsInput) SetFilters ¶
func (s *DescribeFileSystemsInput) SetFilters(v []*FilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetFilters sets the Filters field's value.
func (*DescribeFileSystemsInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeFileSystemsInput) SetLanguageCode(v string) *DescribeFileSystemsInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeFileSystemsInput) SetOrderBy ¶
func (s *DescribeFileSystemsInput) SetOrderBy(v string) *DescribeFileSystemsInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeFileSystemsInput) SetPageNumber ¶
func (s *DescribeFileSystemsInput) SetPageNumber(v int32) *DescribeFileSystemsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFileSystemsInput) SetPageSize ¶
func (s *DescribeFileSystemsInput) SetPageSize(v int32) *DescribeFileSystemsInput
SetPageSize sets the PageSize field's value.
func (*DescribeFileSystemsInput) SetProject ¶
func (s *DescribeFileSystemsInput) SetProject(v string) *DescribeFileSystemsInput
SetProject sets the Project field's value.
func (*DescribeFileSystemsInput) SetTagFilters ¶ added in v1.1.5
func (s *DescribeFileSystemsInput) SetTagFilters(v []*TagFilterForDescribeFileSystemsInput) *DescribeFileSystemsInput
SetTagFilters sets the TagFilters field's value.
func (DescribeFileSystemsInput) String ¶
func (s DescribeFileSystemsInput) String() string
String returns the string representation
type DescribeFileSystemsOutput ¶
type DescribeFileSystemsOutput struct {
Metadata *response.ResponseMetadata
FileSystems []*FileSystemForDescribeFileSystemsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFileSystemsOutput) GoString ¶
func (s DescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*DescribeFileSystemsOutput) SetFileSystems ¶
func (s *DescribeFileSystemsOutput) SetFileSystems(v []*FileSystemForDescribeFileSystemsOutput) *DescribeFileSystemsOutput
SetFileSystems sets the FileSystems field's value.
func (*DescribeFileSystemsOutput) SetPageNumber ¶
func (s *DescribeFileSystemsOutput) SetPageNumber(v int32) *DescribeFileSystemsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFileSystemsOutput) SetPageSize ¶
func (s *DescribeFileSystemsOutput) SetPageSize(v int32) *DescribeFileSystemsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeFileSystemsOutput) SetTotalCount ¶
func (s *DescribeFileSystemsOutput) SetTotalCount(v int32) *DescribeFileSystemsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeFileSystemsOutput) String ¶
func (s DescribeFileSystemsOutput) String() string
String returns the string representation
type DescribeFilesetsInput ¶ added in v1.1.5
type DescribeFilesetsInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
Filters []*FilterForDescribeFilesetsInput `type:"list" json:",omitempty"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeFilesetsInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFilesetsInput) GoString ¶ added in v1.1.5
func (s DescribeFilesetsInput) GoString() string
GoString returns the string representation
func (*DescribeFilesetsInput) SetFileSystemId ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetFileSystemId(v string) *DescribeFilesetsInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeFilesetsInput) SetFilters ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetFilters(v []*FilterForDescribeFilesetsInput) *DescribeFilesetsInput
SetFilters sets the Filters field's value.
func (*DescribeFilesetsInput) SetOrderBy ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetOrderBy(v string) *DescribeFilesetsInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeFilesetsInput) SetPageNumber ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetPageNumber(v int32) *DescribeFilesetsInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFilesetsInput) SetPageSize ¶ added in v1.1.5
func (s *DescribeFilesetsInput) SetPageSize(v int32) *DescribeFilesetsInput
SetPageSize sets the PageSize field's value.
func (DescribeFilesetsInput) String ¶ added in v1.1.5
func (s DescribeFilesetsInput) String() string
String returns the string representation
func (*DescribeFilesetsInput) Validate ¶ added in v1.1.5
func (s *DescribeFilesetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeFilesetsOutput ¶ added in v1.1.5
type DescribeFilesetsOutput struct {
Metadata *response.ResponseMetadata
Filesets []*FilesetForDescribeFilesetsOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeFilesetsOutput) GoString ¶ added in v1.1.5
func (s DescribeFilesetsOutput) GoString() string
GoString returns the string representation
func (*DescribeFilesetsOutput) SetFilesets ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetFilesets(v []*FilesetForDescribeFilesetsOutput) *DescribeFilesetsOutput
SetFilesets sets the Filesets field's value.
func (*DescribeFilesetsOutput) SetPageNumber ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetPageNumber(v int32) *DescribeFilesetsOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeFilesetsOutput) SetPageSize ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetPageSize(v int32) *DescribeFilesetsOutput
SetPageSize sets the PageSize field's value.
func (*DescribeFilesetsOutput) SetTotalCount ¶ added in v1.1.5
func (s *DescribeFilesetsOutput) SetTotalCount(v int32) *DescribeFilesetsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeFilesetsOutput) String ¶ added in v1.1.5
func (s DescribeFilesetsOutput) String() string
String returns the string representation
type DescribeLensPoliciesInput ¶ added in v1.1.55
type DescribeLensPoliciesInput struct {
LensPolicyId *string `type:"string" json:",omitempty"`
LensPolicyName *string `type:"string" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensPoliciesInput) GoString ¶ added in v1.1.55
func (s DescribeLensPoliciesInput) GoString() string
GoString returns the string representation
func (*DescribeLensPoliciesInput) SetLensPolicyId ¶ added in v1.1.55
func (s *DescribeLensPoliciesInput) SetLensPolicyId(v string) *DescribeLensPoliciesInput
SetLensPolicyId sets the LensPolicyId field's value.
func (*DescribeLensPoliciesInput) SetLensPolicyName ¶ added in v1.1.55
func (s *DescribeLensPoliciesInput) SetLensPolicyName(v string) *DescribeLensPoliciesInput
SetLensPolicyName sets the LensPolicyName field's value.
func (*DescribeLensPoliciesInput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensPoliciesInput) SetPageNumber(v int32) *DescribeLensPoliciesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensPoliciesInput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensPoliciesInput) SetPageSize(v int32) *DescribeLensPoliciesInput
SetPageSize sets the PageSize field's value.
func (DescribeLensPoliciesInput) String ¶ added in v1.1.55
func (s DescribeLensPoliciesInput) String() string
String returns the string representation
type DescribeLensPoliciesOutput ¶ added in v1.1.55
type DescribeLensPoliciesOutput struct {
Metadata *response.ResponseMetadata
LensPolicies []*LensPolicyForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s DescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*DescribeLensPoliciesOutput) SetLensPolicies ¶ added in v1.1.55
func (s *DescribeLensPoliciesOutput) SetLensPolicies(v []*LensPolicyForDescribeLensPoliciesOutput) *DescribeLensPoliciesOutput
SetLensPolicies sets the LensPolicies field's value.
func (*DescribeLensPoliciesOutput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensPoliciesOutput) SetPageNumber(v int32) *DescribeLensPoliciesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensPoliciesOutput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensPoliciesOutput) SetPageSize(v int32) *DescribeLensPoliciesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeLensPoliciesOutput) SetTotalCount ¶ added in v1.1.55
func (s *DescribeLensPoliciesOutput) SetTotalCount(v int32) *DescribeLensPoliciesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s DescribeLensPoliciesOutput) String() string
String returns the string representation
type DescribeLensServicesInput ¶ added in v1.1.55
type DescribeLensServicesInput struct {
FileSystemId *string `type:"string" json:",omitempty"`
PageNumber *string `type:"string" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensServicesInput"`
StoreTypes []*string `type:"list" json:",omitempty"`
ZoneIds []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensServicesInput) GoString ¶ added in v1.1.55
func (s DescribeLensServicesInput) GoString() string
GoString returns the string representation
func (*DescribeLensServicesInput) SetFileSystemId ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetFileSystemId(v string) *DescribeLensServicesInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeLensServicesInput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetPageNumber(v string) *DescribeLensServicesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensServicesInput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetPageSize(v int32) *DescribeLensServicesInput
SetPageSize sets the PageSize field's value.
func (*DescribeLensServicesInput) SetStatus ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetStatus(v string) *DescribeLensServicesInput
SetStatus sets the Status field's value.
func (*DescribeLensServicesInput) SetStoreTypes ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetStoreTypes(v []*string) *DescribeLensServicesInput
SetStoreTypes sets the StoreTypes field's value.
func (*DescribeLensServicesInput) SetZoneIds ¶ added in v1.1.55
func (s *DescribeLensServicesInput) SetZoneIds(v []*string) *DescribeLensServicesInput
SetZoneIds sets the ZoneIds field's value.
func (DescribeLensServicesInput) String ¶ added in v1.1.55
func (s DescribeLensServicesInput) String() string
String returns the string representation
type DescribeLensServicesOutput ¶ added in v1.1.55
type DescribeLensServicesOutput struct {
Metadata *response.ResponseMetadata
LensServices []*LensServiceForDescribeLensServicesOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensServicesOutput) GoString ¶ added in v1.1.55
func (s DescribeLensServicesOutput) GoString() string
GoString returns the string representation
func (*DescribeLensServicesOutput) SetLensServices ¶ added in v1.1.55
func (s *DescribeLensServicesOutput) SetLensServices(v []*LensServiceForDescribeLensServicesOutput) *DescribeLensServicesOutput
SetLensServices sets the LensServices field's value.
func (*DescribeLensServicesOutput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensServicesOutput) SetPageNumber(v int32) *DescribeLensServicesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensServicesOutput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensServicesOutput) SetPageSize(v int32) *DescribeLensServicesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeLensServicesOutput) SetTotalCount ¶ added in v1.1.55
func (s *DescribeLensServicesOutput) SetTotalCount(v int32) *DescribeLensServicesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeLensServicesOutput) String ¶ added in v1.1.55
func (s DescribeLensServicesOutput) String() string
String returns the string representation
type DescribeLensTasksInput ¶ added in v1.1.55
type DescribeLensTasksInput struct {
FileSystemId *string `type:"string" json:",omitempty"`
LensPolicyId *string `type:"string" json:",omitempty"`
LensTaskId *string `type:"string" json:",omitempty"`
LensTaskName *string `type:"string" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Status []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensTasksInput) GoString ¶ added in v1.1.55
func (s DescribeLensTasksInput) GoString() string
GoString returns the string representation
func (*DescribeLensTasksInput) SetFileSystemId ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetFileSystemId(v string) *DescribeLensTasksInput
SetFileSystemId sets the FileSystemId field's value.
func (*DescribeLensTasksInput) SetLensPolicyId ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetLensPolicyId(v string) *DescribeLensTasksInput
SetLensPolicyId sets the LensPolicyId field's value.
func (*DescribeLensTasksInput) SetLensTaskId ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetLensTaskId(v string) *DescribeLensTasksInput
SetLensTaskId sets the LensTaskId field's value.
func (*DescribeLensTasksInput) SetLensTaskName ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetLensTaskName(v string) *DescribeLensTasksInput
SetLensTaskName sets the LensTaskName field's value.
func (*DescribeLensTasksInput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetPageNumber(v int32) *DescribeLensTasksInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensTasksInput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetPageSize(v int32) *DescribeLensTasksInput
SetPageSize sets the PageSize field's value.
func (*DescribeLensTasksInput) SetStatus ¶ added in v1.1.55
func (s *DescribeLensTasksInput) SetStatus(v []*string) *DescribeLensTasksInput
SetStatus sets the Status field's value.
func (DescribeLensTasksInput) String ¶ added in v1.1.55
func (s DescribeLensTasksInput) String() string
String returns the string representation
type DescribeLensTasksOutput ¶ added in v1.1.55
type DescribeLensTasksOutput struct {
Metadata *response.ResponseMetadata
LensTasks []*LensTaskForDescribeLensTasksOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s DescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*DescribeLensTasksOutput) SetLensTasks ¶ added in v1.1.55
func (s *DescribeLensTasksOutput) SetLensTasks(v []*LensTaskForDescribeLensTasksOutput) *DescribeLensTasksOutput
SetLensTasks sets the LensTasks field's value.
func (*DescribeLensTasksOutput) SetPageNumber ¶ added in v1.1.55
func (s *DescribeLensTasksOutput) SetPageNumber(v int32) *DescribeLensTasksOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeLensTasksOutput) SetPageSize ¶ added in v1.1.55
func (s *DescribeLensTasksOutput) SetPageSize(v int32) *DescribeLensTasksOutput
SetPageSize sets the PageSize field's value.
func (*DescribeLensTasksOutput) SetTotalCount ¶ added in v1.1.55
func (s *DescribeLensTasksOutput) SetTotalCount(v int32) *DescribeLensTasksOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeLensTasksOutput) String ¶ added in v1.1.55
func (s DescribeLensTasksOutput) String() string
String returns the string representation
type DescribeMountServiceNodeTypesInput ¶
type DescribeMountServiceNodeTypesInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeMountServiceNodeTypesInput"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServiceNodeTypesInput) GoString ¶
func (s DescribeMountServiceNodeTypesInput) GoString() string
GoString returns the string representation
func (*DescribeMountServiceNodeTypesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeMountServiceNodeTypesInput) SetLanguageCode(v string) *DescribeMountServiceNodeTypesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeMountServiceNodeTypesInput) SetZoneId ¶
func (s *DescribeMountServiceNodeTypesInput) SetZoneId(v string) *DescribeMountServiceNodeTypesInput
SetZoneId sets the ZoneId field's value.
func (DescribeMountServiceNodeTypesInput) String ¶
func (s DescribeMountServiceNodeTypesInput) String() string
String returns the string representation
type DescribeMountServiceNodeTypesOutput ¶
type DescribeMountServiceNodeTypesOutput struct {
Metadata *response.ResponseMetadata
NodeTypeInfos []*NodeTypeInfoForDescribeMountServiceNodeTypesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServiceNodeTypesOutput) GoString ¶
func (s DescribeMountServiceNodeTypesOutput) GoString() string
GoString returns the string representation
func (*DescribeMountServiceNodeTypesOutput) SetNodeTypeInfos ¶
func (s *DescribeMountServiceNodeTypesOutput) SetNodeTypeInfos(v []*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) *DescribeMountServiceNodeTypesOutput
SetNodeTypeInfos sets the NodeTypeInfos field's value.
func (DescribeMountServiceNodeTypesOutput) String ¶
func (s DescribeMountServiceNodeTypesOutput) String() string
String returns the string representation
type DescribeMountServicesInput ¶
type DescribeMountServicesInput struct {
Filters []*FilterForDescribeMountServicesInput `type:"list" json:",omitempty"`
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeMountServicesInput"`
OrderBy *string `type:"string" json:",omitempty" enum:"EnumOfOrderByForDescribeMountServicesInput"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServicesInput) GoString ¶
func (s DescribeMountServicesInput) GoString() string
GoString returns the string representation
func (*DescribeMountServicesInput) SetFilters ¶
func (s *DescribeMountServicesInput) SetFilters(v []*FilterForDescribeMountServicesInput) *DescribeMountServicesInput
SetFilters sets the Filters field's value.
func (*DescribeMountServicesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeMountServicesInput) SetLanguageCode(v string) *DescribeMountServicesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeMountServicesInput) SetOrderBy ¶
func (s *DescribeMountServicesInput) SetOrderBy(v string) *DescribeMountServicesInput
SetOrderBy sets the OrderBy field's value.
func (*DescribeMountServicesInput) SetPageNumber ¶
func (s *DescribeMountServicesInput) SetPageNumber(v int32) *DescribeMountServicesInput
SetPageNumber sets the PageNumber field's value.
func (*DescribeMountServicesInput) SetPageSize ¶
func (s *DescribeMountServicesInput) SetPageSize(v int32) *DescribeMountServicesInput
SetPageSize sets the PageSize field's value.
func (*DescribeMountServicesInput) SetProject ¶ added in v1.1.5
func (s *DescribeMountServicesInput) SetProject(v string) *DescribeMountServicesInput
SetProject sets the Project field's value.
func (DescribeMountServicesInput) String ¶
func (s DescribeMountServicesInput) String() string
String returns the string representation
type DescribeMountServicesOutput ¶
type DescribeMountServicesOutput struct {
Metadata *response.ResponseMetadata
MountServices []*MountServiceForDescribeMountServicesOutput `type:"list" json:",omitempty"`
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeMountServicesOutput) GoString ¶
func (s DescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*DescribeMountServicesOutput) SetMountServices ¶
func (s *DescribeMountServicesOutput) SetMountServices(v []*MountServiceForDescribeMountServicesOutput) *DescribeMountServicesOutput
SetMountServices sets the MountServices field's value.
func (*DescribeMountServicesOutput) SetPageNumber ¶
func (s *DescribeMountServicesOutput) SetPageNumber(v int32) *DescribeMountServicesOutput
SetPageNumber sets the PageNumber field's value.
func (*DescribeMountServicesOutput) SetPageSize ¶
func (s *DescribeMountServicesOutput) SetPageSize(v int32) *DescribeMountServicesOutput
SetPageSize sets the PageSize field's value.
func (*DescribeMountServicesOutput) SetTotalCount ¶
func (s *DescribeMountServicesOutput) SetTotalCount(v int32) *DescribeMountServicesOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeMountServicesOutput) String ¶
func (s DescribeMountServicesOutput) String() string
String returns the string representation
type DescribeRegionsInput ¶
type DescribeRegionsInput struct {
// contains filtered or unexported fields
}
func (DescribeRegionsInput) GoString ¶
func (s DescribeRegionsInput) GoString() string
GoString returns the string representation
func (DescribeRegionsInput) String ¶
func (s DescribeRegionsInput) String() string
String returns the string representation
type DescribeRegionsOutput ¶
type DescribeRegionsOutput struct {
Metadata *response.ResponseMetadata
Regions []*RegionForDescribeRegionsOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeRegionsOutput) GoString ¶
func (s DescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*DescribeRegionsOutput) SetRegions ¶
func (s *DescribeRegionsOutput) SetRegions(v []*RegionForDescribeRegionsOutput) *DescribeRegionsOutput
SetRegions sets the Regions field's value.
func (*DescribeRegionsOutput) SetTotalCount ¶
func (s *DescribeRegionsOutput) SetTotalCount(v int32) *DescribeRegionsOutput
SetTotalCount sets the TotalCount field's value.
func (DescribeRegionsOutput) String ¶
func (s DescribeRegionsOutput) String() string
String returns the string representation
type DescribeZonesInput ¶
type DescribeZonesInput struct {
LanguageCode *string `type:"string" json:",omitempty" enum:"EnumOfLanguageCodeForDescribeZonesInput"`
RegionId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeZonesInput) GoString ¶
func (s DescribeZonesInput) GoString() string
GoString returns the string representation
func (*DescribeZonesInput) SetLanguageCode ¶ added in v1.1.5
func (s *DescribeZonesInput) SetLanguageCode(v string) *DescribeZonesInput
SetLanguageCode sets the LanguageCode field's value.
func (*DescribeZonesInput) SetRegionId ¶
func (s *DescribeZonesInput) SetRegionId(v string) *DescribeZonesInput
SetRegionId sets the RegionId field's value.
func (DescribeZonesInput) String ¶
func (s DescribeZonesInput) String() string
String returns the string representation
type DescribeZonesOutput ¶
type DescribeZonesOutput struct {
Metadata *response.ResponseMetadata
TotalCount *int32 `type:"int32" json:",omitempty"`
Zones []*ZoneForDescribeZonesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (DescribeZonesOutput) GoString ¶
func (s DescribeZonesOutput) GoString() string
GoString returns the string representation
func (*DescribeZonesOutput) SetTotalCount ¶
func (s *DescribeZonesOutput) SetTotalCount(v int32) *DescribeZonesOutput
SetTotalCount sets the TotalCount field's value.
func (*DescribeZonesOutput) SetZones ¶
func (s *DescribeZonesOutput) SetZones(v []*ZoneForDescribeZonesOutput) *DescribeZonesOutput
SetZones sets the Zones field's value.
func (DescribeZonesOutput) String ¶
func (s DescribeZonesOutput) String() string
String returns the string representation
type DetachMountServiceFromSelfFileSystemInput ¶
type DetachMountServiceFromSelfFileSystemInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (DetachMountServiceFromSelfFileSystemInput) GoString ¶
func (s DetachMountServiceFromSelfFileSystemInput) GoString() string
GoString returns the string representation
func (*DetachMountServiceFromSelfFileSystemInput) SetFileSystemId ¶
func (s *DetachMountServiceFromSelfFileSystemInput) SetFileSystemId(v string) *DetachMountServiceFromSelfFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*DetachMountServiceFromSelfFileSystemInput) SetMountServiceId ¶
func (s *DetachMountServiceFromSelfFileSystemInput) SetMountServiceId(v string) *DetachMountServiceFromSelfFileSystemInput
SetMountServiceId sets the MountServiceId field's value.
func (DetachMountServiceFromSelfFileSystemInput) String ¶
func (s DetachMountServiceFromSelfFileSystemInput) String() string
String returns the string representation
func (*DetachMountServiceFromSelfFileSystemInput) Validate ¶ added in v1.1.5
func (s *DetachMountServiceFromSelfFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachMountServiceFromSelfFileSystemOutput ¶
type DetachMountServiceFromSelfFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (DetachMountServiceFromSelfFileSystemOutput) GoString ¶
func (s DetachMountServiceFromSelfFileSystemOutput) GoString() string
GoString returns the string representation
func (DetachMountServiceFromSelfFileSystemOutput) String ¶
func (s DetachMountServiceFromSelfFileSystemOutput) String() string
String returns the string representation
type EntryListFileInfoForCreateDataFlowTaskInput ¶ added in v1.1.10
type EntryListFileInfoForCreateDataFlowTaskInput struct {
FileBucket *string `type:"string" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EntryListFileInfoForCreateDataFlowTaskInput) GoString ¶ added in v1.1.10
func (s EntryListFileInfoForCreateDataFlowTaskInput) GoString() string
GoString returns the string representation
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileBucket(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileBucket sets the FileBucket field's value.
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileKey(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileKey sets the FileKey field's value.
func (*EntryListFileInfoForCreateDataFlowTaskInput) SetFileName ¶ added in v1.1.10
func (s *EntryListFileInfoForCreateDataFlowTaskInput) SetFileName(v string) *EntryListFileInfoForCreateDataFlowTaskInput
SetFileName sets the FileName field's value.
func (EntryListFileInfoForCreateDataFlowTaskInput) String ¶ added in v1.1.10
func (s EntryListFileInfoForCreateDataFlowTaskInput) String() string
String returns the string representation
type EntryListFileInfoForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type EntryListFileInfoForDescribeDataFlowTasksOutput struct {
FileBucket *string `type:"string" json:",omitempty"`
FileKey *string `type:"string" json:",omitempty"`
FileName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (EntryListFileInfoForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s EntryListFileInfoForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileBucket(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileBucket sets the FileBucket field's value.
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileKey(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileKey sets the FileKey field's value.
func (*EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName ¶ added in v1.1.11
func (s *EntryListFileInfoForDescribeDataFlowTasksOutput) SetFileName(v string) *EntryListFileInfoForDescribeDataFlowTasksOutput
SetFileName sets the FileName field's value.
func (EntryListFileInfoForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s EntryListFileInfoForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type ExpandFileSystemInput ¶
type ExpandFileSystemInput struct {
// Capacity is a required field
Capacity *int32 `type:"int32" json:",omitempty" required:"true"`
EnableRestripe *bool `type:"boolean" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (ExpandFileSystemInput) GoString ¶
func (s ExpandFileSystemInput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemInput) SetCapacity ¶
func (s *ExpandFileSystemInput) SetCapacity(v int32) *ExpandFileSystemInput
SetCapacity sets the Capacity field's value.
func (*ExpandFileSystemInput) SetEnableRestripe ¶
func (s *ExpandFileSystemInput) SetEnableRestripe(v bool) *ExpandFileSystemInput
SetEnableRestripe sets the EnableRestripe field's value.
func (*ExpandFileSystemInput) SetFileSystemId ¶
func (s *ExpandFileSystemInput) SetFileSystemId(v string) *ExpandFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (ExpandFileSystemInput) String ¶
func (s ExpandFileSystemInput) String() string
String returns the string representation
func (*ExpandFileSystemInput) Validate ¶ added in v1.1.5
func (s *ExpandFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ExpandFileSystemOutput ¶
type ExpandFileSystemOutput struct {
Metadata *response.ResponseMetadata
OrderNO *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ExpandFileSystemOutput) GoString ¶
func (s ExpandFileSystemOutput) GoString() string
GoString returns the string representation
func (*ExpandFileSystemOutput) SetOrderNO ¶
func (s *ExpandFileSystemOutput) SetOrderNO(v string) *ExpandFileSystemOutput
SetOrderNO sets the OrderNO field's value.
func (ExpandFileSystemOutput) String ¶
func (s ExpandFileSystemOutput) String() string
String returns the string representation
type FeatureInfoForDescribeLensServicesOutput ¶ added in v1.1.55
type FeatureInfoForDescribeLensServicesOutput struct {
Feature *string `type:"string" json:",omitempty" enum:"EnumOfFeatureForDescribeLensServicesOutput"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensServicesOutput"`
// contains filtered or unexported fields
}
func (FeatureInfoForDescribeLensServicesOutput) GoString ¶ added in v1.1.55
func (s FeatureInfoForDescribeLensServicesOutput) GoString() string
GoString returns the string representation
func (*FeatureInfoForDescribeLensServicesOutput) SetFeature ¶ added in v1.1.55
func (s *FeatureInfoForDescribeLensServicesOutput) SetFeature(v string) *FeatureInfoForDescribeLensServicesOutput
SetFeature sets the Feature field's value.
func (*FeatureInfoForDescribeLensServicesOutput) SetStatus ¶ added in v1.1.55
func (s *FeatureInfoForDescribeLensServicesOutput) SetStatus(v string) *FeatureInfoForDescribeLensServicesOutput
SetStatus sets the Status field's value.
func (FeatureInfoForDescribeLensServicesOutput) String ¶ added in v1.1.55
func (s FeatureInfoForDescribeLensServicesOutput) String() string
String returns the string representation
type FileSystemForDescribeFileSystemsOutput ¶
type FileSystemForDescribeFileSystemsOutput struct {
AccountId *string `type:"string" json:",omitempty"`
Bandwidth *int32 `type:"int32" json:",omitempty"`
CapacityInfo *CapacityInfoForDescribeFileSystemsOutput `type:"structure" json:",omitempty"`
ChargeStatus *string `type:"string" json:",omitempty" enum:"EnumOfChargeStatusForDescribeFileSystemsOutput"`
ChargeType *string `type:"string" json:",omitempty" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"`
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
ExpireTime *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeFileSystemsOutput"`
FreeTime *string `type:"string" json:",omitempty"`
LastModifyTime *string `type:"string" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
ProtocolType *string `type:"string" json:",omitempty" enum:"EnumOfProtocolTypeForDescribeFileSystemsOutput"`
ReadBandwidth *int32 `type:"int32" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
SecurityGroupId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeFileSystemsOutput"`
StopServiceTime *string `type:"string" json:",omitempty"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
SubnetId *string `type:"string" json:",omitempty"`
Tags []*TagForDescribeFileSystemsOutput `type:"list" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
WriteBandwidth *int32 `type:"int32" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FileSystemForDescribeFileSystemsOutput) GoString ¶
func (s FileSystemForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*FileSystemForDescribeFileSystemsOutput) SetAccountId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetAccountId(v string) *FileSystemForDescribeFileSystemsOutput
SetAccountId sets the AccountId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetBandwidth ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetBandwidth sets the Bandwidth field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetCapacityInfo ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetCapacityInfo sets the CapacityInfo field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetChargeStatus sets the ChargeStatus field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetChargeType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetChargeType(v string) *FileSystemForDescribeFileSystemsOutput
SetChargeType sets the ChargeType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetCreateTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetCreateTime(v string) *FileSystemForDescribeFileSystemsOutput
SetCreateTime sets the CreateTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetDescription ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetDescription(v string) *FileSystemForDescribeFileSystemsOutput
SetDescription sets the Description field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetExpireTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetExpireTime(v string) *FileSystemForDescribeFileSystemsOutput
SetExpireTime sets the ExpireTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemId(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemName(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemName sets the FileSystemName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFileSystemType(v string) *FileSystemForDescribeFileSystemsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetFreeTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetFreeTime(v string) *FileSystemForDescribeFileSystemsOutput
SetFreeTime sets the FreeTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetLastModifyTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetLastModifyTime(v string) *FileSystemForDescribeFileSystemsOutput
SetLastModifyTime sets the LastModifyTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProject ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProject(v string) *FileSystemForDescribeFileSystemsOutput
SetProject sets the Project field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProjectName ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetProjectName(v string) *FileSystemForDescribeFileSystemsOutput
SetProjectName sets the ProjectName field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetProtocolType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetProtocolType(v string) *FileSystemForDescribeFileSystemsOutput
SetProtocolType sets the ProtocolType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetReadBandwidth ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetReadBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetReadBandwidth sets the ReadBandwidth field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetRegionId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetRegionId(v string) *FileSystemForDescribeFileSystemsOutput
SetRegionId sets the RegionId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetSecurityGroupId(v string) *FileSystemForDescribeFileSystemsOutput
SetSecurityGroupId sets the SecurityGroupId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStatus ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStatus(v string) *FileSystemForDescribeFileSystemsOutput
SetStatus sets the Status field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStopServiceTime ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStopServiceTime(v string) *FileSystemForDescribeFileSystemsOutput
SetStopServiceTime sets the StopServiceTime field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreType ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreType(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreType sets the StoreType field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeCN(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetStoreTypeEN(v string) *FileSystemForDescribeFileSystemsOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetSubnetId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetSubnetId(v string) *FileSystemForDescribeFileSystemsOutput
SetSubnetId sets the SubnetId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetTags ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetTags(v []*TagForDescribeFileSystemsOutput) *FileSystemForDescribeFileSystemsOutput
SetTags sets the Tags field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetVersionNumber ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetVersionNumber(v string) *FileSystemForDescribeFileSystemsOutput
SetVersionNumber sets the VersionNumber field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetVpcId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetVpcId(v string) *FileSystemForDescribeFileSystemsOutput
SetVpcId sets the VpcId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth ¶ added in v1.1.5
func (s *FileSystemForDescribeFileSystemsOutput) SetWriteBandwidth(v int32) *FileSystemForDescribeFileSystemsOutput
SetWriteBandwidth sets the WriteBandwidth field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetZoneId ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetZoneId(v string) *FileSystemForDescribeFileSystemsOutput
SetZoneId sets the ZoneId field's value.
func (*FileSystemForDescribeFileSystemsOutput) SetZoneName ¶
func (s *FileSystemForDescribeFileSystemsOutput) SetZoneName(v string) *FileSystemForDescribeFileSystemsOutput
SetZoneName sets the ZoneName field's value.
func (FileSystemForDescribeFileSystemsOutput) String ¶
func (s FileSystemForDescribeFileSystemsOutput) String() string
String returns the string representation
type FilesetForDescribeFilesetsOutput ¶ added in v1.1.5
type FilesetForDescribeFilesetsOutput struct {
BandwidthQos *int32 `type:"int32" json:",omitempty"`
CapacityLimit *int32 `type:"int32" json:",omitempty"`
CapacityUsed *int32 `type:"int32" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
FileLimit *int64 `type:"int64" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileUsed *int64 `type:"int64" json:",omitempty"`
FilesetId *string `type:"string" json:",omitempty"`
FilesetName *string `type:"string" json:",omitempty"`
FilesetPath *string `type:"string" json:",omitempty"`
IOPSQos *int32 `type:"int32" json:",omitempty"`
MaxInodeNum *int64 `type:"int64" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeFilesetsOutput"`
// contains filtered or unexported fields
}
func (FilesetForDescribeFilesetsOutput) GoString ¶ added in v1.1.5
func (s FilesetForDescribeFilesetsOutput) GoString() string
GoString returns the string representation
func (*FilesetForDescribeFilesetsOutput) SetBandwidthQos ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetBandwidthQos(v int32) *FilesetForDescribeFilesetsOutput
SetBandwidthQos sets the BandwidthQos field's value.
func (*FilesetForDescribeFilesetsOutput) SetCapacityLimit ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCapacityLimit(v int32) *FilesetForDescribeFilesetsOutput
SetCapacityLimit sets the CapacityLimit field's value.
func (*FilesetForDescribeFilesetsOutput) SetCapacityUsed ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCapacityUsed(v int32) *FilesetForDescribeFilesetsOutput
SetCapacityUsed sets the CapacityUsed field's value.
func (*FilesetForDescribeFilesetsOutput) SetCreateTime ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetCreateTime(v string) *FilesetForDescribeFilesetsOutput
SetCreateTime sets the CreateTime field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileLimit ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileLimit(v int64) *FilesetForDescribeFilesetsOutput
SetFileLimit sets the FileLimit field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileSystemId ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileSystemId(v string) *FilesetForDescribeFilesetsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FilesetForDescribeFilesetsOutput) SetFileUsed ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFileUsed(v int64) *FilesetForDescribeFilesetsOutput
SetFileUsed sets the FileUsed field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetId ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetId(v string) *FilesetForDescribeFilesetsOutput
SetFilesetId sets the FilesetId field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetName ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetName(v string) *FilesetForDescribeFilesetsOutput
SetFilesetName sets the FilesetName field's value.
func (*FilesetForDescribeFilesetsOutput) SetFilesetPath ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetFilesetPath(v string) *FilesetForDescribeFilesetsOutput
SetFilesetPath sets the FilesetPath field's value.
func (*FilesetForDescribeFilesetsOutput) SetIOPSQos ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetIOPSQos(v int32) *FilesetForDescribeFilesetsOutput
SetIOPSQos sets the IOPSQos field's value.
func (*FilesetForDescribeFilesetsOutput) SetMaxInodeNum ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetMaxInodeNum(v int64) *FilesetForDescribeFilesetsOutput
SetMaxInodeNum sets the MaxInodeNum field's value.
func (*FilesetForDescribeFilesetsOutput) SetStatus ¶ added in v1.1.5
func (s *FilesetForDescribeFilesetsOutput) SetStatus(v string) *FilesetForDescribeFilesetsOutput
SetStatus sets the Status field's value.
func (FilesetForDescribeFilesetsOutput) String ¶ added in v1.1.5
func (s FilesetForDescribeFilesetsOutput) String() string
String returns the string representation
type FilesetInfoForDescribeAuditsOutput ¶ added in v1.2.19
type FilesetInfoForDescribeAuditsOutput struct {
FileSystemId *string `type:"string" json:",omitempty"`
FilesetId *string `type:"string" json:",omitempty"`
FilesetName *string `type:"string" json:",omitempty"`
FilesetPath *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilesetInfoForDescribeAuditsOutput) GoString ¶ added in v1.2.19
func (s FilesetInfoForDescribeAuditsOutput) GoString() string
GoString returns the string representation
func (*FilesetInfoForDescribeAuditsOutput) SetFileSystemId ¶ added in v1.2.19
func (s *FilesetInfoForDescribeAuditsOutput) SetFileSystemId(v string) *FilesetInfoForDescribeAuditsOutput
SetFileSystemId sets the FileSystemId field's value.
func (*FilesetInfoForDescribeAuditsOutput) SetFilesetId ¶ added in v1.2.19
func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetId(v string) *FilesetInfoForDescribeAuditsOutput
SetFilesetId sets the FilesetId field's value.
func (*FilesetInfoForDescribeAuditsOutput) SetFilesetName ¶ added in v1.2.19
func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetName(v string) *FilesetInfoForDescribeAuditsOutput
SetFilesetName sets the FilesetName field's value.
func (*FilesetInfoForDescribeAuditsOutput) SetFilesetPath ¶ added in v1.2.19
func (s *FilesetInfoForDescribeAuditsOutput) SetFilesetPath(v string) *FilesetInfoForDescribeAuditsOutput
SetFilesetPath sets the FilesetPath field's value.
func (FilesetInfoForDescribeAuditsOutput) String ¶ added in v1.2.19
func (s FilesetInfoForDescribeAuditsOutput) String() string
String returns the string representation
type FilterForDescribeFileSystemsInput ¶
type FilterForDescribeFileSystemsInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeFileSystemsInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeFileSystemsInput) GoString ¶
func (s FilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeFileSystemsInput) SetKey ¶
func (s *FilterForDescribeFileSystemsInput) SetKey(v string) *FilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*FilterForDescribeFileSystemsInput) SetValue ¶
func (s *FilterForDescribeFileSystemsInput) SetValue(v string) *FilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (FilterForDescribeFileSystemsInput) String ¶
func (s FilterForDescribeFileSystemsInput) String() string
String returns the string representation
type FilterForDescribeFilesetsInput ¶ added in v1.1.5
type FilterForDescribeFilesetsInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeFilesetsInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeFilesetsInput) GoString ¶ added in v1.1.5
func (s FilterForDescribeFilesetsInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeFilesetsInput) SetKey ¶ added in v1.1.5
func (s *FilterForDescribeFilesetsInput) SetKey(v string) *FilterForDescribeFilesetsInput
SetKey sets the Key field's value.
func (*FilterForDescribeFilesetsInput) SetValue ¶ added in v1.1.5
func (s *FilterForDescribeFilesetsInput) SetValue(v string) *FilterForDescribeFilesetsInput
SetValue sets the Value field's value.
func (FilterForDescribeFilesetsInput) String ¶ added in v1.1.5
func (s FilterForDescribeFilesetsInput) String() string
String returns the string representation
type FilterForDescribeMountServicesInput ¶
type FilterForDescribeMountServicesInput struct {
Key *string `type:"string" json:",omitempty" enum:"EnumOfKeyForDescribeMountServicesInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (FilterForDescribeMountServicesInput) GoString ¶
func (s FilterForDescribeMountServicesInput) GoString() string
GoString returns the string representation
func (*FilterForDescribeMountServicesInput) SetKey ¶
func (s *FilterForDescribeMountServicesInput) SetKey(v string) *FilterForDescribeMountServicesInput
SetKey sets the Key field's value.
func (*FilterForDescribeMountServicesInput) SetValue ¶
func (s *FilterForDescribeMountServicesInput) SetValue(v string) *FilterForDescribeMountServicesInput
SetValue sets the Value field's value.
func (FilterForDescribeMountServicesInput) String ¶
func (s FilterForDescribeMountServicesInput) String() string
String returns the string representation
type LensAnalysisInfoForCreateLensTaskInput ¶ added in v1.1.55
type LensAnalysisInfoForCreateLensTaskInput struct {
AnalysisAttrs []*string `type:"list" json:",omitempty"`
EnableLensAnalysis *bool `type:"boolean" json:",omitempty"`
ExpirationTime *string `type:"string" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensAnalysisInfoForCreateLensTaskInput) GoString ¶ added in v1.1.55
func (s LensAnalysisInfoForCreateLensTaskInput) GoString() string
GoString returns the string representation
func (*LensAnalysisInfoForCreateLensTaskInput) SetAnalysisAttrs ¶ added in v1.1.55
func (s *LensAnalysisInfoForCreateLensTaskInput) SetAnalysisAttrs(v []*string) *LensAnalysisInfoForCreateLensTaskInput
SetAnalysisAttrs sets the AnalysisAttrs field's value.
func (*LensAnalysisInfoForCreateLensTaskInput) SetEnableLensAnalysis ¶ added in v1.1.55
func (s *LensAnalysisInfoForCreateLensTaskInput) SetEnableLensAnalysis(v bool) *LensAnalysisInfoForCreateLensTaskInput
SetEnableLensAnalysis sets the EnableLensAnalysis field's value.
func (*LensAnalysisInfoForCreateLensTaskInput) SetExpirationTime ¶ added in v1.1.55
func (s *LensAnalysisInfoForCreateLensTaskInput) SetExpirationTime(v string) *LensAnalysisInfoForCreateLensTaskInput
SetExpirationTime sets the ExpirationTime field's value.
func (*LensAnalysisInfoForCreateLensTaskInput) SetTlsProjectId ¶ added in v1.1.55
func (s *LensAnalysisInfoForCreateLensTaskInput) SetTlsProjectId(v string) *LensAnalysisInfoForCreateLensTaskInput
SetTlsProjectId sets the TlsProjectId field's value.
func (*LensAnalysisInfoForCreateLensTaskInput) SetTlsTopicId ¶ added in v1.1.55
func (s *LensAnalysisInfoForCreateLensTaskInput) SetTlsTopicId(v string) *LensAnalysisInfoForCreateLensTaskInput
SetTlsTopicId sets the TlsTopicId field's value.
func (LensAnalysisInfoForCreateLensTaskInput) String ¶ added in v1.1.55
func (s LensAnalysisInfoForCreateLensTaskInput) String() string
String returns the string representation
type LensAnalysisInfoForDescribeLensTasksOutput ¶ added in v1.1.55
type LensAnalysisInfoForDescribeLensTasksOutput struct {
AnalysisAttrs []*string `type:"list" json:",omitempty"`
EnableLensAnalysis *bool `type:"boolean" json:",omitempty"`
ExpirationTime *string `type:"string" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensAnalysisInfoForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s LensAnalysisInfoForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*LensAnalysisInfoForDescribeLensTasksOutput) SetAnalysisAttrs ¶ added in v1.1.55
func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetAnalysisAttrs(v []*string) *LensAnalysisInfoForDescribeLensTasksOutput
SetAnalysisAttrs sets the AnalysisAttrs field's value.
func (*LensAnalysisInfoForDescribeLensTasksOutput) SetEnableLensAnalysis ¶ added in v1.1.55
func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetEnableLensAnalysis(v bool) *LensAnalysisInfoForDescribeLensTasksOutput
SetEnableLensAnalysis sets the EnableLensAnalysis field's value.
func (*LensAnalysisInfoForDescribeLensTasksOutput) SetExpirationTime ¶ added in v1.1.55
func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetExpirationTime(v string) *LensAnalysisInfoForDescribeLensTasksOutput
SetExpirationTime sets the ExpirationTime field's value.
func (*LensAnalysisInfoForDescribeLensTasksOutput) SetTlsProjectId ¶ added in v1.1.55
func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetTlsProjectId(v string) *LensAnalysisInfoForDescribeLensTasksOutput
SetTlsProjectId sets the TlsProjectId field's value.
func (*LensAnalysisInfoForDescribeLensTasksOutput) SetTlsTopicId ¶ added in v1.1.55
func (s *LensAnalysisInfoForDescribeLensTasksOutput) SetTlsTopicId(v string) *LensAnalysisInfoForDescribeLensTasksOutput
SetTlsTopicId sets the TlsTopicId field's value.
func (LensAnalysisInfoForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s LensAnalysisInfoForDescribeLensTasksOutput) String() string
String returns the string representation
type LensCapacityStatInfoForCreateLensTaskInput ¶ added in v1.1.55
type LensCapacityStatInfoForCreateLensTaskInput struct {
EnableDownload *bool `type:"boolean" json:",omitempty"`
ExportPath *string `type:"string" json:",omitempty"`
FirstLevelSubDir *bool `type:"boolean" json:",omitempty"`
FirstLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`
SecondLevelSubDir *bool `type:"boolean" json:",omitempty"`
SecondLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`
TosBucket *string `type:"string" json:",omitempty"`
TosPrefix *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensCapacityStatInfoForCreateLensTaskInput) GoString ¶ added in v1.1.55
func (s LensCapacityStatInfoForCreateLensTaskInput) GoString() string
GoString returns the string representation
func (*LensCapacityStatInfoForCreateLensTaskInput) SetEnableDownload ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetEnableDownload(v bool) *LensCapacityStatInfoForCreateLensTaskInput
SetEnableDownload sets the EnableDownload field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetExportPath ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetExportPath(v string) *LensCapacityStatInfoForCreateLensTaskInput
SetExportPath sets the ExportPath field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDir ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDir(v bool) *LensCapacityStatInfoForCreateLensTaskInput
SetFirstLevelSubDir sets the FirstLevelSubDir field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDirDownloadUrl ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetFirstLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForCreateLensTaskInput
SetFirstLevelSubDirDownloadUrl sets the FirstLevelSubDirDownloadUrl field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDir ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDir(v bool) *LensCapacityStatInfoForCreateLensTaskInput
SetSecondLevelSubDir sets the SecondLevelSubDir field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDirDownloadUrl ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetSecondLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForCreateLensTaskInput
SetSecondLevelSubDirDownloadUrl sets the SecondLevelSubDirDownloadUrl field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetTosBucket ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetTosBucket(v string) *LensCapacityStatInfoForCreateLensTaskInput
SetTosBucket sets the TosBucket field's value.
func (*LensCapacityStatInfoForCreateLensTaskInput) SetTosPrefix ¶ added in v1.1.55
func (s *LensCapacityStatInfoForCreateLensTaskInput) SetTosPrefix(v string) *LensCapacityStatInfoForCreateLensTaskInput
SetTosPrefix sets the TosPrefix field's value.
func (LensCapacityStatInfoForCreateLensTaskInput) String ¶ added in v1.1.55
func (s LensCapacityStatInfoForCreateLensTaskInput) String() string
String returns the string representation
type LensCapacityStatInfoForDescribeLensTasksOutput ¶ added in v1.1.55
type LensCapacityStatInfoForDescribeLensTasksOutput struct {
EnableDownload *bool `type:"boolean" json:",omitempty"`
ExportPath *string `type:"string" json:",omitempty"`
FirstLevelSubDir *bool `type:"boolean" json:",omitempty"`
FirstLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`
SecondLevelSubDir *bool `type:"boolean" json:",omitempty"`
SecondLevelSubDirDownloadUrl *string `type:"string" json:",omitempty"`
TosBucket *string `type:"string" json:",omitempty"`
TosPrefix *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensCapacityStatInfoForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s LensCapacityStatInfoForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetEnableDownload ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetEnableDownload(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
SetEnableDownload sets the EnableDownload field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetExportPath ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetExportPath(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
SetExportPath sets the ExportPath field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDir ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDir(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
SetFirstLevelSubDir sets the FirstLevelSubDir field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDirDownloadUrl ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetFirstLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
SetFirstLevelSubDirDownloadUrl sets the FirstLevelSubDirDownloadUrl field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDir ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDir(v bool) *LensCapacityStatInfoForDescribeLensTasksOutput
SetSecondLevelSubDir sets the SecondLevelSubDir field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDirDownloadUrl ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetSecondLevelSubDirDownloadUrl(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
SetSecondLevelSubDirDownloadUrl sets the SecondLevelSubDirDownloadUrl field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetTosBucket ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetTosBucket(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
SetTosBucket sets the TosBucket field's value.
func (*LensCapacityStatInfoForDescribeLensTasksOutput) SetTosPrefix ¶ added in v1.1.55
func (s *LensCapacityStatInfoForDescribeLensTasksOutput) SetTosPrefix(v string) *LensCapacityStatInfoForDescribeLensTasksOutput
SetTosPrefix sets the TosPrefix field's value.
func (LensCapacityStatInfoForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s LensCapacityStatInfoForDescribeLensTasksOutput) String() string
String returns the string representation
type LensExportInfoForCreateLensTaskInput ¶ added in v1.1.55
type LensExportInfoForCreateLensTaskInput struct {
EnableDownload *bool `type:"boolean" json:",omitempty"`
ExportAttrs []*string `type:"list" json:",omitempty"`
ExportPath *string `type:"string" json:",omitempty"`
ResultDownloadUrl *string `type:"string" json:",omitempty"`
TosBucket *string `type:"string" json:",omitempty"`
TosPrefix *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensExportInfoForCreateLensTaskInput) GoString ¶ added in v1.1.55
func (s LensExportInfoForCreateLensTaskInput) GoString() string
GoString returns the string representation
func (*LensExportInfoForCreateLensTaskInput) SetEnableDownload ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetEnableDownload(v bool) *LensExportInfoForCreateLensTaskInput
SetEnableDownload sets the EnableDownload field's value.
func (*LensExportInfoForCreateLensTaskInput) SetExportAttrs ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetExportAttrs(v []*string) *LensExportInfoForCreateLensTaskInput
SetExportAttrs sets the ExportAttrs field's value.
func (*LensExportInfoForCreateLensTaskInput) SetExportPath ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetExportPath(v string) *LensExportInfoForCreateLensTaskInput
SetExportPath sets the ExportPath field's value.
func (*LensExportInfoForCreateLensTaskInput) SetResultDownloadUrl ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetResultDownloadUrl(v string) *LensExportInfoForCreateLensTaskInput
SetResultDownloadUrl sets the ResultDownloadUrl field's value.
func (*LensExportInfoForCreateLensTaskInput) SetTosBucket ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetTosBucket(v string) *LensExportInfoForCreateLensTaskInput
SetTosBucket sets the TosBucket field's value.
func (*LensExportInfoForCreateLensTaskInput) SetTosPrefix ¶ added in v1.1.55
func (s *LensExportInfoForCreateLensTaskInput) SetTosPrefix(v string) *LensExportInfoForCreateLensTaskInput
SetTosPrefix sets the TosPrefix field's value.
func (LensExportInfoForCreateLensTaskInput) String ¶ added in v1.1.55
func (s LensExportInfoForCreateLensTaskInput) String() string
String returns the string representation
type LensExportInfoForDescribeLensTasksOutput ¶ added in v1.1.55
type LensExportInfoForDescribeLensTasksOutput struct {
EnableDownload *bool `type:"boolean" json:",omitempty"`
ExportAttrs []*string `type:"list" json:",omitempty"`
ExportPath *string `type:"string" json:",omitempty"`
ResultDownloadUrl *string `type:"string" json:",omitempty"`
TosBucket *string `type:"string" json:",omitempty"`
TosPrefix *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensExportInfoForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s LensExportInfoForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*LensExportInfoForDescribeLensTasksOutput) SetEnableDownload ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetEnableDownload(v bool) *LensExportInfoForDescribeLensTasksOutput
SetEnableDownload sets the EnableDownload field's value.
func (*LensExportInfoForDescribeLensTasksOutput) SetExportAttrs ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetExportAttrs(v []*string) *LensExportInfoForDescribeLensTasksOutput
SetExportAttrs sets the ExportAttrs field's value.
func (*LensExportInfoForDescribeLensTasksOutput) SetExportPath ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetExportPath(v string) *LensExportInfoForDescribeLensTasksOutput
SetExportPath sets the ExportPath field's value.
func (*LensExportInfoForDescribeLensTasksOutput) SetResultDownloadUrl ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetResultDownloadUrl(v string) *LensExportInfoForDescribeLensTasksOutput
SetResultDownloadUrl sets the ResultDownloadUrl field's value.
func (*LensExportInfoForDescribeLensTasksOutput) SetTosBucket ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetTosBucket(v string) *LensExportInfoForDescribeLensTasksOutput
SetTosBucket sets the TosBucket field's value.
func (*LensExportInfoForDescribeLensTasksOutput) SetTosPrefix ¶ added in v1.1.55
func (s *LensExportInfoForDescribeLensTasksOutput) SetTosPrefix(v string) *LensExportInfoForDescribeLensTasksOutput
SetTosPrefix sets the TosPrefix field's value.
func (LensExportInfoForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s LensExportInfoForDescribeLensTasksOutput) String() string
String returns the string representation
type LensPolicyForDescribeLensPoliciesOutput ¶ added in v1.1.55
type LensPolicyForDescribeLensPoliciesOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
LensPolicyId *string `type:"string" json:",omitempty"`
LensPolicyName *string `type:"string" json:",omitempty"`
LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeLensPoliciesOutput"`
ModifyTime *string `type:"string" json:",omitempty"`
RuleGroups []*RuleGroupForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensPolicyForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s LensPolicyForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*LensPolicyForDescribeLensPoliciesOutput) SetCreateTime ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetCreateTime(v string) *LensPolicyForDescribeLensPoliciesOutput
SetCreateTime sets the CreateTime field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetDescription ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetDescription(v string) *LensPolicyForDescribeLensPoliciesOutput
SetDescription sets the Description field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyId ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyId(v string) *LensPolicyForDescribeLensPoliciesOutput
SetLensPolicyId sets the LensPolicyId field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyName ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetLensPolicyName(v string) *LensPolicyForDescribeLensPoliciesOutput
SetLensPolicyName sets the LensPolicyName field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetLogicOperator ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetLogicOperator(v string) *LensPolicyForDescribeLensPoliciesOutput
SetLogicOperator sets the LogicOperator field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetModifyTime ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetModifyTime(v string) *LensPolicyForDescribeLensPoliciesOutput
SetModifyTime sets the ModifyTime field's value.
func (*LensPolicyForDescribeLensPoliciesOutput) SetRuleGroups ¶ added in v1.1.55
func (s *LensPolicyForDescribeLensPoliciesOutput) SetRuleGroups(v []*RuleGroupForDescribeLensPoliciesOutput) *LensPolicyForDescribeLensPoliciesOutput
SetRuleGroups sets the RuleGroups field's value.
func (LensPolicyForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s LensPolicyForDescribeLensPoliciesOutput) String() string
String returns the string representation
type LensPolicySnapshotForDescribeLensTasksOutput ¶ added in v1.1.55
type LensPolicySnapshotForDescribeLensTasksOutput struct {
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
LensPolicyId *string `type:"string" json:",omitempty"`
LensPolicyName *string `type:"string" json:",omitempty"`
LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForDescribeLensTasksOutput"`
ModifyTime *string `type:"string" json:",omitempty"`
RuleGroups []*RuleGroupForDescribeLensTasksOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensPolicySnapshotForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s LensPolicySnapshotForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetCreateTime ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetCreateTime(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetDescription ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetDescription(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetDescription sets the Description field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyId ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyId(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetLensPolicyId sets the LensPolicyId field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyName ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLensPolicyName(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetLensPolicyName sets the LensPolicyName field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetLogicOperator ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetLogicOperator(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetLogicOperator sets the LogicOperator field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetModifyTime ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetModifyTime(v string) *LensPolicySnapshotForDescribeLensTasksOutput
SetModifyTime sets the ModifyTime field's value.
func (*LensPolicySnapshotForDescribeLensTasksOutput) SetRuleGroups ¶ added in v1.1.55
func (s *LensPolicySnapshotForDescribeLensTasksOutput) SetRuleGroups(v []*RuleGroupForDescribeLensTasksOutput) *LensPolicySnapshotForDescribeLensTasksOutput
SetRuleGroups sets the RuleGroups field's value.
func (LensPolicySnapshotForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s LensPolicySnapshotForDescribeLensTasksOutput) String() string
String returns the string representation
type LensServiceForDescribeLensServicesOutput ¶ added in v1.1.55
type LensServiceForDescribeLensServicesOutput struct {
CapacityInfo *CapacityInfoForDescribeLensServicesOutput `type:"structure" json:",omitempty"`
FeatureInfos []*FeatureInfoForDescribeLensServicesOutput `type:"list" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
FileSystemName *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"ConvertEnumOfStatusForDescribeLensServicesOutput"`
StoreType *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensServiceForDescribeLensServicesOutput) GoString ¶ added in v1.1.55
func (s LensServiceForDescribeLensServicesOutput) GoString() string
GoString returns the string representation
func (*LensServiceForDescribeLensServicesOutput) SetCapacityInfo ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetCapacityInfo(v *CapacityInfoForDescribeLensServicesOutput) *LensServiceForDescribeLensServicesOutput
SetCapacityInfo sets the CapacityInfo field's value.
func (*LensServiceForDescribeLensServicesOutput) SetFeatureInfos ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetFeatureInfos(v []*FeatureInfoForDescribeLensServicesOutput) *LensServiceForDescribeLensServicesOutput
SetFeatureInfos sets the FeatureInfos field's value.
func (*LensServiceForDescribeLensServicesOutput) SetFileSystemId ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetFileSystemId(v string) *LensServiceForDescribeLensServicesOutput
SetFileSystemId sets the FileSystemId field's value.
func (*LensServiceForDescribeLensServicesOutput) SetFileSystemName ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetFileSystemName(v string) *LensServiceForDescribeLensServicesOutput
SetFileSystemName sets the FileSystemName field's value.
func (*LensServiceForDescribeLensServicesOutput) SetStatus ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetStatus(v string) *LensServiceForDescribeLensServicesOutput
SetStatus sets the Status field's value.
func (*LensServiceForDescribeLensServicesOutput) SetStoreType ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetStoreType(v string) *LensServiceForDescribeLensServicesOutput
SetStoreType sets the StoreType field's value.
func (*LensServiceForDescribeLensServicesOutput) SetZoneId ¶ added in v1.1.55
func (s *LensServiceForDescribeLensServicesOutput) SetZoneId(v string) *LensServiceForDescribeLensServicesOutput
SetZoneId sets the ZoneId field's value.
func (LensServiceForDescribeLensServicesOutput) String ¶ added in v1.1.55
func (s LensServiceForDescribeLensServicesOutput) String() string
String returns the string representation
type LensTaskForDescribeLensTasksOutput ¶ added in v1.1.55
type LensTaskForDescribeLensTasksOutput struct {
CompleteTime *string `type:"string" json:",omitempty"`
ConflictTaskId *string `type:"string" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
Description *string `type:"string" json:",omitempty"`
FileSystemId *string `type:"string" json:",omitempty"`
LensAnalysisInfo *LensAnalysisInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
LensCapacityStatInfo *LensCapacityStatInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
LensExportInfo *LensExportInfoForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
LensPolicyId *string `type:"string" json:",omitempty"`
LensPolicySnapshot *LensPolicySnapshotForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
LensTaskContent []*string `type:"list" json:",omitempty"`
LensTaskId *string `type:"string" json:",omitempty"`
LensTaskName *string `type:"string" json:",omitempty"`
MasterTaskId *string `type:"string" json:",omitempty"`
ModifyTime *string `type:"string" json:",omitempty"`
Progress *ProgressForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
Schedule *ScheduleForDescribeLensTasksOutput `type:"structure" json:",omitempty"`
StartTime *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeLensTasksOutput"`
TargetInfos []*TargetInfoForDescribeLensTasksOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (LensTaskForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s LensTaskForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*LensTaskForDescribeLensTasksOutput) SetCompleteTime ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetCompleteTime(v string) *LensTaskForDescribeLensTasksOutput
SetCompleteTime sets the CompleteTime field's value.
func (*LensTaskForDescribeLensTasksOutput) SetConflictTaskId ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetConflictTaskId(v string) *LensTaskForDescribeLensTasksOutput
SetConflictTaskId sets the ConflictTaskId field's value.
func (*LensTaskForDescribeLensTasksOutput) SetCreateTime ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetCreateTime(v string) *LensTaskForDescribeLensTasksOutput
SetCreateTime sets the CreateTime field's value.
func (*LensTaskForDescribeLensTasksOutput) SetDescription ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetDescription(v string) *LensTaskForDescribeLensTasksOutput
SetDescription sets the Description field's value.
func (*LensTaskForDescribeLensTasksOutput) SetFileSystemId ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetFileSystemId(v string) *LensTaskForDescribeLensTasksOutput
SetFileSystemId sets the FileSystemId field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensAnalysisInfo ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensAnalysisInfo(v *LensAnalysisInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetLensAnalysisInfo sets the LensAnalysisInfo field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensCapacityStatInfo ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensCapacityStatInfo(v *LensCapacityStatInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetLensCapacityStatInfo sets the LensCapacityStatInfo field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensExportInfo ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensExportInfo(v *LensExportInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetLensExportInfo sets the LensExportInfo field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensPolicyId ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensPolicyId(v string) *LensTaskForDescribeLensTasksOutput
SetLensPolicyId sets the LensPolicyId field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensPolicySnapshot ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensPolicySnapshot(v *LensPolicySnapshotForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetLensPolicySnapshot sets the LensPolicySnapshot field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensTaskContent ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskContent(v []*string) *LensTaskForDescribeLensTasksOutput
SetLensTaskContent sets the LensTaskContent field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensTaskId ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskId(v string) *LensTaskForDescribeLensTasksOutput
SetLensTaskId sets the LensTaskId field's value.
func (*LensTaskForDescribeLensTasksOutput) SetLensTaskName ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetLensTaskName(v string) *LensTaskForDescribeLensTasksOutput
SetLensTaskName sets the LensTaskName field's value.
func (*LensTaskForDescribeLensTasksOutput) SetMasterTaskId ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetMasterTaskId(v string) *LensTaskForDescribeLensTasksOutput
SetMasterTaskId sets the MasterTaskId field's value.
func (*LensTaskForDescribeLensTasksOutput) SetModifyTime ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetModifyTime(v string) *LensTaskForDescribeLensTasksOutput
SetModifyTime sets the ModifyTime field's value.
func (*LensTaskForDescribeLensTasksOutput) SetProgress ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetProgress(v *ProgressForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetProgress sets the Progress field's value.
func (*LensTaskForDescribeLensTasksOutput) SetSchedule ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetSchedule(v *ScheduleForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetSchedule sets the Schedule field's value.
func (*LensTaskForDescribeLensTasksOutput) SetStartTime ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetStartTime(v string) *LensTaskForDescribeLensTasksOutput
SetStartTime sets the StartTime field's value.
func (*LensTaskForDescribeLensTasksOutput) SetStatus ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetStatus(v string) *LensTaskForDescribeLensTasksOutput
SetStatus sets the Status field's value.
func (*LensTaskForDescribeLensTasksOutput) SetTargetInfos ¶ added in v1.1.55
func (s *LensTaskForDescribeLensTasksOutput) SetTargetInfos(v []*TargetInfoForDescribeLensTasksOutput) *LensTaskForDescribeLensTasksOutput
SetTargetInfos sets the TargetInfos field's value.
func (LensTaskForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s LensTaskForDescribeLensTasksOutput) String() string
String returns the string representation
type ListTagsForResourcesInput ¶ added in v1.1.5
type ListTagsForResourcesInput struct {
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceIds []*string `type:"list" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
TagFilters []*TagFilterForListTagsForResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesInput) GoString ¶ added in v1.1.5
func (s ListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesInput) SetPageNumber ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetPageNumber(v int32) *ListTagsForResourcesInput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesInput) SetPageSize ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetPageSize(v int32) *ListTagsForResourcesInput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*ListTagsForResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
SetResourceType sets the ResourceType field's value.
func (*ListTagsForResourcesInput) SetTagFilters ¶ added in v1.1.5
func (s *ListTagsForResourcesInput) SetTagFilters(v []*TagFilterForListTagsForResourcesInput) *ListTagsForResourcesInput
SetTagFilters sets the TagFilters field's value.
func (ListTagsForResourcesInput) String ¶ added in v1.1.5
func (s ListTagsForResourcesInput) String() string
String returns the string representation
type ListTagsForResourcesOutput ¶ added in v1.1.5
type ListTagsForResourcesOutput struct {
Metadata *response.ResponseMetadata
PageNumber *int32 `type:"int32" json:",omitempty"`
PageSize *int32 `type:"int32" json:",omitempty"`
ResourceTags []*ResourceTagForListTagsForResourcesOutput `type:"list" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (ListTagsForResourcesOutput) GoString ¶ added in v1.1.5
func (s ListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourcesOutput) SetPageNumber ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetPageNumber(v int32) *ListTagsForResourcesOutput
SetPageNumber sets the PageNumber field's value.
func (*ListTagsForResourcesOutput) SetPageSize ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetPageSize(v int32) *ListTagsForResourcesOutput
SetPageSize sets the PageSize field's value.
func (*ListTagsForResourcesOutput) SetResourceTags ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetResourceTags(v []*ResourceTagForListTagsForResourcesOutput) *ListTagsForResourcesOutput
SetResourceTags sets the ResourceTags field's value.
func (*ListTagsForResourcesOutput) SetTotalCount ¶ added in v1.1.5
func (s *ListTagsForResourcesOutput) SetTotalCount(v int32) *ListTagsForResourcesOutput
SetTotalCount sets the TotalCount field's value.
func (ListTagsForResourcesOutput) String ¶ added in v1.1.5
func (s ListTagsForResourcesOutput) String() string
String returns the string representation
type MountServiceForDescribeMountServicesOutput ¶
type MountServiceForDescribeMountServicesOutput struct {
AccountId *string `type:"string" json:",omitempty"`
AttachFileSystems []*AttachFileSystemForDescribeMountServicesOutput `type:"list" json:",omitempty"`
CreateTime *string `type:"string" json:",omitempty"`
MountServiceId *string `type:"string" json:",omitempty"`
MountServiceName *string `type:"string" json:",omitempty"`
Nodes []*NodeForDescribeMountServicesOutput `type:"list" json:",omitempty"`
Project *string `type:"string" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
SecurityGroupId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"ConvertEnumOfStatusForDescribeMountServicesOutput"`
SubnetId *string `type:"string" json:",omitempty"`
VersionNumber *string `type:"string" json:",omitempty"`
VpcId *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (MountServiceForDescribeMountServicesOutput) GoString ¶
func (s MountServiceForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*MountServiceForDescribeMountServicesOutput) SetAccountId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetAccountId(v string) *MountServiceForDescribeMountServicesOutput
SetAccountId sets the AccountId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetAttachFileSystems ¶
func (s *MountServiceForDescribeMountServicesOutput) SetAttachFileSystems(v []*AttachFileSystemForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
SetAttachFileSystems sets the AttachFileSystems field's value.
func (*MountServiceForDescribeMountServicesOutput) SetCreateTime ¶
func (s *MountServiceForDescribeMountServicesOutput) SetCreateTime(v string) *MountServiceForDescribeMountServicesOutput
SetCreateTime sets the CreateTime field's value.
func (*MountServiceForDescribeMountServicesOutput) SetMountServiceId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceId(v string) *MountServiceForDescribeMountServicesOutput
SetMountServiceId sets the MountServiceId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetMountServiceName ¶
func (s *MountServiceForDescribeMountServicesOutput) SetMountServiceName(v string) *MountServiceForDescribeMountServicesOutput
SetMountServiceName sets the MountServiceName field's value.
func (*MountServiceForDescribeMountServicesOutput) SetNodes ¶
func (s *MountServiceForDescribeMountServicesOutput) SetNodes(v []*NodeForDescribeMountServicesOutput) *MountServiceForDescribeMountServicesOutput
SetNodes sets the Nodes field's value.
func (*MountServiceForDescribeMountServicesOutput) SetProject ¶
func (s *MountServiceForDescribeMountServicesOutput) SetProject(v string) *MountServiceForDescribeMountServicesOutput
SetProject sets the Project field's value.
func (*MountServiceForDescribeMountServicesOutput) SetRegionId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetRegionId(v string) *MountServiceForDescribeMountServicesOutput
SetRegionId sets the RegionId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetSecurityGroupId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetSecurityGroupId(v string) *MountServiceForDescribeMountServicesOutput
SetSecurityGroupId sets the SecurityGroupId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetStatus ¶
func (s *MountServiceForDescribeMountServicesOutput) SetStatus(v string) *MountServiceForDescribeMountServicesOutput
SetStatus sets the Status field's value.
func (*MountServiceForDescribeMountServicesOutput) SetSubnetId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetSubnetId(v string) *MountServiceForDescribeMountServicesOutput
SetSubnetId sets the SubnetId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetVersionNumber ¶ added in v1.1.5
func (s *MountServiceForDescribeMountServicesOutput) SetVersionNumber(v string) *MountServiceForDescribeMountServicesOutput
SetVersionNumber sets the VersionNumber field's value.
func (*MountServiceForDescribeMountServicesOutput) SetVpcId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetVpcId(v string) *MountServiceForDescribeMountServicesOutput
SetVpcId sets the VpcId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetZoneId ¶
func (s *MountServiceForDescribeMountServicesOutput) SetZoneId(v string) *MountServiceForDescribeMountServicesOutput
SetZoneId sets the ZoneId field's value.
func (*MountServiceForDescribeMountServicesOutput) SetZoneName ¶
func (s *MountServiceForDescribeMountServicesOutput) SetZoneName(v string) *MountServiceForDescribeMountServicesOutput
SetZoneName sets the ZoneName field's value.
func (MountServiceForDescribeMountServicesOutput) String ¶
func (s MountServiceForDescribeMountServicesOutput) String() string
String returns the string representation
type NodeForDescribeMountServicesOutput ¶
type NodeForDescribeMountServicesOutput struct {
DefaultPassword *string `type:"string" json:",omitempty"`
NodeId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (NodeForDescribeMountServicesOutput) GoString ¶
func (s NodeForDescribeMountServicesOutput) GoString() string
GoString returns the string representation
func (*NodeForDescribeMountServicesOutput) SetDefaultPassword ¶
func (s *NodeForDescribeMountServicesOutput) SetDefaultPassword(v string) *NodeForDescribeMountServicesOutput
SetDefaultPassword sets the DefaultPassword field's value.
func (*NodeForDescribeMountServicesOutput) SetNodeId ¶
func (s *NodeForDescribeMountServicesOutput) SetNodeId(v string) *NodeForDescribeMountServicesOutput
SetNodeId sets the NodeId field's value.
func (NodeForDescribeMountServicesOutput) String ¶
func (s NodeForDescribeMountServicesOutput) String() string
String returns the string representation
type NodeTypeInfoForDescribeMountServiceNodeTypesOutput ¶
type NodeTypeInfoForDescribeMountServiceNodeTypesOutput struct {
DescriptionCN *string `type:"string" json:",omitempty"`
DescriptionEN *string `type:"string" json:",omitempty"`
NodeType *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeMountServiceNodeTypesOutput"`
// contains filtered or unexported fields
}
func (NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString ¶
func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) GoString() string
GoString returns the string representation
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionCN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetDescriptionCN sets the DescriptionCN field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetDescriptionEN(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetDescriptionEN sets the DescriptionEN field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType ¶
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetNodeType(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetNodeType sets the NodeType field's value.
func (*NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus ¶ added in v1.1.5
func (s *NodeTypeInfoForDescribeMountServiceNodeTypesOutput) SetStatus(v string) *NodeTypeInfoForDescribeMountServiceNodeTypesOutput
SetStatus sets the Status field's value.
func (NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String ¶
func (s NodeTypeInfoForDescribeMountServiceNodeTypesOutput) String() string
String returns the string representation
type NumberValueForCreateLensPolicyInput ¶ added in v1.1.55
type NumberValueForCreateLensPolicyInput struct {
Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForCreateLensPolicyInput"`
Value *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NumberValueForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s NumberValueForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*NumberValueForCreateLensPolicyInput) SetUnit ¶ added in v1.1.55
func (s *NumberValueForCreateLensPolicyInput) SetUnit(v string) *NumberValueForCreateLensPolicyInput
SetUnit sets the Unit field's value.
func (*NumberValueForCreateLensPolicyInput) SetValue ¶ added in v1.1.55
func (s *NumberValueForCreateLensPolicyInput) SetValue(v int64) *NumberValueForCreateLensPolicyInput
SetValue sets the Value field's value.
func (NumberValueForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s NumberValueForCreateLensPolicyInput) String() string
String returns the string representation
type NumberValueForDescribeLensPoliciesOutput ¶ added in v1.1.55
type NumberValueForDescribeLensPoliciesOutput struct {
Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeLensPoliciesOutput"`
Value *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NumberValueForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s NumberValueForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*NumberValueForDescribeLensPoliciesOutput) SetUnit ¶ added in v1.1.55
func (s *NumberValueForDescribeLensPoliciesOutput) SetUnit(v string) *NumberValueForDescribeLensPoliciesOutput
SetUnit sets the Unit field's value.
func (*NumberValueForDescribeLensPoliciesOutput) SetValue ¶ added in v1.1.55
func (s *NumberValueForDescribeLensPoliciesOutput) SetValue(v int64) *NumberValueForDescribeLensPoliciesOutput
SetValue sets the Value field's value.
func (NumberValueForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s NumberValueForDescribeLensPoliciesOutput) String() string
String returns the string representation
type NumberValueForDescribeLensTasksOutput ¶ added in v1.1.55
type NumberValueForDescribeLensTasksOutput struct {
Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForDescribeLensTasksOutput"`
Value *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NumberValueForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s NumberValueForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*NumberValueForDescribeLensTasksOutput) SetUnit ¶ added in v1.1.55
func (s *NumberValueForDescribeLensTasksOutput) SetUnit(v string) *NumberValueForDescribeLensTasksOutput
SetUnit sets the Unit field's value.
func (*NumberValueForDescribeLensTasksOutput) SetValue ¶ added in v1.1.55
func (s *NumberValueForDescribeLensTasksOutput) SetValue(v int64) *NumberValueForDescribeLensTasksOutput
SetValue sets the Value field's value.
func (NumberValueForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s NumberValueForDescribeLensTasksOutput) String() string
String returns the string representation
type NumberValueForUpdateLensPolicyInput ¶ added in v1.1.55
type NumberValueForUpdateLensPolicyInput struct {
Unit *string `type:"string" json:",omitempty" enum:"EnumOfUnitForUpdateLensPolicyInput"`
Value *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (NumberValueForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s NumberValueForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*NumberValueForUpdateLensPolicyInput) SetUnit ¶ added in v1.1.55
func (s *NumberValueForUpdateLensPolicyInput) SetUnit(v string) *NumberValueForUpdateLensPolicyInput
SetUnit sets the Unit field's value.
func (*NumberValueForUpdateLensPolicyInput) SetValue ¶ added in v1.1.55
func (s *NumberValueForUpdateLensPolicyInput) SetValue(v int64) *NumberValueForUpdateLensPolicyInput
SetValue sets the Value field's value.
func (NumberValueForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s NumberValueForUpdateLensPolicyInput) String() string
String returns the string representation
type OverViewForDescribeFileSystemOverviewOutput ¶
type OverViewForDescribeFileSystemOverviewOutput struct {
AccountId *string `type:"string" json:",omitempty"`
ErrorCount *int32 `type:"int32" json:",omitempty"`
OtherCount *int32 `type:"int32" json:",omitempty"`
RegionId *string `type:"string" json:",omitempty"`
RunningCount *int32 `type:"int32" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (OverViewForDescribeFileSystemOverviewOutput) GoString ¶
func (s OverViewForDescribeFileSystemOverviewOutput) GoString() string
GoString returns the string representation
func (*OverViewForDescribeFileSystemOverviewOutput) SetAccountId ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetAccountId(v string) *OverViewForDescribeFileSystemOverviewOutput
SetAccountId sets the AccountId field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetErrorCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetErrorCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetErrorCount sets the ErrorCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetOtherCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetOtherCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetOtherCount sets the OtherCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetRegionId ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetRegionId(v string) *OverViewForDescribeFileSystemOverviewOutput
SetRegionId sets the RegionId field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetRunningCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetRunningCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetRunningCount sets the RunningCount field's value.
func (*OverViewForDescribeFileSystemOverviewOutput) SetTotalCount ¶
func (s *OverViewForDescribeFileSystemOverviewOutput) SetTotalCount(v int32) *OverViewForDescribeFileSystemOverviewOutput
SetTotalCount sets the TotalCount field's value.
func (OverViewForDescribeFileSystemOverviewOutput) String ¶
func (s OverViewForDescribeFileSystemOverviewOutput) String() string
String returns the string representation
type ProgressForDescribeLensTasksOutput ¶ added in v1.1.55
type ProgressForDescribeLensTasksOutput struct {
DirectoriesQueued *int64 `type:"int64" json:",omitempty"`
EntriesProcessed *int64 `type:"int64" json:",omitempty"`
RunTimes *int32 `type:"int32" json:",omitempty"`
Stage *string `type:"string" json:",omitempty" enum:"EnumOfStageForDescribeLensTasksOutput"`
TotalEntriesQueued *int64 `type:"int64" json:",omitempty"`
// contains filtered or unexported fields
}
func (ProgressForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s ProgressForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*ProgressForDescribeLensTasksOutput) SetDirectoriesQueued ¶ added in v1.1.55
func (s *ProgressForDescribeLensTasksOutput) SetDirectoriesQueued(v int64) *ProgressForDescribeLensTasksOutput
SetDirectoriesQueued sets the DirectoriesQueued field's value.
func (*ProgressForDescribeLensTasksOutput) SetEntriesProcessed ¶ added in v1.1.55
func (s *ProgressForDescribeLensTasksOutput) SetEntriesProcessed(v int64) *ProgressForDescribeLensTasksOutput
SetEntriesProcessed sets the EntriesProcessed field's value.
func (*ProgressForDescribeLensTasksOutput) SetRunTimes ¶ added in v1.1.55
func (s *ProgressForDescribeLensTasksOutput) SetRunTimes(v int32) *ProgressForDescribeLensTasksOutput
SetRunTimes sets the RunTimes field's value.
func (*ProgressForDescribeLensTasksOutput) SetStage ¶ added in v1.1.55
func (s *ProgressForDescribeLensTasksOutput) SetStage(v string) *ProgressForDescribeLensTasksOutput
SetStage sets the Stage field's value.
func (*ProgressForDescribeLensTasksOutput) SetTotalEntriesQueued ¶ added in v1.1.55
func (s *ProgressForDescribeLensTasksOutput) SetTotalEntriesQueued(v int64) *ProgressForDescribeLensTasksOutput
SetTotalEntriesQueued sets the TotalEntriesQueued field's value.
func (ProgressForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s ProgressForDescribeLensTasksOutput) String() string
String returns the string representation
type RangeValueForCreateLensPolicyInput ¶ added in v1.1.55
type RangeValueForCreateLensPolicyInput struct {
MaxValue *int64 `type:"int64" json:",omitempty"`
MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForCreateLensPolicyInput"`
MinValue *int64 `type:"int64" json:",omitempty"`
MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForCreateLensPolicyInput"`
// contains filtered or unexported fields
}
func (RangeValueForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RangeValueForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RangeValueForCreateLensPolicyInput) SetMaxValue ¶ added in v1.1.55
func (s *RangeValueForCreateLensPolicyInput) SetMaxValue(v int64) *RangeValueForCreateLensPolicyInput
SetMaxValue sets the MaxValue field's value.
func (*RangeValueForCreateLensPolicyInput) SetMaxValueUnit ¶ added in v1.1.55
func (s *RangeValueForCreateLensPolicyInput) SetMaxValueUnit(v string) *RangeValueForCreateLensPolicyInput
SetMaxValueUnit sets the MaxValueUnit field's value.
func (*RangeValueForCreateLensPolicyInput) SetMinValue ¶ added in v1.1.55
func (s *RangeValueForCreateLensPolicyInput) SetMinValue(v int64) *RangeValueForCreateLensPolicyInput
SetMinValue sets the MinValue field's value.
func (*RangeValueForCreateLensPolicyInput) SetMinValueUnit ¶ added in v1.1.55
func (s *RangeValueForCreateLensPolicyInput) SetMinValueUnit(v string) *RangeValueForCreateLensPolicyInput
SetMinValueUnit sets the MinValueUnit field's value.
func (RangeValueForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s RangeValueForCreateLensPolicyInput) String() string
String returns the string representation
type RangeValueForDescribeLensPoliciesOutput ¶ added in v1.1.55
type RangeValueForDescribeLensPoliciesOutput struct {
MaxValue *int64 `type:"int64" json:",omitempty"`
MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForDescribeLensPoliciesOutput"`
MinValue *int64 `type:"int64" json:",omitempty"`
MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForDescribeLensPoliciesOutput"`
// contains filtered or unexported fields
}
func (RangeValueForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s RangeValueForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*RangeValueForDescribeLensPoliciesOutput) SetMaxValue ¶ added in v1.1.55
func (s *RangeValueForDescribeLensPoliciesOutput) SetMaxValue(v int64) *RangeValueForDescribeLensPoliciesOutput
SetMaxValue sets the MaxValue field's value.
func (*RangeValueForDescribeLensPoliciesOutput) SetMaxValueUnit ¶ added in v1.1.55
func (s *RangeValueForDescribeLensPoliciesOutput) SetMaxValueUnit(v string) *RangeValueForDescribeLensPoliciesOutput
SetMaxValueUnit sets the MaxValueUnit field's value.
func (*RangeValueForDescribeLensPoliciesOutput) SetMinValue ¶ added in v1.1.55
func (s *RangeValueForDescribeLensPoliciesOutput) SetMinValue(v int64) *RangeValueForDescribeLensPoliciesOutput
SetMinValue sets the MinValue field's value.
func (*RangeValueForDescribeLensPoliciesOutput) SetMinValueUnit ¶ added in v1.1.55
func (s *RangeValueForDescribeLensPoliciesOutput) SetMinValueUnit(v string) *RangeValueForDescribeLensPoliciesOutput
SetMinValueUnit sets the MinValueUnit field's value.
func (RangeValueForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s RangeValueForDescribeLensPoliciesOutput) String() string
String returns the string representation
type RangeValueForDescribeLensTasksOutput ¶ added in v1.1.55
type RangeValueForDescribeLensTasksOutput struct {
MaxValue *int64 `type:"int64" json:",omitempty"`
MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForDescribeLensTasksOutput"`
MinValue *int64 `type:"int64" json:",omitempty"`
MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForDescribeLensTasksOutput"`
// contains filtered or unexported fields
}
func (RangeValueForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s RangeValueForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*RangeValueForDescribeLensTasksOutput) SetMaxValue ¶ added in v1.1.55
func (s *RangeValueForDescribeLensTasksOutput) SetMaxValue(v int64) *RangeValueForDescribeLensTasksOutput
SetMaxValue sets the MaxValue field's value.
func (*RangeValueForDescribeLensTasksOutput) SetMaxValueUnit ¶ added in v1.1.55
func (s *RangeValueForDescribeLensTasksOutput) SetMaxValueUnit(v string) *RangeValueForDescribeLensTasksOutput
SetMaxValueUnit sets the MaxValueUnit field's value.
func (*RangeValueForDescribeLensTasksOutput) SetMinValue ¶ added in v1.1.55
func (s *RangeValueForDescribeLensTasksOutput) SetMinValue(v int64) *RangeValueForDescribeLensTasksOutput
SetMinValue sets the MinValue field's value.
func (*RangeValueForDescribeLensTasksOutput) SetMinValueUnit ¶ added in v1.1.55
func (s *RangeValueForDescribeLensTasksOutput) SetMinValueUnit(v string) *RangeValueForDescribeLensTasksOutput
SetMinValueUnit sets the MinValueUnit field's value.
func (RangeValueForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s RangeValueForDescribeLensTasksOutput) String() string
String returns the string representation
type RangeValueForUpdateLensPolicyInput ¶ added in v1.1.55
type RangeValueForUpdateLensPolicyInput struct {
MaxValue *int64 `type:"int64" json:",omitempty"`
MaxValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMaxValueUnitForUpdateLensPolicyInput"`
MinValue *int64 `type:"int64" json:",omitempty"`
MinValueUnit *string `type:"string" json:",omitempty" enum:"EnumOfMinValueUnitForUpdateLensPolicyInput"`
// contains filtered or unexported fields
}
func (RangeValueForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RangeValueForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RangeValueForUpdateLensPolicyInput) SetMaxValue ¶ added in v1.1.55
func (s *RangeValueForUpdateLensPolicyInput) SetMaxValue(v int64) *RangeValueForUpdateLensPolicyInput
SetMaxValue sets the MaxValue field's value.
func (*RangeValueForUpdateLensPolicyInput) SetMaxValueUnit ¶ added in v1.1.55
func (s *RangeValueForUpdateLensPolicyInput) SetMaxValueUnit(v string) *RangeValueForUpdateLensPolicyInput
SetMaxValueUnit sets the MaxValueUnit field's value.
func (*RangeValueForUpdateLensPolicyInput) SetMinValue ¶ added in v1.1.55
func (s *RangeValueForUpdateLensPolicyInput) SetMinValue(v int64) *RangeValueForUpdateLensPolicyInput
SetMinValue sets the MinValue field's value.
func (*RangeValueForUpdateLensPolicyInput) SetMinValueUnit ¶ added in v1.1.55
func (s *RangeValueForUpdateLensPolicyInput) SetMinValueUnit(v string) *RangeValueForUpdateLensPolicyInput
SetMinValueUnit sets the MinValueUnit field's value.
func (RangeValueForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s RangeValueForUpdateLensPolicyInput) String() string
String returns the string representation
type RegionForDescribeRegionsOutput ¶
type RegionForDescribeRegionsOutput struct {
RegionId *string `type:"string" json:",omitempty"`
RegionName *string `type:"string" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (RegionForDescribeRegionsOutput) GoString ¶
func (s RegionForDescribeRegionsOutput) GoString() string
GoString returns the string representation
func (*RegionForDescribeRegionsOutput) SetRegionId ¶
func (s *RegionForDescribeRegionsOutput) SetRegionId(v string) *RegionForDescribeRegionsOutput
SetRegionId sets the RegionId field's value.
func (*RegionForDescribeRegionsOutput) SetRegionName ¶
func (s *RegionForDescribeRegionsOutput) SetRegionName(v string) *RegionForDescribeRegionsOutput
SetRegionName sets the RegionName field's value.
func (*RegionForDescribeRegionsOutput) SetTotalCount ¶ added in v1.1.5
func (s *RegionForDescribeRegionsOutput) SetTotalCount(v int32) *RegionForDescribeRegionsOutput
SetTotalCount sets the TotalCount field's value.
func (RegionForDescribeRegionsOutput) String ¶
func (s RegionForDescribeRegionsOutput) String() string
String returns the string representation
type ReportForDescribeDataFlowTasksOutput ¶ added in v1.1.11
type ReportForDescribeDataFlowTasksOutput struct {
Path *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDescribeDataFlowTasksOutput"`
// contains filtered or unexported fields
}
func (ReportForDescribeDataFlowTasksOutput) GoString ¶ added in v1.1.11
func (s ReportForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*ReportForDescribeDataFlowTasksOutput) SetPath ¶ added in v1.1.11
func (s *ReportForDescribeDataFlowTasksOutput) SetPath(v string) *ReportForDescribeDataFlowTasksOutput
SetPath sets the Path field's value.
func (*ReportForDescribeDataFlowTasksOutput) SetType ¶ added in v1.1.11
func (s *ReportForDescribeDataFlowTasksOutput) SetType(v string) *ReportForDescribeDataFlowTasksOutput
SetType sets the Type field's value.
func (ReportForDescribeDataFlowTasksOutput) String ¶ added in v1.1.11
func (s ReportForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type ResourceTagForListTagsForResourcesOutput ¶ added in v1.1.5
type ResourceTagForListTagsForResourcesOutput struct {
ResourceId *string `type:"string" json:",omitempty"`
ResourceType *string `type:"string" json:",omitempty"`
TagKey *string `type:"string" json:",omitempty"`
TagValue *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ResourceTagForListTagsForResourcesOutput) GoString ¶ added in v1.1.5
func (s ResourceTagForListTagsForResourcesOutput) GoString() string
GoString returns the string representation
func (*ResourceTagForListTagsForResourcesOutput) SetResourceId ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceId(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceId sets the ResourceId field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetResourceType ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetResourceType(v string) *ResourceTagForListTagsForResourcesOutput
SetResourceType sets the ResourceType field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagKey ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetTagKey(v string) *ResourceTagForListTagsForResourcesOutput
SetTagKey sets the TagKey field's value.
func (*ResourceTagForListTagsForResourcesOutput) SetTagValue ¶ added in v1.1.5
func (s *ResourceTagForListTagsForResourcesOutput) SetTagValue(v string) *ResourceTagForListTagsForResourcesOutput
SetTagValue sets the TagValue field's value.
func (ResourceTagForListTagsForResourcesOutput) String ¶ added in v1.1.5
func (s ResourceTagForListTagsForResourcesOutput) String() string
String returns the string representation
type RuleForCreateLensPolicyInput ¶ added in v1.1.55
type RuleForCreateLensPolicyInput struct {
Conditions []*ConditionForCreateLensPolicyInput `type:"list" json:",omitempty"`
Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForCreateLensPolicyInput"`
// contains filtered or unexported fields
}
func (RuleForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RuleForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RuleForCreateLensPolicyInput) SetConditions ¶ added in v1.1.55
func (s *RuleForCreateLensPolicyInput) SetConditions(v []*ConditionForCreateLensPolicyInput) *RuleForCreateLensPolicyInput
SetConditions sets the Conditions field's value.
func (*RuleForCreateLensPolicyInput) SetDimension ¶ added in v1.1.55
func (s *RuleForCreateLensPolicyInput) SetDimension(v string) *RuleForCreateLensPolicyInput
SetDimension sets the Dimension field's value.
func (RuleForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s RuleForCreateLensPolicyInput) String() string
String returns the string representation
type RuleForDescribeLensPoliciesOutput ¶ added in v1.1.55
type RuleForDescribeLensPoliciesOutput struct {
Conditions []*ConditionForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForDescribeLensPoliciesOutput"`
// contains filtered or unexported fields
}
func (RuleForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s RuleForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*RuleForDescribeLensPoliciesOutput) SetConditions ¶ added in v1.1.55
func (s *RuleForDescribeLensPoliciesOutput) SetConditions(v []*ConditionForDescribeLensPoliciesOutput) *RuleForDescribeLensPoliciesOutput
SetConditions sets the Conditions field's value.
func (*RuleForDescribeLensPoliciesOutput) SetDimension ¶ added in v1.1.55
func (s *RuleForDescribeLensPoliciesOutput) SetDimension(v string) *RuleForDescribeLensPoliciesOutput
SetDimension sets the Dimension field's value.
func (RuleForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s RuleForDescribeLensPoliciesOutput) String() string
String returns the string representation
type RuleForDescribeLensTasksOutput ¶ added in v1.1.55
type RuleForDescribeLensTasksOutput struct {
Conditions []*ConditionForDescribeLensTasksOutput `type:"list" json:",omitempty"`
Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForDescribeLensTasksOutput"`
// contains filtered or unexported fields
}
func (RuleForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s RuleForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*RuleForDescribeLensTasksOutput) SetConditions ¶ added in v1.1.55
func (s *RuleForDescribeLensTasksOutput) SetConditions(v []*ConditionForDescribeLensTasksOutput) *RuleForDescribeLensTasksOutput
SetConditions sets the Conditions field's value.
func (*RuleForDescribeLensTasksOutput) SetDimension ¶ added in v1.1.55
func (s *RuleForDescribeLensTasksOutput) SetDimension(v string) *RuleForDescribeLensTasksOutput
SetDimension sets the Dimension field's value.
func (RuleForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s RuleForDescribeLensTasksOutput) String() string
String returns the string representation
type RuleForUpdateLensPolicyInput ¶ added in v1.1.55
type RuleForUpdateLensPolicyInput struct {
Conditions []*ConditionForUpdateLensPolicyInput `type:"list" json:",omitempty"`
Dimension *string `type:"string" json:",omitempty" enum:"EnumOfDimensionForUpdateLensPolicyInput"`
// contains filtered or unexported fields
}
func (RuleForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RuleForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RuleForUpdateLensPolicyInput) SetConditions ¶ added in v1.1.55
func (s *RuleForUpdateLensPolicyInput) SetConditions(v []*ConditionForUpdateLensPolicyInput) *RuleForUpdateLensPolicyInput
SetConditions sets the Conditions field's value.
func (*RuleForUpdateLensPolicyInput) SetDimension ¶ added in v1.1.55
func (s *RuleForUpdateLensPolicyInput) SetDimension(v string) *RuleForUpdateLensPolicyInput
SetDimension sets the Dimension field's value.
func (RuleForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s RuleForUpdateLensPolicyInput) String() string
String returns the string representation
type RuleGroupForCreateLensPolicyInput ¶ added in v1.1.55
type RuleGroupForCreateLensPolicyInput struct {
LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForCreateLensPolicyInput"`
Rules []*RuleForCreateLensPolicyInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleGroupForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RuleGroupForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RuleGroupForCreateLensPolicyInput) SetLogicOperator ¶ added in v1.1.55
func (s *RuleGroupForCreateLensPolicyInput) SetLogicOperator(v string) *RuleGroupForCreateLensPolicyInput
SetLogicOperator sets the LogicOperator field's value.
func (*RuleGroupForCreateLensPolicyInput) SetRules ¶ added in v1.1.55
func (s *RuleGroupForCreateLensPolicyInput) SetRules(v []*RuleForCreateLensPolicyInput) *RuleGroupForCreateLensPolicyInput
SetRules sets the Rules field's value.
func (RuleGroupForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s RuleGroupForCreateLensPolicyInput) String() string
String returns the string representation
type RuleGroupForDescribeLensPoliciesOutput ¶ added in v1.1.55
type RuleGroupForDescribeLensPoliciesOutput struct {
LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForDescribeLensPoliciesOutput"`
Rules []*RuleForDescribeLensPoliciesOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleGroupForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s RuleGroupForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*RuleGroupForDescribeLensPoliciesOutput) SetLogicOperator ¶ added in v1.1.55
func (s *RuleGroupForDescribeLensPoliciesOutput) SetLogicOperator(v string) *RuleGroupForDescribeLensPoliciesOutput
SetLogicOperator sets the LogicOperator field's value.
func (*RuleGroupForDescribeLensPoliciesOutput) SetRules ¶ added in v1.1.55
func (s *RuleGroupForDescribeLensPoliciesOutput) SetRules(v []*RuleForDescribeLensPoliciesOutput) *RuleGroupForDescribeLensPoliciesOutput
SetRules sets the Rules field's value.
func (RuleGroupForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s RuleGroupForDescribeLensPoliciesOutput) String() string
String returns the string representation
type RuleGroupForDescribeLensTasksOutput ¶ added in v1.1.55
type RuleGroupForDescribeLensTasksOutput struct {
LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForDescribeLensTasksOutput"`
Rules []*RuleForDescribeLensTasksOutput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleGroupForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s RuleGroupForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*RuleGroupForDescribeLensTasksOutput) SetLogicOperator ¶ added in v1.1.55
func (s *RuleGroupForDescribeLensTasksOutput) SetLogicOperator(v string) *RuleGroupForDescribeLensTasksOutput
SetLogicOperator sets the LogicOperator field's value.
func (*RuleGroupForDescribeLensTasksOutput) SetRules ¶ added in v1.1.55
func (s *RuleGroupForDescribeLensTasksOutput) SetRules(v []*RuleForDescribeLensTasksOutput) *RuleGroupForDescribeLensTasksOutput
SetRules sets the Rules field's value.
func (RuleGroupForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s RuleGroupForDescribeLensTasksOutput) String() string
String returns the string representation
type RuleGroupForUpdateLensPolicyInput ¶ added in v1.1.55
type RuleGroupForUpdateLensPolicyInput struct {
LogicOperator *string `type:"string" json:",omitempty" enum:"ConvertEnumOfLogicOperatorForUpdateLensPolicyInput"`
Rules []*RuleForUpdateLensPolicyInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (RuleGroupForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s RuleGroupForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*RuleGroupForUpdateLensPolicyInput) SetLogicOperator ¶ added in v1.1.55
func (s *RuleGroupForUpdateLensPolicyInput) SetLogicOperator(v string) *RuleGroupForUpdateLensPolicyInput
SetLogicOperator sets the LogicOperator field's value.
func (*RuleGroupForUpdateLensPolicyInput) SetRules ¶ added in v1.1.55
func (s *RuleGroupForUpdateLensPolicyInput) SetRules(v []*RuleForUpdateLensPolicyInput) *RuleGroupForUpdateLensPolicyInput
SetRules sets the Rules field's value.
func (RuleGroupForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s RuleGroupForUpdateLensPolicyInput) String() string
String returns the string representation
type SaleInfoForDescribeZonesOutput ¶
type SaleInfoForDescribeZonesOutput struct {
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeZonesOutput"`
ProtocolType *string `type:"string" json:",omitempty" enum:"EnumOfProtocolTypeForDescribeZonesOutput"`
RegionId *string `type:"string" json:",omitempty"`
Status *string `type:"string" json:",omitempty" enum:"EnumOfStatusForDescribeZonesOutput"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (SaleInfoForDescribeZonesOutput) GoString ¶
func (s SaleInfoForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*SaleInfoForDescribeZonesOutput) SetFileSystemType ¶
func (s *SaleInfoForDescribeZonesOutput) SetFileSystemType(v string) *SaleInfoForDescribeZonesOutput
SetFileSystemType sets the FileSystemType field's value.
func (*SaleInfoForDescribeZonesOutput) SetProtocolType ¶
func (s *SaleInfoForDescribeZonesOutput) SetProtocolType(v string) *SaleInfoForDescribeZonesOutput
SetProtocolType sets the ProtocolType field's value.
func (*SaleInfoForDescribeZonesOutput) SetRegionId ¶
func (s *SaleInfoForDescribeZonesOutput) SetRegionId(v string) *SaleInfoForDescribeZonesOutput
SetRegionId sets the RegionId field's value.
func (*SaleInfoForDescribeZonesOutput) SetStatus ¶
func (s *SaleInfoForDescribeZonesOutput) SetStatus(v string) *SaleInfoForDescribeZonesOutput
SetStatus sets the Status field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreType ¶
func (s *SaleInfoForDescribeZonesOutput) SetStoreType(v string) *SaleInfoForDescribeZonesOutput
SetStoreType sets the StoreType field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeCN(v string) *SaleInfoForDescribeZonesOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*SaleInfoForDescribeZonesOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *SaleInfoForDescribeZonesOutput) SetStoreTypeEN(v string) *SaleInfoForDescribeZonesOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*SaleInfoForDescribeZonesOutput) SetZoneId ¶
func (s *SaleInfoForDescribeZonesOutput) SetZoneId(v string) *SaleInfoForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (SaleInfoForDescribeZonesOutput) String ¶
func (s SaleInfoForDescribeZonesOutput) String() string
String returns the string representation
type ScheduleForCreateLensTaskInput ¶ added in v1.1.55
type ScheduleForCreateLensTaskInput struct {
ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForCreateLensTaskInput"`
OnceRunTiming *string `type:"string" json:",omitempty" enum:"EnumOfOnceRunTimingForCreateLensTaskInput"`
Period *int32 `type:"int32" json:",omitempty"`
PeriodUnit *string `type:"string" json:",omitempty" enum:"EnumOfPeriodUnitForCreateLensTaskInput"`
RunTime *int64 `type:"int64" json:",omitempty"`
ScheduleType *string `type:"string" json:",omitempty" enum:"EnumOfScheduleTypeForCreateLensTaskInput"`
// contains filtered or unexported fields
}
func (ScheduleForCreateLensTaskInput) GoString ¶ added in v1.1.55
func (s ScheduleForCreateLensTaskInput) GoString() string
GoString returns the string representation
func (*ScheduleForCreateLensTaskInput) SetConflictPolicy ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetConflictPolicy(v string) *ScheduleForCreateLensTaskInput
SetConflictPolicy sets the ConflictPolicy field's value.
func (*ScheduleForCreateLensTaskInput) SetOnceRunTiming ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetOnceRunTiming(v string) *ScheduleForCreateLensTaskInput
SetOnceRunTiming sets the OnceRunTiming field's value.
func (*ScheduleForCreateLensTaskInput) SetPeriod ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetPeriod(v int32) *ScheduleForCreateLensTaskInput
SetPeriod sets the Period field's value.
func (*ScheduleForCreateLensTaskInput) SetPeriodUnit ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetPeriodUnit(v string) *ScheduleForCreateLensTaskInput
SetPeriodUnit sets the PeriodUnit field's value.
func (*ScheduleForCreateLensTaskInput) SetRunTime ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetRunTime(v int64) *ScheduleForCreateLensTaskInput
SetRunTime sets the RunTime field's value.
func (*ScheduleForCreateLensTaskInput) SetScheduleType ¶ added in v1.1.55
func (s *ScheduleForCreateLensTaskInput) SetScheduleType(v string) *ScheduleForCreateLensTaskInput
SetScheduleType sets the ScheduleType field's value.
func (ScheduleForCreateLensTaskInput) String ¶ added in v1.1.55
func (s ScheduleForCreateLensTaskInput) String() string
String returns the string representation
type ScheduleForDescribeLensTasksOutput ¶ added in v1.1.55
type ScheduleForDescribeLensTasksOutput struct {
ConflictPolicy *string `type:"string" json:",omitempty" enum:"EnumOfConflictPolicyForDescribeLensTasksOutput"`
OnceRunTiming *string `type:"string" json:",omitempty" enum:"EnumOfOnceRunTimingForDescribeLensTasksOutput"`
Period *int32 `type:"int32" json:",omitempty"`
PeriodUnit *string `type:"string" json:",omitempty" enum:"EnumOfPeriodUnitForDescribeLensTasksOutput"`
RunTime *int64 `type:"int64" json:",omitempty"`
ScheduleType *string `type:"string" json:",omitempty" enum:"EnumOfScheduleTypeForDescribeLensTasksOutput"`
// contains filtered or unexported fields
}
func (ScheduleForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s ScheduleForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*ScheduleForDescribeLensTasksOutput) SetConflictPolicy ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetConflictPolicy(v string) *ScheduleForDescribeLensTasksOutput
SetConflictPolicy sets the ConflictPolicy field's value.
func (*ScheduleForDescribeLensTasksOutput) SetOnceRunTiming ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetOnceRunTiming(v string) *ScheduleForDescribeLensTasksOutput
SetOnceRunTiming sets the OnceRunTiming field's value.
func (*ScheduleForDescribeLensTasksOutput) SetPeriod ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetPeriod(v int32) *ScheduleForDescribeLensTasksOutput
SetPeriod sets the Period field's value.
func (*ScheduleForDescribeLensTasksOutput) SetPeriodUnit ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetPeriodUnit(v string) *ScheduleForDescribeLensTasksOutput
SetPeriodUnit sets the PeriodUnit field's value.
func (*ScheduleForDescribeLensTasksOutput) SetRunTime ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetRunTime(v int64) *ScheduleForDescribeLensTasksOutput
SetRunTime sets the RunTime field's value.
func (*ScheduleForDescribeLensTasksOutput) SetScheduleType ¶ added in v1.1.55
func (s *ScheduleForDescribeLensTasksOutput) SetScheduleType(v string) *ScheduleForDescribeLensTasksOutput
SetScheduleType sets the ScheduleType field's value.
func (ScheduleForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s ScheduleForDescribeLensTasksOutput) String() string
String returns the string representation
type SetFilesetQosInput ¶ added in v1.1.5
type SetFilesetQosInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
MaxBandwidth *int32 `type:"int32" json:",omitempty"`
MaxIops *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (SetFilesetQosInput) GoString ¶ added in v1.1.5
func (s SetFilesetQosInput) GoString() string
GoString returns the string representation
func (*SetFilesetQosInput) SetFileSystemId ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetFileSystemId(v string) *SetFilesetQosInput
SetFileSystemId sets the FileSystemId field's value.
func (*SetFilesetQosInput) SetFilesetId ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetFilesetId(v string) *SetFilesetQosInput
SetFilesetId sets the FilesetId field's value.
func (*SetFilesetQosInput) SetMaxBandwidth ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetMaxBandwidth(v int32) *SetFilesetQosInput
SetMaxBandwidth sets the MaxBandwidth field's value.
func (*SetFilesetQosInput) SetMaxIops ¶ added in v1.1.5
func (s *SetFilesetQosInput) SetMaxIops(v int32) *SetFilesetQosInput
SetMaxIops sets the MaxIops field's value.
func (SetFilesetQosInput) String ¶ added in v1.1.5
func (s SetFilesetQosInput) String() string
String returns the string representation
func (*SetFilesetQosInput) Validate ¶ added in v1.1.5
func (s *SetFilesetQosInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetFilesetQosOutput ¶ added in v1.1.5
type SetFilesetQosOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (SetFilesetQosOutput) GoString ¶ added in v1.1.5
func (s SetFilesetQosOutput) GoString() string
GoString returns the string representation
func (SetFilesetQosOutput) String ¶ added in v1.1.5
func (s SetFilesetQosOutput) String() string
String returns the string representation
type SetFilesetQuotaInput ¶ added in v1.1.5
type SetFilesetQuotaInput struct {
CapacityLimit *int32 `type:"int32" json:",omitempty"`
FileLimit *int64 `type:"int64" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
// contains filtered or unexported fields
}
func (SetFilesetQuotaInput) GoString ¶ added in v1.1.5
func (s SetFilesetQuotaInput) GoString() string
GoString returns the string representation
func (*SetFilesetQuotaInput) SetCapacityLimit ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetCapacityLimit(v int32) *SetFilesetQuotaInput
SetCapacityLimit sets the CapacityLimit field's value.
func (*SetFilesetQuotaInput) SetFileLimit ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFileLimit(v int64) *SetFilesetQuotaInput
SetFileLimit sets the FileLimit field's value.
func (*SetFilesetQuotaInput) SetFileSystemId ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFileSystemId(v string) *SetFilesetQuotaInput
SetFileSystemId sets the FileSystemId field's value.
func (*SetFilesetQuotaInput) SetFilesetId ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) SetFilesetId(v string) *SetFilesetQuotaInput
SetFilesetId sets the FilesetId field's value.
func (SetFilesetQuotaInput) String ¶ added in v1.1.5
func (s SetFilesetQuotaInput) String() string
String returns the string representation
func (*SetFilesetQuotaInput) Validate ¶ added in v1.1.5
func (s *SetFilesetQuotaInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetFilesetQuotaOutput ¶ added in v1.1.5
type SetFilesetQuotaOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (SetFilesetQuotaOutput) GoString ¶ added in v1.1.5
func (s SetFilesetQuotaOutput) GoString() string
GoString returns the string representation
func (SetFilesetQuotaOutput) String ¶ added in v1.1.5
func (s SetFilesetQuotaOutput) String() string
String returns the string representation
type StartAuditInput ¶ added in v1.2.19
type StartAuditInput struct {
// AuditId is a required field
AuditId *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 (StartAuditInput) GoString ¶ added in v1.2.19
func (s StartAuditInput) GoString() string
GoString returns the string representation
func (*StartAuditInput) SetAuditId ¶ added in v1.2.19
func (s *StartAuditInput) SetAuditId(v string) *StartAuditInput
SetAuditId sets the AuditId field's value.
func (*StartAuditInput) SetFileSystemId ¶ added in v1.2.19
func (s *StartAuditInput) SetFileSystemId(v string) *StartAuditInput
SetFileSystemId sets the FileSystemId field's value.
func (StartAuditInput) String ¶ added in v1.2.19
func (s StartAuditInput) String() string
String returns the string representation
func (*StartAuditInput) Validate ¶ added in v1.2.19
func (s *StartAuditInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartAuditOutput ¶ added in v1.2.19
type StartAuditOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (StartAuditOutput) GoString ¶ added in v1.2.19
func (s StartAuditOutput) GoString() string
GoString returns the string representation
func (StartAuditOutput) String ¶ added in v1.2.19
func (s StartAuditOutput) String() string
String returns the string representation
type StartLensServiceInput ¶ added in v1.1.55
type StartLensServiceInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
LensFeature *string `type:"string" json:",omitempty" enum:"EnumOfLensFeatureForStartLensServiceInput"`
// contains filtered or unexported fields
}
func (StartLensServiceInput) GoString ¶ added in v1.1.55
func (s StartLensServiceInput) GoString() string
GoString returns the string representation
func (*StartLensServiceInput) SetFileSystemId ¶ added in v1.1.55
func (s *StartLensServiceInput) SetFileSystemId(v string) *StartLensServiceInput
SetFileSystemId sets the FileSystemId field's value.
func (*StartLensServiceInput) SetLensFeature ¶ added in v1.1.55
func (s *StartLensServiceInput) SetLensFeature(v string) *StartLensServiceInput
SetLensFeature sets the LensFeature field's value.
func (StartLensServiceInput) String ¶ added in v1.1.55
func (s StartLensServiceInput) String() string
String returns the string representation
func (*StartLensServiceInput) Validate ¶ added in v1.1.55
func (s *StartLensServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartLensServiceOutput ¶ added in v1.1.55
type StartLensServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (StartLensServiceOutput) GoString ¶ added in v1.1.55
func (s StartLensServiceOutput) GoString() string
GoString returns the string representation
func (StartLensServiceOutput) String ¶ added in v1.1.55
func (s StartLensServiceOutput) String() string
String returns the string representation
type StatisticForDescribeFileSystemStatisticsOutput ¶
type StatisticForDescribeFileSystemStatisticsOutput struct {
AccountId *string `type:"string" json:",omitempty"`
CapacityInfo *CapacityInfoForDescribeFileSystemStatisticsOutput `type:"structure" json:",omitempty"`
FileSystemType *string `type:"string" json:",omitempty" enum:"EnumOfFileSystemTypeForDescribeFileSystemStatisticsOutput"`
RegionId *string `type:"string" json:",omitempty"`
StoreType *string `type:"string" json:",omitempty"`
StoreTypeCN *string `type:"string" json:",omitempty"`
StoreTypeEN *string `type:"string" json:",omitempty"`
TotalCount *int32 `type:"int32" json:",omitempty"`
// contains filtered or unexported fields
}
func (StatisticForDescribeFileSystemStatisticsOutput) GoString ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) GoString() string
GoString returns the string representation
func (*StatisticForDescribeFileSystemStatisticsOutput) SetAccountId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetAccountId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetAccountId sets the AccountId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetCapacityInfo(v *CapacityInfoForDescribeFileSystemStatisticsOutput) *StatisticForDescribeFileSystemStatisticsOutput
SetCapacityInfo sets the CapacityInfo field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetFileSystemType(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetFileSystemType sets the FileSystemType field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetRegionId ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetRegionId(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetRegionId sets the RegionId field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreType ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreType(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreType sets the StoreType field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN ¶ added in v1.1.5
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeCN(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreTypeCN sets the StoreTypeCN field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN ¶ added in v1.1.5
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetStoreTypeEN(v string) *StatisticForDescribeFileSystemStatisticsOutput
SetStoreTypeEN sets the StoreTypeEN field's value.
func (*StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount ¶
func (s *StatisticForDescribeFileSystemStatisticsOutput) SetTotalCount(v int32) *StatisticForDescribeFileSystemStatisticsOutput
SetTotalCount sets the TotalCount field's value.
func (StatisticForDescribeFileSystemStatisticsOutput) String ¶
func (s StatisticForDescribeFileSystemStatisticsOutput) String() string
String returns the string representation
type StopAuditInput ¶ added in v1.2.19
type StopAuditInput struct {
// AuditId is a required field
AuditId *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 (StopAuditInput) GoString ¶ added in v1.2.19
func (s StopAuditInput) GoString() string
GoString returns the string representation
func (*StopAuditInput) SetAuditId ¶ added in v1.2.19
func (s *StopAuditInput) SetAuditId(v string) *StopAuditInput
SetAuditId sets the AuditId field's value.
func (*StopAuditInput) SetFileSystemId ¶ added in v1.2.19
func (s *StopAuditInput) SetFileSystemId(v string) *StopAuditInput
SetFileSystemId sets the FileSystemId field's value.
func (StopAuditInput) String ¶ added in v1.2.19
func (s StopAuditInput) String() string
String returns the string representation
func (*StopAuditInput) Validate ¶ added in v1.2.19
func (s *StopAuditInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopAuditOutput ¶ added in v1.2.19
type StopAuditOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (StopAuditOutput) GoString ¶ added in v1.2.19
func (s StopAuditOutput) GoString() string
GoString returns the string representation
func (StopAuditOutput) String ¶ added in v1.2.19
func (s StopAuditOutput) String() string
String returns the string representation
type StopLensServiceInput ¶ added in v1.1.55
type StopLensServiceInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// LensFeature is a required field
LensFeature *string `type:"string" json:",omitempty" required:"true" enum:"EnumOfLensFeatureForStopLensServiceInput"`
// contains filtered or unexported fields
}
func (StopLensServiceInput) GoString ¶ added in v1.1.55
func (s StopLensServiceInput) GoString() string
GoString returns the string representation
func (*StopLensServiceInput) SetFileSystemId ¶ added in v1.1.55
func (s *StopLensServiceInput) SetFileSystemId(v string) *StopLensServiceInput
SetFileSystemId sets the FileSystemId field's value.
func (*StopLensServiceInput) SetLensFeature ¶ added in v1.1.55
func (s *StopLensServiceInput) SetLensFeature(v string) *StopLensServiceInput
SetLensFeature sets the LensFeature field's value.
func (StopLensServiceInput) String ¶ added in v1.1.55
func (s StopLensServiceInput) String() string
String returns the string representation
func (*StopLensServiceInput) Validate ¶ added in v1.1.55
func (s *StopLensServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopLensServiceOutput ¶ added in v1.1.55
type StopLensServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (StopLensServiceOutput) GoString ¶ added in v1.1.55
func (s StopLensServiceOutput) GoString() string
GoString returns the string representation
func (StopLensServiceOutput) String ¶ added in v1.1.55
func (s StopLensServiceOutput) String() string
String returns the string representation
type StringValueForCreateLensPolicyInput ¶ added in v1.1.55
type StringValueForCreateLensPolicyInput struct {
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StringValueForCreateLensPolicyInput) GoString ¶ added in v1.1.55
func (s StringValueForCreateLensPolicyInput) GoString() string
GoString returns the string representation
func (*StringValueForCreateLensPolicyInput) SetValue ¶ added in v1.1.55
func (s *StringValueForCreateLensPolicyInput) SetValue(v string) *StringValueForCreateLensPolicyInput
SetValue sets the Value field's value.
func (StringValueForCreateLensPolicyInput) String ¶ added in v1.1.55
func (s StringValueForCreateLensPolicyInput) String() string
String returns the string representation
type StringValueForDescribeLensPoliciesOutput ¶ added in v1.1.55
type StringValueForDescribeLensPoliciesOutput struct {
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StringValueForDescribeLensPoliciesOutput) GoString ¶ added in v1.1.55
func (s StringValueForDescribeLensPoliciesOutput) GoString() string
GoString returns the string representation
func (*StringValueForDescribeLensPoliciesOutput) SetValue ¶ added in v1.1.55
func (s *StringValueForDescribeLensPoliciesOutput) SetValue(v string) *StringValueForDescribeLensPoliciesOutput
SetValue sets the Value field's value.
func (StringValueForDescribeLensPoliciesOutput) String ¶ added in v1.1.55
func (s StringValueForDescribeLensPoliciesOutput) String() string
String returns the string representation
type StringValueForDescribeLensTasksOutput ¶ added in v1.1.55
type StringValueForDescribeLensTasksOutput struct {
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StringValueForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s StringValueForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*StringValueForDescribeLensTasksOutput) SetValue ¶ added in v1.1.55
func (s *StringValueForDescribeLensTasksOutput) SetValue(v string) *StringValueForDescribeLensTasksOutput
SetValue sets the Value field's value.
func (StringValueForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s StringValueForDescribeLensTasksOutput) String() string
String returns the string representation
type StringValueForUpdateLensPolicyInput ¶ added in v1.1.55
type StringValueForUpdateLensPolicyInput struct {
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (StringValueForUpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s StringValueForUpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*StringValueForUpdateLensPolicyInput) SetValue ¶ added in v1.1.55
func (s *StringValueForUpdateLensPolicyInput) SetValue(v string) *StringValueForUpdateLensPolicyInput
SetValue sets the Value field's value.
func (StringValueForUpdateLensPolicyInput) String ¶ added in v1.1.55
func (s StringValueForUpdateLensPolicyInput) String() string
String returns the string representation
type TagFilterForDescribeFileSystemsInput ¶ added in v1.1.5
type TagFilterForDescribeFileSystemsInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForDescribeFileSystemsInput) GoString ¶ added in v1.1.5
func (s TagFilterForDescribeFileSystemsInput) GoString() string
GoString returns the string representation
func (*TagFilterForDescribeFileSystemsInput) SetKey ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetKey(v string) *TagFilterForDescribeFileSystemsInput
SetKey sets the Key field's value.
func (*TagFilterForDescribeFileSystemsInput) SetValue ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetValue(v string) *TagFilterForDescribeFileSystemsInput
SetValue sets the Value field's value.
func (*TagFilterForDescribeFileSystemsInput) SetValues ¶ added in v1.1.5
func (s *TagFilterForDescribeFileSystemsInput) SetValues(v []*string) *TagFilterForDescribeFileSystemsInput
SetValues sets the Values field's value.
func (TagFilterForDescribeFileSystemsInput) String ¶ added in v1.1.5
func (s TagFilterForDescribeFileSystemsInput) String() string
String returns the string representation
type TagFilterForListTagsForResourcesInput ¶ added in v1.1.5
type TagFilterForListTagsForResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
Values []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagFilterForListTagsForResourcesInput) GoString ¶ added in v1.1.5
func (s TagFilterForListTagsForResourcesInput) GoString() string
GoString returns the string representation
func (*TagFilterForListTagsForResourcesInput) SetKey ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetKey(v string) *TagFilterForListTagsForResourcesInput
SetKey sets the Key field's value.
func (*TagFilterForListTagsForResourcesInput) SetValue ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetValue(v string) *TagFilterForListTagsForResourcesInput
SetValue sets the Value field's value.
func (*TagFilterForListTagsForResourcesInput) SetValues ¶ added in v1.1.5
func (s *TagFilterForListTagsForResourcesInput) SetValues(v []*string) *TagFilterForListTagsForResourcesInput
SetValues sets the Values field's value.
func (TagFilterForListTagsForResourcesInput) String ¶ added in v1.1.5
func (s TagFilterForListTagsForResourcesInput) String() string
String returns the string representation
type TagForCreateFileSystemInput ¶
type TagForCreateFileSystemInput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateFileSystemInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateFileSystemInput) GoString ¶
func (s TagForCreateFileSystemInput) GoString() string
GoString returns the string representation
func (*TagForCreateFileSystemInput) SetKey ¶
func (s *TagForCreateFileSystemInput) SetKey(v string) *TagForCreateFileSystemInput
SetKey sets the Key field's value.
func (*TagForCreateFileSystemInput) SetType ¶
func (s *TagForCreateFileSystemInput) SetType(v string) *TagForCreateFileSystemInput
SetType sets the Type field's value.
func (*TagForCreateFileSystemInput) SetValue ¶
func (s *TagForCreateFileSystemInput) SetValue(v string) *TagForCreateFileSystemInput
SetValue sets the Value field's value.
func (TagForCreateFileSystemInput) String ¶
func (s TagForCreateFileSystemInput) String() string
String returns the string representation
type TagForCreateFileSystemOutput ¶
type TagForCreateFileSystemOutput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForCreateFileSystemOutput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForCreateFileSystemOutput) GoString ¶
func (s TagForCreateFileSystemOutput) GoString() string
GoString returns the string representation
func (*TagForCreateFileSystemOutput) SetKey ¶
func (s *TagForCreateFileSystemOutput) SetKey(v string) *TagForCreateFileSystemOutput
SetKey sets the Key field's value.
func (*TagForCreateFileSystemOutput) SetType ¶
func (s *TagForCreateFileSystemOutput) SetType(v string) *TagForCreateFileSystemOutput
SetType sets the Type field's value.
func (*TagForCreateFileSystemOutput) SetValue ¶
func (s *TagForCreateFileSystemOutput) SetValue(v string) *TagForCreateFileSystemOutput
SetValue sets the Value field's value.
func (TagForCreateFileSystemOutput) String ¶
func (s TagForCreateFileSystemOutput) String() string
String returns the string representation
type TagForDescribeFileSystemsOutput ¶
type TagForDescribeFileSystemsOutput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForDescribeFileSystemsOutput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForDescribeFileSystemsOutput) GoString ¶
func (s TagForDescribeFileSystemsOutput) GoString() string
GoString returns the string representation
func (*TagForDescribeFileSystemsOutput) SetKey ¶
func (s *TagForDescribeFileSystemsOutput) SetKey(v string) *TagForDescribeFileSystemsOutput
SetKey sets the Key field's value.
func (*TagForDescribeFileSystemsOutput) SetType ¶
func (s *TagForDescribeFileSystemsOutput) SetType(v string) *TagForDescribeFileSystemsOutput
SetType sets the Type field's value.
func (*TagForDescribeFileSystemsOutput) SetValue ¶
func (s *TagForDescribeFileSystemsOutput) SetValue(v string) *TagForDescribeFileSystemsOutput
SetValue sets the Value field's value.
func (TagForDescribeFileSystemsOutput) String ¶
func (s TagForDescribeFileSystemsOutput) String() string
String returns the string representation
type TagForTagResourcesInput ¶ added in v1.1.5
type TagForTagResourcesInput struct {
Key *string `type:"string" json:",omitempty"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForTagResourcesInput) GoString ¶ added in v1.1.5
func (s TagForTagResourcesInput) GoString() string
GoString returns the string representation
func (*TagForTagResourcesInput) SetKey ¶ added in v1.1.5
func (s *TagForTagResourcesInput) SetKey(v string) *TagForTagResourcesInput
SetKey sets the Key field's value.
func (*TagForTagResourcesInput) SetValue ¶ added in v1.1.5
func (s *TagForTagResourcesInput) SetValue(v string) *TagForTagResourcesInput
SetValue sets the Value field's value.
func (TagForTagResourcesInput) String ¶ added in v1.1.5
func (s TagForTagResourcesInput) String() string
String returns the string representation
type TagForUpdateFileSystemInput ¶
type TagForUpdateFileSystemInput struct {
Key *string `type:"string" json:",omitempty"`
Type *string `type:"string" json:",omitempty" enum:"EnumOfTypeForUpdateFileSystemInput"`
Value *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagForUpdateFileSystemInput) GoString ¶
func (s TagForUpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*TagForUpdateFileSystemInput) SetKey ¶
func (s *TagForUpdateFileSystemInput) SetKey(v string) *TagForUpdateFileSystemInput
SetKey sets the Key field's value.
func (*TagForUpdateFileSystemInput) SetType ¶
func (s *TagForUpdateFileSystemInput) SetType(v string) *TagForUpdateFileSystemInput
SetType sets the Type field's value.
func (*TagForUpdateFileSystemInput) SetValue ¶
func (s *TagForUpdateFileSystemInput) SetValue(v string) *TagForUpdateFileSystemInput
SetValue sets the Value field's value.
func (TagForUpdateFileSystemInput) String ¶
func (s TagForUpdateFileSystemInput) String() string
String returns the string representation
type TagResourcesInput ¶ added in v1.1.5
type TagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
Tags []*TagForTagResourcesInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (TagResourcesInput) GoString ¶ added in v1.1.5
func (s TagResourcesInput) GoString() string
GoString returns the string representation
func (*TagResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *TagResourcesInput) SetResourceIds(v []*string) *TagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*TagResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *TagResourcesInput) SetResourceType(v string) *TagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*TagResourcesInput) SetTags ¶ added in v1.1.5
func (s *TagResourcesInput) SetTags(v []*TagForTagResourcesInput) *TagResourcesInput
SetTags sets the Tags field's value.
func (TagResourcesInput) String ¶ added in v1.1.5
func (s TagResourcesInput) String() string
String returns the string representation
func (*TagResourcesInput) Validate ¶ added in v1.1.5
func (s *TagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourcesOutput ¶ added in v1.1.5
type TagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (TagResourcesOutput) GoString ¶ added in v1.1.5
func (s TagResourcesOutput) GoString() string
GoString returns the string representation
func (TagResourcesOutput) String ¶ added in v1.1.5
func (s TagResourcesOutput) String() string
String returns the string representation
type TargetInfoForCreateLensTaskInput ¶ added in v1.1.55
type TargetInfoForCreateLensTaskInput struct {
FilesetId *string `type:"string" json:",omitempty"`
RelativePath *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TargetInfoForCreateLensTaskInput) GoString ¶ added in v1.1.55
func (s TargetInfoForCreateLensTaskInput) GoString() string
GoString returns the string representation
func (*TargetInfoForCreateLensTaskInput) SetFilesetId ¶ added in v1.1.55
func (s *TargetInfoForCreateLensTaskInput) SetFilesetId(v string) *TargetInfoForCreateLensTaskInput
SetFilesetId sets the FilesetId field's value.
func (*TargetInfoForCreateLensTaskInput) SetRelativePath ¶ added in v1.1.55
func (s *TargetInfoForCreateLensTaskInput) SetRelativePath(v string) *TargetInfoForCreateLensTaskInput
SetRelativePath sets the RelativePath field's value.
func (TargetInfoForCreateLensTaskInput) String ¶ added in v1.1.55
func (s TargetInfoForCreateLensTaskInput) String() string
String returns the string representation
type TargetInfoForDescribeLensTasksOutput ¶ added in v1.1.55
type TargetInfoForDescribeLensTasksOutput struct {
FilesetId *string `type:"string" json:",omitempty"`
RelativePath *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (TargetInfoForDescribeLensTasksOutput) GoString ¶ added in v1.1.55
func (s TargetInfoForDescribeLensTasksOutput) GoString() string
GoString returns the string representation
func (*TargetInfoForDescribeLensTasksOutput) SetFilesetId ¶ added in v1.1.55
func (s *TargetInfoForDescribeLensTasksOutput) SetFilesetId(v string) *TargetInfoForDescribeLensTasksOutput
SetFilesetId sets the FilesetId field's value.
func (*TargetInfoForDescribeLensTasksOutput) SetRelativePath ¶ added in v1.1.55
func (s *TargetInfoForDescribeLensTasksOutput) SetRelativePath(v string) *TargetInfoForDescribeLensTasksOutput
SetRelativePath sets the RelativePath field's value.
func (TargetInfoForDescribeLensTasksOutput) String ¶ added in v1.1.55
func (s TargetInfoForDescribeLensTasksOutput) String() string
String returns the string representation
type TlsInfoForDescribeDataFlowTasksOutput ¶ added in v1.2.20
type TlsInfoForDescribeDataFlowTasksOutput struct {
Enable *bool `type:"boolean" json:",omitempty"`
ProjectId *string `type:"string" json:",omitempty"`
ProjectName *string `type:"string" json:",omitempty"`
ProjectUrl *string `type:"string" json:",omitempty"`
TopicEmbeddedUrl *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 (TlsInfoForDescribeDataFlowTasksOutput) GoString ¶ added in v1.2.20
func (s TlsInfoForDescribeDataFlowTasksOutput) GoString() string
GoString returns the string representation
func (*TlsInfoForDescribeDataFlowTasksOutput) SetEnable ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetEnable(v bool) *TlsInfoForDescribeDataFlowTasksOutput
SetEnable sets the Enable field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetProjectId ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectId(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetProjectId sets the ProjectId field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetProjectName ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectName(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetProjectName sets the ProjectName field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetProjectUrl ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetProjectUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetProjectUrl sets the ProjectUrl field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetTopicEmbeddedUrl ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicEmbeddedUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetTopicEmbeddedUrl sets the TopicEmbeddedUrl field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetTopicId ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicId(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetTopicId sets the TopicId field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetTopicName ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicName(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetTopicName sets the TopicName field's value.
func (*TlsInfoForDescribeDataFlowTasksOutput) SetTopicUrl ¶ added in v1.2.20
func (s *TlsInfoForDescribeDataFlowTasksOutput) SetTopicUrl(v string) *TlsInfoForDescribeDataFlowTasksOutput
SetTopicUrl sets the TopicUrl field's value.
func (TlsInfoForDescribeDataFlowTasksOutput) String ¶ added in v1.2.20
func (s TlsInfoForDescribeDataFlowTasksOutput) String() string
String returns the string representation
type UntagResourcesInput ¶ added in v1.1.5
type UntagResourcesInput struct {
ResourceIds []*string `type:"list" json:",omitempty"`
// ResourceType is a required field
ResourceType *string `type:"string" json:",omitempty" required:"true"`
TagKeys []*string `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UntagResourcesInput) GoString ¶ added in v1.1.5
func (s UntagResourcesInput) GoString() string
GoString returns the string representation
func (*UntagResourcesInput) SetResourceIds ¶ added in v1.1.5
func (s *UntagResourcesInput) SetResourceIds(v []*string) *UntagResourcesInput
SetResourceIds sets the ResourceIds field's value.
func (*UntagResourcesInput) SetResourceType ¶ added in v1.1.5
func (s *UntagResourcesInput) SetResourceType(v string) *UntagResourcesInput
SetResourceType sets the ResourceType field's value.
func (*UntagResourcesInput) SetTagKeys ¶ added in v1.1.5
func (s *UntagResourcesInput) SetTagKeys(v []*string) *UntagResourcesInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourcesInput) String ¶ added in v1.1.5
func (s UntagResourcesInput) String() string
String returns the string representation
func (*UntagResourcesInput) Validate ¶ added in v1.1.5
func (s *UntagResourcesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourcesOutput ¶ added in v1.1.5
type UntagResourcesOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UntagResourcesOutput) GoString ¶ added in v1.1.5
func (s UntagResourcesOutput) GoString() string
GoString returns the string representation
func (UntagResourcesOutput) String ¶ added in v1.1.5
func (s UntagResourcesOutput) String() string
String returns the string representation
type UpdateAuditInput ¶ added in v1.2.19
type UpdateAuditInput struct {
AuditEvents *string `type:"string" json:",omitempty"`
// AuditId is a required field
AuditId *string `type:"string" json:",omitempty" required:"true"`
AuditName *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FilesetIds []*string `type:"list" json:",omitempty"`
TlsProjectId *string `type:"string" json:",omitempty"`
TlsTopicId *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateAuditInput) GoString ¶ added in v1.2.19
func (s UpdateAuditInput) GoString() string
GoString returns the string representation
func (*UpdateAuditInput) SetAuditEvents ¶ added in v1.2.19
func (s *UpdateAuditInput) SetAuditEvents(v string) *UpdateAuditInput
SetAuditEvents sets the AuditEvents field's value.
func (*UpdateAuditInput) SetAuditId ¶ added in v1.2.19
func (s *UpdateAuditInput) SetAuditId(v string) *UpdateAuditInput
SetAuditId sets the AuditId field's value.
func (*UpdateAuditInput) SetAuditName ¶ added in v1.2.19
func (s *UpdateAuditInput) SetAuditName(v string) *UpdateAuditInput
SetAuditName sets the AuditName field's value.
func (*UpdateAuditInput) SetFileSystemId ¶ added in v1.2.19
func (s *UpdateAuditInput) SetFileSystemId(v string) *UpdateAuditInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateAuditInput) SetFilesetIds ¶ added in v1.2.19
func (s *UpdateAuditInput) SetFilesetIds(v []*string) *UpdateAuditInput
SetFilesetIds sets the FilesetIds field's value.
func (*UpdateAuditInput) SetTlsProjectId ¶ added in v1.2.19
func (s *UpdateAuditInput) SetTlsProjectId(v string) *UpdateAuditInput
SetTlsProjectId sets the TlsProjectId field's value.
func (*UpdateAuditInput) SetTlsTopicId ¶ added in v1.2.19
func (s *UpdateAuditInput) SetTlsTopicId(v string) *UpdateAuditInput
SetTlsTopicId sets the TlsTopicId field's value.
func (UpdateAuditInput) String ¶ added in v1.2.19
func (s UpdateAuditInput) String() string
String returns the string representation
func (*UpdateAuditInput) Validate ¶ added in v1.2.19
func (s *UpdateAuditInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAuditOutput ¶ added in v1.2.19
type UpdateAuditOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateAuditOutput) GoString ¶ added in v1.2.19
func (s UpdateAuditOutput) GoString() string
GoString returns the string representation
func (UpdateAuditOutput) String ¶ added in v1.2.19
func (s UpdateAuditOutput) String() string
String returns the string representation
type UpdateFileSystemInput ¶
type UpdateFileSystemInput struct {
Description *string `type:"string" json:",omitempty"`
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
FileSystemName *string `type:"string" json:",omitempty"`
Tags []*TagForUpdateFileSystemInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFileSystemInput) GoString ¶
func (s UpdateFileSystemInput) GoString() string
GoString returns the string representation
func (*UpdateFileSystemInput) SetDescription ¶
func (s *UpdateFileSystemInput) SetDescription(v string) *UpdateFileSystemInput
SetDescription sets the Description field's value.
func (*UpdateFileSystemInput) SetFileSystemId ¶
func (s *UpdateFileSystemInput) SetFileSystemId(v string) *UpdateFileSystemInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateFileSystemInput) SetFileSystemName ¶
func (s *UpdateFileSystemInput) SetFileSystemName(v string) *UpdateFileSystemInput
SetFileSystemName sets the FileSystemName field's value.
func (*UpdateFileSystemInput) SetTags ¶
func (s *UpdateFileSystemInput) SetTags(v []*TagForUpdateFileSystemInput) *UpdateFileSystemInput
SetTags sets the Tags field's value.
func (UpdateFileSystemInput) String ¶
func (s UpdateFileSystemInput) String() string
String returns the string representation
func (*UpdateFileSystemInput) Validate ¶ added in v1.1.5
func (s *UpdateFileSystemInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFileSystemOutput ¶
type UpdateFileSystemOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateFileSystemOutput) GoString ¶
func (s UpdateFileSystemOutput) GoString() string
GoString returns the string representation
func (UpdateFileSystemOutput) String ¶
func (s UpdateFileSystemOutput) String() string
String returns the string representation
type UpdateFilesetInput ¶ added in v1.1.5
type UpdateFilesetInput struct {
// FileSystemId is a required field
FileSystemId *string `type:"string" json:",omitempty" required:"true"`
// FilesetId is a required field
FilesetId *string `type:"string" json:",omitempty" required:"true"`
FilesetName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateFilesetInput) GoString ¶ added in v1.1.5
func (s UpdateFilesetInput) GoString() string
GoString returns the string representation
func (*UpdateFilesetInput) SetFileSystemId ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFileSystemId(v string) *UpdateFilesetInput
SetFileSystemId sets the FileSystemId field's value.
func (*UpdateFilesetInput) SetFilesetId ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFilesetId(v string) *UpdateFilesetInput
SetFilesetId sets the FilesetId field's value.
func (*UpdateFilesetInput) SetFilesetName ¶ added in v1.1.5
func (s *UpdateFilesetInput) SetFilesetName(v string) *UpdateFilesetInput
SetFilesetName sets the FilesetName field's value.
func (UpdateFilesetInput) String ¶ added in v1.1.5
func (s UpdateFilesetInput) String() string
String returns the string representation
func (*UpdateFilesetInput) Validate ¶ added in v1.1.5
func (s *UpdateFilesetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateFilesetOutput ¶ added in v1.1.5
type UpdateFilesetOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateFilesetOutput) GoString ¶ added in v1.1.5
func (s UpdateFilesetOutput) GoString() string
GoString returns the string representation
func (UpdateFilesetOutput) String ¶ added in v1.1.5
func (s UpdateFilesetOutput) String() string
String returns the string representation
type UpdateLensPolicyInput ¶ added in v1.1.55
type UpdateLensPolicyInput struct {
Description *string `type:"string" json:",omitempty"`
// LensPolicyId is a required field
LensPolicyId *string `type:"string" json:",omitempty" required:"true"`
LensPolicyName *string `type:"string" json:",omitempty"`
LogicOperator *string `type:"string" json:",omitempty" enum:"EnumOfLogicOperatorForUpdateLensPolicyInput"`
RuleGroups []*RuleGroupForUpdateLensPolicyInput `type:"list" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateLensPolicyInput) GoString ¶ added in v1.1.55
func (s UpdateLensPolicyInput) GoString() string
GoString returns the string representation
func (*UpdateLensPolicyInput) SetDescription ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) SetDescription(v string) *UpdateLensPolicyInput
SetDescription sets the Description field's value.
func (*UpdateLensPolicyInput) SetLensPolicyId ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) SetLensPolicyId(v string) *UpdateLensPolicyInput
SetLensPolicyId sets the LensPolicyId field's value.
func (*UpdateLensPolicyInput) SetLensPolicyName ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) SetLensPolicyName(v string) *UpdateLensPolicyInput
SetLensPolicyName sets the LensPolicyName field's value.
func (*UpdateLensPolicyInput) SetLogicOperator ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) SetLogicOperator(v string) *UpdateLensPolicyInput
SetLogicOperator sets the LogicOperator field's value.
func (*UpdateLensPolicyInput) SetRuleGroups ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) SetRuleGroups(v []*RuleGroupForUpdateLensPolicyInput) *UpdateLensPolicyInput
SetRuleGroups sets the RuleGroups field's value.
func (UpdateLensPolicyInput) String ¶ added in v1.1.55
func (s UpdateLensPolicyInput) String() string
String returns the string representation
func (*UpdateLensPolicyInput) Validate ¶ added in v1.1.55
func (s *UpdateLensPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLensPolicyOutput ¶ added in v1.1.55
type UpdateLensPolicyOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateLensPolicyOutput) GoString ¶ added in v1.1.55
func (s UpdateLensPolicyOutput) GoString() string
GoString returns the string representation
func (UpdateLensPolicyOutput) String ¶ added in v1.1.55
func (s UpdateLensPolicyOutput) String() string
String returns the string representation
type UpdateLensTaskInput ¶ added in v1.1.55
type UpdateLensTaskInput struct {
// LensTaskId is a required field
LensTaskId *string `type:"string" json:",omitempty" required:"true"`
LensTaskName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateLensTaskInput) GoString ¶ added in v1.1.55
func (s UpdateLensTaskInput) GoString() string
GoString returns the string representation
func (*UpdateLensTaskInput) SetLensTaskId ¶ added in v1.1.55
func (s *UpdateLensTaskInput) SetLensTaskId(v string) *UpdateLensTaskInput
SetLensTaskId sets the LensTaskId field's value.
func (*UpdateLensTaskInput) SetLensTaskName ¶ added in v1.1.55
func (s *UpdateLensTaskInput) SetLensTaskName(v string) *UpdateLensTaskInput
SetLensTaskName sets the LensTaskName field's value.
func (UpdateLensTaskInput) String ¶ added in v1.1.55
func (s UpdateLensTaskInput) String() string
String returns the string representation
func (*UpdateLensTaskInput) Validate ¶ added in v1.1.55
func (s *UpdateLensTaskInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLensTaskOutput ¶ added in v1.1.55
type UpdateLensTaskOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateLensTaskOutput) GoString ¶ added in v1.1.55
func (s UpdateLensTaskOutput) GoString() string
GoString returns the string representation
func (UpdateLensTaskOutput) String ¶ added in v1.1.55
func (s UpdateLensTaskOutput) String() string
String returns the string representation
type UpdateMountServiceInput ¶
type UpdateMountServiceInput struct {
// MountServiceId is a required field
MountServiceId *string `type:"string" json:",omitempty" required:"true"`
MountServiceName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (UpdateMountServiceInput) GoString ¶
func (s UpdateMountServiceInput) GoString() string
GoString returns the string representation
func (*UpdateMountServiceInput) SetMountServiceId ¶
func (s *UpdateMountServiceInput) SetMountServiceId(v string) *UpdateMountServiceInput
SetMountServiceId sets the MountServiceId field's value.
func (*UpdateMountServiceInput) SetMountServiceName ¶
func (s *UpdateMountServiceInput) SetMountServiceName(v string) *UpdateMountServiceInput
SetMountServiceName sets the MountServiceName field's value.
func (UpdateMountServiceInput) String ¶
func (s UpdateMountServiceInput) String() string
String returns the string representation
func (*UpdateMountServiceInput) Validate ¶ added in v1.1.5
func (s *UpdateMountServiceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateMountServiceOutput ¶
type UpdateMountServiceOutput struct {
Metadata *response.ResponseMetadata
// contains filtered or unexported fields
}
func (UpdateMountServiceOutput) GoString ¶
func (s UpdateMountServiceOutput) GoString() string
GoString returns the string representation
func (UpdateMountServiceOutput) String ¶
func (s UpdateMountServiceOutput) String() string
String returns the string representation
type VEPFS ¶
VEPFS provides the API operation methods for making requests to VEPFS. See this package's package overview docs for details on the service.
VEPFS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *VEPFS
New create int can support ssl or region locate set
func (*VEPFS) AttachMountServiceToSelfFileSystem ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystem(input *AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation AttachMountServiceToSelfFileSystem for usage and error information.
func (*VEPFS) AttachMountServiceToSelfFileSystemCommon ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation AttachMountServiceToSelfFileSystemCommon for usage and error information.
func (*VEPFS) AttachMountServiceToSelfFileSystemCommonRequest ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
AttachMountServiceToSelfFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the AttachMountServiceToSelfFileSystemCommon operation. The "output" return value will be populated with the AttachMountServiceToSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachMountServiceToSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after AttachMountServiceToSelfFileSystemCommon Send returns without error.
See AttachMountServiceToSelfFileSystemCommon for more information on using the AttachMountServiceToSelfFileSystemCommon API call, and error handling.
// Example sending a request using the AttachMountServiceToSelfFileSystemCommonRequest method.
req, resp := client.AttachMountServiceToSelfFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonWithContext is the same as AttachMountServiceToSelfFileSystemCommon with the addition of the ability to pass a context and additional request options.
See AttachMountServiceToSelfFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) AttachMountServiceToSelfFileSystemRequest ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemRequest(input *AttachMountServiceToSelfFileSystemInput) (req *request.Request, output *AttachMountServiceToSelfFileSystemOutput)
AttachMountServiceToSelfFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the AttachMountServiceToSelfFileSystem operation. The "output" return value will be populated with the AttachMountServiceToSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned AttachMountServiceToSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after AttachMountServiceToSelfFileSystemCommon Send returns without error.
See AttachMountServiceToSelfFileSystem for more information on using the AttachMountServiceToSelfFileSystem API call, and error handling.
// Example sending a request using the AttachMountServiceToSelfFileSystemRequest method.
req, resp := client.AttachMountServiceToSelfFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) AttachMountServiceToSelfFileSystemWithContext ¶
func (c *VEPFS) AttachMountServiceToSelfFileSystemWithContext(ctx volcengine.Context, input *AttachMountServiceToSelfFileSystemInput, opts ...request.Option) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemWithContext is the same as AttachMountServiceToSelfFileSystem with the addition of the ability to pass a context and additional request options.
See AttachMountServiceToSelfFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CancelDataFlowTask ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTask(input *CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CancelDataFlowTask for usage and error information.
func (*VEPFS) CancelDataFlowTaskCommon ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelDataFlowTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CancelDataFlowTaskCommon for usage and error information.
func (*VEPFS) CancelDataFlowTaskCommonRequest ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelDataFlowTaskCommon operation. The "output" return value will be populated with the CancelDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelDataFlowTaskCommon Send returns without error.
See CancelDataFlowTaskCommon for more information on using the CancelDataFlowTaskCommon API call, and error handling.
// Example sending a request using the CancelDataFlowTaskCommonRequest method.
req, resp := client.CancelDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelDataFlowTaskCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelDataFlowTaskCommonWithContext is the same as CancelDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See CancelDataFlowTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CancelDataFlowTaskRequest ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskRequest(input *CancelDataFlowTaskInput) (req *request.Request, output *CancelDataFlowTaskOutput)
CancelDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelDataFlowTask operation. The "output" return value will be populated with the CancelDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelDataFlowTaskCommon Send returns without error.
See CancelDataFlowTask for more information on using the CancelDataFlowTask API call, and error handling.
// Example sending a request using the CancelDataFlowTaskRequest method.
req, resp := client.CancelDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelDataFlowTaskWithContext ¶ added in v1.1.11
func (c *VEPFS) CancelDataFlowTaskWithContext(ctx volcengine.Context, input *CancelDataFlowTaskInput, opts ...request.Option) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskWithContext is the same as CancelDataFlowTask with the addition of the ability to pass a context and additional request options.
See CancelDataFlowTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CancelLensTask ¶ added in v1.1.55
func (c *VEPFS) CancelLensTask(input *CancelLensTaskInput) (*CancelLensTaskOutput, error)
CancelLensTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CancelLensTask for usage and error information.
func (*VEPFS) CancelLensTaskCommon ¶ added in v1.1.55
func (c *VEPFS) CancelLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CancelLensTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CancelLensTaskCommon for usage and error information.
func (*VEPFS) CancelLensTaskCommonRequest ¶ added in v1.1.55
func (c *VEPFS) CancelLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CancelLensTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelLensTaskCommon operation. The "output" return value will be populated with the CancelLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelLensTaskCommon Send returns without error.
See CancelLensTaskCommon for more information on using the CancelLensTaskCommon API call, and error handling.
// Example sending a request using the CancelLensTaskCommonRequest method.
req, resp := client.CancelLensTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelLensTaskCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) CancelLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CancelLensTaskCommonWithContext is the same as CancelLensTaskCommon with the addition of the ability to pass a context and additional request options.
See CancelLensTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CancelLensTaskRequest ¶ added in v1.1.55
func (c *VEPFS) CancelLensTaskRequest(input *CancelLensTaskInput) (req *request.Request, output *CancelLensTaskOutput)
CancelLensTaskRequest generates a "volcengine/request.Request" representing the client's request for the CancelLensTask operation. The "output" return value will be populated with the CancelLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CancelLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CancelLensTaskCommon Send returns without error.
See CancelLensTask for more information on using the CancelLensTask API call, and error handling.
// Example sending a request using the CancelLensTaskRequest method.
req, resp := client.CancelLensTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CancelLensTaskWithContext ¶ added in v1.1.55
func (c *VEPFS) CancelLensTaskWithContext(ctx volcengine.Context, input *CancelLensTaskInput, opts ...request.Option) (*CancelLensTaskOutput, error)
CancelLensTaskWithContext is the same as CancelLensTask with the addition of the ability to pass a context and additional request options.
See CancelLensTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ConfigDataFlowBandwidth ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidth(input *ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidth API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ConfigDataFlowBandwidth for usage and error information.
func (*VEPFS) ConfigDataFlowBandwidthCommon ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ConfigDataFlowBandwidthCommon for usage and error information.
func (*VEPFS) ConfigDataFlowBandwidthCommonRequest ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ConfigDataFlowBandwidthCommonRequest generates a "volcengine/request.Request" representing the client's request for the ConfigDataFlowBandwidthCommon operation. The "output" return value will be populated with the ConfigDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned ConfigDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after ConfigDataFlowBandwidthCommon Send returns without error.
See ConfigDataFlowBandwidthCommon for more information on using the ConfigDataFlowBandwidthCommon API call, and error handling.
// Example sending a request using the ConfigDataFlowBandwidthCommonRequest method.
req, resp := client.ConfigDataFlowBandwidthCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ConfigDataFlowBandwidthCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonWithContext is the same as ConfigDataFlowBandwidthCommon with the addition of the ability to pass a context and additional request options.
See ConfigDataFlowBandwidthCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ConfigDataFlowBandwidthRequest ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthRequest(input *ConfigDataFlowBandwidthInput) (req *request.Request, output *ConfigDataFlowBandwidthOutput)
ConfigDataFlowBandwidthRequest generates a "volcengine/request.Request" representing the client's request for the ConfigDataFlowBandwidth operation. The "output" return value will be populated with the ConfigDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned ConfigDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after ConfigDataFlowBandwidthCommon Send returns without error.
See ConfigDataFlowBandwidth for more information on using the ConfigDataFlowBandwidth API call, and error handling.
// Example sending a request using the ConfigDataFlowBandwidthRequest method.
req, resp := client.ConfigDataFlowBandwidthRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ConfigDataFlowBandwidthWithContext ¶ added in v1.1.10
func (c *VEPFS) ConfigDataFlowBandwidthWithContext(ctx volcengine.Context, input *ConfigDataFlowBandwidthInput, opts ...request.Option) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthWithContext is the same as ConfigDataFlowBandwidth with the addition of the ability to pass a context and additional request options.
See ConfigDataFlowBandwidth for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateAudit ¶ added in v1.2.19
func (c *VEPFS) CreateAudit(input *CreateAuditInput) (*CreateAuditOutput, error)
CreateAudit API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateAudit for usage and error information.
func (*VEPFS) CreateAuditCommon ¶ added in v1.2.19
CreateAuditCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateAuditCommon for usage and error information.
func (*VEPFS) CreateAuditCommonRequest ¶ added in v1.2.19
func (c *VEPFS) CreateAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateAuditCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateAuditCommon operation. The "output" return value will be populated with the CreateAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAuditCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAuditCommon Send returns without error.
See CreateAuditCommon for more information on using the CreateAuditCommon API call, and error handling.
// Example sending a request using the CreateAuditCommonRequest method.
req, resp := client.CreateAuditCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateAuditCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) CreateAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateAuditCommonWithContext is the same as CreateAuditCommon with the addition of the ability to pass a context and additional request options.
See CreateAuditCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateAuditRequest ¶ added in v1.2.19
func (c *VEPFS) CreateAuditRequest(input *CreateAuditInput) (req *request.Request, output *CreateAuditOutput)
CreateAuditRequest generates a "volcengine/request.Request" representing the client's request for the CreateAudit operation. The "output" return value will be populated with the CreateAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateAuditCommon Request to send the API call to the service. the "output" return value is not valid until after CreateAuditCommon Send returns without error.
See CreateAudit for more information on using the CreateAudit API call, and error handling.
// Example sending a request using the CreateAuditRequest method.
req, resp := client.CreateAuditRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateAuditWithContext ¶ added in v1.2.19
func (c *VEPFS) CreateAuditWithContext(ctx volcengine.Context, input *CreateAuditInput, opts ...request.Option) (*CreateAuditOutput, error)
CreateAuditWithContext is the same as CreateAudit with the addition of the ability to pass a context and additional request options.
See CreateAudit for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateDataFlowTask ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTask(input *CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateDataFlowTask for usage and error information.
func (*VEPFS) CreateDataFlowTaskCommon ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateDataFlowTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateDataFlowTaskCommon for usage and error information.
func (*VEPFS) CreateDataFlowTaskCommonRequest ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowTaskCommon operation. The "output" return value will be populated with the CreateDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataFlowTaskCommon Send returns without error.
See CreateDataFlowTaskCommon for more information on using the CreateDataFlowTaskCommon API call, and error handling.
// Example sending a request using the CreateDataFlowTaskCommonRequest method.
req, resp := client.CreateDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateDataFlowTaskCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateDataFlowTaskCommonWithContext is the same as CreateDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See CreateDataFlowTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateDataFlowTaskRequest ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskRequest(input *CreateDataFlowTaskInput) (req *request.Request, output *CreateDataFlowTaskOutput)
CreateDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateDataFlowTask operation. The "output" return value will be populated with the CreateDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateDataFlowTaskCommon Send returns without error.
See CreateDataFlowTask for more information on using the CreateDataFlowTask API call, and error handling.
// Example sending a request using the CreateDataFlowTaskRequest method.
req, resp := client.CreateDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateDataFlowTaskWithContext ¶ added in v1.1.10
func (c *VEPFS) CreateDataFlowTaskWithContext(ctx volcengine.Context, input *CreateDataFlowTaskInput, opts ...request.Option) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskWithContext is the same as CreateDataFlowTask with the addition of the ability to pass a context and additional request options.
See CreateDataFlowTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateFileSystem ¶
func (c *VEPFS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)
CreateFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateFileSystem for usage and error information.
func (*VEPFS) CreateFileSystemCommon ¶
func (c *VEPFS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateFileSystemCommon for usage and error information.
func (*VEPFS) CreateFileSystemCommonRequest ¶
func (c *VEPFS) CreateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileSystemCommon operation. The "output" return value will be populated with the CreateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFileSystemCommon Send returns without error.
See CreateFileSystemCommon for more information on using the CreateFileSystemCommon API call, and error handling.
// Example sending a request using the CreateFileSystemCommonRequest method.
req, resp := client.CreateFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFileSystemCommonWithContext ¶
func (c *VEPFS) CreateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFileSystemCommonWithContext is the same as CreateFileSystemCommon with the addition of the ability to pass a context and additional request options.
See CreateFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateFileSystemRequest ¶
func (c *VEPFS) CreateFileSystemRequest(input *CreateFileSystemInput) (req *request.Request, output *CreateFileSystemOutput)
CreateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileSystem operation. The "output" return value will be populated with the CreateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFileSystemCommon Send returns without error.
See CreateFileSystem for more information on using the CreateFileSystem API call, and error handling.
// Example sending a request using the CreateFileSystemRequest method.
req, resp := client.CreateFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFileSystemWithContext ¶
func (c *VEPFS) CreateFileSystemWithContext(ctx volcengine.Context, input *CreateFileSystemInput, opts ...request.Option) (*CreateFileSystemOutput, error)
CreateFileSystemWithContext is the same as CreateFileSystem with the addition of the ability to pass a context and additional request options.
See CreateFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateFileset ¶ added in v1.1.5
func (c *VEPFS) CreateFileset(input *CreateFilesetInput) (*CreateFilesetOutput, error)
CreateFileset API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateFileset for usage and error information.
func (*VEPFS) CreateFilesetCommon ¶ added in v1.1.5
CreateFilesetCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateFilesetCommon for usage and error information.
func (*VEPFS) CreateFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateFilesetCommon operation. The "output" return value will be populated with the CreateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFilesetCommon Send returns without error.
See CreateFilesetCommon for more information on using the CreateFilesetCommon API call, and error handling.
// Example sending a request using the CreateFilesetCommonRequest method.
req, resp := client.CreateFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateFilesetCommonWithContext is the same as CreateFilesetCommon with the addition of the ability to pass a context and additional request options.
See CreateFilesetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetRequest(input *CreateFilesetInput) (req *request.Request, output *CreateFilesetOutput)
CreateFilesetRequest generates a "volcengine/request.Request" representing the client's request for the CreateFileset operation. The "output" return value will be populated with the CreateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after CreateFilesetCommon Send returns without error.
See CreateFileset for more information on using the CreateFileset API call, and error handling.
// Example sending a request using the CreateFilesetRequest method.
req, resp := client.CreateFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) CreateFilesetWithContext(ctx volcengine.Context, input *CreateFilesetInput, opts ...request.Option) (*CreateFilesetOutput, error)
CreateFilesetWithContext is the same as CreateFileset with the addition of the ability to pass a context and additional request options.
See CreateFileset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateLensPolicy ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicy(input *CreateLensPolicyInput) (*CreateLensPolicyOutput, error)
CreateLensPolicy API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateLensPolicy for usage and error information.
func (*VEPFS) CreateLensPolicyCommon ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateLensPolicyCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateLensPolicyCommon for usage and error information.
func (*VEPFS) CreateLensPolicyCommonRequest ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateLensPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateLensPolicyCommon operation. The "output" return value will be populated with the CreateLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensPolicyCommon Send returns without error.
See CreateLensPolicyCommon for more information on using the CreateLensPolicyCommon API call, and error handling.
// Example sending a request using the CreateLensPolicyCommonRequest method.
req, resp := client.CreateLensPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateLensPolicyCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateLensPolicyCommonWithContext is the same as CreateLensPolicyCommon with the addition of the ability to pass a context and additional request options.
See CreateLensPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateLensPolicyRequest ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicyRequest(input *CreateLensPolicyInput) (req *request.Request, output *CreateLensPolicyOutput)
CreateLensPolicyRequest generates a "volcengine/request.Request" representing the client's request for the CreateLensPolicy operation. The "output" return value will be populated with the CreateLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensPolicyCommon Send returns without error.
See CreateLensPolicy for more information on using the CreateLensPolicy API call, and error handling.
// Example sending a request using the CreateLensPolicyRequest method.
req, resp := client.CreateLensPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateLensPolicyWithContext ¶ added in v1.1.55
func (c *VEPFS) CreateLensPolicyWithContext(ctx volcengine.Context, input *CreateLensPolicyInput, opts ...request.Option) (*CreateLensPolicyOutput, error)
CreateLensPolicyWithContext is the same as CreateLensPolicy with the addition of the ability to pass a context and additional request options.
See CreateLensPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateLensTask ¶ added in v1.1.55
func (c *VEPFS) CreateLensTask(input *CreateLensTaskInput) (*CreateLensTaskOutput, error)
CreateLensTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateLensTask for usage and error information.
func (*VEPFS) CreateLensTaskCommon ¶ added in v1.1.55
func (c *VEPFS) CreateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateLensTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateLensTaskCommon for usage and error information.
func (*VEPFS) CreateLensTaskCommonRequest ¶ added in v1.1.55
func (c *VEPFS) CreateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateLensTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateLensTaskCommon operation. The "output" return value will be populated with the CreateLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensTaskCommon Send returns without error.
See CreateLensTaskCommon for more information on using the CreateLensTaskCommon API call, and error handling.
// Example sending a request using the CreateLensTaskCommonRequest method.
req, resp := client.CreateLensTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateLensTaskCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) CreateLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateLensTaskCommonWithContext is the same as CreateLensTaskCommon with the addition of the ability to pass a context and additional request options.
See CreateLensTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateLensTaskRequest ¶ added in v1.1.55
func (c *VEPFS) CreateLensTaskRequest(input *CreateLensTaskInput) (req *request.Request, output *CreateLensTaskOutput)
CreateLensTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateLensTask operation. The "output" return value will be populated with the CreateLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateLensTaskCommon Send returns without error.
See CreateLensTask for more information on using the CreateLensTask API call, and error handling.
// Example sending a request using the CreateLensTaskRequest method.
req, resp := client.CreateLensTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateLensTaskWithContext ¶ added in v1.1.55
func (c *VEPFS) CreateLensTaskWithContext(ctx volcengine.Context, input *CreateLensTaskInput, opts ...request.Option) (*CreateLensTaskOutput, error)
CreateLensTaskWithContext is the same as CreateLensTask with the addition of the ability to pass a context and additional request options.
See CreateLensTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateMountService ¶
func (c *VEPFS) CreateMountService(input *CreateMountServiceInput) (*CreateMountServiceOutput, error)
CreateMountService API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateMountService for usage and error information.
func (*VEPFS) CreateMountServiceCommon ¶
func (c *VEPFS) CreateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreateMountServiceCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreateMountServiceCommon for usage and error information.
func (*VEPFS) CreateMountServiceCommonRequest ¶
func (c *VEPFS) CreateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreateMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountServiceCommon operation. The "output" return value will be populated with the CreateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountServiceCommon Send returns without error.
See CreateMountServiceCommon for more information on using the CreateMountServiceCommon API call, and error handling.
// Example sending a request using the CreateMountServiceCommonRequest method.
req, resp := client.CreateMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateMountServiceCommonWithContext ¶
func (c *VEPFS) CreateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreateMountServiceCommonWithContext is the same as CreateMountServiceCommon with the addition of the ability to pass a context and additional request options.
See CreateMountServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreateMountServiceRequest ¶
func (c *VEPFS) CreateMountServiceRequest(input *CreateMountServiceInput) (req *request.Request, output *CreateMountServiceOutput)
CreateMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the CreateMountService operation. The "output" return value will be populated with the CreateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned CreateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after CreateMountServiceCommon Send returns without error.
See CreateMountService for more information on using the CreateMountService API call, and error handling.
// Example sending a request using the CreateMountServiceRequest method.
req, resp := client.CreateMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreateMountServiceWithContext ¶
func (c *VEPFS) CreateMountServiceWithContext(ctx volcengine.Context, input *CreateMountServiceInput, opts ...request.Option) (*CreateMountServiceOutput, error)
CreateMountServiceWithContext is the same as CreateMountService with the addition of the ability to pass a context and additional request options.
See CreateMountService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreatePreSignedUrl ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrl(input *CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrl API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreatePreSignedUrl for usage and error information.
func (*VEPFS) CreatePreSignedUrlCommon ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)
CreatePreSignedUrlCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation CreatePreSignedUrlCommon for usage and error information.
func (*VEPFS) CreatePreSignedUrlCommonRequest ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
CreatePreSignedUrlCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreatePreSignedUrlCommon operation. The "output" return value will be populated with the CreatePreSignedUrlCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePreSignedUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePreSignedUrlCommon Send returns without error.
See CreatePreSignedUrlCommon for more information on using the CreatePreSignedUrlCommon API call, and error handling.
// Example sending a request using the CreatePreSignedUrlCommonRequest method.
req, resp := client.CreatePreSignedUrlCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreatePreSignedUrlCommonWithContext ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
CreatePreSignedUrlCommonWithContext is the same as CreatePreSignedUrlCommon with the addition of the ability to pass a context and additional request options.
See CreatePreSignedUrlCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) CreatePreSignedUrlRequest ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlRequest(input *CreatePreSignedUrlInput) (req *request.Request, output *CreatePreSignedUrlOutput)
CreatePreSignedUrlRequest generates a "volcengine/request.Request" representing the client's request for the CreatePreSignedUrl operation. The "output" return value will be populated with the CreatePreSignedUrlCommon request's response once the request completes successfully.
Use "Send" method on the returned CreatePreSignedUrlCommon Request to send the API call to the service. the "output" return value is not valid until after CreatePreSignedUrlCommon Send returns without error.
See CreatePreSignedUrl for more information on using the CreatePreSignedUrl API call, and error handling.
// Example sending a request using the CreatePreSignedUrlRequest method.
req, resp := client.CreatePreSignedUrlRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) CreatePreSignedUrlWithContext ¶ added in v1.1.10
func (c *VEPFS) CreatePreSignedUrlWithContext(ctx volcengine.Context, input *CreatePreSignedUrlInput, opts ...request.Option) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlWithContext is the same as CreatePreSignedUrl with the addition of the ability to pass a context and additional request options.
See CreatePreSignedUrl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteAudit ¶ added in v1.2.19
func (c *VEPFS) DeleteAudit(input *DeleteAuditInput) (*DeleteAuditOutput, error)
DeleteAudit API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteAudit for usage and error information.
func (*VEPFS) DeleteAuditCommon ¶ added in v1.2.19
DeleteAuditCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteAuditCommon for usage and error information.
func (*VEPFS) DeleteAuditCommonRequest ¶ added in v1.2.19
func (c *VEPFS) DeleteAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteAuditCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAuditCommon operation. The "output" return value will be populated with the DeleteAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAuditCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAuditCommon Send returns without error.
See DeleteAuditCommon for more information on using the DeleteAuditCommon API call, and error handling.
// Example sending a request using the DeleteAuditCommonRequest method.
req, resp := client.DeleteAuditCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteAuditCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) DeleteAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteAuditCommonWithContext is the same as DeleteAuditCommon with the addition of the ability to pass a context and additional request options.
See DeleteAuditCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteAuditRequest ¶ added in v1.2.19
func (c *VEPFS) DeleteAuditRequest(input *DeleteAuditInput) (req *request.Request, output *DeleteAuditOutput)
DeleteAuditRequest generates a "volcengine/request.Request" representing the client's request for the DeleteAudit operation. The "output" return value will be populated with the DeleteAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteAuditCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteAuditCommon Send returns without error.
See DeleteAudit for more information on using the DeleteAudit API call, and error handling.
// Example sending a request using the DeleteAuditRequest method.
req, resp := client.DeleteAuditRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteAuditWithContext ¶ added in v1.2.19
func (c *VEPFS) DeleteAuditWithContext(ctx volcengine.Context, input *DeleteAuditInput, opts ...request.Option) (*DeleteAuditOutput, error)
DeleteAuditWithContext is the same as DeleteAudit with the addition of the ability to pass a context and additional request options.
See DeleteAudit for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteDataFlowTask ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTask(input *DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteDataFlowTask for usage and error information.
func (*VEPFS) DeleteDataFlowTaskCommon ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteDataFlowTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteDataFlowTaskCommon for usage and error information.
func (*VEPFS) DeleteDataFlowTaskCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteDataFlowTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowTaskCommon operation. The "output" return value will be populated with the DeleteDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataFlowTaskCommon Send returns without error.
See DeleteDataFlowTaskCommon for more information on using the DeleteDataFlowTaskCommon API call, and error handling.
// Example sending a request using the DeleteDataFlowTaskCommonRequest method.
req, resp := client.DeleteDataFlowTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteDataFlowTaskCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonWithContext is the same as DeleteDataFlowTaskCommon with the addition of the ability to pass a context and additional request options.
See DeleteDataFlowTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteDataFlowTaskRequest ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskRequest(input *DeleteDataFlowTaskInput) (req *request.Request, output *DeleteDataFlowTaskOutput)
DeleteDataFlowTaskRequest generates a "volcengine/request.Request" representing the client's request for the DeleteDataFlowTask operation. The "output" return value will be populated with the DeleteDataFlowTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteDataFlowTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteDataFlowTaskCommon Send returns without error.
See DeleteDataFlowTask for more information on using the DeleteDataFlowTask API call, and error handling.
// Example sending a request using the DeleteDataFlowTaskRequest method.
req, resp := client.DeleteDataFlowTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteDataFlowTaskWithContext ¶ added in v1.1.11
func (c *VEPFS) DeleteDataFlowTaskWithContext(ctx volcengine.Context, input *DeleteDataFlowTaskInput, opts ...request.Option) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskWithContext is the same as DeleteDataFlowTask with the addition of the ability to pass a context and additional request options.
See DeleteDataFlowTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteFileSystem ¶
func (c *VEPFS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
DeleteFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteFileSystem for usage and error information.
func (*VEPFS) DeleteFileSystemCommon ¶
func (c *VEPFS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteFileSystemCommon for usage and error information.
func (*VEPFS) DeleteFileSystemCommonRequest ¶
func (c *VEPFS) DeleteFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileSystemCommon operation. The "output" return value will be populated with the DeleteFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFileSystemCommon Send returns without error.
See DeleteFileSystemCommon for more information on using the DeleteFileSystemCommon API call, and error handling.
// Example sending a request using the DeleteFileSystemCommonRequest method.
req, resp := client.DeleteFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFileSystemCommonWithContext ¶
func (c *VEPFS) DeleteFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFileSystemCommonWithContext is the same as DeleteFileSystemCommon with the addition of the ability to pass a context and additional request options.
See DeleteFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteFileSystemRequest ¶
func (c *VEPFS) DeleteFileSystemRequest(input *DeleteFileSystemInput) (req *request.Request, output *DeleteFileSystemOutput)
DeleteFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileSystem operation. The "output" return value will be populated with the DeleteFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFileSystemCommon Send returns without error.
See DeleteFileSystem for more information on using the DeleteFileSystem API call, and error handling.
// Example sending a request using the DeleteFileSystemRequest method.
req, resp := client.DeleteFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFileSystemWithContext ¶
func (c *VEPFS) DeleteFileSystemWithContext(ctx volcengine.Context, input *DeleteFileSystemInput, opts ...request.Option) (*DeleteFileSystemOutput, error)
DeleteFileSystemWithContext is the same as DeleteFileSystem with the addition of the ability to pass a context and additional request options.
See DeleteFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteFileset ¶ added in v1.1.5
func (c *VEPFS) DeleteFileset(input *DeleteFilesetInput) (*DeleteFilesetOutput, error)
DeleteFileset API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteFileset for usage and error information.
func (*VEPFS) DeleteFilesetCommon ¶ added in v1.1.5
DeleteFilesetCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteFilesetCommon for usage and error information.
func (*VEPFS) DeleteFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFilesetCommon operation. The "output" return value will be populated with the DeleteFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFilesetCommon Send returns without error.
See DeleteFilesetCommon for more information on using the DeleteFilesetCommon API call, and error handling.
// Example sending a request using the DeleteFilesetCommonRequest method.
req, resp := client.DeleteFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteFilesetCommonWithContext is the same as DeleteFilesetCommon with the addition of the ability to pass a context and additional request options.
See DeleteFilesetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetRequest(input *DeleteFilesetInput) (req *request.Request, output *DeleteFilesetOutput)
DeleteFilesetRequest generates a "volcengine/request.Request" representing the client's request for the DeleteFileset operation. The "output" return value will be populated with the DeleteFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteFilesetCommon Send returns without error.
See DeleteFileset for more information on using the DeleteFileset API call, and error handling.
// Example sending a request using the DeleteFilesetRequest method.
req, resp := client.DeleteFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) DeleteFilesetWithContext(ctx volcengine.Context, input *DeleteFilesetInput, opts ...request.Option) (*DeleteFilesetOutput, error)
DeleteFilesetWithContext is the same as DeleteFileset with the addition of the ability to pass a context and additional request options.
See DeleteFileset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteLensPolicy ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicy(input *DeleteLensPolicyInput) (*DeleteLensPolicyOutput, error)
DeleteLensPolicy API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteLensPolicy for usage and error information.
func (*VEPFS) DeleteLensPolicyCommon ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteLensPolicyCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteLensPolicyCommon for usage and error information.
func (*VEPFS) DeleteLensPolicyCommonRequest ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteLensPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLensPolicyCommon operation. The "output" return value will be populated with the DeleteLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensPolicyCommon Send returns without error.
See DeleteLensPolicyCommon for more information on using the DeleteLensPolicyCommon API call, and error handling.
// Example sending a request using the DeleteLensPolicyCommonRequest method.
req, resp := client.DeleteLensPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteLensPolicyCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteLensPolicyCommonWithContext is the same as DeleteLensPolicyCommon with the addition of the ability to pass a context and additional request options.
See DeleteLensPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteLensPolicyRequest ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicyRequest(input *DeleteLensPolicyInput) (req *request.Request, output *DeleteLensPolicyOutput)
DeleteLensPolicyRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLensPolicy operation. The "output" return value will be populated with the DeleteLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensPolicyCommon Send returns without error.
See DeleteLensPolicy for more information on using the DeleteLensPolicy API call, and error handling.
// Example sending a request using the DeleteLensPolicyRequest method.
req, resp := client.DeleteLensPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteLensPolicyWithContext ¶ added in v1.1.55
func (c *VEPFS) DeleteLensPolicyWithContext(ctx volcengine.Context, input *DeleteLensPolicyInput, opts ...request.Option) (*DeleteLensPolicyOutput, error)
DeleteLensPolicyWithContext is the same as DeleteLensPolicy with the addition of the ability to pass a context and additional request options.
See DeleteLensPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteLensTask ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTask(input *DeleteLensTaskInput) (*DeleteLensTaskOutput, error)
DeleteLensTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteLensTask for usage and error information.
func (*VEPFS) DeleteLensTaskCommon ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteLensTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteLensTaskCommon for usage and error information.
func (*VEPFS) DeleteLensTaskCommonRequest ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteLensTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLensTaskCommon operation. The "output" return value will be populated with the DeleteLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensTaskCommon Send returns without error.
See DeleteLensTaskCommon for more information on using the DeleteLensTaskCommon API call, and error handling.
// Example sending a request using the DeleteLensTaskCommonRequest method.
req, resp := client.DeleteLensTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteLensTaskCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteLensTaskCommonWithContext is the same as DeleteLensTaskCommon with the addition of the ability to pass a context and additional request options.
See DeleteLensTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteLensTaskRequest ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTaskRequest(input *DeleteLensTaskInput) (req *request.Request, output *DeleteLensTaskOutput)
DeleteLensTaskRequest generates a "volcengine/request.Request" representing the client's request for the DeleteLensTask operation. The "output" return value will be populated with the DeleteLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteLensTaskCommon Send returns without error.
See DeleteLensTask for more information on using the DeleteLensTask API call, and error handling.
// Example sending a request using the DeleteLensTaskRequest method.
req, resp := client.DeleteLensTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteLensTaskWithContext ¶ added in v1.1.55
func (c *VEPFS) DeleteLensTaskWithContext(ctx volcengine.Context, input *DeleteLensTaskInput, opts ...request.Option) (*DeleteLensTaskOutput, error)
DeleteLensTaskWithContext is the same as DeleteLensTask with the addition of the ability to pass a context and additional request options.
See DeleteLensTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteMountService ¶
func (c *VEPFS) DeleteMountService(input *DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
DeleteMountService API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteMountService for usage and error information.
func (*VEPFS) DeleteMountServiceCommon ¶
func (c *VEPFS) DeleteMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DeleteMountServiceCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DeleteMountServiceCommon for usage and error information.
func (*VEPFS) DeleteMountServiceCommonRequest ¶
func (c *VEPFS) DeleteMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DeleteMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountServiceCommon operation. The "output" return value will be populated with the DeleteMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountServiceCommon Send returns without error.
See DeleteMountServiceCommon for more information on using the DeleteMountServiceCommon API call, and error handling.
// Example sending a request using the DeleteMountServiceCommonRequest method.
req, resp := client.DeleteMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteMountServiceCommonWithContext ¶
func (c *VEPFS) DeleteMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DeleteMountServiceCommonWithContext is the same as DeleteMountServiceCommon with the addition of the ability to pass a context and additional request options.
See DeleteMountServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DeleteMountServiceRequest ¶
func (c *VEPFS) DeleteMountServiceRequest(input *DeleteMountServiceInput) (req *request.Request, output *DeleteMountServiceOutput)
DeleteMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the DeleteMountService operation. The "output" return value will be populated with the DeleteMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned DeleteMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after DeleteMountServiceCommon Send returns without error.
See DeleteMountService for more information on using the DeleteMountService API call, and error handling.
// Example sending a request using the DeleteMountServiceRequest method.
req, resp := client.DeleteMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DeleteMountServiceWithContext ¶
func (c *VEPFS) DeleteMountServiceWithContext(ctx volcengine.Context, input *DeleteMountServiceInput, opts ...request.Option) (*DeleteMountServiceOutput, error)
DeleteMountServiceWithContext is the same as DeleteMountService with the addition of the ability to pass a context and additional request options.
See DeleteMountService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeAudits ¶ added in v1.2.19
func (c *VEPFS) DescribeAudits(input *DescribeAuditsInput) (*DescribeAuditsOutput, error)
DescribeAudits API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeAudits for usage and error information.
func (*VEPFS) DescribeAuditsCommon ¶ added in v1.2.19
func (c *VEPFS) DescribeAuditsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeAuditsCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeAuditsCommon for usage and error information.
func (*VEPFS) DescribeAuditsCommonRequest ¶ added in v1.2.19
func (c *VEPFS) DescribeAuditsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeAuditsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAuditsCommon operation. The "output" return value will be populated with the DescribeAuditsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAuditsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAuditsCommon Send returns without error.
See DescribeAuditsCommon for more information on using the DescribeAuditsCommon API call, and error handling.
// Example sending a request using the DescribeAuditsCommonRequest method.
req, resp := client.DescribeAuditsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeAuditsCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) DescribeAuditsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeAuditsCommonWithContext is the same as DescribeAuditsCommon with the addition of the ability to pass a context and additional request options.
See DescribeAuditsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeAuditsRequest ¶ added in v1.2.19
func (c *VEPFS) DescribeAuditsRequest(input *DescribeAuditsInput) (req *request.Request, output *DescribeAuditsOutput)
DescribeAuditsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeAudits operation. The "output" return value will be populated with the DescribeAuditsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeAuditsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeAuditsCommon Send returns without error.
See DescribeAudits for more information on using the DescribeAudits API call, and error handling.
// Example sending a request using the DescribeAuditsRequest method.
req, resp := client.DescribeAuditsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeAuditsWithContext ¶ added in v1.2.19
func (c *VEPFS) DescribeAuditsWithContext(ctx volcengine.Context, input *DescribeAuditsInput, opts ...request.Option) (*DescribeAuditsOutput, error)
DescribeAuditsWithContext is the same as DescribeAudits with the addition of the ability to pass a context and additional request options.
See DescribeAudits for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeDataFlowBandwidth ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidth(input *DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidth API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeDataFlowBandwidth for usage and error information.
func (*VEPFS) DescribeDataFlowBandwidthCommon ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeDataFlowBandwidthCommon for usage and error information.
func (*VEPFS) DescribeDataFlowBandwidthCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDataFlowBandwidthCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowBandwidthCommon operation. The "output" return value will be populated with the DescribeDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowBandwidthCommon Send returns without error.
See DescribeDataFlowBandwidthCommon for more information on using the DescribeDataFlowBandwidthCommon API call, and error handling.
// Example sending a request using the DescribeDataFlowBandwidthCommonRequest method.
req, resp := client.DescribeDataFlowBandwidthCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowBandwidthCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonWithContext is the same as DescribeDataFlowBandwidthCommon with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowBandwidthCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeDataFlowBandwidthRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthRequest(input *DescribeDataFlowBandwidthInput) (req *request.Request, output *DescribeDataFlowBandwidthOutput)
DescribeDataFlowBandwidthRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowBandwidth operation. The "output" return value will be populated with the DescribeDataFlowBandwidthCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowBandwidthCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowBandwidthCommon Send returns without error.
See DescribeDataFlowBandwidth for more information on using the DescribeDataFlowBandwidth API call, and error handling.
// Example sending a request using the DescribeDataFlowBandwidthRequest method.
req, resp := client.DescribeDataFlowBandwidthRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowBandwidthWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowBandwidthWithContext(ctx volcengine.Context, input *DescribeDataFlowBandwidthInput, opts ...request.Option) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthWithContext is the same as DescribeDataFlowBandwidth with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowBandwidth for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeDataFlowTasks ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasks(input *DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasks API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeDataFlowTasks for usage and error information.
func (*VEPFS) DescribeDataFlowTasksCommon ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowTasksCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeDataFlowTasksCommon for usage and error information.
func (*VEPFS) DescribeDataFlowTasksCommonRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeDataFlowTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowTasksCommon operation. The "output" return value will be populated with the DescribeDataFlowTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowTasksCommon Send returns without error.
See DescribeDataFlowTasksCommon for more information on using the DescribeDataFlowTasksCommon API call, and error handling.
// Example sending a request using the DescribeDataFlowTasksCommonRequest method.
req, resp := client.DescribeDataFlowTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowTasksCommonWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonWithContext is the same as DescribeDataFlowTasksCommon with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowTasksCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeDataFlowTasksRequest ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksRequest(input *DescribeDataFlowTasksInput) (req *request.Request, output *DescribeDataFlowTasksOutput)
DescribeDataFlowTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeDataFlowTasks operation. The "output" return value will be populated with the DescribeDataFlowTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeDataFlowTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeDataFlowTasksCommon Send returns without error.
See DescribeDataFlowTasks for more information on using the DescribeDataFlowTasks API call, and error handling.
// Example sending a request using the DescribeDataFlowTasksRequest method.
req, resp := client.DescribeDataFlowTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeDataFlowTasksWithContext ¶ added in v1.1.11
func (c *VEPFS) DescribeDataFlowTasksWithContext(ctx volcengine.Context, input *DescribeDataFlowTasksInput, opts ...request.Option) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksWithContext is the same as DescribeDataFlowTasks with the addition of the ability to pass a context and additional request options.
See DescribeDataFlowTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemOverview ¶
func (c *VEPFS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverview API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystemOverview for usage and error information.
func (*VEPFS) DescribeFileSystemOverviewCommon ¶
func (c *VEPFS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystemOverviewCommon for usage and error information.
func (*VEPFS) DescribeFileSystemOverviewCommonRequest ¶
func (c *VEPFS) DescribeFileSystemOverviewCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemOverviewCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverviewCommon operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverviewCommon for more information on using the DescribeFileSystemOverviewCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewCommonRequest method.
req, resp := client.DescribeFileSystemOverviewCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemOverviewCommonWithContext ¶
func (c *VEPFS) DescribeFileSystemOverviewCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonWithContext is the same as DescribeFileSystemOverviewCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverviewCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemOverviewRequest ¶
func (c *VEPFS) DescribeFileSystemOverviewRequest(input *DescribeFileSystemOverviewInput) (req *request.Request, output *DescribeFileSystemOverviewOutput)
DescribeFileSystemOverviewRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemOverview operation. The "output" return value will be populated with the DescribeFileSystemOverviewCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemOverviewCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemOverviewCommon Send returns without error.
See DescribeFileSystemOverview for more information on using the DescribeFileSystemOverview API call, and error handling.
// Example sending a request using the DescribeFileSystemOverviewRequest method.
req, resp := client.DescribeFileSystemOverviewRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemOverviewWithContext ¶
func (c *VEPFS) DescribeFileSystemOverviewWithContext(ctx volcengine.Context, input *DescribeFileSystemOverviewInput, opts ...request.Option) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewWithContext is the same as DescribeFileSystemOverview with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemOverview for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemStatistics ¶
func (c *VEPFS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatistics API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystemStatistics for usage and error information.
func (*VEPFS) DescribeFileSystemStatisticsCommon ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystemStatisticsCommon for usage and error information.
func (*VEPFS) DescribeFileSystemStatisticsCommonRequest ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemStatisticsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatisticsCommon operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatisticsCommon for more information on using the DescribeFileSystemStatisticsCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsCommonRequest method.
req, resp := client.DescribeFileSystemStatisticsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemStatisticsCommonWithContext ¶
func (c *VEPFS) DescribeFileSystemStatisticsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonWithContext is the same as DescribeFileSystemStatisticsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatisticsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemStatisticsRequest ¶
func (c *VEPFS) DescribeFileSystemStatisticsRequest(input *DescribeFileSystemStatisticsInput) (req *request.Request, output *DescribeFileSystemStatisticsOutput)
DescribeFileSystemStatisticsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemStatistics operation. The "output" return value will be populated with the DescribeFileSystemStatisticsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemStatisticsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemStatisticsCommon Send returns without error.
See DescribeFileSystemStatistics for more information on using the DescribeFileSystemStatistics API call, and error handling.
// Example sending a request using the DescribeFileSystemStatisticsRequest method.
req, resp := client.DescribeFileSystemStatisticsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemStatisticsWithContext ¶
func (c *VEPFS) DescribeFileSystemStatisticsWithContext(ctx volcengine.Context, input *DescribeFileSystemStatisticsInput, opts ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsWithContext is the same as DescribeFileSystemStatistics with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemStatistics for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystems ¶
func (c *VEPFS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystems API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystems for usage and error information.
func (*VEPFS) DescribeFileSystemsCommon ¶
func (c *VEPFS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFileSystemsCommon for usage and error information.
func (*VEPFS) DescribeFileSystemsCommonRequest ¶
func (c *VEPFS) DescribeFileSystemsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFileSystemsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystemsCommon operation. The "output" return value will be populated with the DescribeFileSystemsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemsCommon Send returns without error.
See DescribeFileSystemsCommon for more information on using the DescribeFileSystemsCommon API call, and error handling.
// Example sending a request using the DescribeFileSystemsCommonRequest method.
req, resp := client.DescribeFileSystemsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemsCommonWithContext ¶
func (c *VEPFS) DescribeFileSystemsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemsCommonWithContext is the same as DescribeFileSystemsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFileSystemsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFileSystemsRequest ¶
func (c *VEPFS) DescribeFileSystemsRequest(input *DescribeFileSystemsInput) (req *request.Request, output *DescribeFileSystemsOutput)
DescribeFileSystemsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFileSystems operation. The "output" return value will be populated with the DescribeFileSystemsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFileSystemsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFileSystemsCommon Send returns without error.
See DescribeFileSystems for more information on using the DescribeFileSystems API call, and error handling.
// Example sending a request using the DescribeFileSystemsRequest method.
req, resp := client.DescribeFileSystemsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFileSystemsWithContext ¶
func (c *VEPFS) DescribeFileSystemsWithContext(ctx volcengine.Context, input *DescribeFileSystemsInput, opts ...request.Option) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsWithContext is the same as DescribeFileSystems with the addition of the ability to pass a context and additional request options.
See DescribeFileSystems for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFilesets ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesets(input *DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
DescribeFilesets API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFilesets for usage and error information.
func (*VEPFS) DescribeFilesetsCommon ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeFilesetsCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeFilesetsCommon for usage and error information.
func (*VEPFS) DescribeFilesetsCommonRequest ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeFilesetsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFilesetsCommon operation. The "output" return value will be populated with the DescribeFilesetsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFilesetsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFilesetsCommon Send returns without error.
See DescribeFilesetsCommon for more information on using the DescribeFilesetsCommon API call, and error handling.
// Example sending a request using the DescribeFilesetsCommonRequest method.
req, resp := client.DescribeFilesetsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFilesetsCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeFilesetsCommonWithContext is the same as DescribeFilesetsCommon with the addition of the ability to pass a context and additional request options.
See DescribeFilesetsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeFilesetsRequest ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsRequest(input *DescribeFilesetsInput) (req *request.Request, output *DescribeFilesetsOutput)
DescribeFilesetsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeFilesets operation. The "output" return value will be populated with the DescribeFilesetsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeFilesetsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeFilesetsCommon Send returns without error.
See DescribeFilesets for more information on using the DescribeFilesets API call, and error handling.
// Example sending a request using the DescribeFilesetsRequest method.
req, resp := client.DescribeFilesetsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeFilesetsWithContext ¶ added in v1.1.5
func (c *VEPFS) DescribeFilesetsWithContext(ctx volcengine.Context, input *DescribeFilesetsInput, opts ...request.Option) (*DescribeFilesetsOutput, error)
DescribeFilesetsWithContext is the same as DescribeFilesets with the addition of the ability to pass a context and additional request options.
See DescribeFilesets for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensPolicies ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPolicies(input *DescribeLensPoliciesInput) (*DescribeLensPoliciesOutput, error)
DescribeLensPolicies API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensPolicies for usage and error information.
func (*VEPFS) DescribeLensPoliciesCommon ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPoliciesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLensPoliciesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensPoliciesCommon for usage and error information.
func (*VEPFS) DescribeLensPoliciesCommonRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPoliciesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLensPoliciesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensPoliciesCommon operation. The "output" return value will be populated with the DescribeLensPoliciesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensPoliciesCommon Send returns without error.
See DescribeLensPoliciesCommon for more information on using the DescribeLensPoliciesCommon API call, and error handling.
// Example sending a request using the DescribeLensPoliciesCommonRequest method.
req, resp := client.DescribeLensPoliciesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensPoliciesCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPoliciesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLensPoliciesCommonWithContext is the same as DescribeLensPoliciesCommon with the addition of the ability to pass a context and additional request options.
See DescribeLensPoliciesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensPoliciesRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPoliciesRequest(input *DescribeLensPoliciesInput) (req *request.Request, output *DescribeLensPoliciesOutput)
DescribeLensPoliciesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensPolicies operation. The "output" return value will be populated with the DescribeLensPoliciesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensPoliciesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensPoliciesCommon Send returns without error.
See DescribeLensPolicies for more information on using the DescribeLensPolicies API call, and error handling.
// Example sending a request using the DescribeLensPoliciesRequest method.
req, resp := client.DescribeLensPoliciesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensPoliciesWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensPoliciesWithContext(ctx volcengine.Context, input *DescribeLensPoliciesInput, opts ...request.Option) (*DescribeLensPoliciesOutput, error)
DescribeLensPoliciesWithContext is the same as DescribeLensPolicies with the addition of the ability to pass a context and additional request options.
See DescribeLensPolicies for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensServices ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServices(input *DescribeLensServicesInput) (*DescribeLensServicesOutput, error)
DescribeLensServices API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensServices for usage and error information.
func (*VEPFS) DescribeLensServicesCommon ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLensServicesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensServicesCommon for usage and error information.
func (*VEPFS) DescribeLensServicesCommonRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLensServicesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensServicesCommon operation. The "output" return value will be populated with the DescribeLensServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensServicesCommon Send returns without error.
See DescribeLensServicesCommon for more information on using the DescribeLensServicesCommon API call, and error handling.
// Example sending a request using the DescribeLensServicesCommonRequest method.
req, resp := client.DescribeLensServicesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensServicesCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLensServicesCommonWithContext is the same as DescribeLensServicesCommon with the addition of the ability to pass a context and additional request options.
See DescribeLensServicesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensServicesRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServicesRequest(input *DescribeLensServicesInput) (req *request.Request, output *DescribeLensServicesOutput)
DescribeLensServicesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensServices operation. The "output" return value will be populated with the DescribeLensServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensServicesCommon Send returns without error.
See DescribeLensServices for more information on using the DescribeLensServices API call, and error handling.
// Example sending a request using the DescribeLensServicesRequest method.
req, resp := client.DescribeLensServicesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensServicesWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensServicesWithContext(ctx volcengine.Context, input *DescribeLensServicesInput, opts ...request.Option) (*DescribeLensServicesOutput, error)
DescribeLensServicesWithContext is the same as DescribeLensServices with the addition of the ability to pass a context and additional request options.
See DescribeLensServices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensTasks ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasks(input *DescribeLensTasksInput) (*DescribeLensTasksOutput, error)
DescribeLensTasks API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensTasks for usage and error information.
func (*VEPFS) DescribeLensTasksCommon ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasksCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeLensTasksCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeLensTasksCommon for usage and error information.
func (*VEPFS) DescribeLensTasksCommonRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasksCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeLensTasksCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensTasksCommon operation. The "output" return value will be populated with the DescribeLensTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensTasksCommon Send returns without error.
See DescribeLensTasksCommon for more information on using the DescribeLensTasksCommon API call, and error handling.
// Example sending a request using the DescribeLensTasksCommonRequest method.
req, resp := client.DescribeLensTasksCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensTasksCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasksCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeLensTasksCommonWithContext is the same as DescribeLensTasksCommon with the addition of the ability to pass a context and additional request options.
See DescribeLensTasksCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeLensTasksRequest ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasksRequest(input *DescribeLensTasksInput) (req *request.Request, output *DescribeLensTasksOutput)
DescribeLensTasksRequest generates a "volcengine/request.Request" representing the client's request for the DescribeLensTasks operation. The "output" return value will be populated with the DescribeLensTasksCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeLensTasksCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeLensTasksCommon Send returns without error.
See DescribeLensTasks for more information on using the DescribeLensTasks API call, and error handling.
// Example sending a request using the DescribeLensTasksRequest method.
req, resp := client.DescribeLensTasksRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeLensTasksWithContext ¶ added in v1.1.55
func (c *VEPFS) DescribeLensTasksWithContext(ctx volcengine.Context, input *DescribeLensTasksInput, opts ...request.Option) (*DescribeLensTasksOutput, error)
DescribeLensTasksWithContext is the same as DescribeLensTasks with the addition of the ability to pass a context and additional request options.
See DescribeLensTasks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeMountServiceNodeTypes ¶
func (c *VEPFS) DescribeMountServiceNodeTypes(input *DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypes API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeMountServiceNodeTypes for usage and error information.
func (*VEPFS) DescribeMountServiceNodeTypesCommon ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeMountServiceNodeTypesCommon for usage and error information.
func (*VEPFS) DescribeMountServiceNodeTypesCommonRequest ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeMountServiceNodeTypesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServiceNodeTypesCommon operation. The "output" return value will be populated with the DescribeMountServiceNodeTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServiceNodeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServiceNodeTypesCommon Send returns without error.
See DescribeMountServiceNodeTypesCommon for more information on using the DescribeMountServiceNodeTypesCommon API call, and error handling.
// Example sending a request using the DescribeMountServiceNodeTypesCommonRequest method.
req, resp := client.DescribeMountServiceNodeTypesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServiceNodeTypesCommonWithContext ¶
func (c *VEPFS) DescribeMountServiceNodeTypesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonWithContext is the same as DescribeMountServiceNodeTypesCommon with the addition of the ability to pass a context and additional request options.
See DescribeMountServiceNodeTypesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeMountServiceNodeTypesRequest ¶
func (c *VEPFS) DescribeMountServiceNodeTypesRequest(input *DescribeMountServiceNodeTypesInput) (req *request.Request, output *DescribeMountServiceNodeTypesOutput)
DescribeMountServiceNodeTypesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServiceNodeTypes operation. The "output" return value will be populated with the DescribeMountServiceNodeTypesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServiceNodeTypesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServiceNodeTypesCommon Send returns without error.
See DescribeMountServiceNodeTypes for more information on using the DescribeMountServiceNodeTypes API call, and error handling.
// Example sending a request using the DescribeMountServiceNodeTypesRequest method.
req, resp := client.DescribeMountServiceNodeTypesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServiceNodeTypesWithContext ¶
func (c *VEPFS) DescribeMountServiceNodeTypesWithContext(ctx volcengine.Context, input *DescribeMountServiceNodeTypesInput, opts ...request.Option) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesWithContext is the same as DescribeMountServiceNodeTypes with the addition of the ability to pass a context and additional request options.
See DescribeMountServiceNodeTypes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeMountServices ¶
func (c *VEPFS) DescribeMountServices(input *DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
DescribeMountServices API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeMountServices for usage and error information.
func (*VEPFS) DescribeMountServicesCommon ¶
func (c *VEPFS) DescribeMountServicesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServicesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeMountServicesCommon for usage and error information.
func (*VEPFS) DescribeMountServicesCommonRequest ¶
func (c *VEPFS) DescribeMountServicesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeMountServicesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServicesCommon operation. The "output" return value will be populated with the DescribeMountServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServicesCommon Send returns without error.
See DescribeMountServicesCommon for more information on using the DescribeMountServicesCommon API call, and error handling.
// Example sending a request using the DescribeMountServicesCommonRequest method.
req, resp := client.DescribeMountServicesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServicesCommonWithContext ¶
func (c *VEPFS) DescribeMountServicesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeMountServicesCommonWithContext is the same as DescribeMountServicesCommon with the addition of the ability to pass a context and additional request options.
See DescribeMountServicesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeMountServicesRequest ¶
func (c *VEPFS) DescribeMountServicesRequest(input *DescribeMountServicesInput) (req *request.Request, output *DescribeMountServicesOutput)
DescribeMountServicesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeMountServices operation. The "output" return value will be populated with the DescribeMountServicesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeMountServicesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeMountServicesCommon Send returns without error.
See DescribeMountServices for more information on using the DescribeMountServices API call, and error handling.
// Example sending a request using the DescribeMountServicesRequest method.
req, resp := client.DescribeMountServicesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeMountServicesWithContext ¶
func (c *VEPFS) DescribeMountServicesWithContext(ctx volcengine.Context, input *DescribeMountServicesInput, opts ...request.Option) (*DescribeMountServicesOutput, error)
DescribeMountServicesWithContext is the same as DescribeMountServices with the addition of the ability to pass a context and additional request options.
See DescribeMountServices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeRegions ¶
func (c *VEPFS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)
DescribeRegions API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeRegions for usage and error information.
func (*VEPFS) DescribeRegionsCommon ¶
func (c *VEPFS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DescribeRegionsCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeRegionsCommon for usage and error information.
func (*VEPFS) DescribeRegionsCommonRequest ¶
func (c *VEPFS) DescribeRegionsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeRegionsCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegionsCommon operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegionsCommon for more information on using the DescribeRegionsCommon API call, and error handling.
// Example sending a request using the DescribeRegionsCommonRequest method.
req, resp := client.DescribeRegionsCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeRegionsCommonWithContext ¶
func (c *VEPFS) DescribeRegionsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeRegionsCommonWithContext is the same as DescribeRegionsCommon with the addition of the ability to pass a context and additional request options.
See DescribeRegionsCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeRegionsRequest ¶
func (c *VEPFS) DescribeRegionsRequest(input *DescribeRegionsInput) (req *request.Request, output *DescribeRegionsOutput)
DescribeRegionsRequest generates a "volcengine/request.Request" representing the client's request for the DescribeRegions operation. The "output" return value will be populated with the DescribeRegionsCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeRegionsCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeRegionsCommon Send returns without error.
See DescribeRegions for more information on using the DescribeRegions API call, and error handling.
// Example sending a request using the DescribeRegionsRequest method.
req, resp := client.DescribeRegionsRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeRegionsWithContext ¶
func (c *VEPFS) DescribeRegionsWithContext(ctx volcengine.Context, input *DescribeRegionsInput, opts ...request.Option) (*DescribeRegionsOutput, error)
DescribeRegionsWithContext is the same as DescribeRegions with the addition of the ability to pass a context and additional request options.
See DescribeRegions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeZones ¶
func (c *VEPFS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZones API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeZones for usage and error information.
func (*VEPFS) DescribeZonesCommon ¶
DescribeZonesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DescribeZonesCommon for usage and error information.
func (*VEPFS) DescribeZonesCommonRequest ¶
func (c *VEPFS) DescribeZonesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DescribeZonesCommonRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZonesCommon operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZonesCommon for more information on using the DescribeZonesCommon API call, and error handling.
// Example sending a request using the DescribeZonesCommonRequest method.
req, resp := client.DescribeZonesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeZonesCommonWithContext ¶
func (c *VEPFS) DescribeZonesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DescribeZonesCommonWithContext is the same as DescribeZonesCommon with the addition of the ability to pass a context and additional request options.
See DescribeZonesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DescribeZonesRequest ¶
func (c *VEPFS) DescribeZonesRequest(input *DescribeZonesInput) (req *request.Request, output *DescribeZonesOutput)
DescribeZonesRequest generates a "volcengine/request.Request" representing the client's request for the DescribeZones operation. The "output" return value will be populated with the DescribeZonesCommon request's response once the request completes successfully.
Use "Send" method on the returned DescribeZonesCommon Request to send the API call to the service. the "output" return value is not valid until after DescribeZonesCommon Send returns without error.
See DescribeZones for more information on using the DescribeZones API call, and error handling.
// Example sending a request using the DescribeZonesRequest method.
req, resp := client.DescribeZonesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DescribeZonesWithContext ¶
func (c *VEPFS) DescribeZonesWithContext(ctx volcengine.Context, input *DescribeZonesInput, opts ...request.Option) (*DescribeZonesOutput, error)
DescribeZonesWithContext is the same as DescribeZones with the addition of the ability to pass a context and additional request options.
See DescribeZones for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DetachMountServiceFromSelfFileSystem ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystem(input *DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DetachMountServiceFromSelfFileSystem for usage and error information.
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommon ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation DetachMountServiceFromSelfFileSystemCommon for usage and error information.
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
DetachMountServiceFromSelfFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the DetachMountServiceFromSelfFileSystemCommon operation. The "output" return value will be populated with the DetachMountServiceFromSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachMountServiceFromSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DetachMountServiceFromSelfFileSystemCommon Send returns without error.
See DetachMountServiceFromSelfFileSystemCommon for more information on using the DetachMountServiceFromSelfFileSystemCommon API call, and error handling.
// Example sending a request using the DetachMountServiceFromSelfFileSystemCommonRequest method.
req, resp := client.DetachMountServiceFromSelfFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonWithContext is the same as DetachMountServiceFromSelfFileSystemCommon with the addition of the ability to pass a context and additional request options.
See DetachMountServiceFromSelfFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) DetachMountServiceFromSelfFileSystemRequest ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemRequest(input *DetachMountServiceFromSelfFileSystemInput) (req *request.Request, output *DetachMountServiceFromSelfFileSystemOutput)
DetachMountServiceFromSelfFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the DetachMountServiceFromSelfFileSystem operation. The "output" return value will be populated with the DetachMountServiceFromSelfFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned DetachMountServiceFromSelfFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after DetachMountServiceFromSelfFileSystemCommon Send returns without error.
See DetachMountServiceFromSelfFileSystem for more information on using the DetachMountServiceFromSelfFileSystem API call, and error handling.
// Example sending a request using the DetachMountServiceFromSelfFileSystemRequest method.
req, resp := client.DetachMountServiceFromSelfFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) DetachMountServiceFromSelfFileSystemWithContext ¶
func (c *VEPFS) DetachMountServiceFromSelfFileSystemWithContext(ctx volcengine.Context, input *DetachMountServiceFromSelfFileSystemInput, opts ...request.Option) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemWithContext is the same as DetachMountServiceFromSelfFileSystem with the addition of the ability to pass a context and additional request options.
See DetachMountServiceFromSelfFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ExpandFileSystem ¶
func (c *VEPFS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
ExpandFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ExpandFileSystem for usage and error information.
func (*VEPFS) ExpandFileSystemCommon ¶
func (c *VEPFS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ExpandFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ExpandFileSystemCommon for usage and error information.
func (*VEPFS) ExpandFileSystemCommonRequest ¶
func (c *VEPFS) ExpandFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ExpandFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystemCommon operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystemCommon for more information on using the ExpandFileSystemCommon API call, and error handling.
// Example sending a request using the ExpandFileSystemCommonRequest method.
req, resp := client.ExpandFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ExpandFileSystemCommonWithContext ¶
func (c *VEPFS) ExpandFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ExpandFileSystemCommonWithContext is the same as ExpandFileSystemCommon with the addition of the ability to pass a context and additional request options.
See ExpandFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ExpandFileSystemRequest ¶
func (c *VEPFS) ExpandFileSystemRequest(input *ExpandFileSystemInput) (req *request.Request, output *ExpandFileSystemOutput)
ExpandFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the ExpandFileSystem operation. The "output" return value will be populated with the ExpandFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned ExpandFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after ExpandFileSystemCommon Send returns without error.
See ExpandFileSystem for more information on using the ExpandFileSystem API call, and error handling.
// Example sending a request using the ExpandFileSystemRequest method.
req, resp := client.ExpandFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ExpandFileSystemWithContext ¶
func (c *VEPFS) ExpandFileSystemWithContext(ctx volcengine.Context, input *ExpandFileSystemInput, opts ...request.Option) (*ExpandFileSystemOutput, error)
ExpandFileSystemWithContext is the same as ExpandFileSystem with the addition of the ability to pass a context and additional request options.
See ExpandFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ListTagsForResources ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResources API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ListTagsForResources for usage and error information.
func (*VEPFS) ListTagsForResourcesCommon ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation ListTagsForResourcesCommon for usage and error information.
func (*VEPFS) ListTagsForResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
ListTagsForResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResourcesCommon operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResourcesCommon for more information on using the ListTagsForResourcesCommon API call, and error handling.
// Example sending a request using the ListTagsForResourcesCommonRequest method.
req, resp := client.ListTagsForResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ListTagsForResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext is the same as ListTagsForResourcesCommon with the addition of the ability to pass a context and additional request options.
See ListTagsForResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) ListTagsForResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
ListTagsForResourcesRequest generates a "volcengine/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value will be populated with the ListTagsForResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned ListTagsForResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after ListTagsForResourcesCommon Send returns without error.
See ListTagsForResources for more information on using the ListTagsForResources API call, and error handling.
// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) ListTagsForResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) ListTagsForResourcesWithContext(ctx volcengine.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext is the same as ListTagsForResources with the addition of the ability to pass a context and additional request options.
See ListTagsForResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) SetFilesetQos ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQos(input *SetFilesetQosInput) (*SetFilesetQosOutput, error)
SetFilesetQos API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation SetFilesetQos for usage and error information.
func (*VEPFS) SetFilesetQosCommon ¶ added in v1.1.5
SetFilesetQosCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation SetFilesetQosCommon for usage and error information.
func (*VEPFS) SetFilesetQosCommonRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetFilesetQosCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQosCommon operation. The "output" return value will be populated with the SetFilesetQosCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQosCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQosCommon Send returns without error.
See SetFilesetQosCommon for more information on using the SetFilesetQosCommon API call, and error handling.
// Example sending a request using the SetFilesetQosCommonRequest method.
req, resp := client.SetFilesetQosCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQosCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetFilesetQosCommonWithContext is the same as SetFilesetQosCommon with the addition of the ability to pass a context and additional request options.
See SetFilesetQosCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) SetFilesetQosRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosRequest(input *SetFilesetQosInput) (req *request.Request, output *SetFilesetQosOutput)
SetFilesetQosRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQos operation. The "output" return value will be populated with the SetFilesetQosCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQosCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQosCommon Send returns without error.
See SetFilesetQos for more information on using the SetFilesetQos API call, and error handling.
// Example sending a request using the SetFilesetQosRequest method.
req, resp := client.SetFilesetQosRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQosWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQosWithContext(ctx volcengine.Context, input *SetFilesetQosInput, opts ...request.Option) (*SetFilesetQosOutput, error)
SetFilesetQosWithContext is the same as SetFilesetQos with the addition of the ability to pass a context and additional request options.
See SetFilesetQos for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) SetFilesetQuota ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuota(input *SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
SetFilesetQuota API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation SetFilesetQuota for usage and error information.
func (*VEPFS) SetFilesetQuotaCommon ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommon(input *map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQuotaCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation SetFilesetQuotaCommon for usage and error information.
func (*VEPFS) SetFilesetQuotaCommonRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
SetFilesetQuotaCommonRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQuotaCommon operation. The "output" return value will be populated with the SetFilesetQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQuotaCommon Send returns without error.
See SetFilesetQuotaCommon for more information on using the SetFilesetQuotaCommon API call, and error handling.
// Example sending a request using the SetFilesetQuotaCommonRequest method.
req, resp := client.SetFilesetQuotaCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQuotaCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
SetFilesetQuotaCommonWithContext is the same as SetFilesetQuotaCommon with the addition of the ability to pass a context and additional request options.
See SetFilesetQuotaCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) SetFilesetQuotaRequest ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaRequest(input *SetFilesetQuotaInput) (req *request.Request, output *SetFilesetQuotaOutput)
SetFilesetQuotaRequest generates a "volcengine/request.Request" representing the client's request for the SetFilesetQuota operation. The "output" return value will be populated with the SetFilesetQuotaCommon request's response once the request completes successfully.
Use "Send" method on the returned SetFilesetQuotaCommon Request to send the API call to the service. the "output" return value is not valid until after SetFilesetQuotaCommon Send returns without error.
See SetFilesetQuota for more information on using the SetFilesetQuota API call, and error handling.
// Example sending a request using the SetFilesetQuotaRequest method.
req, resp := client.SetFilesetQuotaRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) SetFilesetQuotaWithContext ¶ added in v1.1.5
func (c *VEPFS) SetFilesetQuotaWithContext(ctx volcengine.Context, input *SetFilesetQuotaInput, opts ...request.Option) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaWithContext is the same as SetFilesetQuota with the addition of the ability to pass a context and additional request options.
See SetFilesetQuota for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StartAudit ¶ added in v1.2.19
func (c *VEPFS) StartAudit(input *StartAuditInput) (*StartAuditOutput, error)
StartAudit API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StartAudit for usage and error information.
func (*VEPFS) StartAuditCommon ¶ added in v1.2.19
StartAuditCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StartAuditCommon for usage and error information.
func (*VEPFS) StartAuditCommonRequest ¶ added in v1.2.19
func (c *VEPFS) StartAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StartAuditCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartAuditCommon operation. The "output" return value will be populated with the StartAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned StartAuditCommon Request to send the API call to the service. the "output" return value is not valid until after StartAuditCommon Send returns without error.
See StartAuditCommon for more information on using the StartAuditCommon API call, and error handling.
// Example sending a request using the StartAuditCommonRequest method.
req, resp := client.StartAuditCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StartAuditCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) StartAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StartAuditCommonWithContext is the same as StartAuditCommon with the addition of the ability to pass a context and additional request options.
See StartAuditCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StartAuditRequest ¶ added in v1.2.19
func (c *VEPFS) StartAuditRequest(input *StartAuditInput) (req *request.Request, output *StartAuditOutput)
StartAuditRequest generates a "volcengine/request.Request" representing the client's request for the StartAudit operation. The "output" return value will be populated with the StartAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned StartAuditCommon Request to send the API call to the service. the "output" return value is not valid until after StartAuditCommon Send returns without error.
See StartAudit for more information on using the StartAudit API call, and error handling.
// Example sending a request using the StartAuditRequest method.
req, resp := client.StartAuditRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StartAuditWithContext ¶ added in v1.2.19
func (c *VEPFS) StartAuditWithContext(ctx volcengine.Context, input *StartAuditInput, opts ...request.Option) (*StartAuditOutput, error)
StartAuditWithContext is the same as StartAudit with the addition of the ability to pass a context and additional request options.
See StartAudit for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StartLensService ¶ added in v1.1.55
func (c *VEPFS) StartLensService(input *StartLensServiceInput) (*StartLensServiceOutput, error)
StartLensService API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StartLensService for usage and error information.
func (*VEPFS) StartLensServiceCommon ¶ added in v1.1.55
func (c *VEPFS) StartLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StartLensServiceCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StartLensServiceCommon for usage and error information.
func (*VEPFS) StartLensServiceCommonRequest ¶ added in v1.1.55
func (c *VEPFS) StartLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StartLensServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StartLensServiceCommon operation. The "output" return value will be populated with the StartLensServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned StartLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartLensServiceCommon Send returns without error.
See StartLensServiceCommon for more information on using the StartLensServiceCommon API call, and error handling.
// Example sending a request using the StartLensServiceCommonRequest method.
req, resp := client.StartLensServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StartLensServiceCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) StartLensServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StartLensServiceCommonWithContext is the same as StartLensServiceCommon with the addition of the ability to pass a context and additional request options.
See StartLensServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StartLensServiceRequest ¶ added in v1.1.55
func (c *VEPFS) StartLensServiceRequest(input *StartLensServiceInput) (req *request.Request, output *StartLensServiceOutput)
StartLensServiceRequest generates a "volcengine/request.Request" representing the client's request for the StartLensService operation. The "output" return value will be populated with the StartLensServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned StartLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StartLensServiceCommon Send returns without error.
See StartLensService for more information on using the StartLensService API call, and error handling.
// Example sending a request using the StartLensServiceRequest method.
req, resp := client.StartLensServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StartLensServiceWithContext ¶ added in v1.1.55
func (c *VEPFS) StartLensServiceWithContext(ctx volcengine.Context, input *StartLensServiceInput, opts ...request.Option) (*StartLensServiceOutput, error)
StartLensServiceWithContext is the same as StartLensService with the addition of the ability to pass a context and additional request options.
See StartLensService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StopAudit ¶ added in v1.2.19
func (c *VEPFS) StopAudit(input *StopAuditInput) (*StopAuditOutput, error)
StopAudit API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StopAudit for usage and error information.
func (*VEPFS) StopAuditCommon ¶ added in v1.2.19
StopAuditCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StopAuditCommon for usage and error information.
func (*VEPFS) StopAuditCommonRequest ¶ added in v1.2.19
func (c *VEPFS) StopAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopAuditCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopAuditCommon operation. The "output" return value will be populated with the StopAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned StopAuditCommon Request to send the API call to the service. the "output" return value is not valid until after StopAuditCommon Send returns without error.
See StopAuditCommon for more information on using the StopAuditCommon API call, and error handling.
// Example sending a request using the StopAuditCommonRequest method.
req, resp := client.StopAuditCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StopAuditCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) StopAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopAuditCommonWithContext is the same as StopAuditCommon with the addition of the ability to pass a context and additional request options.
See StopAuditCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StopAuditRequest ¶ added in v1.2.19
func (c *VEPFS) StopAuditRequest(input *StopAuditInput) (req *request.Request, output *StopAuditOutput)
StopAuditRequest generates a "volcengine/request.Request" representing the client's request for the StopAudit operation. The "output" return value will be populated with the StopAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned StopAuditCommon Request to send the API call to the service. the "output" return value is not valid until after StopAuditCommon Send returns without error.
See StopAudit for more information on using the StopAudit API call, and error handling.
// Example sending a request using the StopAuditRequest method.
req, resp := client.StopAuditRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StopAuditWithContext ¶ added in v1.2.19
func (c *VEPFS) StopAuditWithContext(ctx volcengine.Context, input *StopAuditInput, opts ...request.Option) (*StopAuditOutput, error)
StopAuditWithContext is the same as StopAudit with the addition of the ability to pass a context and additional request options.
See StopAudit for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StopLensService ¶ added in v1.1.55
func (c *VEPFS) StopLensService(input *StopLensServiceInput) (*StopLensServiceOutput, error)
StopLensService API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StopLensService for usage and error information.
func (*VEPFS) StopLensServiceCommon ¶ added in v1.1.55
func (c *VEPFS) StopLensServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
StopLensServiceCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation StopLensServiceCommon for usage and error information.
func (*VEPFS) StopLensServiceCommonRequest ¶ added in v1.1.55
func (c *VEPFS) StopLensServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
StopLensServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopLensServiceCommon operation. The "output" return value will be populated with the StopLensServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned StopLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopLensServiceCommon Send returns without error.
See StopLensServiceCommon for more information on using the StopLensServiceCommon API call, and error handling.
// Example sending a request using the StopLensServiceCommonRequest method.
req, resp := client.StopLensServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StopLensServiceCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) StopLensServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
StopLensServiceCommonWithContext is the same as StopLensServiceCommon with the addition of the ability to pass a context and additional request options.
See StopLensServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) StopLensServiceRequest ¶ added in v1.1.55
func (c *VEPFS) StopLensServiceRequest(input *StopLensServiceInput) (req *request.Request, output *StopLensServiceOutput)
StopLensServiceRequest generates a "volcengine/request.Request" representing the client's request for the StopLensService operation. The "output" return value will be populated with the StopLensServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned StopLensServiceCommon Request to send the API call to the service. the "output" return value is not valid until after StopLensServiceCommon Send returns without error.
See StopLensService for more information on using the StopLensService API call, and error handling.
// Example sending a request using the StopLensServiceRequest method.
req, resp := client.StopLensServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) StopLensServiceWithContext ¶ added in v1.1.55
func (c *VEPFS) StopLensServiceWithContext(ctx volcengine.Context, input *StopLensServiceInput, opts ...request.Option) (*StopLensServiceOutput, error)
StopLensServiceWithContext is the same as StopLensService with the addition of the ability to pass a context and additional request options.
See StopLensService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) TagResources ¶ added in v1.1.5
func (c *VEPFS) TagResources(input *TagResourcesInput) (*TagResourcesOutput, error)
TagResources API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation TagResources for usage and error information.
func (*VEPFS) TagResourcesCommon ¶ added in v1.1.5
TagResourcesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation TagResourcesCommon for usage and error information.
func (*VEPFS) TagResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) TagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
TagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the TagResourcesCommon operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResourcesCommon for more information on using the TagResourcesCommon API call, and error handling.
// Example sending a request using the TagResourcesCommonRequest method.
req, resp := client.TagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) TagResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) TagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
TagResourcesCommonWithContext is the same as TagResourcesCommon with the addition of the ability to pass a context and additional request options.
See TagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) TagResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) TagResourcesRequest(input *TagResourcesInput) (req *request.Request, output *TagResourcesOutput)
TagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the TagResources operation. The "output" return value will be populated with the TagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned TagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after TagResourcesCommon Send returns without error.
See TagResources for more information on using the TagResources API call, and error handling.
// Example sending a request using the TagResourcesRequest method.
req, resp := client.TagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) TagResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) TagResourcesWithContext(ctx volcengine.Context, input *TagResourcesInput, opts ...request.Option) (*TagResourcesOutput, error)
TagResourcesWithContext is the same as TagResources with the addition of the ability to pass a context and additional request options.
See TagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UntagResources ¶ added in v1.1.5
func (c *VEPFS) UntagResources(input *UntagResourcesInput) (*UntagResourcesOutput, error)
UntagResources API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UntagResources for usage and error information.
func (*VEPFS) UntagResourcesCommon ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UntagResourcesCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UntagResourcesCommon for usage and error information.
func (*VEPFS) UntagResourcesCommonRequest ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UntagResourcesCommonRequest generates a "volcengine/request.Request" representing the client's request for the UntagResourcesCommon operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResourcesCommon for more information on using the UntagResourcesCommon API call, and error handling.
// Example sending a request using the UntagResourcesCommonRequest method.
req, resp := client.UntagResourcesCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UntagResourcesCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UntagResourcesCommonWithContext is the same as UntagResourcesCommon with the addition of the ability to pass a context and additional request options.
See UntagResourcesCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UntagResourcesRequest ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesRequest(input *UntagResourcesInput) (req *request.Request, output *UntagResourcesOutput)
UntagResourcesRequest generates a "volcengine/request.Request" representing the client's request for the UntagResources operation. The "output" return value will be populated with the UntagResourcesCommon request's response once the request completes successfully.
Use "Send" method on the returned UntagResourcesCommon Request to send the API call to the service. the "output" return value is not valid until after UntagResourcesCommon Send returns without error.
See UntagResources for more information on using the UntagResources API call, and error handling.
// Example sending a request using the UntagResourcesRequest method.
req, resp := client.UntagResourcesRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UntagResourcesWithContext ¶ added in v1.1.5
func (c *VEPFS) UntagResourcesWithContext(ctx volcengine.Context, input *UntagResourcesInput, opts ...request.Option) (*UntagResourcesOutput, error)
UntagResourcesWithContext is the same as UntagResources with the addition of the ability to pass a context and additional request options.
See UntagResources for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateAudit ¶ added in v1.2.19
func (c *VEPFS) UpdateAudit(input *UpdateAuditInput) (*UpdateAuditOutput, error)
UpdateAudit API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateAudit for usage and error information.
func (*VEPFS) UpdateAuditCommon ¶ added in v1.2.19
UpdateAuditCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateAuditCommon for usage and error information.
func (*VEPFS) UpdateAuditCommonRequest ¶ added in v1.2.19
func (c *VEPFS) UpdateAuditCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateAuditCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAuditCommon operation. The "output" return value will be populated with the UpdateAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAuditCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAuditCommon Send returns without error.
See UpdateAuditCommon for more information on using the UpdateAuditCommon API call, and error handling.
// Example sending a request using the UpdateAuditCommonRequest method.
req, resp := client.UpdateAuditCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateAuditCommonWithContext ¶ added in v1.2.19
func (c *VEPFS) UpdateAuditCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateAuditCommonWithContext is the same as UpdateAuditCommon with the addition of the ability to pass a context and additional request options.
See UpdateAuditCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateAuditRequest ¶ added in v1.2.19
func (c *VEPFS) UpdateAuditRequest(input *UpdateAuditInput) (req *request.Request, output *UpdateAuditOutput)
UpdateAuditRequest generates a "volcengine/request.Request" representing the client's request for the UpdateAudit operation. The "output" return value will be populated with the UpdateAuditCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateAuditCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateAuditCommon Send returns without error.
See UpdateAudit for more information on using the UpdateAudit API call, and error handling.
// Example sending a request using the UpdateAuditRequest method.
req, resp := client.UpdateAuditRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateAuditWithContext ¶ added in v1.2.19
func (c *VEPFS) UpdateAuditWithContext(ctx volcengine.Context, input *UpdateAuditInput, opts ...request.Option) (*UpdateAuditOutput, error)
UpdateAuditWithContext is the same as UpdateAudit with the addition of the ability to pass a context and additional request options.
See UpdateAudit for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateFileSystem ¶
func (c *VEPFS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
UpdateFileSystem API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateFileSystem for usage and error information.
func (*VEPFS) UpdateFileSystemCommon ¶
func (c *VEPFS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateFileSystemCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateFileSystemCommon for usage and error information.
func (*VEPFS) UpdateFileSystemCommonRequest ¶
func (c *VEPFS) UpdateFileSystemCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFileSystemCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystemCommon operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.
See UpdateFileSystemCommon for more information on using the UpdateFileSystemCommon API call, and error handling.
// Example sending a request using the UpdateFileSystemCommonRequest method.
req, resp := client.UpdateFileSystemCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFileSystemCommonWithContext ¶
func (c *VEPFS) UpdateFileSystemCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFileSystemCommonWithContext is the same as UpdateFileSystemCommon with the addition of the ability to pass a context and additional request options.
See UpdateFileSystemCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateFileSystemRequest ¶
func (c *VEPFS) UpdateFileSystemRequest(input *UpdateFileSystemInput) (req *request.Request, output *UpdateFileSystemOutput)
UpdateFileSystemRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileSystem operation. The "output" return value will be populated with the UpdateFileSystemCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFileSystemCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFileSystemCommon Send returns without error.
See UpdateFileSystem for more information on using the UpdateFileSystem API call, and error handling.
// Example sending a request using the UpdateFileSystemRequest method.
req, resp := client.UpdateFileSystemRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFileSystemWithContext ¶
func (c *VEPFS) UpdateFileSystemWithContext(ctx volcengine.Context, input *UpdateFileSystemInput, opts ...request.Option) (*UpdateFileSystemOutput, error)
UpdateFileSystemWithContext is the same as UpdateFileSystem with the addition of the ability to pass a context and additional request options.
See UpdateFileSystem for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateFileset ¶ added in v1.1.5
func (c *VEPFS) UpdateFileset(input *UpdateFilesetInput) (*UpdateFilesetOutput, error)
UpdateFileset API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateFileset for usage and error information.
func (*VEPFS) UpdateFilesetCommon ¶ added in v1.1.5
UpdateFilesetCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateFilesetCommon for usage and error information.
func (*VEPFS) UpdateFilesetCommonRequest ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateFilesetCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFilesetCommon operation. The "output" return value will be populated with the UpdateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilesetCommon Send returns without error.
See UpdateFilesetCommon for more information on using the UpdateFilesetCommon API call, and error handling.
// Example sending a request using the UpdateFilesetCommonRequest method.
req, resp := client.UpdateFilesetCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFilesetCommonWithContext ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateFilesetCommonWithContext is the same as UpdateFilesetCommon with the addition of the ability to pass a context and additional request options.
See UpdateFilesetCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateFilesetRequest ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetRequest(input *UpdateFilesetInput) (req *request.Request, output *UpdateFilesetOutput)
UpdateFilesetRequest generates a "volcengine/request.Request" representing the client's request for the UpdateFileset operation. The "output" return value will be populated with the UpdateFilesetCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateFilesetCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateFilesetCommon Send returns without error.
See UpdateFileset for more information on using the UpdateFileset API call, and error handling.
// Example sending a request using the UpdateFilesetRequest method.
req, resp := client.UpdateFilesetRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateFilesetWithContext ¶ added in v1.1.5
func (c *VEPFS) UpdateFilesetWithContext(ctx volcengine.Context, input *UpdateFilesetInput, opts ...request.Option) (*UpdateFilesetOutput, error)
UpdateFilesetWithContext is the same as UpdateFileset with the addition of the ability to pass a context and additional request options.
See UpdateFileset for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateLensPolicy ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicy(input *UpdateLensPolicyInput) (*UpdateLensPolicyOutput, error)
UpdateLensPolicy API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateLensPolicy for usage and error information.
func (*VEPFS) UpdateLensPolicyCommon ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicyCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateLensPolicyCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateLensPolicyCommon for usage and error information.
func (*VEPFS) UpdateLensPolicyCommonRequest ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicyCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateLensPolicyCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLensPolicyCommon operation. The "output" return value will be populated with the UpdateLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensPolicyCommon Send returns without error.
See UpdateLensPolicyCommon for more information on using the UpdateLensPolicyCommon API call, and error handling.
// Example sending a request using the UpdateLensPolicyCommonRequest method.
req, resp := client.UpdateLensPolicyCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateLensPolicyCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicyCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateLensPolicyCommonWithContext is the same as UpdateLensPolicyCommon with the addition of the ability to pass a context and additional request options.
See UpdateLensPolicyCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateLensPolicyRequest ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicyRequest(input *UpdateLensPolicyInput) (req *request.Request, output *UpdateLensPolicyOutput)
UpdateLensPolicyRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLensPolicy operation. The "output" return value will be populated with the UpdateLensPolicyCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLensPolicyCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensPolicyCommon Send returns without error.
See UpdateLensPolicy for more information on using the UpdateLensPolicy API call, and error handling.
// Example sending a request using the UpdateLensPolicyRequest method.
req, resp := client.UpdateLensPolicyRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateLensPolicyWithContext ¶ added in v1.1.55
func (c *VEPFS) UpdateLensPolicyWithContext(ctx volcengine.Context, input *UpdateLensPolicyInput, opts ...request.Option) (*UpdateLensPolicyOutput, error)
UpdateLensPolicyWithContext is the same as UpdateLensPolicy with the addition of the ability to pass a context and additional request options.
See UpdateLensPolicy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateLensTask ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTask(input *UpdateLensTaskInput) (*UpdateLensTaskOutput, error)
UpdateLensTask API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateLensTask for usage and error information.
func (*VEPFS) UpdateLensTaskCommon ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateLensTaskCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateLensTaskCommon for usage and error information.
func (*VEPFS) UpdateLensTaskCommonRequest ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateLensTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLensTaskCommon operation. The "output" return value will be populated with the UpdateLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensTaskCommon Send returns without error.
See UpdateLensTaskCommon for more information on using the UpdateLensTaskCommon API call, and error handling.
// Example sending a request using the UpdateLensTaskCommonRequest method.
req, resp := client.UpdateLensTaskCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateLensTaskCommonWithContext ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateLensTaskCommonWithContext is the same as UpdateLensTaskCommon with the addition of the ability to pass a context and additional request options.
See UpdateLensTaskCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateLensTaskRequest ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTaskRequest(input *UpdateLensTaskInput) (req *request.Request, output *UpdateLensTaskOutput)
UpdateLensTaskRequest generates a "volcengine/request.Request" representing the client's request for the UpdateLensTask operation. The "output" return value will be populated with the UpdateLensTaskCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateLensTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateLensTaskCommon Send returns without error.
See UpdateLensTask for more information on using the UpdateLensTask API call, and error handling.
// Example sending a request using the UpdateLensTaskRequest method.
req, resp := client.UpdateLensTaskRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateLensTaskWithContext ¶ added in v1.1.55
func (c *VEPFS) UpdateLensTaskWithContext(ctx volcengine.Context, input *UpdateLensTaskInput, opts ...request.Option) (*UpdateLensTaskOutput, error)
UpdateLensTaskWithContext is the same as UpdateLensTask with the addition of the ability to pass a context and additional request options.
See UpdateLensTask for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateMountService ¶
func (c *VEPFS) UpdateMountService(input *UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
UpdateMountService API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateMountService for usage and error information.
func (*VEPFS) UpdateMountServiceCommon ¶
func (c *VEPFS) UpdateMountServiceCommon(input *map[string]interface{}) (*map[string]interface{}, error)
UpdateMountServiceCommon API operation for VEPFS.
Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.
See the VOLCENGINE API reference guide for VEPFS's API operation UpdateMountServiceCommon for usage and error information.
func (*VEPFS) UpdateMountServiceCommonRequest ¶
func (c *VEPFS) UpdateMountServiceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})
UpdateMountServiceCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountServiceCommon operation. The "output" return value will be populated with the UpdateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountServiceCommon Send returns without error.
See UpdateMountServiceCommon for more information on using the UpdateMountServiceCommon API call, and error handling.
// Example sending a request using the UpdateMountServiceCommonRequest method.
req, resp := client.UpdateMountServiceCommonRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateMountServiceCommonWithContext ¶
func (c *VEPFS) UpdateMountServiceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)
UpdateMountServiceCommonWithContext is the same as UpdateMountServiceCommon with the addition of the ability to pass a context and additional request options.
See UpdateMountServiceCommon for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*VEPFS) UpdateMountServiceRequest ¶
func (c *VEPFS) UpdateMountServiceRequest(input *UpdateMountServiceInput) (req *request.Request, output *UpdateMountServiceOutput)
UpdateMountServiceRequest generates a "volcengine/request.Request" representing the client's request for the UpdateMountService operation. The "output" return value will be populated with the UpdateMountServiceCommon request's response once the request completes successfully.
Use "Send" method on the returned UpdateMountServiceCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateMountServiceCommon Send returns without error.
See UpdateMountService for more information on using the UpdateMountService API call, and error handling.
// Example sending a request using the UpdateMountServiceRequest method.
req, resp := client.UpdateMountServiceRequest(params)
err := req.Send()
if err == nil { // resp is now filled
fmt.Println(resp)
}
func (*VEPFS) UpdateMountServiceWithContext ¶
func (c *VEPFS) UpdateMountServiceWithContext(ctx volcengine.Context, input *UpdateMountServiceInput, opts ...request.Option) (*UpdateMountServiceOutput, error)
UpdateMountServiceWithContext is the same as UpdateMountService with the addition of the ability to pass a context and additional request options.
See UpdateMountService for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type VEPFSAPI ¶
type VEPFSAPI interface {
AttachMountServiceToSelfFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
AttachMountServiceToSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
AttachMountServiceToSelfFileSystem(*AttachMountServiceToSelfFileSystemInput) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemWithContext(volcengine.Context, *AttachMountServiceToSelfFileSystemInput, ...request.Option) (*AttachMountServiceToSelfFileSystemOutput, error)
AttachMountServiceToSelfFileSystemRequest(*AttachMountServiceToSelfFileSystemInput) (*request.Request, *AttachMountServiceToSelfFileSystemOutput)
CancelDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelDataFlowTask(*CancelDataFlowTaskInput) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskWithContext(volcengine.Context, *CancelDataFlowTaskInput, ...request.Option) (*CancelDataFlowTaskOutput, error)
CancelDataFlowTaskRequest(*CancelDataFlowTaskInput) (*request.Request, *CancelDataFlowTaskOutput)
CancelLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CancelLensTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CancelLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CancelLensTask(*CancelLensTaskInput) (*CancelLensTaskOutput, error)
CancelLensTaskWithContext(volcengine.Context, *CancelLensTaskInput, ...request.Option) (*CancelLensTaskOutput, error)
CancelLensTaskRequest(*CancelLensTaskInput) (*request.Request, *CancelLensTaskOutput)
ConfigDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ConfigDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ConfigDataFlowBandwidth(*ConfigDataFlowBandwidthInput) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthWithContext(volcengine.Context, *ConfigDataFlowBandwidthInput, ...request.Option) (*ConfigDataFlowBandwidthOutput, error)
ConfigDataFlowBandwidthRequest(*ConfigDataFlowBandwidthInput) (*request.Request, *ConfigDataFlowBandwidthOutput)
CreateAuditCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateAuditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateAuditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateAudit(*CreateAuditInput) (*CreateAuditOutput, error)
CreateAuditWithContext(volcengine.Context, *CreateAuditInput, ...request.Option) (*CreateAuditOutput, error)
CreateAuditRequest(*CreateAuditInput) (*request.Request, *CreateAuditOutput)
CreateDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateDataFlowTask(*CreateDataFlowTaskInput) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskWithContext(volcengine.Context, *CreateDataFlowTaskInput, ...request.Option) (*CreateDataFlowTaskOutput, error)
CreateDataFlowTaskRequest(*CreateDataFlowTaskInput) (*request.Request, *CreateDataFlowTaskOutput)
CreateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateFileSystem(*CreateFileSystemInput) (*CreateFileSystemOutput, error)
CreateFileSystemWithContext(volcengine.Context, *CreateFileSystemInput, ...request.Option) (*CreateFileSystemOutput, error)
CreateFileSystemRequest(*CreateFileSystemInput) (*request.Request, *CreateFileSystemOutput)
CreateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateFileset(*CreateFilesetInput) (*CreateFilesetOutput, error)
CreateFilesetWithContext(volcengine.Context, *CreateFilesetInput, ...request.Option) (*CreateFilesetOutput, error)
CreateFilesetRequest(*CreateFilesetInput) (*request.Request, *CreateFilesetOutput)
CreateLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateLensPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateLensPolicy(*CreateLensPolicyInput) (*CreateLensPolicyOutput, error)
CreateLensPolicyWithContext(volcengine.Context, *CreateLensPolicyInput, ...request.Option) (*CreateLensPolicyOutput, error)
CreateLensPolicyRequest(*CreateLensPolicyInput) (*request.Request, *CreateLensPolicyOutput)
CreateLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateLensTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateLensTask(*CreateLensTaskInput) (*CreateLensTaskOutput, error)
CreateLensTaskWithContext(volcengine.Context, *CreateLensTaskInput, ...request.Option) (*CreateLensTaskOutput, error)
CreateLensTaskRequest(*CreateLensTaskInput) (*request.Request, *CreateLensTaskOutput)
CreateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreateMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreateMountService(*CreateMountServiceInput) (*CreateMountServiceOutput, error)
CreateMountServiceWithContext(volcengine.Context, *CreateMountServiceInput, ...request.Option) (*CreateMountServiceOutput, error)
CreateMountServiceRequest(*CreateMountServiceInput) (*request.Request, *CreateMountServiceOutput)
CreatePreSignedUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
CreatePreSignedUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
CreatePreSignedUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
CreatePreSignedUrl(*CreatePreSignedUrlInput) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlWithContext(volcengine.Context, *CreatePreSignedUrlInput, ...request.Option) (*CreatePreSignedUrlOutput, error)
CreatePreSignedUrlRequest(*CreatePreSignedUrlInput) (*request.Request, *CreatePreSignedUrlOutput)
DeleteAuditCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteAuditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteAuditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteAudit(*DeleteAuditInput) (*DeleteAuditOutput, error)
DeleteAuditWithContext(volcengine.Context, *DeleteAuditInput, ...request.Option) (*DeleteAuditOutput, error)
DeleteAuditRequest(*DeleteAuditInput) (*request.Request, *DeleteAuditOutput)
DeleteDataFlowTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteDataFlowTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteDataFlowTask(*DeleteDataFlowTaskInput) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskWithContext(volcengine.Context, *DeleteDataFlowTaskInput, ...request.Option) (*DeleteDataFlowTaskOutput, error)
DeleteDataFlowTaskRequest(*DeleteDataFlowTaskInput) (*request.Request, *DeleteDataFlowTaskOutput)
DeleteFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteFileSystem(*DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
DeleteFileSystemWithContext(volcengine.Context, *DeleteFileSystemInput, ...request.Option) (*DeleteFileSystemOutput, error)
DeleteFileSystemRequest(*DeleteFileSystemInput) (*request.Request, *DeleteFileSystemOutput)
DeleteFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteFileset(*DeleteFilesetInput) (*DeleteFilesetOutput, error)
DeleteFilesetWithContext(volcengine.Context, *DeleteFilesetInput, ...request.Option) (*DeleteFilesetOutput, error)
DeleteFilesetRequest(*DeleteFilesetInput) (*request.Request, *DeleteFilesetOutput)
DeleteLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteLensPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteLensPolicy(*DeleteLensPolicyInput) (*DeleteLensPolicyOutput, error)
DeleteLensPolicyWithContext(volcengine.Context, *DeleteLensPolicyInput, ...request.Option) (*DeleteLensPolicyOutput, error)
DeleteLensPolicyRequest(*DeleteLensPolicyInput) (*request.Request, *DeleteLensPolicyOutput)
DeleteLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteLensTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteLensTask(*DeleteLensTaskInput) (*DeleteLensTaskOutput, error)
DeleteLensTaskWithContext(volcengine.Context, *DeleteLensTaskInput, ...request.Option) (*DeleteLensTaskOutput, error)
DeleteLensTaskRequest(*DeleteLensTaskInput) (*request.Request, *DeleteLensTaskOutput)
DeleteMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
DeleteMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DeleteMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DeleteMountService(*DeleteMountServiceInput) (*DeleteMountServiceOutput, error)
DeleteMountServiceWithContext(volcengine.Context, *DeleteMountServiceInput, ...request.Option) (*DeleteMountServiceOutput, error)
DeleteMountServiceRequest(*DeleteMountServiceInput) (*request.Request, *DeleteMountServiceOutput)
DescribeAuditsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeAuditsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeAuditsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeAudits(*DescribeAuditsInput) (*DescribeAuditsOutput, error)
DescribeAuditsWithContext(volcengine.Context, *DescribeAuditsInput, ...request.Option) (*DescribeAuditsOutput, error)
DescribeAuditsRequest(*DescribeAuditsInput) (*request.Request, *DescribeAuditsOutput)
DescribeDataFlowBandwidthCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowBandwidthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeDataFlowBandwidth(*DescribeDataFlowBandwidthInput) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthWithContext(volcengine.Context, *DescribeDataFlowBandwidthInput, ...request.Option) (*DescribeDataFlowBandwidthOutput, error)
DescribeDataFlowBandwidthRequest(*DescribeDataFlowBandwidthInput) (*request.Request, *DescribeDataFlowBandwidthOutput)
DescribeDataFlowTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeDataFlowTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeDataFlowTasks(*DescribeDataFlowTasksInput) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksWithContext(volcengine.Context, *DescribeDataFlowTasksInput, ...request.Option) (*DescribeDataFlowTasksOutput, error)
DescribeDataFlowTasksRequest(*DescribeDataFlowTasksInput) (*request.Request, *DescribeDataFlowTasksOutput)
DescribeFileSystemOverviewCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemOverviewCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystemOverview(*DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewWithContext(volcengine.Context, *DescribeFileSystemOverviewInput, ...request.Option) (*DescribeFileSystemOverviewOutput, error)
DescribeFileSystemOverviewRequest(*DescribeFileSystemOverviewInput) (*request.Request, *DescribeFileSystemOverviewOutput)
DescribeFileSystemStatisticsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemStatisticsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystemStatistics(*DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsWithContext(volcengine.Context, *DescribeFileSystemStatisticsInput, ...request.Option) (*DescribeFileSystemStatisticsOutput, error)
DescribeFileSystemStatisticsRequest(*DescribeFileSystemStatisticsInput) (*request.Request, *DescribeFileSystemStatisticsOutput)
DescribeFileSystemsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFileSystemsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFileSystemsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFileSystems(*DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsWithContext(volcengine.Context, *DescribeFileSystemsInput, ...request.Option) (*DescribeFileSystemsOutput, error)
DescribeFileSystemsRequest(*DescribeFileSystemsInput) (*request.Request, *DescribeFileSystemsOutput)
DescribeFilesetsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeFilesetsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeFilesetsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeFilesets(*DescribeFilesetsInput) (*DescribeFilesetsOutput, error)
DescribeFilesetsWithContext(volcengine.Context, *DescribeFilesetsInput, ...request.Option) (*DescribeFilesetsOutput, error)
DescribeFilesetsRequest(*DescribeFilesetsInput) (*request.Request, *DescribeFilesetsOutput)
DescribeLensPoliciesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeLensPoliciesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeLensPoliciesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeLensPolicies(*DescribeLensPoliciesInput) (*DescribeLensPoliciesOutput, error)
DescribeLensPoliciesWithContext(volcengine.Context, *DescribeLensPoliciesInput, ...request.Option) (*DescribeLensPoliciesOutput, error)
DescribeLensPoliciesRequest(*DescribeLensPoliciesInput) (*request.Request, *DescribeLensPoliciesOutput)
DescribeLensServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeLensServicesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeLensServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeLensServices(*DescribeLensServicesInput) (*DescribeLensServicesOutput, error)
DescribeLensServicesWithContext(volcengine.Context, *DescribeLensServicesInput, ...request.Option) (*DescribeLensServicesOutput, error)
DescribeLensServicesRequest(*DescribeLensServicesInput) (*request.Request, *DescribeLensServicesOutput)
DescribeLensTasksCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeLensTasksCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeLensTasksCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeLensTasks(*DescribeLensTasksInput) (*DescribeLensTasksOutput, error)
DescribeLensTasksWithContext(volcengine.Context, *DescribeLensTasksInput, ...request.Option) (*DescribeLensTasksOutput, error)
DescribeLensTasksRequest(*DescribeLensTasksInput) (*request.Request, *DescribeLensTasksOutput)
DescribeMountServiceNodeTypesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeMountServiceNodeTypesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeMountServiceNodeTypes(*DescribeMountServiceNodeTypesInput) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesWithContext(volcengine.Context, *DescribeMountServiceNodeTypesInput, ...request.Option) (*DescribeMountServiceNodeTypesOutput, error)
DescribeMountServiceNodeTypesRequest(*DescribeMountServiceNodeTypesInput) (*request.Request, *DescribeMountServiceNodeTypesOutput)
DescribeMountServicesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeMountServicesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeMountServicesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeMountServices(*DescribeMountServicesInput) (*DescribeMountServicesOutput, error)
DescribeMountServicesWithContext(volcengine.Context, *DescribeMountServicesInput, ...request.Option) (*DescribeMountServicesOutput, error)
DescribeMountServicesRequest(*DescribeMountServicesInput) (*request.Request, *DescribeMountServicesOutput)
DescribeRegionsCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeRegionsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeRegionsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeRegions(*DescribeRegionsInput) (*DescribeRegionsOutput, error)
DescribeRegionsWithContext(volcengine.Context, *DescribeRegionsInput, ...request.Option) (*DescribeRegionsOutput, error)
DescribeRegionsRequest(*DescribeRegionsInput) (*request.Request, *DescribeRegionsOutput)
DescribeZonesCommon(*map[string]interface{}) (*map[string]interface{}, error)
DescribeZonesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DescribeZonesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DescribeZones(*DescribeZonesInput) (*DescribeZonesOutput, error)
DescribeZonesWithContext(volcengine.Context, *DescribeZonesInput, ...request.Option) (*DescribeZonesOutput, error)
DescribeZonesRequest(*DescribeZonesInput) (*request.Request, *DescribeZonesOutput)
DetachMountServiceFromSelfFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
DetachMountServiceFromSelfFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
DetachMountServiceFromSelfFileSystem(*DetachMountServiceFromSelfFileSystemInput) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemWithContext(volcengine.Context, *DetachMountServiceFromSelfFileSystemInput, ...request.Option) (*DetachMountServiceFromSelfFileSystemOutput, error)
DetachMountServiceFromSelfFileSystemRequest(*DetachMountServiceFromSelfFileSystemInput) (*request.Request, *DetachMountServiceFromSelfFileSystemOutput)
ExpandFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
ExpandFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ExpandFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ExpandFileSystem(*ExpandFileSystemInput) (*ExpandFileSystemOutput, error)
ExpandFileSystemWithContext(volcengine.Context, *ExpandFileSystemInput, ...request.Option) (*ExpandFileSystemOutput, error)
ExpandFileSystemRequest(*ExpandFileSystemInput) (*request.Request, *ExpandFileSystemOutput)
ListTagsForResourcesCommon(*map[string]interface{}) (*map[string]interface{}, error)
ListTagsForResourcesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
ListTagsForResourcesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
ListTagsForResources(*ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesWithContext(volcengine.Context, *ListTagsForResourcesInput, ...request.Option) (*ListTagsForResourcesOutput, error)
ListTagsForResourcesRequest(*ListTagsForResourcesInput) (*request.Request, *ListTagsForResourcesOutput)
SetFilesetQosCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQosCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetFilesetQosCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetFilesetQos(*SetFilesetQosInput) (*SetFilesetQosOutput, error)
SetFilesetQosWithContext(volcengine.Context, *SetFilesetQosInput, ...request.Option) (*SetFilesetQosOutput, error)
SetFilesetQosRequest(*SetFilesetQosInput) (*request.Request, *SetFilesetQosOutput)
SetFilesetQuotaCommon(*map[string]interface{}) (*map[string]interface{}, error)
SetFilesetQuotaCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
SetFilesetQuotaCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
SetFilesetQuota(*SetFilesetQuotaInput) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaWithContext(volcengine.Context, *SetFilesetQuotaInput, ...request.Option) (*SetFilesetQuotaOutput, error)
SetFilesetQuotaRequest(*SetFilesetQuotaInput) (*request.Request, *SetFilesetQuotaOutput)
StartAuditCommon(*map[string]interface{}) (*map[string]interface{}, error)
StartAuditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StartAuditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StartAudit(*StartAuditInput) (*StartAuditOutput, error)
StartAuditWithContext(volcengine.Context, *StartAuditInput, ...request.Option) (*StartAuditOutput, error)
StartAuditRequest(*StartAuditInput) (*request.Request, *StartAuditOutput)
StartLensServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
StartLensServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StartLensServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StartLensService(*StartLensServiceInput) (*StartLensServiceOutput, error)
StartLensServiceWithContext(volcengine.Context, *StartLensServiceInput, ...request.Option) (*StartLensServiceOutput, error)
StartLensServiceRequest(*StartLensServiceInput) (*request.Request, *StartLensServiceOutput)
StopAuditCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopAuditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopAuditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopAudit(*StopAuditInput) (*StopAuditOutput, error)
StopAuditWithContext(volcengine.Context, *StopAuditInput, ...request.Option) (*StopAuditOutput, error)
StopAuditRequest(*StopAuditInput) (*request.Request, *StopAuditOutput)
StopLensServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
StopLensServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
StopLensServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
StopLensService(*StopLensServiceInput) (*StopLensServiceOutput, error)
StopLensServiceWithContext(volcengine.Context, *StopLensServiceInput, ...request.Option) (*StopLensServiceOutput, error)
StopLensServiceRequest(*StopLensServiceInput) (*request.Request, *StopLensServiceOutput)
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)
UpdateAuditCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateAuditCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateAuditCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateAudit(*UpdateAuditInput) (*UpdateAuditOutput, error)
UpdateAuditWithContext(volcengine.Context, *UpdateAuditInput, ...request.Option) (*UpdateAuditOutput, error)
UpdateAuditRequest(*UpdateAuditInput) (*request.Request, *UpdateAuditOutput)
UpdateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFileSystem(*UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
UpdateFileSystemWithContext(volcengine.Context, *UpdateFileSystemInput, ...request.Option) (*UpdateFileSystemOutput, error)
UpdateFileSystemRequest(*UpdateFileSystemInput) (*request.Request, *UpdateFileSystemOutput)
UpdateFilesetCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateFilesetCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateFilesetCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateFileset(*UpdateFilesetInput) (*UpdateFilesetOutput, error)
UpdateFilesetWithContext(volcengine.Context, *UpdateFilesetInput, ...request.Option) (*UpdateFilesetOutput, error)
UpdateFilesetRequest(*UpdateFilesetInput) (*request.Request, *UpdateFilesetOutput)
UpdateLensPolicyCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateLensPolicyCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateLensPolicyCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateLensPolicy(*UpdateLensPolicyInput) (*UpdateLensPolicyOutput, error)
UpdateLensPolicyWithContext(volcengine.Context, *UpdateLensPolicyInput, ...request.Option) (*UpdateLensPolicyOutput, error)
UpdateLensPolicyRequest(*UpdateLensPolicyInput) (*request.Request, *UpdateLensPolicyOutput)
UpdateLensTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateLensTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateLensTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateLensTask(*UpdateLensTaskInput) (*UpdateLensTaskOutput, error)
UpdateLensTaskWithContext(volcengine.Context, *UpdateLensTaskInput, ...request.Option) (*UpdateLensTaskOutput, error)
UpdateLensTaskRequest(*UpdateLensTaskInput) (*request.Request, *UpdateLensTaskOutput)
UpdateMountServiceCommon(*map[string]interface{}) (*map[string]interface{}, error)
UpdateMountServiceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
UpdateMountServiceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})
UpdateMountService(*UpdateMountServiceInput) (*UpdateMountServiceOutput, error)
UpdateMountServiceWithContext(volcengine.Context, *UpdateMountServiceInput, ...request.Option) (*UpdateMountServiceOutput, error)
UpdateMountServiceRequest(*UpdateMountServiceInput) (*request.Request, *UpdateMountServiceOutput)
}
VEPFSAPI provides an interface to enable mocking the vepfs.VEPFS service client's API operation,
// volcengine sdk func uses an SDK service client to make a request to
// VEPFS.
func myFunc(svc VEPFSAPI) bool {
// Make svc.AttachMountServiceToSelfFileSystem request
}
func main() {
sess := session.New()
svc := vepfs.New(sess)
myFunc(svc)
}
type ZoneForDescribeZonesOutput ¶
type ZoneForDescribeZonesOutput struct {
RegionId *string `type:"string" json:",omitempty"`
SaleInfos []*SaleInfoForDescribeZonesOutput `type:"list" json:",omitempty"`
ZoneId *string `type:"string" json:",omitempty"`
ZoneName *string `type:"string" json:",omitempty"`
// contains filtered or unexported fields
}
func (ZoneForDescribeZonesOutput) GoString ¶
func (s ZoneForDescribeZonesOutput) GoString() string
GoString returns the string representation
func (*ZoneForDescribeZonesOutput) SetRegionId ¶
func (s *ZoneForDescribeZonesOutput) SetRegionId(v string) *ZoneForDescribeZonesOutput
SetRegionId sets the RegionId field's value.
func (*ZoneForDescribeZonesOutput) SetSaleInfos ¶
func (s *ZoneForDescribeZonesOutput) SetSaleInfos(v []*SaleInfoForDescribeZonesOutput) *ZoneForDescribeZonesOutput
SetSaleInfos sets the SaleInfos field's value.
func (*ZoneForDescribeZonesOutput) SetZoneId ¶
func (s *ZoneForDescribeZonesOutput) SetZoneId(v string) *ZoneForDescribeZonesOutput
SetZoneId sets the ZoneId field's value.
func (*ZoneForDescribeZonesOutput) SetZoneName ¶
func (s *ZoneForDescribeZonesOutput) SetZoneName(v string) *ZoneForDescribeZonesOutput
SetZoneName sets the ZoneName field's value.
func (ZoneForDescribeZonesOutput) String ¶
func (s ZoneForDescribeZonesOutput) String() string
String returns the string representation
Source Files
¶
- api_attach_mount_service_to_self_file_system.go
- api_cancel_data_flow_task.go
- api_cancel_lens_task.go
- api_config_data_flow_bandwidth.go
- api_create_audit.go
- api_create_data_flow_task.go
- api_create_file_system.go
- api_create_fileset.go
- api_create_lens_policy.go
- api_create_lens_task.go
- api_create_mount_service.go
- api_create_pre_signed_url.go
- api_delete_audit.go
- api_delete_data_flow_task.go
- api_delete_file_system.go
- api_delete_fileset.go
- api_delete_lens_policy.go
- api_delete_lens_task.go
- api_delete_mount_service.go
- api_describe_audits.go
- api_describe_data_flow_bandwidth.go
- api_describe_data_flow_tasks.go
- api_describe_file_system_overview.go
- api_describe_file_system_statistics.go
- api_describe_file_systems.go
- api_describe_filesets.go
- api_describe_lens_policies.go
- api_describe_lens_services.go
- api_describe_lens_tasks.go
- api_describe_mount_service_node_types.go
- api_describe_mount_services.go
- api_describe_regions.go
- api_describe_zones.go
- api_detach_mount_service_from_self_file_system.go
- api_expand_file_system.go
- api_list_tags_for_resources.go
- api_set_fileset_qos.go
- api_set_fileset_quota.go
- api_start_audit.go
- api_start_lens_service.go
- api_stop_audit.go
- api_stop_lens_service.go
- api_tag_resources.go
- api_untag_resources.go
- api_update_audit.go
- api_update_file_system.go
- api_update_fileset.go
- api_update_lens_policy.go
- api_update_lens_task.go
- api_update_mount_service.go
- interface_vepfs.go
- service_vepfs.go