filenas

package
v1.0.126 Latest Latest
Warning

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

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

Documentation

Overview

Package filenasiface provides an interface to enable mocking the FILENAS service client for testing your code.

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

Index

Constants

View Source
const (
	// EnumOfTypeForCreateFileSystemInputCustom is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputCustom = "Custom"

	// EnumOfTypeForCreateFileSystemInputSystem is a EnumOfTypeForCreateFileSystemInput enum value
	EnumOfTypeForCreateFileSystemInputSystem = "System"
)
View Source
const (
	// EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputPayAsYouGo = "PayAsYouGo"

	// EnumOfChargeTypeForDescribeFileSystemsOutputSubscription is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputSubscription = "Subscription"

	// EnumOfChargeTypeForDescribeFileSystemsOutputPackage is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputPackage = "Package"

	// EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled is a EnumOfChargeTypeForDescribeFileSystemsOutput enum value
	EnumOfChargeTypeForDescribeFileSystemsOutputNotEnabled = "NotEnabled"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeFileSystemsOutputExtreme is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
	EnumOfFileSystemTypeForDescribeFileSystemsOutputExtreme = "Extreme"

	// EnumOfFileSystemTypeForDescribeFileSystemsOutputCommon is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
	EnumOfFileSystemTypeForDescribeFileSystemsOutputCommon = "Common"

	// EnumOfFileSystemTypeForDescribeFileSystemsOutputCache is a EnumOfFileSystemTypeForDescribeFileSystemsOutput enum value
	EnumOfFileSystemTypeForDescribeFileSystemsOutputCache = "Cache"
)
View Source
const (
	// EnumOfKeyForDescribeFileSystemsInputStatus is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputStatus = "Status"

	// EnumOfKeyForDescribeFileSystemsInputFileSystemName is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputFileSystemName = "FileSystemName"

	// EnumOfKeyForDescribeFileSystemsInputZoneId is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputZoneId = "ZoneId"

	// EnumOfKeyForDescribeFileSystemsInputProtocolType is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputProtocolType = "ProtocolType"

	// EnumOfKeyForDescribeFileSystemsInputStorageType is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputStorageType = "StorageType"

	// EnumOfKeyForDescribeFileSystemsInputChargeType is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputChargeType = "ChargeType"

	// EnumOfKeyForDescribeFileSystemsInputPermissionGroupId is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputPermissionGroupId = "PermissionGroupId"

	// EnumOfKeyForDescribeFileSystemsInputMountPointId is a EnumOfKeyForDescribeFileSystemsInput enum value
	EnumOfKeyForDescribeFileSystemsInputMountPointId = "MountPointId"
)
View Source
const (
	// EnumOfStatusForDescribeFileSystemsOutputUnknown is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputUnknown = "Unknown"

	// EnumOfStatusForDescribeFileSystemsOutputRunning is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputRunning = "Running"

	// EnumOfStatusForDescribeFileSystemsOutputCreating is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputCreating = "Creating"

	// EnumOfStatusForDescribeFileSystemsOutputExpanding is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputExpanding = "Expanding"

	// EnumOfStatusForDescribeFileSystemsOutputError is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputError = "Error"

	// EnumOfStatusForDescribeFileSystemsOutputDeleting is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputDeleting = "Deleting"

	// EnumOfStatusForDescribeFileSystemsOutputDeleteError is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputDeleteError = "DeleteError"

	// EnumOfStatusForDescribeFileSystemsOutputDeleted is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputDeleted = "Deleted"

	// EnumOfStatusForDescribeFileSystemsOutputStopped is a EnumOfStatusForDescribeFileSystemsOutput enum value
	EnumOfStatusForDescribeFileSystemsOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfStorageTypeForDescribeFileSystemsOutputStandard is a EnumOfStorageTypeForDescribeFileSystemsOutput enum value
	EnumOfStorageTypeForDescribeFileSystemsOutputStandard = "Standard"

	// EnumOfStorageTypeForDescribeFileSystemsOutputAdvance is a EnumOfStorageTypeForDescribeFileSystemsOutput enum value
	EnumOfStorageTypeForDescribeFileSystemsOutputAdvance = "Advance"
)
View Source
const (
	// EnumOfTypeForDescribeFileSystemsOutputCustom is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputCustom = "Custom"

	// EnumOfTypeForDescribeFileSystemsOutputSystem is a EnumOfTypeForDescribeFileSystemsOutput enum value
	EnumOfTypeForDescribeFileSystemsOutputSystem = "System"
)
View Source
const (
	// EnumOfStatusForDescribeMountPointsOutputUnknown is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputUnknown = "Unknown"

	// EnumOfStatusForDescribeMountPointsOutputCreating is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputCreating = "Creating"

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

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

	// EnumOfStatusForDescribeMountPointsOutputError is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputError = "Error"

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

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

	// EnumOfStatusForDescribeMountPointsOutputDeleted is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputDeleted = "Deleted"

	// EnumOfStatusForDescribeMountPointsOutputStopped is a EnumOfStatusForDescribeMountPointsOutput enum value
	EnumOfStatusForDescribeMountPointsOutputStopped = "Stopped"
)
View Source
const (
	// EnumOfKeyForDescribePermissionGroupsInputPermissionGroupName is a EnumOfKeyForDescribePermissionGroupsInput enum value
	EnumOfKeyForDescribePermissionGroupsInputPermissionGroupName = "PermissionGroupName"

	// EnumOfKeyForDescribePermissionGroupsInputPermissionGroupId is a EnumOfKeyForDescribePermissionGroupsInput enum value
	EnumOfKeyForDescribePermissionGroupsInputPermissionGroupId = "PermissionGroupId"
)
View Source
const (
	// EnumOfRwModeForDescribePermissionRulesOutputRw is a EnumOfRwModeForDescribePermissionRulesOutput enum value
	EnumOfRwModeForDescribePermissionRulesOutputRw = "RW"

	// EnumOfRwModeForDescribePermissionRulesOutputRo is a EnumOfRwModeForDescribePermissionRulesOutput enum value
	EnumOfRwModeForDescribePermissionRulesOutputRo = "RO"
)
View Source
const (
	// EnumOfUserModeForDescribePermissionRulesOutputAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputAllSquash = "All_squash"

	// EnumOfUserModeForDescribePermissionRulesOutputNoAllSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputNoAllSquash = "No_all_squash"

	// EnumOfUserModeForDescribePermissionRulesOutputRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputRootSquash = "Root_squash"

	// EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash is a EnumOfUserModeForDescribePermissionRulesOutput enum value
	EnumOfUserModeForDescribePermissionRulesOutputNoRootSquash = "No_root_squash"
)
View Source
const (
	// EnumOfStatusForDescribeRegionsOutputOnSale is a EnumOfStatusForDescribeRegionsOutput enum value
	EnumOfStatusForDescribeRegionsOutputOnSale = "OnSale"

	// EnumOfStatusForDescribeRegionsOutputSoldOut is a EnumOfStatusForDescribeRegionsOutput enum value
	EnumOfStatusForDescribeRegionsOutputSoldOut = "SoldOut"

	// EnumOfStatusForDescribeRegionsOutputUnSold is a EnumOfStatusForDescribeRegionsOutput enum value
	EnumOfStatusForDescribeRegionsOutputUnSold = "UnSold"
)
View Source
const (
	// EnumOfSnapshotTypeForDescribeSnapshotsInputManual is a EnumOfSnapshotTypeForDescribeSnapshotsInput enum value
	EnumOfSnapshotTypeForDescribeSnapshotsInputManual = "Manual"

	// EnumOfSnapshotTypeForDescribeSnapshotsInputAuto is a EnumOfSnapshotTypeForDescribeSnapshotsInput enum value
	EnumOfSnapshotTypeForDescribeSnapshotsInputAuto = "Auto"
)
View Source
const (
	// EnumOfSnapshotTypeForDescribeSnapshotsOutputManual is a EnumOfSnapshotTypeForDescribeSnapshotsOutput enum value
	EnumOfSnapshotTypeForDescribeSnapshotsOutputManual = "Manual"

	// EnumOfSnapshotTypeForDescribeSnapshotsOutputAuto is a EnumOfSnapshotTypeForDescribeSnapshotsOutput enum value
	EnumOfSnapshotTypeForDescribeSnapshotsOutputAuto = "Auto"
)
View Source
const (
	// EnumOfStatusForDescribeSnapshotsInputProgressing is a EnumOfStatusForDescribeSnapshotsInput enum value
	EnumOfStatusForDescribeSnapshotsInputProgressing = "Progressing"

	// EnumOfStatusForDescribeSnapshotsInputAccomplished is a EnumOfStatusForDescribeSnapshotsInput enum value
	EnumOfStatusForDescribeSnapshotsInputAccomplished = "Accomplished"

	// EnumOfStatusForDescribeSnapshotsInputFailed is a EnumOfStatusForDescribeSnapshotsInput enum value
	EnumOfStatusForDescribeSnapshotsInputFailed = "Failed"

	// EnumOfStatusForDescribeSnapshotsInputDeleting is a EnumOfStatusForDescribeSnapshotsInput enum value
	EnumOfStatusForDescribeSnapshotsInputDeleting = "Deleting"
)
View Source
const (
	// EnumOfStatusForDescribeSnapshotsOutputProgressing is a EnumOfStatusForDescribeSnapshotsOutput enum value
	EnumOfStatusForDescribeSnapshotsOutputProgressing = "Progressing"

	// EnumOfStatusForDescribeSnapshotsOutputAccomplished is a EnumOfStatusForDescribeSnapshotsOutput enum value
	EnumOfStatusForDescribeSnapshotsOutputAccomplished = "Accomplished"

	// EnumOfStatusForDescribeSnapshotsOutputFailed is a EnumOfStatusForDescribeSnapshotsOutput enum value
	EnumOfStatusForDescribeSnapshotsOutputFailed = "Failed"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeZonesOutputExtreme is a EnumOfFileSystemTypeForDescribeZonesOutput enum value
	EnumOfFileSystemTypeForDescribeZonesOutputExtreme = "Extreme"

	// EnumOfFileSystemTypeForDescribeZonesOutputCommon is a EnumOfFileSystemTypeForDescribeZonesOutput enum value
	EnumOfFileSystemTypeForDescribeZonesOutputCommon = "Common"

	// EnumOfFileSystemTypeForDescribeZonesOutputCache is a EnumOfFileSystemTypeForDescribeZonesOutput enum value
	EnumOfFileSystemTypeForDescribeZonesOutputCache = "Cache"
)
View Source
const (
	// EnumOfProtocolTypeForDescribeZonesOutputNfs is a EnumOfProtocolTypeForDescribeZonesOutput enum value
	EnumOfProtocolTypeForDescribeZonesOutputNfs = "NFS"

	// EnumOfProtocolTypeForDescribeZonesOutputSmb is a EnumOfProtocolTypeForDescribeZonesOutput enum value
	EnumOfProtocolTypeForDescribeZonesOutputSmb = "SMB"
)
View Source
const (
	// EnumOfStatusForDescribeZonesOutputOnSale is a EnumOfStatusForDescribeZonesOutput enum value
	EnumOfStatusForDescribeZonesOutputOnSale = "OnSale"

	// EnumOfStatusForDescribeZonesOutputSoldOut is a EnumOfStatusForDescribeZonesOutput enum value
	EnumOfStatusForDescribeZonesOutputSoldOut = "SoldOut"

	// EnumOfStatusForDescribeZonesOutputUnSold is a EnumOfStatusForDescribeZonesOutput enum value
	EnumOfStatusForDescribeZonesOutputUnSold = "UnSold"
)
View Source
const (
	// EnumOfTypeForUpdateFileSystemInputCustom is a EnumOfTypeForUpdateFileSystemInput enum value
	EnumOfTypeForUpdateFileSystemInputCustom = "Custom"

	// EnumOfTypeForUpdateFileSystemInputSystem is a EnumOfTypeForUpdateFileSystemInput enum value
	EnumOfTypeForUpdateFileSystemInputSystem = "System"
)
View Source
const (
	// EnumOfRwModeForUpdatePermissionRuleInputRw is a EnumOfRwModeForUpdatePermissionRuleInput enum value
	EnumOfRwModeForUpdatePermissionRuleInputRw = "RW"

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

	// EnumOfUserModeForUpdatePermissionRuleInputNoAllSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputNoAllSquash = "No_all_squash"

	// EnumOfUserModeForUpdatePermissionRuleInputRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputRootSquash = "Root_squash"

	// EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash is a EnumOfUserModeForUpdatePermissionRuleInput enum value
	EnumOfUserModeForUpdatePermissionRuleInputNoRootSquash = "No_root_squash"
)
View Source
const (
	ServiceName = "filenas"   // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "filenas"   // ServiceID is a unique identifer of a specific service.
)

Service information constants

View Source
const (
	// EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo is a EnumOfChargeTypeForCreateFileSystemInput enum value
	EnumOfChargeTypeForCreateFileSystemInputPayAsYouGo = "PayAsYouGo"
)
View Source
const (
	// EnumOfFileSystemTypeForCreateFileSystemInputExtreme is a EnumOfFileSystemTypeForCreateFileSystemInput enum value
	EnumOfFileSystemTypeForCreateFileSystemInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForCreatePermissionGroupInputExtreme is a EnumOfFileSystemTypeForCreatePermissionGroupInput enum value
	EnumOfFileSystemTypeForCreatePermissionGroupInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDeletePermissionGroupInputExtreme is a EnumOfFileSystemTypeForDeletePermissionGroupInput enum value
	EnumOfFileSystemTypeForDeletePermissionGroupInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeFileSystemsInputExtreme is a EnumOfFileSystemTypeForDescribeFileSystemsInput enum value
	EnumOfFileSystemTypeForDescribeFileSystemsInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribeMountPointsOutputExtreme is a EnumOfFileSystemTypeForDescribeMountPointsOutput enum value
	EnumOfFileSystemTypeForDescribeMountPointsOutputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribePermissionGroupsInputExtreme is a EnumOfFileSystemTypeForDescribePermissionGroupsInput enum value
	EnumOfFileSystemTypeForDescribePermissionGroupsInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribePermissionGroupsOutputExtreme is a EnumOfFileSystemTypeForDescribePermissionGroupsOutput enum value
	EnumOfFileSystemTypeForDescribePermissionGroupsOutputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForDescribePermissionRulesInputExtreme is a EnumOfFileSystemTypeForDescribePermissionRulesInput enum value
	EnumOfFileSystemTypeForDescribePermissionRulesInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForUpdatePermissionGroupInputExtreme is a EnumOfFileSystemTypeForUpdatePermissionGroupInput enum value
	EnumOfFileSystemTypeForUpdatePermissionGroupInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfFileSystemTypeForUpdatePermissionRuleInputExtreme is a EnumOfFileSystemTypeForUpdatePermissionRuleInput enum value
	EnumOfFileSystemTypeForUpdatePermissionRuleInputExtreme = "Extreme"
)
View Source
const (
	// EnumOfProtocolTypeForCreateFileSystemInputNfs is a EnumOfProtocolTypeForCreateFileSystemInput enum value
	EnumOfProtocolTypeForCreateFileSystemInputNfs = "NFS"
)
View Source
const (
	// EnumOfProtocolTypeForDescribeFileSystemsOutputNfs is a EnumOfProtocolTypeForDescribeFileSystemsOutput enum value
	EnumOfProtocolTypeForDescribeFileSystemsOutputNfs = "NFS"
)
View Source
const (
	// EnumOfStorageTypeForCreateFileSystemInputStandard is a EnumOfStorageTypeForCreateFileSystemInput enum value
	EnumOfStorageTypeForCreateFileSystemInputStandard = "Standard"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CapacityForDescribeFileSystemsOutput

type CapacityForDescribeFileSystemsOutput struct {
	Total *int64 `type:"int64"`

	Used *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (CapacityForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*CapacityForDescribeFileSystemsOutput) SetTotal

SetTotal sets the Total field's value.

func (*CapacityForDescribeFileSystemsOutput) SetUsed

SetUsed sets the Used field's value.

func (CapacityForDescribeFileSystemsOutput) String

String returns the string representation

type CommonCapacityForDescribeFileSystemStatisticsOutput

type CommonCapacityForDescribeFileSystemStatisticsOutput struct {
	Total *int64 `type:"int64"`

	Used *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (CommonCapacityForDescribeFileSystemStatisticsOutput) GoString

GoString returns the string representation

func (*CommonCapacityForDescribeFileSystemStatisticsOutput) SetTotal

SetTotal sets the Total field's value.

func (*CommonCapacityForDescribeFileSystemStatisticsOutput) SetUsed

SetUsed sets the Used field's value.

func (CommonCapacityForDescribeFileSystemStatisticsOutput) String

String returns the string representation

type ConvertMountPointForDescribeMountPointsOutput

type ConvertMountPointForDescribeMountPointsOutput struct {
	CreateTime *string `type:"string"`

	Domain *string `type:"string"`

	Ip *string `type:"string"`

	MountPointId *string `type:"string"`

	MountPointName *string `type:"string"`

	PermissionGroup *PermissionGroupForDescribeMountPointsOutput `type:"structure"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeMountPointsOutput"`

	SubnetId *string `type:"string"`

	SubnetName *string `type:"string"`

	UpdateTime *string `type:"string"`

	VpcId *string `type:"string"`

	VpcName *string `type:"string"`
	// contains filtered or unexported fields
}

func (ConvertMountPointForDescribeMountPointsOutput) GoString

GoString returns the string representation

func (*ConvertMountPointForDescribeMountPointsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetDomain

SetDomain sets the Domain field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetIp

SetIp sets the Ip field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetMountPointName

SetMountPointName sets the MountPointName field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetPermissionGroup

SetPermissionGroup sets the PermissionGroup field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetStatus

SetStatus sets the Status field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetSubnetName

SetSubnetName sets the SubnetName field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetVpcId

SetVpcId sets the VpcId field's value.

func (*ConvertMountPointForDescribeMountPointsOutput) SetVpcName

SetVpcName sets the VpcName field's value.

func (ConvertMountPointForDescribeMountPointsOutput) String

String returns the string representation

type CreateFileSystemInput

type CreateFileSystemInput struct {

	// Capacity is a required field
	Capacity *int32 `type:"int32" required:"true"`

	// ChargeType is a required field
	ChargeType *string `type:"string" required:"true" enum:"EnumOfChargeTypeForCreateFileSystemInput"`

	ClientToken *string `type:"string"`

	Description *string `max:"120" type:"string"`

	// FileSystemName is a required field
	FileSystemName *string `min:"1" max:"128" type:"string" required:"true"`

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForCreateFileSystemInput"`

	ProjectName *string `type:"string"`

	// ProtocolType is a required field
	ProtocolType *string `type:"string" required:"true" enum:"EnumOfProtocolTypeForCreateFileSystemInput"`

	SnapshotId *string `type:"string"`

	StorageType *string `type:"string" enum:"EnumOfStorageTypeForCreateFileSystemInput"`

	Tags []*TagForCreateFileSystemInput `type:"list"`

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

func (CreateFileSystemInput) GoString

func (s CreateFileSystemInput) GoString() string

GoString returns the string representation

func (*CreateFileSystemInput) SetCapacity

SetCapacity sets the Capacity field's value.

func (*CreateFileSystemInput) SetChargeType

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

SetChargeType sets the ChargeType field's value.

func (*CreateFileSystemInput) SetClientToken

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

SetClientToken sets the ClientToken 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) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*CreateFileSystemInput) SetProtocolType

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

SetProtocolType sets the ProtocolType field's value.

func (*CreateFileSystemInput) SetSnapshotId

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

SetSnapshotId sets the SnapshotId field's value.

func (*CreateFileSystemInput) SetStorageType

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

SetStorageType sets the StorageType field's value.

func (*CreateFileSystemInput) SetTags

SetTags sets the Tags field's value.

func (*CreateFileSystemInput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (CreateFileSystemInput) String

func (s CreateFileSystemInput) String() string

String returns the string representation

func (*CreateFileSystemInput) Validate added in v1.0.119

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

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

func (CreateFileSystemOutput) GoString

func (s CreateFileSystemOutput) GoString() string

GoString returns the string representation

func (*CreateFileSystemOutput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateFileSystemOutput) SetOrderNo

SetOrderNo sets the OrderNo field's value.

func (CreateFileSystemOutput) String

func (s CreateFileSystemOutput) String() string

String returns the string representation

type CreateMountPointInput

type CreateMountPointInput struct {

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

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

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

	// SubnetId is a required field
	SubnetId *string `type:"string" required:"true"`

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

func (CreateMountPointInput) GoString

func (s CreateMountPointInput) GoString() string

GoString returns the string representation

func (*CreateMountPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateMountPointInput) SetMountPointName

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

SetMountPointName sets the MountPointName field's value.

func (*CreateMountPointInput) SetPermissionGroupId

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

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*CreateMountPointInput) SetSubnetId

SetSubnetId sets the SubnetId field's value.

func (*CreateMountPointInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (CreateMountPointInput) String

func (s CreateMountPointInput) String() string

String returns the string representation

func (*CreateMountPointInput) Validate added in v1.0.119

func (s *CreateMountPointInput) Validate() error

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

type CreateMountPointOutput

type CreateMountPointOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreateMountPointOutput) GoString

func (s CreateMountPointOutput) GoString() string

GoString returns the string representation

func (*CreateMountPointOutput) SetMountPointId

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

SetMountPointId sets the MountPointId field's value.

func (CreateMountPointOutput) String

func (s CreateMountPointOutput) String() string

String returns the string representation

type CreatePermissionGroupInput

type CreatePermissionGroupInput struct {
	Description *string `type:"string"`

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForCreatePermissionGroupInput"`

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

func (CreatePermissionGroupInput) GoString

func (s CreatePermissionGroupInput) GoString() string

GoString returns the string representation

func (*CreatePermissionGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*CreatePermissionGroupInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*CreatePermissionGroupInput) SetPermissionGroupName

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

SetPermissionGroupName sets the PermissionGroupName field's value.

func (CreatePermissionGroupInput) String

String returns the string representation

func (*CreatePermissionGroupInput) Validate added in v1.0.119

func (s *CreatePermissionGroupInput) Validate() error

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

type CreatePermissionGroupOutput

type CreatePermissionGroupOutput struct {
	Metadata *response.ResponseMetadata

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

func (CreatePermissionGroupOutput) GoString

func (s CreatePermissionGroupOutput) GoString() string

GoString returns the string representation

func (*CreatePermissionGroupOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (CreatePermissionGroupOutput) String

String returns the string representation

type CreateSnapshotInput

type CreateSnapshotInput struct {
	Description *string `type:"string"`

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

	// SnapshotName is a required field
	SnapshotName *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateSnapshotInput) GoString

func (s CreateSnapshotInput) GoString() string

GoString returns the string representation

func (*CreateSnapshotInput) SetDescription

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

SetDescription sets the Description field's value.

func (*CreateSnapshotInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*CreateSnapshotInput) SetSnapshotName

func (s *CreateSnapshotInput) SetSnapshotName(v string) *CreateSnapshotInput

SetSnapshotName sets the SnapshotName field's value.

func (CreateSnapshotInput) String

func (s CreateSnapshotInput) String() string

String returns the string representation

func (*CreateSnapshotInput) Validate added in v1.0.119

func (s *CreateSnapshotInput) Validate() error

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

type CreateSnapshotOutput

type CreateSnapshotOutput struct {
	Metadata *response.ResponseMetadata

	SnapshotId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateSnapshotOutput) GoString

func (s CreateSnapshotOutput) GoString() string

GoString returns the string representation

func (*CreateSnapshotOutput) SetSnapshotId

func (s *CreateSnapshotOutput) SetSnapshotId(v string) *CreateSnapshotOutput

SetSnapshotId sets the SnapshotId field's value.

func (CreateSnapshotOutput) String

func (s CreateSnapshotOutput) String() string

String returns the string representation

type DeleteFileSystemInput

type DeleteFileSystemInput struct {

	// FileSystemId is a required field
	FileSystemId *string `type:"string" 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.0.119

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"`
	// contains filtered or unexported fields
}

func (DeleteFileSystemOutput) GoString

func (s DeleteFileSystemOutput) GoString() string

GoString returns the string representation

func (*DeleteFileSystemOutput) SetOrderNo

SetOrderNo sets the OrderNo field's value.

func (DeleteFileSystemOutput) String

func (s DeleteFileSystemOutput) String() string

String returns the string representation

type DeleteMountPointInput

type DeleteMountPointInput struct {

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

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

func (DeleteMountPointInput) GoString

func (s DeleteMountPointInput) GoString() string

GoString returns the string representation

func (*DeleteMountPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DeleteMountPointInput) SetMountPointId

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

SetMountPointId sets the MountPointId field's value.

func (DeleteMountPointInput) String

func (s DeleteMountPointInput) String() string

String returns the string representation

func (*DeleteMountPointInput) Validate added in v1.0.119

func (s *DeleteMountPointInput) Validate() error

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

type DeleteMountPointOutput

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

func (DeleteMountPointOutput) GoString

func (s DeleteMountPointOutput) GoString() string

GoString returns the string representation

func (DeleteMountPointOutput) String

func (s DeleteMountPointOutput) String() string

String returns the string representation

type DeletePermissionGroupInput

type DeletePermissionGroupInput struct {

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDeletePermissionGroupInput"`

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

func (DeletePermissionGroupInput) GoString

func (s DeletePermissionGroupInput) GoString() string

GoString returns the string representation

func (*DeletePermissionGroupInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*DeletePermissionGroupInput) SetPermissionGroupId

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

SetPermissionGroupId sets the PermissionGroupId field's value.

func (DeletePermissionGroupInput) String

String returns the string representation

func (*DeletePermissionGroupInput) Validate added in v1.0.119

func (s *DeletePermissionGroupInput) Validate() error

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

type DeletePermissionGroupOutput

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

func (DeletePermissionGroupOutput) GoString

func (s DeletePermissionGroupOutput) GoString() string

GoString returns the string representation

func (DeletePermissionGroupOutput) String

String returns the string representation

type DeleteSnapshotInput

type DeleteSnapshotInput struct {

	// SnapshotId is a required field
	SnapshotId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteSnapshotInput) GoString

func (s DeleteSnapshotInput) GoString() string

GoString returns the string representation

func (*DeleteSnapshotInput) SetSnapshotId

func (s *DeleteSnapshotInput) SetSnapshotId(v string) *DeleteSnapshotInput

SetSnapshotId sets the SnapshotId field's value.

func (DeleteSnapshotInput) String

func (s DeleteSnapshotInput) String() string

String returns the string representation

func (*DeleteSnapshotInput) Validate added in v1.0.119

func (s *DeleteSnapshotInput) Validate() error

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

type DeleteSnapshotOutput

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

func (DeleteSnapshotOutput) GoString

func (s DeleteSnapshotOutput) GoString() string

GoString returns the string representation

func (DeleteSnapshotOutput) String

func (s DeleteSnapshotOutput) String() string

String returns the string representation

type DescribeFileSystemOverviewInput

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

func (DescribeFileSystemOverviewInput) GoString

GoString returns the string representation

func (DescribeFileSystemOverviewInput) String

String returns the string representation

type DescribeFileSystemOverviewOutput

type DescribeFileSystemOverviewOutput struct {
	Metadata *response.ResponseMetadata

	Overview *OverviewForDescribeFileSystemOverviewOutput `type:"structure"`
	// contains filtered or unexported fields
}

func (DescribeFileSystemOverviewOutput) GoString

GoString returns the string representation

func (*DescribeFileSystemOverviewOutput) SetOverview

SetOverview sets the Overview field's value.

func (DescribeFileSystemOverviewOutput) String

String returns the string representation

type DescribeFileSystemStatisticsInput

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

func (DescribeFileSystemStatisticsInput) GoString

GoString returns the string representation

func (DescribeFileSystemStatisticsInput) String

String returns the string representation

type DescribeFileSystemStatisticsOutput

type DescribeFileSystemStatisticsOutput struct {
	Metadata *response.ResponseMetadata

	Statistics []*StatisticForDescribeFileSystemStatisticsOutput `type:"list"`

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

func (DescribeFileSystemStatisticsOutput) GoString

GoString returns the string representation

func (*DescribeFileSystemStatisticsOutput) SetStatistics

SetStatistics sets the Statistics field's value.

func (*DescribeFileSystemStatisticsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeFileSystemStatisticsOutput) String

String returns the string representation

type DescribeFileSystemsInput

type DescribeFileSystemsInput struct {
	FileSystemIds *string `type:"string"`

	FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeFileSystemsInput"`

	Filters []*FilterForDescribeFileSystemsInput `type:"list"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	ProjectName *string `type:"string"`

	TagFilters []*TagFilterForDescribeFileSystemsInput `type:"list"`
	// contains filtered or unexported fields
}

func (DescribeFileSystemsInput) GoString

func (s DescribeFileSystemsInput) GoString() string

GoString returns the string representation

func (*DescribeFileSystemsInput) SetFileSystemIds

SetFileSystemIds sets the FileSystemIds field's value.

func (*DescribeFileSystemsInput) SetFileSystemType

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

SetFileSystemType sets the FileSystemType field's value.

func (*DescribeFileSystemsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribeFileSystemsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeFileSystemsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeFileSystemsInput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*DescribeFileSystemsInput) SetTagFilters

SetTagFilters sets the TagFilters field's value.

func (DescribeFileSystemsInput) String

func (s DescribeFileSystemsInput) String() string

String returns the string representation

type DescribeFileSystemsOutput

type DescribeFileSystemsOutput struct {
	Metadata *response.ResponseMetadata

	FileSystems []*FileSystemForDescribeFileSystemsOutput `type:"list"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

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

func (DescribeFileSystemsOutput) GoString

func (s DescribeFileSystemsOutput) GoString() string

GoString returns the string representation

func (*DescribeFileSystemsOutput) SetFileSystems

SetFileSystems sets the FileSystems field's value.

func (*DescribeFileSystemsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeFileSystemsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeFileSystemsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeFileSystemsOutput) String

func (s DescribeFileSystemsOutput) String() string

String returns the string representation

type DescribeMountPointsInput

type DescribeMountPointsInput struct {

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

	MountPointId *string `type:"string"`

	MountPointName *string `type:"string"`

	VpcId *string `type:"string"`
	// contains filtered or unexported fields
}

func (DescribeMountPointsInput) GoString

func (s DescribeMountPointsInput) GoString() string

GoString returns the string representation

func (*DescribeMountPointsInput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeMountPointsInput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*DescribeMountPointsInput) SetMountPointName

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

SetMountPointName sets the MountPointName field's value.

func (*DescribeMountPointsInput) SetVpcId

SetVpcId sets the VpcId field's value.

func (DescribeMountPointsInput) String

func (s DescribeMountPointsInput) String() string

String returns the string representation

func (*DescribeMountPointsInput) Validate added in v1.0.119

func (s *DescribeMountPointsInput) Validate() error

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

type DescribeMountPointsOutput

type DescribeMountPointsOutput struct {
	Metadata *response.ResponseMetadata

	MountPoints []*ConvertMountPointForDescribeMountPointsOutput `type:"list"`

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

func (DescribeMountPointsOutput) GoString

func (s DescribeMountPointsOutput) GoString() string

GoString returns the string representation

func (*DescribeMountPointsOutput) SetMountPoints

SetMountPoints sets the MountPoints field's value.

func (*DescribeMountPointsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeMountPointsOutput) String

func (s DescribeMountPointsOutput) String() string

String returns the string representation

type DescribePermissionGroupsInput

type DescribePermissionGroupsInput struct {

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDescribePermissionGroupsInput"`

	Filters []*FilterForDescribePermissionGroupsInput `type:"list"`

	PageNumber *int32 `type:"int32"`

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

func (DescribePermissionGroupsInput) GoString

GoString returns the string representation

func (*DescribePermissionGroupsInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*DescribePermissionGroupsInput) SetFilters

SetFilters sets the Filters field's value.

func (*DescribePermissionGroupsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionGroupsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (DescribePermissionGroupsInput) String

String returns the string representation

func (*DescribePermissionGroupsInput) Validate added in v1.0.119

func (s *DescribePermissionGroupsInput) Validate() error

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

type DescribePermissionGroupsOutput

type DescribePermissionGroupsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	PermissionGroups []*PermissionGroupForDescribePermissionGroupsOutput `type:"list"`

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

func (DescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*DescribePermissionGroupsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribePermissionGroupsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribePermissionGroupsOutput) SetPermissionGroups

SetPermissionGroups sets the PermissionGroups field's value.

func (*DescribePermissionGroupsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribePermissionGroupsOutput) String

String returns the string representation

type DescribePermissionRulesInput

type DescribePermissionRulesInput struct {

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForDescribePermissionRulesInput"`

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

func (DescribePermissionRulesInput) GoString

func (s DescribePermissionRulesInput) GoString() string

GoString returns the string representation

func (*DescribePermissionRulesInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*DescribePermissionRulesInput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (DescribePermissionRulesInput) String

String returns the string representation

func (*DescribePermissionRulesInput) Validate added in v1.0.119

func (s *DescribePermissionRulesInput) Validate() error

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

type DescribePermissionRulesOutput

type DescribePermissionRulesOutput struct {
	Metadata *response.ResponseMetadata

	PermissionRules []*PermissionRuleForDescribePermissionRulesOutput `type:"list"`

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

func (DescribePermissionRulesOutput) GoString

GoString returns the string representation

func (*DescribePermissionRulesOutput) SetPermissionRules

SetPermissionRules sets the PermissionRules field's value.

func (*DescribePermissionRulesOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribePermissionRulesOutput) String

String returns the string representation

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

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

func (DescribeRegionsOutput) GoString

func (s DescribeRegionsOutput) GoString() string

GoString returns the string representation

func (*DescribeRegionsOutput) SetRegions

SetRegions sets the Regions field's value.

func (*DescribeRegionsOutput) SetTotalCount

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

SetTotalCount sets the TotalCount field's value.

func (DescribeRegionsOutput) String

func (s DescribeRegionsOutput) String() string

String returns the string representation

type DescribeSnapshotsInput

type DescribeSnapshotsInput struct {
	FileSystemId *string `type:"string"`

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	SnapshotIds *string `type:"string"`

	SnapshotName *string `type:"string"`

	SnapshotType *string `type:"string" enum:"EnumOfSnapshotTypeForDescribeSnapshotsInput"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeSnapshotsInput"`
	// contains filtered or unexported fields
}

func (DescribeSnapshotsInput) GoString

func (s DescribeSnapshotsInput) GoString() string

GoString returns the string representation

func (*DescribeSnapshotsInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*DescribeSnapshotsInput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeSnapshotsInput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeSnapshotsInput) SetSnapshotIds

SetSnapshotIds sets the SnapshotIds field's value.

func (*DescribeSnapshotsInput) SetSnapshotName

func (s *DescribeSnapshotsInput) SetSnapshotName(v string) *DescribeSnapshotsInput

SetSnapshotName sets the SnapshotName field's value.

func (*DescribeSnapshotsInput) SetSnapshotType

func (s *DescribeSnapshotsInput) SetSnapshotType(v string) *DescribeSnapshotsInput

SetSnapshotType sets the SnapshotType field's value.

func (*DescribeSnapshotsInput) SetStatus

SetStatus sets the Status field's value.

func (DescribeSnapshotsInput) String

func (s DescribeSnapshotsInput) String() string

String returns the string representation

type DescribeSnapshotsOutput

type DescribeSnapshotsOutput struct {
	Metadata *response.ResponseMetadata

	PageNumber *int32 `type:"int32"`

	PageSize *int32 `type:"int32"`

	Snapshots []*SnapshotForDescribeSnapshotsOutput `type:"list"`

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

func (DescribeSnapshotsOutput) GoString

func (s DescribeSnapshotsOutput) GoString() string

GoString returns the string representation

func (*DescribeSnapshotsOutput) SetPageNumber

SetPageNumber sets the PageNumber field's value.

func (*DescribeSnapshotsOutput) SetPageSize

SetPageSize sets the PageSize field's value.

func (*DescribeSnapshotsOutput) SetSnapshots

SetSnapshots sets the Snapshots field's value.

func (*DescribeSnapshotsOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (DescribeSnapshotsOutput) String

func (s DescribeSnapshotsOutput) String() string

String returns the string representation

type DescribeZonesInput

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

func (DescribeZonesInput) GoString

func (s DescribeZonesInput) GoString() string

GoString returns the string representation

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

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

func (DescribeZonesOutput) GoString

func (s DescribeZonesOutput) GoString() string

GoString returns the string representation

func (*DescribeZonesOutput) SetTotalCount

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

SetTotalCount sets the TotalCount field's value.

func (*DescribeZonesOutput) SetZones

SetZones sets the Zones field's value.

func (DescribeZonesOutput) String

func (s DescribeZonesOutput) String() string

String returns the string representation

type ExpandFileSystemInput

type ExpandFileSystemInput struct {

	// Capacity is a required field
	Capacity *int32 `type:"int32" required:"true"`

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

func (ExpandFileSystemInput) GoString

func (s ExpandFileSystemInput) GoString() string

GoString returns the string representation

func (*ExpandFileSystemInput) SetCapacity

SetCapacity sets the Capacity field's value.

func (*ExpandFileSystemInput) 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.0.119

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"`
	// contains filtered or unexported fields
}

func (ExpandFileSystemOutput) GoString

func (s ExpandFileSystemOutput) GoString() string

GoString returns the string representation

func (*ExpandFileSystemOutput) SetOrderNo

SetOrderNo sets the OrderNo field's value.

func (ExpandFileSystemOutput) String

func (s ExpandFileSystemOutput) String() string

String returns the string representation

type ExtremeCapacityForDescribeFileSystemStatisticsOutput

type ExtremeCapacityForDescribeFileSystemStatisticsOutput struct {
	Total *int64 `type:"int64"`

	Used *int64 `type:"int64"`
	// contains filtered or unexported fields
}

func (ExtremeCapacityForDescribeFileSystemStatisticsOutput) GoString

GoString returns the string representation

func (*ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetTotal

SetTotal sets the Total field's value.

func (*ExtremeCapacityForDescribeFileSystemStatisticsOutput) SetUsed

SetUsed sets the Used field's value.

func (ExtremeCapacityForDescribeFileSystemStatisticsOutput) String

String returns the string representation

type FILENAS

type FILENAS struct {
	*client.Client
}

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

FILENAS 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) *FILENAS

New create int can support ssl or region locate set

func (*FILENAS) CreateFileSystem

func (c *FILENAS) CreateFileSystem(input *CreateFileSystemInput) (*CreateFileSystemOutput, error)

CreateFileSystem API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateFileSystem for usage and error information.

func (*FILENAS) CreateFileSystemCommon

func (c *FILENAS) CreateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateFileSystemCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateFileSystemCommon for usage and error information.

func (*FILENAS) CreateFileSystemCommonRequest

func (c *FILENAS) 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 (*FILENAS) CreateFileSystemCommonWithContext

func (c *FILENAS) 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 (*FILENAS) CreateFileSystemRequest

func (c *FILENAS) 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 (*FILENAS) CreateFileSystemWithContext

func (c *FILENAS) 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 (*FILENAS) CreateMountPoint

func (c *FILENAS) CreateMountPoint(input *CreateMountPointInput) (*CreateMountPointOutput, error)

CreateMountPoint API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateMountPoint for usage and error information.

func (*FILENAS) CreateMountPointCommon

func (c *FILENAS) CreateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateMountPointCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateMountPointCommon for usage and error information.

func (*FILENAS) CreateMountPointCommonRequest

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

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

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

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

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

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

func (*FILENAS) CreateMountPointCommonWithContext

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

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

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

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

func (*FILENAS) CreateMountPointRequest

func (c *FILENAS) CreateMountPointRequest(input *CreateMountPointInput) (req *request.Request, output *CreateMountPointOutput)

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

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

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

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

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

func (*FILENAS) CreateMountPointWithContext

func (c *FILENAS) CreateMountPointWithContext(ctx volcengine.Context, input *CreateMountPointInput, opts ...request.Option) (*CreateMountPointOutput, error)

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

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

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

func (*FILENAS) CreatePermissionGroup

func (c *FILENAS) CreatePermissionGroup(input *CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)

CreatePermissionGroup API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreatePermissionGroup for usage and error information.

func (*FILENAS) CreatePermissionGroupCommon

func (c *FILENAS) CreatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreatePermissionGroupCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreatePermissionGroupCommon for usage and error information.

func (*FILENAS) CreatePermissionGroupCommonRequest

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

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

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

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

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

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

func (*FILENAS) CreatePermissionGroupCommonWithContext

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

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

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

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

func (*FILENAS) CreatePermissionGroupRequest

func (c *FILENAS) CreatePermissionGroupRequest(input *CreatePermissionGroupInput) (req *request.Request, output *CreatePermissionGroupOutput)

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

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

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

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

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

func (*FILENAS) CreatePermissionGroupWithContext

func (c *FILENAS) CreatePermissionGroupWithContext(ctx volcengine.Context, input *CreatePermissionGroupInput, opts ...request.Option) (*CreatePermissionGroupOutput, error)

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

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

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

func (*FILENAS) CreateSnapshot

func (c *FILENAS) CreateSnapshot(input *CreateSnapshotInput) (*CreateSnapshotOutput, error)

CreateSnapshot API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateSnapshot for usage and error information.

func (*FILENAS) CreateSnapshotCommon

func (c *FILENAS) CreateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateSnapshotCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation CreateSnapshotCommon for usage and error information.

func (*FILENAS) CreateSnapshotCommonRequest

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

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

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

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

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

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

func (*FILENAS) CreateSnapshotCommonWithContext

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

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

See CreateSnapshotCommon 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 (*FILENAS) CreateSnapshotRequest

func (c *FILENAS) CreateSnapshotRequest(input *CreateSnapshotInput) (req *request.Request, output *CreateSnapshotOutput)

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

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

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

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

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

func (*FILENAS) CreateSnapshotWithContext

func (c *FILENAS) CreateSnapshotWithContext(ctx volcengine.Context, input *CreateSnapshotInput, opts ...request.Option) (*CreateSnapshotOutput, error)

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

See CreateSnapshot 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 (*FILENAS) DeleteFileSystem

func (c *FILENAS) DeleteFileSystem(input *DeleteFileSystemInput) (*DeleteFileSystemOutput, error)

DeleteFileSystem API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteFileSystem for usage and error information.

func (*FILENAS) DeleteFileSystemCommon

func (c *FILENAS) DeleteFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteFileSystemCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteFileSystemCommon for usage and error information.

func (*FILENAS) DeleteFileSystemCommonRequest

func (c *FILENAS) 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 (*FILENAS) DeleteFileSystemCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DeleteFileSystemRequest

func (c *FILENAS) 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 (*FILENAS) DeleteFileSystemWithContext

func (c *FILENAS) 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 (*FILENAS) DeleteMountPoint

func (c *FILENAS) DeleteMountPoint(input *DeleteMountPointInput) (*DeleteMountPointOutput, error)

DeleteMountPoint API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteMountPoint for usage and error information.

func (*FILENAS) DeleteMountPointCommon

func (c *FILENAS) DeleteMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteMountPointCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteMountPointCommon for usage and error information.

func (*FILENAS) DeleteMountPointCommonRequest

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

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

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

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

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

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

func (*FILENAS) DeleteMountPointCommonWithContext

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

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

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

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

func (*FILENAS) DeleteMountPointRequest

func (c *FILENAS) DeleteMountPointRequest(input *DeleteMountPointInput) (req *request.Request, output *DeleteMountPointOutput)

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

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

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

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

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

func (*FILENAS) DeleteMountPointWithContext

func (c *FILENAS) DeleteMountPointWithContext(ctx volcengine.Context, input *DeleteMountPointInput, opts ...request.Option) (*DeleteMountPointOutput, error)

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

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

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

func (*FILENAS) DeletePermissionGroup

func (c *FILENAS) DeletePermissionGroup(input *DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)

DeletePermissionGroup API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeletePermissionGroup for usage and error information.

func (*FILENAS) DeletePermissionGroupCommon

func (c *FILENAS) DeletePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeletePermissionGroupCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeletePermissionGroupCommon for usage and error information.

func (*FILENAS) DeletePermissionGroupCommonRequest

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

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

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

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

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

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

func (*FILENAS) DeletePermissionGroupCommonWithContext

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

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

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

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

func (*FILENAS) DeletePermissionGroupRequest

func (c *FILENAS) DeletePermissionGroupRequest(input *DeletePermissionGroupInput) (req *request.Request, output *DeletePermissionGroupOutput)

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

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

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

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

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

func (*FILENAS) DeletePermissionGroupWithContext

func (c *FILENAS) DeletePermissionGroupWithContext(ctx volcengine.Context, input *DeletePermissionGroupInput, opts ...request.Option) (*DeletePermissionGroupOutput, error)

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

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

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

func (*FILENAS) DeleteSnapshot

func (c *FILENAS) DeleteSnapshot(input *DeleteSnapshotInput) (*DeleteSnapshotOutput, error)

DeleteSnapshot API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteSnapshot for usage and error information.

func (*FILENAS) DeleteSnapshotCommon

func (c *FILENAS) DeleteSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DeleteSnapshotCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DeleteSnapshotCommon for usage and error information.

func (*FILENAS) DeleteSnapshotCommonRequest

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

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

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

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

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

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

func (*FILENAS) DeleteSnapshotCommonWithContext

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

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

See DeleteSnapshotCommon 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 (*FILENAS) DeleteSnapshotRequest

func (c *FILENAS) DeleteSnapshotRequest(input *DeleteSnapshotInput) (req *request.Request, output *DeleteSnapshotOutput)

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

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

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

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

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

func (*FILENAS) DeleteSnapshotWithContext

func (c *FILENAS) DeleteSnapshotWithContext(ctx volcengine.Context, input *DeleteSnapshotInput, opts ...request.Option) (*DeleteSnapshotOutput, error)

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

See DeleteSnapshot 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 (*FILENAS) DescribeFileSystemOverview

func (c *FILENAS) DescribeFileSystemOverview(input *DescribeFileSystemOverviewInput) (*DescribeFileSystemOverviewOutput, error)

DescribeFileSystemOverview API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemOverview for usage and error information.

func (*FILENAS) DescribeFileSystemOverviewCommon

func (c *FILENAS) DescribeFileSystemOverviewCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFileSystemOverviewCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemOverviewCommon for usage and error information.

func (*FILENAS) DescribeFileSystemOverviewCommonRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemOverviewCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemOverviewRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemOverviewWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemStatistics

func (c *FILENAS) DescribeFileSystemStatistics(input *DescribeFileSystemStatisticsInput) (*DescribeFileSystemStatisticsOutput, error)

DescribeFileSystemStatistics API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemStatistics for usage and error information.

func (*FILENAS) DescribeFileSystemStatisticsCommon

func (c *FILENAS) DescribeFileSystemStatisticsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFileSystemStatisticsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemStatisticsCommon for usage and error information.

func (*FILENAS) DescribeFileSystemStatisticsCommonRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemStatisticsCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemStatisticsRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemStatisticsWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystems

func (c *FILENAS) DescribeFileSystems(input *DescribeFileSystemsInput) (*DescribeFileSystemsOutput, error)

DescribeFileSystems API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystems for usage and error information.

func (*FILENAS) DescribeFileSystemsCommon

func (c *FILENAS) DescribeFileSystemsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeFileSystemsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeFileSystemsCommon for usage and error information.

func (*FILENAS) DescribeFileSystemsCommonRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemsCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemsRequest

func (c *FILENAS) 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 (*FILENAS) DescribeFileSystemsWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeMountPoints

func (c *FILENAS) DescribeMountPoints(input *DescribeMountPointsInput) (*DescribeMountPointsOutput, error)

DescribeMountPoints API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeMountPoints for usage and error information.

func (*FILENAS) DescribeMountPointsCommon

func (c *FILENAS) DescribeMountPointsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeMountPointsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeMountPointsCommon for usage and error information.

func (*FILENAS) DescribeMountPointsCommonRequest

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

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

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

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

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

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

func (*FILENAS) DescribeMountPointsCommonWithContext

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

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

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

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

func (*FILENAS) DescribeMountPointsRequest

func (c *FILENAS) DescribeMountPointsRequest(input *DescribeMountPointsInput) (req *request.Request, output *DescribeMountPointsOutput)

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

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

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

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

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

func (*FILENAS) DescribeMountPointsWithContext

func (c *FILENAS) DescribeMountPointsWithContext(ctx volcengine.Context, input *DescribeMountPointsInput, opts ...request.Option) (*DescribeMountPointsOutput, error)

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

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

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

func (*FILENAS) DescribePermissionGroups

func (c *FILENAS) DescribePermissionGroups(input *DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)

DescribePermissionGroups API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionGroups for usage and error information.

func (*FILENAS) DescribePermissionGroupsCommon

func (c *FILENAS) DescribePermissionGroupsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePermissionGroupsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionGroupsCommon for usage and error information.

func (*FILENAS) DescribePermissionGroupsCommonRequest

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

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

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

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

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

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

func (*FILENAS) DescribePermissionGroupsCommonWithContext

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

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

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

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

func (*FILENAS) DescribePermissionGroupsRequest

func (c *FILENAS) DescribePermissionGroupsRequest(input *DescribePermissionGroupsInput) (req *request.Request, output *DescribePermissionGroupsOutput)

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

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

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

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

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

func (*FILENAS) DescribePermissionGroupsWithContext

func (c *FILENAS) DescribePermissionGroupsWithContext(ctx volcengine.Context, input *DescribePermissionGroupsInput, opts ...request.Option) (*DescribePermissionGroupsOutput, error)

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

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

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

func (*FILENAS) DescribePermissionRules

func (c *FILENAS) DescribePermissionRules(input *DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)

DescribePermissionRules API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionRules for usage and error information.

func (*FILENAS) DescribePermissionRulesCommon

func (c *FILENAS) DescribePermissionRulesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribePermissionRulesCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribePermissionRulesCommon for usage and error information.

func (*FILENAS) DescribePermissionRulesCommonRequest

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

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

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

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

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

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

func (*FILENAS) DescribePermissionRulesCommonWithContext

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

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

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

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

func (*FILENAS) DescribePermissionRulesRequest

func (c *FILENAS) DescribePermissionRulesRequest(input *DescribePermissionRulesInput) (req *request.Request, output *DescribePermissionRulesOutput)

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

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

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

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

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

func (*FILENAS) DescribePermissionRulesWithContext

func (c *FILENAS) DescribePermissionRulesWithContext(ctx volcengine.Context, input *DescribePermissionRulesInput, opts ...request.Option) (*DescribePermissionRulesOutput, error)

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

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

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

func (*FILENAS) DescribeRegions

func (c *FILENAS) DescribeRegions(input *DescribeRegionsInput) (*DescribeRegionsOutput, error)

DescribeRegions API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeRegions for usage and error information.

func (*FILENAS) DescribeRegionsCommon

func (c *FILENAS) DescribeRegionsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeRegionsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeRegionsCommon for usage and error information.

func (*FILENAS) DescribeRegionsCommonRequest

func (c *FILENAS) 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 (*FILENAS) DescribeRegionsCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeRegionsRequest

func (c *FILENAS) 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 (*FILENAS) DescribeRegionsWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeSnapshots

func (c *FILENAS) DescribeSnapshots(input *DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)

DescribeSnapshots API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeSnapshots for usage and error information.

func (*FILENAS) DescribeSnapshotsCommon

func (c *FILENAS) DescribeSnapshotsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeSnapshotsCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeSnapshotsCommon for usage and error information.

func (*FILENAS) DescribeSnapshotsCommonRequest

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

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

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

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

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

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

func (*FILENAS) DescribeSnapshotsCommonWithContext

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

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

See DescribeSnapshotsCommon 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 (*FILENAS) DescribeSnapshotsRequest

func (c *FILENAS) DescribeSnapshotsRequest(input *DescribeSnapshotsInput) (req *request.Request, output *DescribeSnapshotsOutput)

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

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

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

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

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

func (*FILENAS) DescribeSnapshotsWithContext

func (c *FILENAS) DescribeSnapshotsWithContext(ctx volcengine.Context, input *DescribeSnapshotsInput, opts ...request.Option) (*DescribeSnapshotsOutput, error)

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

See DescribeSnapshots 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 (*FILENAS) DescribeZones

func (c *FILENAS) DescribeZones(input *DescribeZonesInput) (*DescribeZonesOutput, error)

DescribeZones API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeZones for usage and error information.

func (*FILENAS) DescribeZonesCommon

func (c *FILENAS) DescribeZonesCommon(input *map[string]interface{}) (*map[string]interface{}, error)

DescribeZonesCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation DescribeZonesCommon for usage and error information.

func (*FILENAS) DescribeZonesCommonRequest

func (c *FILENAS) 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 (*FILENAS) DescribeZonesCommonWithContext

func (c *FILENAS) 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 (*FILENAS) DescribeZonesRequest

func (c *FILENAS) 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 (*FILENAS) DescribeZonesWithContext

func (c *FILENAS) 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 (*FILENAS) ExpandFileSystem

func (c *FILENAS) ExpandFileSystem(input *ExpandFileSystemInput) (*ExpandFileSystemOutput, error)

ExpandFileSystem API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation ExpandFileSystem for usage and error information.

func (*FILENAS) ExpandFileSystemCommon

func (c *FILENAS) ExpandFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ExpandFileSystemCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation ExpandFileSystemCommon for usage and error information.

func (*FILENAS) ExpandFileSystemCommonRequest

func (c *FILENAS) 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 (*FILENAS) ExpandFileSystemCommonWithContext

func (c *FILENAS) 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 (*FILENAS) ExpandFileSystemRequest

func (c *FILENAS) 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 (*FILENAS) ExpandFileSystemWithContext

func (c *FILENAS) 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 (*FILENAS) UpdateFileSystem

func (c *FILENAS) UpdateFileSystem(input *UpdateFileSystemInput) (*UpdateFileSystemOutput, error)

UpdateFileSystem API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateFileSystem for usage and error information.

func (*FILENAS) UpdateFileSystemCommon

func (c *FILENAS) UpdateFileSystemCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateFileSystemCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateFileSystemCommon for usage and error information.

func (*FILENAS) UpdateFileSystemCommonRequest

func (c *FILENAS) 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 (*FILENAS) UpdateFileSystemCommonWithContext

func (c *FILENAS) 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 (*FILENAS) UpdateFileSystemRequest

func (c *FILENAS) 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 (*FILENAS) UpdateFileSystemWithContext

func (c *FILENAS) 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 (*FILENAS) UpdateMountPoint

func (c *FILENAS) UpdateMountPoint(input *UpdateMountPointInput) (*UpdateMountPointOutput, error)

UpdateMountPoint API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateMountPoint for usage and error information.

func (*FILENAS) UpdateMountPointCommon

func (c *FILENAS) UpdateMountPointCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateMountPointCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateMountPointCommon for usage and error information.

func (*FILENAS) UpdateMountPointCommonRequest

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

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

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

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

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

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

func (*FILENAS) UpdateMountPointCommonWithContext

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

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

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

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

func (*FILENAS) UpdateMountPointRequest

func (c *FILENAS) UpdateMountPointRequest(input *UpdateMountPointInput) (req *request.Request, output *UpdateMountPointOutput)

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

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

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

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

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

func (*FILENAS) UpdateMountPointWithContext

func (c *FILENAS) UpdateMountPointWithContext(ctx volcengine.Context, input *UpdateMountPointInput, opts ...request.Option) (*UpdateMountPointOutput, error)

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

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

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

func (*FILENAS) UpdatePermissionGroup

func (c *FILENAS) UpdatePermissionGroup(input *UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)

UpdatePermissionGroup API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionGroup for usage and error information.

func (*FILENAS) UpdatePermissionGroupCommon

func (c *FILENAS) UpdatePermissionGroupCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePermissionGroupCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionGroupCommon for usage and error information.

func (*FILENAS) UpdatePermissionGroupCommonRequest

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

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

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

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

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

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

func (*FILENAS) UpdatePermissionGroupCommonWithContext

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

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

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

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

func (*FILENAS) UpdatePermissionGroupRequest

func (c *FILENAS) UpdatePermissionGroupRequest(input *UpdatePermissionGroupInput) (req *request.Request, output *UpdatePermissionGroupOutput)

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

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

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

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

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

func (*FILENAS) UpdatePermissionGroupWithContext

func (c *FILENAS) UpdatePermissionGroupWithContext(ctx volcengine.Context, input *UpdatePermissionGroupInput, opts ...request.Option) (*UpdatePermissionGroupOutput, error)

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

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

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

func (*FILENAS) UpdatePermissionRule

func (c *FILENAS) UpdatePermissionRule(input *UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)

UpdatePermissionRule API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionRule for usage and error information.

func (*FILENAS) UpdatePermissionRuleCommon

func (c *FILENAS) UpdatePermissionRuleCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdatePermissionRuleCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdatePermissionRuleCommon for usage and error information.

func (*FILENAS) UpdatePermissionRuleCommonRequest

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

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

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

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

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

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

func (*FILENAS) UpdatePermissionRuleCommonWithContext

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

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

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

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

func (*FILENAS) UpdatePermissionRuleRequest

func (c *FILENAS) UpdatePermissionRuleRequest(input *UpdatePermissionRuleInput) (req *request.Request, output *UpdatePermissionRuleOutput)

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

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

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

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

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

func (*FILENAS) UpdatePermissionRuleWithContext

func (c *FILENAS) UpdatePermissionRuleWithContext(ctx volcengine.Context, input *UpdatePermissionRuleInput, opts ...request.Option) (*UpdatePermissionRuleOutput, error)

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

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

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

func (*FILENAS) UpdateSnapshot

func (c *FILENAS) UpdateSnapshot(input *UpdateSnapshotInput) (*UpdateSnapshotOutput, error)

UpdateSnapshot API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateSnapshot for usage and error information.

func (*FILENAS) UpdateSnapshotCommon

func (c *FILENAS) UpdateSnapshotCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateSnapshotCommon API operation for FILENAS.

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

See the VOLCENGINE API reference guide for FILENAS's API operation UpdateSnapshotCommon for usage and error information.

func (*FILENAS) UpdateSnapshotCommonRequest

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

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

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

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

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

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

func (*FILENAS) UpdateSnapshotCommonWithContext

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

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

See UpdateSnapshotCommon 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 (*FILENAS) UpdateSnapshotRequest

func (c *FILENAS) UpdateSnapshotRequest(input *UpdateSnapshotInput) (req *request.Request, output *UpdateSnapshotOutput)

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

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

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

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

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

func (*FILENAS) UpdateSnapshotWithContext

func (c *FILENAS) UpdateSnapshotWithContext(ctx volcengine.Context, input *UpdateSnapshotInput, opts ...request.Option) (*UpdateSnapshotOutput, error)

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

See UpdateSnapshot 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 FILENASAPI

type FILENASAPI interface {
	CreateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateFileSystem(*CreateFileSystemInput) (*CreateFileSystemOutput, error)
	CreateFileSystemWithContext(volcengine.Context, *CreateFileSystemInput, ...request.Option) (*CreateFileSystemOutput, error)
	CreateFileSystemRequest(*CreateFileSystemInput) (*request.Request, *CreateFileSystemOutput)

	CreateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateMountPoint(*CreateMountPointInput) (*CreateMountPointOutput, error)
	CreateMountPointWithContext(volcengine.Context, *CreateMountPointInput, ...request.Option) (*CreateMountPointOutput, error)
	CreateMountPointRequest(*CreateMountPointInput) (*request.Request, *CreateMountPointOutput)

	CreatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreatePermissionGroup(*CreatePermissionGroupInput) (*CreatePermissionGroupOutput, error)
	CreatePermissionGroupWithContext(volcengine.Context, *CreatePermissionGroupInput, ...request.Option) (*CreatePermissionGroupOutput, error)
	CreatePermissionGroupRequest(*CreatePermissionGroupInput) (*request.Request, *CreatePermissionGroupOutput)

	CreateSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateSnapshot(*CreateSnapshotInput) (*CreateSnapshotOutput, error)
	CreateSnapshotWithContext(volcengine.Context, *CreateSnapshotInput, ...request.Option) (*CreateSnapshotOutput, error)
	CreateSnapshotRequest(*CreateSnapshotInput) (*request.Request, *CreateSnapshotOutput)

	DeleteFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteFileSystem(*DeleteFileSystemInput) (*DeleteFileSystemOutput, error)
	DeleteFileSystemWithContext(volcengine.Context, *DeleteFileSystemInput, ...request.Option) (*DeleteFileSystemOutput, error)
	DeleteFileSystemRequest(*DeleteFileSystemInput) (*request.Request, *DeleteFileSystemOutput)

	DeleteMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteMountPoint(*DeleteMountPointInput) (*DeleteMountPointOutput, error)
	DeleteMountPointWithContext(volcengine.Context, *DeleteMountPointInput, ...request.Option) (*DeleteMountPointOutput, error)
	DeleteMountPointRequest(*DeleteMountPointInput) (*request.Request, *DeleteMountPointOutput)

	DeletePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeletePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeletePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeletePermissionGroup(*DeletePermissionGroupInput) (*DeletePermissionGroupOutput, error)
	DeletePermissionGroupWithContext(volcengine.Context, *DeletePermissionGroupInput, ...request.Option) (*DeletePermissionGroupOutput, error)
	DeletePermissionGroupRequest(*DeletePermissionGroupInput) (*request.Request, *DeletePermissionGroupOutput)

	DeleteSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DeleteSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DeleteSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DeleteSnapshot(*DeleteSnapshotInput) (*DeleteSnapshotOutput, error)
	DeleteSnapshotWithContext(volcengine.Context, *DeleteSnapshotInput, ...request.Option) (*DeleteSnapshotOutput, error)
	DeleteSnapshotRequest(*DeleteSnapshotInput) (*request.Request, *DeleteSnapshotOutput)

	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)

	DescribeMountPointsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeMountPointsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeMountPointsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeMountPoints(*DescribeMountPointsInput) (*DescribeMountPointsOutput, error)
	DescribeMountPointsWithContext(volcengine.Context, *DescribeMountPointsInput, ...request.Option) (*DescribeMountPointsOutput, error)
	DescribeMountPointsRequest(*DescribeMountPointsInput) (*request.Request, *DescribeMountPointsOutput)

	DescribePermissionGroupsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePermissionGroupsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePermissionGroupsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePermissionGroups(*DescribePermissionGroupsInput) (*DescribePermissionGroupsOutput, error)
	DescribePermissionGroupsWithContext(volcengine.Context, *DescribePermissionGroupsInput, ...request.Option) (*DescribePermissionGroupsOutput, error)
	DescribePermissionGroupsRequest(*DescribePermissionGroupsInput) (*request.Request, *DescribePermissionGroupsOutput)

	DescribePermissionRulesCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribePermissionRulesCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribePermissionRulesCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribePermissionRules(*DescribePermissionRulesInput) (*DescribePermissionRulesOutput, error)
	DescribePermissionRulesWithContext(volcengine.Context, *DescribePermissionRulesInput, ...request.Option) (*DescribePermissionRulesOutput, error)
	DescribePermissionRulesRequest(*DescribePermissionRulesInput) (*request.Request, *DescribePermissionRulesOutput)

	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)

	DescribeSnapshotsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	DescribeSnapshotsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	DescribeSnapshotsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	DescribeSnapshots(*DescribeSnapshotsInput) (*DescribeSnapshotsOutput, error)
	DescribeSnapshotsWithContext(volcengine.Context, *DescribeSnapshotsInput, ...request.Option) (*DescribeSnapshotsOutput, error)
	DescribeSnapshotsRequest(*DescribeSnapshotsInput) (*request.Request, *DescribeSnapshotsOutput)

	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)

	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)

	UpdateFileSystemCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateFileSystemCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateFileSystemCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateFileSystem(*UpdateFileSystemInput) (*UpdateFileSystemOutput, error)
	UpdateFileSystemWithContext(volcengine.Context, *UpdateFileSystemInput, ...request.Option) (*UpdateFileSystemOutput, error)
	UpdateFileSystemRequest(*UpdateFileSystemInput) (*request.Request, *UpdateFileSystemOutput)

	UpdateMountPointCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateMountPointCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateMountPointCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateMountPoint(*UpdateMountPointInput) (*UpdateMountPointOutput, error)
	UpdateMountPointWithContext(volcengine.Context, *UpdateMountPointInput, ...request.Option) (*UpdateMountPointOutput, error)
	UpdateMountPointRequest(*UpdateMountPointInput) (*request.Request, *UpdateMountPointOutput)

	UpdatePermissionGroupCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePermissionGroupCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePermissionGroupCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePermissionGroup(*UpdatePermissionGroupInput) (*UpdatePermissionGroupOutput, error)
	UpdatePermissionGroupWithContext(volcengine.Context, *UpdatePermissionGroupInput, ...request.Option) (*UpdatePermissionGroupOutput, error)
	UpdatePermissionGroupRequest(*UpdatePermissionGroupInput) (*request.Request, *UpdatePermissionGroupOutput)

	UpdatePermissionRuleCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdatePermissionRuleCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdatePermissionRuleCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdatePermissionRule(*UpdatePermissionRuleInput) (*UpdatePermissionRuleOutput, error)
	UpdatePermissionRuleWithContext(volcengine.Context, *UpdatePermissionRuleInput, ...request.Option) (*UpdatePermissionRuleOutput, error)
	UpdatePermissionRuleRequest(*UpdatePermissionRuleInput) (*request.Request, *UpdatePermissionRuleOutput)

	UpdateSnapshotCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateSnapshotCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateSnapshotCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateSnapshot(*UpdateSnapshotInput) (*UpdateSnapshotOutput, error)
	UpdateSnapshotWithContext(volcengine.Context, *UpdateSnapshotInput, ...request.Option) (*UpdateSnapshotOutput, error)
	UpdateSnapshotRequest(*UpdateSnapshotInput) (*request.Request, *UpdateSnapshotOutput)
}

FILENASAPI provides an interface to enable mocking the filenas.FILENAS service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// FILENAS.
func myFunc(svc FILENASAPI) bool {
    // Make svc.CreateFileSystem request
}

func main() {
    sess := session.New()
    svc := filenas.New(sess)

    myFunc(svc)
}

type FileSystemForDescribeFileSystemsOutput

type FileSystemForDescribeFileSystemsOutput struct {
	Capacity *CapacityForDescribeFileSystemsOutput `type:"structure"`

	ChargeType *string `type:"string" enum:"EnumOfChargeTypeForDescribeFileSystemsOutput"`

	CreateTime *string `type:"string"`

	Description *string `type:"string"`

	FileSystemId *string `type:"string"`

	FileSystemName *string `type:"string"`

	FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeFileSystemsOutput"`

	ProjectName *string `type:"string"`

	ProtocolType *string `type:"string" enum:"EnumOfProtocolTypeForDescribeFileSystemsOutput"`

	RegionId *string `type:"string"`

	SnapshotCount *int32 `type:"int32"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeFileSystemsOutput"`

	StorageType *string `type:"string" enum:"EnumOfStorageTypeForDescribeFileSystemsOutput"`

	Tags []*TagForDescribeFileSystemsOutput `type:"list"`

	UpdateTime *string `type:"string"`

	Version *string `type:"string"`

	ZoneId *string `type:"string"`

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

func (FileSystemForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*FileSystemForDescribeFileSystemsOutput) SetCapacity

SetCapacity sets the Capacity field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetChargeType

SetChargeType sets the ChargeType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetDescription

SetDescription sets the Description field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProjectName

SetProjectName sets the ProjectName field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetProtocolType

SetProtocolType sets the ProtocolType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetSnapshotCount

SetSnapshotCount sets the SnapshotCount field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStatus

SetStatus sets the Status field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetTags

SetTags sets the Tags field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetVersion

SetVersion sets the Version field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*FileSystemForDescribeFileSystemsOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (FileSystemForDescribeFileSystemsOutput) String

String returns the string representation

type FilterForDescribeFileSystemsInput

type FilterForDescribeFileSystemsInput struct {
	Key *string `type:"string" enum:"EnumOfKeyForDescribeFileSystemsInput"`

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

func (FilterForDescribeFileSystemsInput) GoString

GoString returns the string representation

func (*FilterForDescribeFileSystemsInput) SetKey

SetKey sets the Key field's value.

func (*FilterForDescribeFileSystemsInput) SetValue

SetValue sets the Value field's value.

func (FilterForDescribeFileSystemsInput) String

String returns the string representation

type FilterForDescribePermissionGroupsInput

type FilterForDescribePermissionGroupsInput struct {
	Key *string `type:"string" enum:"EnumOfKeyForDescribePermissionGroupsInput"`

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

func (FilterForDescribePermissionGroupsInput) GoString

GoString returns the string representation

func (*FilterForDescribePermissionGroupsInput) SetKey

SetKey sets the Key field's value.

func (*FilterForDescribePermissionGroupsInput) SetValue

SetValue sets the Value field's value.

func (FilterForDescribePermissionGroupsInput) String

String returns the string representation

type MountPointForDescribeMountPointsOutput

type MountPointForDescribeMountPointsOutput struct {
	FileSystemId *string `type:"string"`

	MountPointId *string `type:"string"`

	MountPointName *string `type:"string"`
	// contains filtered or unexported fields
}

func (MountPointForDescribeMountPointsOutput) GoString

GoString returns the string representation

func (*MountPointForDescribeMountPointsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*MountPointForDescribeMountPointsOutput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*MountPointForDescribeMountPointsOutput) SetMountPointName

SetMountPointName sets the MountPointName field's value.

func (MountPointForDescribeMountPointsOutput) String

String returns the string representation

type MountPointForDescribePermissionGroupsOutput

type MountPointForDescribePermissionGroupsOutput struct {
	FileSystemId *string `type:"string"`

	MountPointId *string `type:"string"`

	MountPointName *string `type:"string"`
	// contains filtered or unexported fields
}

func (MountPointForDescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*MountPointForDescribePermissionGroupsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*MountPointForDescribePermissionGroupsOutput) SetMountPointId

SetMountPointId sets the MountPointId field's value.

func (*MountPointForDescribePermissionGroupsOutput) SetMountPointName

SetMountPointName sets the MountPointName field's value.

func (MountPointForDescribePermissionGroupsOutput) String

String returns the string representation

type OverviewForDescribeFileSystemOverviewOutput

type OverviewForDescribeFileSystemOverviewOutput struct {
	ErrorCount *int32 `type:"int32"`

	OtherCount *int32 `type:"int32"`

	RegionId *string `type:"string"`

	RunningCount *int32 `type:"int32"`

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

func (OverviewForDescribeFileSystemOverviewOutput) GoString

GoString returns the string representation

func (*OverviewForDescribeFileSystemOverviewOutput) SetErrorCount

SetErrorCount sets the ErrorCount field's value.

func (*OverviewForDescribeFileSystemOverviewOutput) SetOtherCount

SetOtherCount sets the OtherCount field's value.

func (*OverviewForDescribeFileSystemOverviewOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*OverviewForDescribeFileSystemOverviewOutput) SetRunningCount

SetRunningCount sets the RunningCount field's value.

func (*OverviewForDescribeFileSystemOverviewOutput) SetTotalCount

SetTotalCount sets the TotalCount field's value.

func (OverviewForDescribeFileSystemOverviewOutput) String

String returns the string representation

type PermissionGroupForDescribeMountPointsOutput

type PermissionGroupForDescribeMountPointsOutput struct {
	CreateTime *string `type:"string"`

	Description *string `type:"string"`

	FileSystemCount *int32 `type:"int32"`

	FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeMountPointsOutput"`

	MountPoints []*MountPointForDescribeMountPointsOutput `type:"list"`

	PermissionGroupId *string `type:"string"`

	PermissionGroupName *string `type:"string"`

	PermissionRuleCount *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (PermissionGroupForDescribeMountPointsOutput) GoString

GoString returns the string representation

func (*PermissionGroupForDescribeMountPointsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetDescription

SetDescription sets the Description field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetFileSystemCount

SetFileSystemCount sets the FileSystemCount field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetMountPoints

SetMountPoints sets the MountPoints field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (*PermissionGroupForDescribeMountPointsOutput) SetPermissionRuleCount

SetPermissionRuleCount sets the PermissionRuleCount field's value.

func (PermissionGroupForDescribeMountPointsOutput) String

String returns the string representation

type PermissionGroupForDescribePermissionGroupsOutput

type PermissionGroupForDescribePermissionGroupsOutput struct {
	CreateTime *string `type:"string"`

	Description *string `type:"string"`

	FileSystemCount *int32 `type:"int32"`

	FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribePermissionGroupsOutput"`

	MountPoints []*MountPointForDescribePermissionGroupsOutput `type:"list"`

	PermissionGroupId *string `type:"string"`

	PermissionGroupName *string `type:"string"`

	PermissionRuleCount *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (PermissionGroupForDescribePermissionGroupsOutput) GoString

GoString returns the string representation

func (*PermissionGroupForDescribePermissionGroupsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetDescription

SetDescription sets the Description field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemCount

SetFileSystemCount sets the FileSystemCount field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetMountPoints

SetMountPoints sets the MountPoints field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupId

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionGroupName

SetPermissionGroupName sets the PermissionGroupName field's value.

func (*PermissionGroupForDescribePermissionGroupsOutput) SetPermissionRuleCount

SetPermissionRuleCount sets the PermissionRuleCount field's value.

func (PermissionGroupForDescribePermissionGroupsOutput) String

String returns the string representation

type PermissionRuleForDescribePermissionRulesOutput

type PermissionRuleForDescribePermissionRulesOutput struct {
	CidrIp *string `type:"string"`

	PermissionRuleId *string `type:"string"`

	RwMode *string `type:"string" enum:"EnumOfRwModeForDescribePermissionRulesOutput"`

	UserMode *string `type:"string" enum:"EnumOfUserModeForDescribePermissionRulesOutput"`
	// contains filtered or unexported fields
}

func (PermissionRuleForDescribePermissionRulesOutput) GoString

GoString returns the string representation

func (*PermissionRuleForDescribePermissionRulesOutput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetPermissionRuleId

SetPermissionRuleId sets the PermissionRuleId field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*PermissionRuleForDescribePermissionRulesOutput) SetUserMode

SetUserMode sets the UserMode field's value.

func (PermissionRuleForDescribePermissionRulesOutput) String

String returns the string representation

type PermissionRuleForUpdatePermissionRuleInput

type PermissionRuleForUpdatePermissionRuleInput struct {
	CidrIp *string `type:"string"`

	PermissionRuleId *string `type:"string"`

	RwMode *string `type:"string" enum:"EnumOfRwModeForUpdatePermissionRuleInput"`

	UserMode *string `type:"string" enum:"EnumOfUserModeForUpdatePermissionRuleInput"`
	// contains filtered or unexported fields
}

func (PermissionRuleForUpdatePermissionRuleInput) GoString

GoString returns the string representation

func (*PermissionRuleForUpdatePermissionRuleInput) SetCidrIp

SetCidrIp sets the CidrIp field's value.

func (*PermissionRuleForUpdatePermissionRuleInput) SetPermissionRuleId

SetPermissionRuleId sets the PermissionRuleId field's value.

func (*PermissionRuleForUpdatePermissionRuleInput) SetRwMode

SetRwMode sets the RwMode field's value.

func (*PermissionRuleForUpdatePermissionRuleInput) SetUserMode

SetUserMode sets the UserMode field's value.

func (PermissionRuleForUpdatePermissionRuleInput) String

String returns the string representation

type RegionForDescribeRegionsOutput

type RegionForDescribeRegionsOutput struct {
	RegionId *string `type:"string"`

	RegionName *string `type:"string"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeRegionsOutput"`
	// contains filtered or unexported fields
}

func (RegionForDescribeRegionsOutput) GoString

GoString returns the string representation

func (*RegionForDescribeRegionsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*RegionForDescribeRegionsOutput) SetRegionName

SetRegionName sets the RegionName field's value.

func (*RegionForDescribeRegionsOutput) SetStatus

SetStatus sets the Status field's value.

func (RegionForDescribeRegionsOutput) String

String returns the string representation

type SaleForDescribeZonesOutput

type SaleForDescribeZonesOutput struct {
	FileSystemType *string `type:"string" enum:"EnumOfFileSystemTypeForDescribeZonesOutput"`

	ProtocolType *string `type:"string" enum:"EnumOfProtocolTypeForDescribeZonesOutput"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeZonesOutput"`

	StorageType *string `type:"string"`
	// contains filtered or unexported fields
}

func (SaleForDescribeZonesOutput) GoString

func (s SaleForDescribeZonesOutput) GoString() string

GoString returns the string representation

func (*SaleForDescribeZonesOutput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*SaleForDescribeZonesOutput) SetProtocolType

SetProtocolType sets the ProtocolType field's value.

func (*SaleForDescribeZonesOutput) SetStatus

SetStatus sets the Status field's value.

func (*SaleForDescribeZonesOutput) SetStorageType

SetStorageType sets the StorageType field's value.

func (SaleForDescribeZonesOutput) String

String returns the string representation

type SnapshotForDescribeSnapshotsOutput

type SnapshotForDescribeSnapshotsOutput struct {
	CreateTime *string `type:"string"`

	Description *string `type:"string"`

	FileSystemId *string `type:"string"`

	FileSystemName *string `type:"string"`

	IsEncrypt *bool `type:"boolean"`

	Progress *string `type:"string"`

	RetentionDays *int32 `type:"int32"`

	SnapshotId *string `type:"string"`

	SnapshotName *string `type:"string"`

	SnapshotType *string `type:"string" enum:"EnumOfSnapshotTypeForDescribeSnapshotsOutput"`

	SourceSize *int32 `type:"int32"`

	SourceVersion *string `type:"string"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeSnapshotsOutput"`

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

func (SnapshotForDescribeSnapshotsOutput) GoString

GoString returns the string representation

func (*SnapshotForDescribeSnapshotsOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetDescription

SetDescription sets the Description field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetFileSystemId

SetFileSystemId sets the FileSystemId field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetFileSystemName

SetFileSystemName sets the FileSystemName field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetIsEncrypt

SetIsEncrypt sets the IsEncrypt field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetProgress

SetProgress sets the Progress field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetRetentionDays

SetRetentionDays sets the RetentionDays field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotId

SetSnapshotId sets the SnapshotId field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotName

SetSnapshotName sets the SnapshotName field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetSnapshotType

SetSnapshotType sets the SnapshotType field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetSourceSize

SetSourceSize sets the SourceSize field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetSourceVersion

SetSourceVersion sets the SourceVersion field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetStatus

SetStatus sets the Status field's value.

func (*SnapshotForDescribeSnapshotsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (SnapshotForDescribeSnapshotsOutput) String

String returns the string representation

type StatisticForDescribeFileSystemStatisticsOutput

type StatisticForDescribeFileSystemStatisticsOutput struct {
	CommonCapacity *CommonCapacityForDescribeFileSystemStatisticsOutput `type:"structure"`

	CommonFileSystemCount *int32 `type:"int32"`

	ExtremeCapacity *ExtremeCapacityForDescribeFileSystemStatisticsOutput `type:"structure"`

	ExtremeFileSystemCount *int32 `type:"int32"`

	RegionId *string `type:"string"`

	ZoneId *string `type:"string"`

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

func (StatisticForDescribeFileSystemStatisticsOutput) GoString

GoString returns the string representation

func (*StatisticForDescribeFileSystemStatisticsOutput) SetCommonCapacity

SetCommonCapacity sets the CommonCapacity field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetCommonFileSystemCount

SetCommonFileSystemCount sets the CommonFileSystemCount field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetExtremeCapacity

SetExtremeCapacity sets the ExtremeCapacity field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetExtremeFileSystemCount

SetExtremeFileSystemCount sets the ExtremeFileSystemCount field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetRegionId

SetRegionId sets the RegionId field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*StatisticForDescribeFileSystemStatisticsOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (StatisticForDescribeFileSystemStatisticsOutput) String

String returns the string representation

type TagFilterForDescribeFileSystemsInput

type TagFilterForDescribeFileSystemsInput struct {
	Key *string `type:"string"`

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

func (TagFilterForDescribeFileSystemsInput) GoString

GoString returns the string representation

func (*TagFilterForDescribeFileSystemsInput) SetKey

SetKey sets the Key field's value.

func (*TagFilterForDescribeFileSystemsInput) SetValue

SetValue sets the Value field's value.

func (TagFilterForDescribeFileSystemsInput) String

String returns the string representation

type TagForCreateFileSystemInput

type TagForCreateFileSystemInput struct {
	Key *string `type:"string"`

	Type *string `type:"string" enum:"EnumOfTypeForCreateFileSystemInput"`

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

func (TagForCreateFileSystemInput) GoString

func (s TagForCreateFileSystemInput) GoString() string

GoString returns the string representation

func (*TagForCreateFileSystemInput) SetKey

SetKey sets the Key field's value.

func (*TagForCreateFileSystemInput) SetType

SetType sets the Type field's value.

func (*TagForCreateFileSystemInput) SetValue

SetValue sets the Value field's value.

func (TagForCreateFileSystemInput) String

String returns the string representation

type TagForDescribeFileSystemsOutput

type TagForDescribeFileSystemsOutput struct {
	Key *string `type:"string"`

	Type *string `type:"string" enum:"EnumOfTypeForDescribeFileSystemsOutput"`

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

func (TagForDescribeFileSystemsOutput) GoString

GoString returns the string representation

func (*TagForDescribeFileSystemsOutput) SetKey

SetKey sets the Key field's value.

func (*TagForDescribeFileSystemsOutput) SetType

SetType sets the Type field's value.

func (*TagForDescribeFileSystemsOutput) SetValue

SetValue sets the Value field's value.

func (TagForDescribeFileSystemsOutput) String

String returns the string representation

type TagForUpdateFileSystemInput

type TagForUpdateFileSystemInput struct {
	Key *string `type:"string"`

	Type *string `type:"string" enum:"EnumOfTypeForUpdateFileSystemInput"`

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

func (TagForUpdateFileSystemInput) GoString

func (s TagForUpdateFileSystemInput) GoString() string

GoString returns the string representation

func (*TagForUpdateFileSystemInput) SetKey

SetKey sets the Key field's value.

func (*TagForUpdateFileSystemInput) SetType

SetType sets the Type field's value.

func (*TagForUpdateFileSystemInput) SetValue

SetValue sets the Value field's value.

func (TagForUpdateFileSystemInput) String

String returns the string representation

type UpdateFileSystemInput

type UpdateFileSystemInput struct {
	Description *string `type:"string"`

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

	FileSystemName *string `type:"string"`

	ProjectName *string `type:"string"`

	Tags []*TagForUpdateFileSystemInput `type:"list"`
	// 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) SetProjectName

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

SetProjectName sets the ProjectName field's value.

func (*UpdateFileSystemInput) SetTags

SetTags sets the Tags field's value.

func (UpdateFileSystemInput) String

func (s UpdateFileSystemInput) String() string

String returns the string representation

func (*UpdateFileSystemInput) Validate added in v1.0.119

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 UpdateMountPointInput

type UpdateMountPointInput struct {

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

	// MountPointId is a required field
	MountPointId *string `type:"string" required:"true"`

	MountPointName *string `type:"string"`

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

func (UpdateMountPointInput) GoString

func (s UpdateMountPointInput) GoString() string

GoString returns the string representation

func (*UpdateMountPointInput) SetFileSystemId

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

SetFileSystemId sets the FileSystemId field's value.

func (*UpdateMountPointInput) SetMountPointId

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

SetMountPointId sets the MountPointId field's value.

func (*UpdateMountPointInput) SetMountPointName

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

SetMountPointName sets the MountPointName field's value.

func (*UpdateMountPointInput) SetPermissionGroupId

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

SetPermissionGroupId sets the PermissionGroupId field's value.

func (UpdateMountPointInput) String

func (s UpdateMountPointInput) String() string

String returns the string representation

func (*UpdateMountPointInput) Validate added in v1.0.119

func (s *UpdateMountPointInput) Validate() error

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

type UpdateMountPointOutput

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

func (UpdateMountPointOutput) GoString

func (s UpdateMountPointOutput) GoString() string

GoString returns the string representation

func (UpdateMountPointOutput) String

func (s UpdateMountPointOutput) String() string

String returns the string representation

type UpdatePermissionGroupInput

type UpdatePermissionGroupInput struct {
	Description *string `type:"string"`

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForUpdatePermissionGroupInput"`

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

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

func (UpdatePermissionGroupInput) GoString

func (s UpdatePermissionGroupInput) GoString() string

GoString returns the string representation

func (*UpdatePermissionGroupInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdatePermissionGroupInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*UpdatePermissionGroupInput) SetPermissionGroupId

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

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*UpdatePermissionGroupInput) SetPermissionGroupName

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

SetPermissionGroupName sets the PermissionGroupName field's value.

func (UpdatePermissionGroupInput) String

String returns the string representation

func (*UpdatePermissionGroupInput) Validate added in v1.0.119

func (s *UpdatePermissionGroupInput) Validate() error

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

type UpdatePermissionGroupOutput

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

func (UpdatePermissionGroupOutput) GoString

func (s UpdatePermissionGroupOutput) GoString() string

GoString returns the string representation

func (UpdatePermissionGroupOutput) String

String returns the string representation

type UpdatePermissionRuleInput

type UpdatePermissionRuleInput struct {

	// FileSystemType is a required field
	FileSystemType *string `type:"string" required:"true" enum:"EnumOfFileSystemTypeForUpdatePermissionRuleInput"`

	PermissionGroupId *string `type:"string"`

	PermissionRules []*PermissionRuleForUpdatePermissionRuleInput `type:"list"`
	// contains filtered or unexported fields
}

func (UpdatePermissionRuleInput) GoString

func (s UpdatePermissionRuleInput) GoString() string

GoString returns the string representation

func (*UpdatePermissionRuleInput) SetFileSystemType

SetFileSystemType sets the FileSystemType field's value.

func (*UpdatePermissionRuleInput) SetPermissionGroupId

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

SetPermissionGroupId sets the PermissionGroupId field's value.

func (*UpdatePermissionRuleInput) SetPermissionRules

SetPermissionRules sets the PermissionRules field's value.

func (UpdatePermissionRuleInput) String

func (s UpdatePermissionRuleInput) String() string

String returns the string representation

func (*UpdatePermissionRuleInput) Validate added in v1.0.119

func (s *UpdatePermissionRuleInput) Validate() error

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

type UpdatePermissionRuleOutput

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

func (UpdatePermissionRuleOutput) GoString

func (s UpdatePermissionRuleOutput) GoString() string

GoString returns the string representation

func (UpdatePermissionRuleOutput) String

String returns the string representation

type UpdateSnapshotInput

type UpdateSnapshotInput struct {
	Description *string `type:"string"`

	// SnapshotId is a required field
	SnapshotId *string `type:"string" required:"true"`

	SnapshotName *string `type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSnapshotInput) GoString

func (s UpdateSnapshotInput) GoString() string

GoString returns the string representation

func (*UpdateSnapshotInput) SetDescription

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

SetDescription sets the Description field's value.

func (*UpdateSnapshotInput) SetSnapshotId

func (s *UpdateSnapshotInput) SetSnapshotId(v string) *UpdateSnapshotInput

SetSnapshotId sets the SnapshotId field's value.

func (*UpdateSnapshotInput) SetSnapshotName

func (s *UpdateSnapshotInput) SetSnapshotName(v string) *UpdateSnapshotInput

SetSnapshotName sets the SnapshotName field's value.

func (UpdateSnapshotInput) String

func (s UpdateSnapshotInput) String() string

String returns the string representation

func (*UpdateSnapshotInput) Validate added in v1.0.119

func (s *UpdateSnapshotInput) Validate() error

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

type UpdateSnapshotOutput

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

func (UpdateSnapshotOutput) GoString

func (s UpdateSnapshotOutput) GoString() string

GoString returns the string representation

func (UpdateSnapshotOutput) String

func (s UpdateSnapshotOutput) String() string

String returns the string representation

type ZoneForDescribeZonesOutput

type ZoneForDescribeZonesOutput struct {
	Sales []*SaleForDescribeZonesOutput `type:"list"`

	Status *string `type:"string" enum:"EnumOfStatusForDescribeZonesOutput"`

	ZoneId *string `type:"string"`

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

func (ZoneForDescribeZonesOutput) GoString

func (s ZoneForDescribeZonesOutput) GoString() string

GoString returns the string representation

func (*ZoneForDescribeZonesOutput) SetSales

SetSales sets the Sales field's value.

func (*ZoneForDescribeZonesOutput) SetStatus

SetStatus sets the Status field's value.

func (*ZoneForDescribeZonesOutput) SetZoneId

SetZoneId sets the ZoneId field's value.

func (*ZoneForDescribeZonesOutput) SetZoneName

SetZoneName sets the ZoneName field's value.

func (ZoneForDescribeZonesOutput) String

String returns the string representation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL