fsx

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileSystem deprecated

type FileSystem struct {
	pulumi.CustomResourceState

	BackupId              pulumi.StringPtrOutput                  `pulumi:"backupId"`
	DNSName               pulumi.StringOutput                     `pulumi:"dNSName"`
	FileSystemType        pulumi.StringOutput                     `pulumi:"fileSystemType"`
	FileSystemTypeVersion pulumi.StringPtrOutput                  `pulumi:"fileSystemTypeVersion"`
	KmsKeyId              pulumi.StringPtrOutput                  `pulumi:"kmsKeyId"`
	LustreConfiguration   FileSystemLustreConfigurationPtrOutput  `pulumi:"lustreConfiguration"`
	LustreMountName       pulumi.StringOutput                     `pulumi:"lustreMountName"`
	OntapConfiguration    FileSystemOntapConfigurationPtrOutput   `pulumi:"ontapConfiguration"`
	OpenZFSConfiguration  FileSystemOpenZFSConfigurationPtrOutput `pulumi:"openZFSConfiguration"`
	RootVolumeId          pulumi.StringOutput                     `pulumi:"rootVolumeId"`
	SecurityGroupIds      pulumi.StringArrayOutput                `pulumi:"securityGroupIds"`
	StorageCapacity       pulumi.IntPtrOutput                     `pulumi:"storageCapacity"`
	StorageType           pulumi.StringPtrOutput                  `pulumi:"storageType"`
	SubnetIds             pulumi.StringArrayOutput                `pulumi:"subnetIds"`
	Tags                  FileSystemTagArrayOutput                `pulumi:"tags"`
	WindowsConfiguration  FileSystemWindowsConfigurationPtrOutput `pulumi:"windowsConfiguration"`
}

Resource Type definition for AWS::FSx::FileSystem

Deprecated: FileSystem is not yet supported by AWS Native, so its creation will currently fail. Please use the classic AWS provider, if possible.

func GetFileSystem

func GetFileSystem(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *FileSystemState, opts ...pulumi.ResourceOption) (*FileSystem, error)

GetFileSystem gets an existing FileSystem resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewFileSystem

func NewFileSystem(ctx *pulumi.Context,
	name string, args *FileSystemArgs, opts ...pulumi.ResourceOption) (*FileSystem, error)

NewFileSystem registers a new resource with the given unique name, arguments, and options.

func (*FileSystem) ElementType

func (*FileSystem) ElementType() reflect.Type

func (*FileSystem) ToFileSystemOutput

func (i *FileSystem) ToFileSystemOutput() FileSystemOutput

func (*FileSystem) ToFileSystemOutputWithContext

func (i *FileSystem) ToFileSystemOutputWithContext(ctx context.Context) FileSystemOutput

type FileSystemArgs

type FileSystemArgs struct {
	BackupId              pulumi.StringPtrInput
	FileSystemType        pulumi.StringInput
	FileSystemTypeVersion pulumi.StringPtrInput
	KmsKeyId              pulumi.StringPtrInput
	LustreConfiguration   FileSystemLustreConfigurationPtrInput
	OntapConfiguration    FileSystemOntapConfigurationPtrInput
	OpenZFSConfiguration  FileSystemOpenZFSConfigurationPtrInput
	SecurityGroupIds      pulumi.StringArrayInput
	StorageCapacity       pulumi.IntPtrInput
	StorageType           pulumi.StringPtrInput
	SubnetIds             pulumi.StringArrayInput
	Tags                  FileSystemTagArrayInput
	WindowsConfiguration  FileSystemWindowsConfigurationPtrInput
}

The set of arguments for constructing a FileSystem resource.

func (FileSystemArgs) ElementType

func (FileSystemArgs) ElementType() reflect.Type

type FileSystemAuditLogConfiguration

type FileSystemAuditLogConfiguration struct {
	AuditLogDestination          *string `pulumi:"auditLogDestination"`
	FileAccessAuditLogLevel      string  `pulumi:"fileAccessAuditLogLevel"`
	FileShareAccessAuditLogLevel string  `pulumi:"fileShareAccessAuditLogLevel"`
}

type FileSystemAuditLogConfigurationArgs

type FileSystemAuditLogConfigurationArgs struct {
	AuditLogDestination          pulumi.StringPtrInput `pulumi:"auditLogDestination"`
	FileAccessAuditLogLevel      pulumi.StringInput    `pulumi:"fileAccessAuditLogLevel"`
	FileShareAccessAuditLogLevel pulumi.StringInput    `pulumi:"fileShareAccessAuditLogLevel"`
}

func (FileSystemAuditLogConfigurationArgs) ElementType

func (FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationOutput

func (i FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationOutput() FileSystemAuditLogConfigurationOutput

func (FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationOutputWithContext

func (i FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationOutputWithContext(ctx context.Context) FileSystemAuditLogConfigurationOutput

func (FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationPtrOutput

func (i FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationPtrOutput() FileSystemAuditLogConfigurationPtrOutput

func (FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationPtrOutputWithContext

func (i FileSystemAuditLogConfigurationArgs) ToFileSystemAuditLogConfigurationPtrOutputWithContext(ctx context.Context) FileSystemAuditLogConfigurationPtrOutput

type FileSystemAuditLogConfigurationInput

type FileSystemAuditLogConfigurationInput interface {
	pulumi.Input

	ToFileSystemAuditLogConfigurationOutput() FileSystemAuditLogConfigurationOutput
	ToFileSystemAuditLogConfigurationOutputWithContext(context.Context) FileSystemAuditLogConfigurationOutput
}

FileSystemAuditLogConfigurationInput is an input type that accepts FileSystemAuditLogConfigurationArgs and FileSystemAuditLogConfigurationOutput values. You can construct a concrete instance of `FileSystemAuditLogConfigurationInput` via:

FileSystemAuditLogConfigurationArgs{...}

type FileSystemAuditLogConfigurationOutput

type FileSystemAuditLogConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemAuditLogConfigurationOutput) AuditLogDestination

func (FileSystemAuditLogConfigurationOutput) ElementType

func (FileSystemAuditLogConfigurationOutput) FileAccessAuditLogLevel

func (o FileSystemAuditLogConfigurationOutput) FileAccessAuditLogLevel() pulumi.StringOutput

func (FileSystemAuditLogConfigurationOutput) FileShareAccessAuditLogLevel

func (o FileSystemAuditLogConfigurationOutput) FileShareAccessAuditLogLevel() pulumi.StringOutput

func (FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationOutput

func (o FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationOutput() FileSystemAuditLogConfigurationOutput

func (FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationOutputWithContext

func (o FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationOutputWithContext(ctx context.Context) FileSystemAuditLogConfigurationOutput

func (FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationPtrOutput

func (o FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationPtrOutput() FileSystemAuditLogConfigurationPtrOutput

func (FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationPtrOutputWithContext

func (o FileSystemAuditLogConfigurationOutput) ToFileSystemAuditLogConfigurationPtrOutputWithContext(ctx context.Context) FileSystemAuditLogConfigurationPtrOutput

type FileSystemAuditLogConfigurationPtrInput

type FileSystemAuditLogConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemAuditLogConfigurationPtrOutput() FileSystemAuditLogConfigurationPtrOutput
	ToFileSystemAuditLogConfigurationPtrOutputWithContext(context.Context) FileSystemAuditLogConfigurationPtrOutput
}

FileSystemAuditLogConfigurationPtrInput is an input type that accepts FileSystemAuditLogConfigurationArgs, FileSystemAuditLogConfigurationPtr and FileSystemAuditLogConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemAuditLogConfigurationPtrInput` via:

        FileSystemAuditLogConfigurationArgs{...}

or:

        nil

type FileSystemAuditLogConfigurationPtrOutput

type FileSystemAuditLogConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemAuditLogConfigurationPtrOutput) AuditLogDestination

func (FileSystemAuditLogConfigurationPtrOutput) Elem

func (FileSystemAuditLogConfigurationPtrOutput) ElementType

func (FileSystemAuditLogConfigurationPtrOutput) FileAccessAuditLogLevel

func (FileSystemAuditLogConfigurationPtrOutput) FileShareAccessAuditLogLevel

func (o FileSystemAuditLogConfigurationPtrOutput) FileShareAccessAuditLogLevel() pulumi.StringPtrOutput

func (FileSystemAuditLogConfigurationPtrOutput) ToFileSystemAuditLogConfigurationPtrOutput

func (o FileSystemAuditLogConfigurationPtrOutput) ToFileSystemAuditLogConfigurationPtrOutput() FileSystemAuditLogConfigurationPtrOutput

func (FileSystemAuditLogConfigurationPtrOutput) ToFileSystemAuditLogConfigurationPtrOutputWithContext

func (o FileSystemAuditLogConfigurationPtrOutput) ToFileSystemAuditLogConfigurationPtrOutputWithContext(ctx context.Context) FileSystemAuditLogConfigurationPtrOutput

type FileSystemClientConfigurations added in v0.9.0

type FileSystemClientConfigurations struct {
	Clients *string  `pulumi:"clients"`
	Options []string `pulumi:"options"`
}

type FileSystemClientConfigurationsArgs added in v0.9.0

type FileSystemClientConfigurationsArgs struct {
	Clients pulumi.StringPtrInput   `pulumi:"clients"`
	Options pulumi.StringArrayInput `pulumi:"options"`
}

func (FileSystemClientConfigurationsArgs) ElementType added in v0.9.0

func (FileSystemClientConfigurationsArgs) ToFileSystemClientConfigurationsOutput added in v0.9.0

func (i FileSystemClientConfigurationsArgs) ToFileSystemClientConfigurationsOutput() FileSystemClientConfigurationsOutput

func (FileSystemClientConfigurationsArgs) ToFileSystemClientConfigurationsOutputWithContext added in v0.9.0

func (i FileSystemClientConfigurationsArgs) ToFileSystemClientConfigurationsOutputWithContext(ctx context.Context) FileSystemClientConfigurationsOutput

type FileSystemClientConfigurationsArray added in v0.9.0

type FileSystemClientConfigurationsArray []FileSystemClientConfigurationsInput

func (FileSystemClientConfigurationsArray) ElementType added in v0.9.0

func (FileSystemClientConfigurationsArray) ToFileSystemClientConfigurationsArrayOutput added in v0.9.0

func (i FileSystemClientConfigurationsArray) ToFileSystemClientConfigurationsArrayOutput() FileSystemClientConfigurationsArrayOutput

func (FileSystemClientConfigurationsArray) ToFileSystemClientConfigurationsArrayOutputWithContext added in v0.9.0

func (i FileSystemClientConfigurationsArray) ToFileSystemClientConfigurationsArrayOutputWithContext(ctx context.Context) FileSystemClientConfigurationsArrayOutput

type FileSystemClientConfigurationsArrayInput added in v0.9.0

type FileSystemClientConfigurationsArrayInput interface {
	pulumi.Input

	ToFileSystemClientConfigurationsArrayOutput() FileSystemClientConfigurationsArrayOutput
	ToFileSystemClientConfigurationsArrayOutputWithContext(context.Context) FileSystemClientConfigurationsArrayOutput
}

FileSystemClientConfigurationsArrayInput is an input type that accepts FileSystemClientConfigurationsArray and FileSystemClientConfigurationsArrayOutput values. You can construct a concrete instance of `FileSystemClientConfigurationsArrayInput` via:

FileSystemClientConfigurationsArray{ FileSystemClientConfigurationsArgs{...} }

type FileSystemClientConfigurationsArrayOutput added in v0.9.0

type FileSystemClientConfigurationsArrayOutput struct{ *pulumi.OutputState }

func (FileSystemClientConfigurationsArrayOutput) ElementType added in v0.9.0

func (FileSystemClientConfigurationsArrayOutput) Index added in v0.9.0

func (FileSystemClientConfigurationsArrayOutput) ToFileSystemClientConfigurationsArrayOutput added in v0.9.0

func (o FileSystemClientConfigurationsArrayOutput) ToFileSystemClientConfigurationsArrayOutput() FileSystemClientConfigurationsArrayOutput

func (FileSystemClientConfigurationsArrayOutput) ToFileSystemClientConfigurationsArrayOutputWithContext added in v0.9.0

func (o FileSystemClientConfigurationsArrayOutput) ToFileSystemClientConfigurationsArrayOutputWithContext(ctx context.Context) FileSystemClientConfigurationsArrayOutput

type FileSystemClientConfigurationsInput added in v0.9.0

type FileSystemClientConfigurationsInput interface {
	pulumi.Input

	ToFileSystemClientConfigurationsOutput() FileSystemClientConfigurationsOutput
	ToFileSystemClientConfigurationsOutputWithContext(context.Context) FileSystemClientConfigurationsOutput
}

FileSystemClientConfigurationsInput is an input type that accepts FileSystemClientConfigurationsArgs and FileSystemClientConfigurationsOutput values. You can construct a concrete instance of `FileSystemClientConfigurationsInput` via:

FileSystemClientConfigurationsArgs{...}

type FileSystemClientConfigurationsOutput added in v0.9.0

type FileSystemClientConfigurationsOutput struct{ *pulumi.OutputState }

func (FileSystemClientConfigurationsOutput) Clients added in v0.9.0

func (FileSystemClientConfigurationsOutput) ElementType added in v0.9.0

func (FileSystemClientConfigurationsOutput) Options added in v0.9.0

func (FileSystemClientConfigurationsOutput) ToFileSystemClientConfigurationsOutput added in v0.9.0

func (o FileSystemClientConfigurationsOutput) ToFileSystemClientConfigurationsOutput() FileSystemClientConfigurationsOutput

func (FileSystemClientConfigurationsOutput) ToFileSystemClientConfigurationsOutputWithContext added in v0.9.0

func (o FileSystemClientConfigurationsOutput) ToFileSystemClientConfigurationsOutputWithContext(ctx context.Context) FileSystemClientConfigurationsOutput

type FileSystemDiskIopsConfiguration added in v0.5.0

type FileSystemDiskIopsConfiguration struct {
	Iops *int    `pulumi:"iops"`
	Mode *string `pulumi:"mode"`
}

type FileSystemDiskIopsConfigurationArgs added in v0.5.0

type FileSystemDiskIopsConfigurationArgs struct {
	Iops pulumi.IntPtrInput    `pulumi:"iops"`
	Mode pulumi.StringPtrInput `pulumi:"mode"`
}

func (FileSystemDiskIopsConfigurationArgs) ElementType added in v0.5.0

func (FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationOutput added in v0.5.0

func (i FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationOutput() FileSystemDiskIopsConfigurationOutput

func (FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationOutputWithContext added in v0.5.0

func (i FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationOutputWithContext(ctx context.Context) FileSystemDiskIopsConfigurationOutput

func (FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationPtrOutput added in v0.5.0

func (i FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationPtrOutput() FileSystemDiskIopsConfigurationPtrOutput

func (FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationPtrOutputWithContext added in v0.5.0

func (i FileSystemDiskIopsConfigurationArgs) ToFileSystemDiskIopsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemDiskIopsConfigurationPtrOutput

type FileSystemDiskIopsConfigurationInput added in v0.5.0

type FileSystemDiskIopsConfigurationInput interface {
	pulumi.Input

	ToFileSystemDiskIopsConfigurationOutput() FileSystemDiskIopsConfigurationOutput
	ToFileSystemDiskIopsConfigurationOutputWithContext(context.Context) FileSystemDiskIopsConfigurationOutput
}

FileSystemDiskIopsConfigurationInput is an input type that accepts FileSystemDiskIopsConfigurationArgs and FileSystemDiskIopsConfigurationOutput values. You can construct a concrete instance of `FileSystemDiskIopsConfigurationInput` via:

FileSystemDiskIopsConfigurationArgs{...}

type FileSystemDiskIopsConfigurationOutput added in v0.5.0

type FileSystemDiskIopsConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemDiskIopsConfigurationOutput) ElementType added in v0.5.0

func (FileSystemDiskIopsConfigurationOutput) Iops added in v0.5.0

func (FileSystemDiskIopsConfigurationOutput) Mode added in v0.5.0

func (FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationOutput added in v0.5.0

func (o FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationOutput() FileSystemDiskIopsConfigurationOutput

func (FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationOutputWithContext added in v0.5.0

func (o FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationOutputWithContext(ctx context.Context) FileSystemDiskIopsConfigurationOutput

func (FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationPtrOutput added in v0.5.0

func (o FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationPtrOutput() FileSystemDiskIopsConfigurationPtrOutput

func (FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationPtrOutputWithContext added in v0.5.0

func (o FileSystemDiskIopsConfigurationOutput) ToFileSystemDiskIopsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemDiskIopsConfigurationPtrOutput

type FileSystemDiskIopsConfigurationPtrInput added in v0.5.0

type FileSystemDiskIopsConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemDiskIopsConfigurationPtrOutput() FileSystemDiskIopsConfigurationPtrOutput
	ToFileSystemDiskIopsConfigurationPtrOutputWithContext(context.Context) FileSystemDiskIopsConfigurationPtrOutput
}

FileSystemDiskIopsConfigurationPtrInput is an input type that accepts FileSystemDiskIopsConfigurationArgs, FileSystemDiskIopsConfigurationPtr and FileSystemDiskIopsConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemDiskIopsConfigurationPtrInput` via:

        FileSystemDiskIopsConfigurationArgs{...}

or:

        nil

type FileSystemDiskIopsConfigurationPtrOutput added in v0.5.0

type FileSystemDiskIopsConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemDiskIopsConfigurationPtrOutput) Elem added in v0.5.0

func (FileSystemDiskIopsConfigurationPtrOutput) ElementType added in v0.5.0

func (FileSystemDiskIopsConfigurationPtrOutput) Iops added in v0.5.0

func (FileSystemDiskIopsConfigurationPtrOutput) Mode added in v0.5.0

func (FileSystemDiskIopsConfigurationPtrOutput) ToFileSystemDiskIopsConfigurationPtrOutput added in v0.5.0

func (o FileSystemDiskIopsConfigurationPtrOutput) ToFileSystemDiskIopsConfigurationPtrOutput() FileSystemDiskIopsConfigurationPtrOutput

func (FileSystemDiskIopsConfigurationPtrOutput) ToFileSystemDiskIopsConfigurationPtrOutputWithContext added in v0.5.0

func (o FileSystemDiskIopsConfigurationPtrOutput) ToFileSystemDiskIopsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemDiskIopsConfigurationPtrOutput

type FileSystemInput

type FileSystemInput interface {
	pulumi.Input

	ToFileSystemOutput() FileSystemOutput
	ToFileSystemOutputWithContext(ctx context.Context) FileSystemOutput
}

type FileSystemLustreConfiguration

type FileSystemLustreConfiguration struct {
	AutoImportPolicy              *string `pulumi:"autoImportPolicy"`
	AutomaticBackupRetentionDays  *int    `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups             *bool   `pulumi:"copyTagsToBackups"`
	DailyAutomaticBackupStartTime *string `pulumi:"dailyAutomaticBackupStartTime"`
	DataCompressionType           *string `pulumi:"dataCompressionType"`
	DeploymentType                *string `pulumi:"deploymentType"`
	DriveCacheType                *string `pulumi:"driveCacheType"`
	ExportPath                    *string `pulumi:"exportPath"`
	ImportPath                    *string `pulumi:"importPath"`
	ImportedFileChunkSize         *int    `pulumi:"importedFileChunkSize"`
	PerUnitStorageThroughput      *int    `pulumi:"perUnitStorageThroughput"`
	WeeklyMaintenanceStartTime    *string `pulumi:"weeklyMaintenanceStartTime"`
}

type FileSystemLustreConfigurationArgs

type FileSystemLustreConfigurationArgs struct {
	AutoImportPolicy              pulumi.StringPtrInput `pulumi:"autoImportPolicy"`
	AutomaticBackupRetentionDays  pulumi.IntPtrInput    `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups             pulumi.BoolPtrInput   `pulumi:"copyTagsToBackups"`
	DailyAutomaticBackupStartTime pulumi.StringPtrInput `pulumi:"dailyAutomaticBackupStartTime"`
	DataCompressionType           pulumi.StringPtrInput `pulumi:"dataCompressionType"`
	DeploymentType                pulumi.StringPtrInput `pulumi:"deploymentType"`
	DriveCacheType                pulumi.StringPtrInput `pulumi:"driveCacheType"`
	ExportPath                    pulumi.StringPtrInput `pulumi:"exportPath"`
	ImportPath                    pulumi.StringPtrInput `pulumi:"importPath"`
	ImportedFileChunkSize         pulumi.IntPtrInput    `pulumi:"importedFileChunkSize"`
	PerUnitStorageThroughput      pulumi.IntPtrInput    `pulumi:"perUnitStorageThroughput"`
	WeeklyMaintenanceStartTime    pulumi.StringPtrInput `pulumi:"weeklyMaintenanceStartTime"`
}

func (FileSystemLustreConfigurationArgs) ElementType

func (FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationOutput

func (i FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationOutput() FileSystemLustreConfigurationOutput

func (FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationOutputWithContext

func (i FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationOutputWithContext(ctx context.Context) FileSystemLustreConfigurationOutput

func (FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationPtrOutput

func (i FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationPtrOutput() FileSystemLustreConfigurationPtrOutput

func (FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationPtrOutputWithContext

func (i FileSystemLustreConfigurationArgs) ToFileSystemLustreConfigurationPtrOutputWithContext(ctx context.Context) FileSystemLustreConfigurationPtrOutput

type FileSystemLustreConfigurationInput

type FileSystemLustreConfigurationInput interface {
	pulumi.Input

	ToFileSystemLustreConfigurationOutput() FileSystemLustreConfigurationOutput
	ToFileSystemLustreConfigurationOutputWithContext(context.Context) FileSystemLustreConfigurationOutput
}

FileSystemLustreConfigurationInput is an input type that accepts FileSystemLustreConfigurationArgs and FileSystemLustreConfigurationOutput values. You can construct a concrete instance of `FileSystemLustreConfigurationInput` via:

FileSystemLustreConfigurationArgs{...}

type FileSystemLustreConfigurationOutput

type FileSystemLustreConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemLustreConfigurationOutput) AutoImportPolicy

func (FileSystemLustreConfigurationOutput) AutomaticBackupRetentionDays

func (o FileSystemLustreConfigurationOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemLustreConfigurationOutput) CopyTagsToBackups

func (FileSystemLustreConfigurationOutput) DailyAutomaticBackupStartTime

func (o FileSystemLustreConfigurationOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemLustreConfigurationOutput) DataCompressionType

func (FileSystemLustreConfigurationOutput) DeploymentType

func (FileSystemLustreConfigurationOutput) DriveCacheType

func (FileSystemLustreConfigurationOutput) ElementType

func (FileSystemLustreConfigurationOutput) ExportPath

func (FileSystemLustreConfigurationOutput) ImportPath

func (FileSystemLustreConfigurationOutput) ImportedFileChunkSize

func (o FileSystemLustreConfigurationOutput) ImportedFileChunkSize() pulumi.IntPtrOutput

func (FileSystemLustreConfigurationOutput) PerUnitStorageThroughput

func (o FileSystemLustreConfigurationOutput) PerUnitStorageThroughput() pulumi.IntPtrOutput

func (FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationOutput

func (o FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationOutput() FileSystemLustreConfigurationOutput

func (FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationOutputWithContext

func (o FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationOutputWithContext(ctx context.Context) FileSystemLustreConfigurationOutput

func (FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationPtrOutput

func (o FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationPtrOutput() FileSystemLustreConfigurationPtrOutput

func (FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationPtrOutputWithContext

func (o FileSystemLustreConfigurationOutput) ToFileSystemLustreConfigurationPtrOutputWithContext(ctx context.Context) FileSystemLustreConfigurationPtrOutput

func (FileSystemLustreConfigurationOutput) WeeklyMaintenanceStartTime

func (o FileSystemLustreConfigurationOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemLustreConfigurationPtrInput

type FileSystemLustreConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemLustreConfigurationPtrOutput() FileSystemLustreConfigurationPtrOutput
	ToFileSystemLustreConfigurationPtrOutputWithContext(context.Context) FileSystemLustreConfigurationPtrOutput
}

FileSystemLustreConfigurationPtrInput is an input type that accepts FileSystemLustreConfigurationArgs, FileSystemLustreConfigurationPtr and FileSystemLustreConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemLustreConfigurationPtrInput` via:

        FileSystemLustreConfigurationArgs{...}

or:

        nil

type FileSystemLustreConfigurationPtrOutput

type FileSystemLustreConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemLustreConfigurationPtrOutput) AutoImportPolicy

func (FileSystemLustreConfigurationPtrOutput) AutomaticBackupRetentionDays

func (o FileSystemLustreConfigurationPtrOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemLustreConfigurationPtrOutput) CopyTagsToBackups

func (FileSystemLustreConfigurationPtrOutput) DailyAutomaticBackupStartTime

func (o FileSystemLustreConfigurationPtrOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemLustreConfigurationPtrOutput) DataCompressionType

func (FileSystemLustreConfigurationPtrOutput) DeploymentType

func (FileSystemLustreConfigurationPtrOutput) DriveCacheType

func (FileSystemLustreConfigurationPtrOutput) Elem

func (FileSystemLustreConfigurationPtrOutput) ElementType

func (FileSystemLustreConfigurationPtrOutput) ExportPath

func (FileSystemLustreConfigurationPtrOutput) ImportPath

func (FileSystemLustreConfigurationPtrOutput) ImportedFileChunkSize

func (FileSystemLustreConfigurationPtrOutput) PerUnitStorageThroughput

func (o FileSystemLustreConfigurationPtrOutput) PerUnitStorageThroughput() pulumi.IntPtrOutput

func (FileSystemLustreConfigurationPtrOutput) ToFileSystemLustreConfigurationPtrOutput

func (o FileSystemLustreConfigurationPtrOutput) ToFileSystemLustreConfigurationPtrOutput() FileSystemLustreConfigurationPtrOutput

func (FileSystemLustreConfigurationPtrOutput) ToFileSystemLustreConfigurationPtrOutputWithContext

func (o FileSystemLustreConfigurationPtrOutput) ToFileSystemLustreConfigurationPtrOutputWithContext(ctx context.Context) FileSystemLustreConfigurationPtrOutput

func (FileSystemLustreConfigurationPtrOutput) WeeklyMaintenanceStartTime

func (o FileSystemLustreConfigurationPtrOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemNfsExports added in v0.9.0

type FileSystemNfsExports struct {
	ClientConfigurations []FileSystemClientConfigurations `pulumi:"clientConfigurations"`
}

type FileSystemNfsExportsArgs added in v0.9.0

type FileSystemNfsExportsArgs struct {
	ClientConfigurations FileSystemClientConfigurationsArrayInput `pulumi:"clientConfigurations"`
}

func (FileSystemNfsExportsArgs) ElementType added in v0.9.0

func (FileSystemNfsExportsArgs) ElementType() reflect.Type

func (FileSystemNfsExportsArgs) ToFileSystemNfsExportsOutput added in v0.9.0

func (i FileSystemNfsExportsArgs) ToFileSystemNfsExportsOutput() FileSystemNfsExportsOutput

func (FileSystemNfsExportsArgs) ToFileSystemNfsExportsOutputWithContext added in v0.9.0

func (i FileSystemNfsExportsArgs) ToFileSystemNfsExportsOutputWithContext(ctx context.Context) FileSystemNfsExportsOutput

type FileSystemNfsExportsArray added in v0.9.0

type FileSystemNfsExportsArray []FileSystemNfsExportsInput

func (FileSystemNfsExportsArray) ElementType added in v0.9.0

func (FileSystemNfsExportsArray) ElementType() reflect.Type

func (FileSystemNfsExportsArray) ToFileSystemNfsExportsArrayOutput added in v0.9.0

func (i FileSystemNfsExportsArray) ToFileSystemNfsExportsArrayOutput() FileSystemNfsExportsArrayOutput

func (FileSystemNfsExportsArray) ToFileSystemNfsExportsArrayOutputWithContext added in v0.9.0

func (i FileSystemNfsExportsArray) ToFileSystemNfsExportsArrayOutputWithContext(ctx context.Context) FileSystemNfsExportsArrayOutput

type FileSystemNfsExportsArrayInput added in v0.9.0

type FileSystemNfsExportsArrayInput interface {
	pulumi.Input

	ToFileSystemNfsExportsArrayOutput() FileSystemNfsExportsArrayOutput
	ToFileSystemNfsExportsArrayOutputWithContext(context.Context) FileSystemNfsExportsArrayOutput
}

FileSystemNfsExportsArrayInput is an input type that accepts FileSystemNfsExportsArray and FileSystemNfsExportsArrayOutput values. You can construct a concrete instance of `FileSystemNfsExportsArrayInput` via:

FileSystemNfsExportsArray{ FileSystemNfsExportsArgs{...} }

type FileSystemNfsExportsArrayOutput added in v0.9.0

type FileSystemNfsExportsArrayOutput struct{ *pulumi.OutputState }

func (FileSystemNfsExportsArrayOutput) ElementType added in v0.9.0

func (FileSystemNfsExportsArrayOutput) Index added in v0.9.0

func (FileSystemNfsExportsArrayOutput) ToFileSystemNfsExportsArrayOutput added in v0.9.0

func (o FileSystemNfsExportsArrayOutput) ToFileSystemNfsExportsArrayOutput() FileSystemNfsExportsArrayOutput

func (FileSystemNfsExportsArrayOutput) ToFileSystemNfsExportsArrayOutputWithContext added in v0.9.0

func (o FileSystemNfsExportsArrayOutput) ToFileSystemNfsExportsArrayOutputWithContext(ctx context.Context) FileSystemNfsExportsArrayOutput

type FileSystemNfsExportsInput added in v0.9.0

type FileSystemNfsExportsInput interface {
	pulumi.Input

	ToFileSystemNfsExportsOutput() FileSystemNfsExportsOutput
	ToFileSystemNfsExportsOutputWithContext(context.Context) FileSystemNfsExportsOutput
}

FileSystemNfsExportsInput is an input type that accepts FileSystemNfsExportsArgs and FileSystemNfsExportsOutput values. You can construct a concrete instance of `FileSystemNfsExportsInput` via:

FileSystemNfsExportsArgs{...}

type FileSystemNfsExportsOutput added in v0.9.0

type FileSystemNfsExportsOutput struct{ *pulumi.OutputState }

func (FileSystemNfsExportsOutput) ClientConfigurations added in v0.9.0

func (FileSystemNfsExportsOutput) ElementType added in v0.9.0

func (FileSystemNfsExportsOutput) ElementType() reflect.Type

func (FileSystemNfsExportsOutput) ToFileSystemNfsExportsOutput added in v0.9.0

func (o FileSystemNfsExportsOutput) ToFileSystemNfsExportsOutput() FileSystemNfsExportsOutput

func (FileSystemNfsExportsOutput) ToFileSystemNfsExportsOutputWithContext added in v0.9.0

func (o FileSystemNfsExportsOutput) ToFileSystemNfsExportsOutputWithContext(ctx context.Context) FileSystemNfsExportsOutput

type FileSystemOntapConfiguration added in v0.5.0

type FileSystemOntapConfiguration struct {
	AutomaticBackupRetentionDays  *int                             `pulumi:"automaticBackupRetentionDays"`
	DailyAutomaticBackupStartTime *string                          `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                string                           `pulumi:"deploymentType"`
	DiskIopsConfiguration         *FileSystemDiskIopsConfiguration `pulumi:"diskIopsConfiguration"`
	EndpointIpAddressRange        *string                          `pulumi:"endpointIpAddressRange"`
	FsxAdminPassword              *string                          `pulumi:"fsxAdminPassword"`
	PreferredSubnetId             *string                          `pulumi:"preferredSubnetId"`
	RouteTableIds                 []string                         `pulumi:"routeTableIds"`
	ThroughputCapacity            *int                             `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime    *string                          `pulumi:"weeklyMaintenanceStartTime"`
}

type FileSystemOntapConfigurationArgs added in v0.5.0

type FileSystemOntapConfigurationArgs struct {
	AutomaticBackupRetentionDays  pulumi.IntPtrInput                      `pulumi:"automaticBackupRetentionDays"`
	DailyAutomaticBackupStartTime pulumi.StringPtrInput                   `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                pulumi.StringInput                      `pulumi:"deploymentType"`
	DiskIopsConfiguration         FileSystemDiskIopsConfigurationPtrInput `pulumi:"diskIopsConfiguration"`
	EndpointIpAddressRange        pulumi.StringPtrInput                   `pulumi:"endpointIpAddressRange"`
	FsxAdminPassword              pulumi.StringPtrInput                   `pulumi:"fsxAdminPassword"`
	PreferredSubnetId             pulumi.StringPtrInput                   `pulumi:"preferredSubnetId"`
	RouteTableIds                 pulumi.StringArrayInput                 `pulumi:"routeTableIds"`
	ThroughputCapacity            pulumi.IntPtrInput                      `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime    pulumi.StringPtrInput                   `pulumi:"weeklyMaintenanceStartTime"`
}

func (FileSystemOntapConfigurationArgs) ElementType added in v0.5.0

func (FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationOutput added in v0.5.0

func (i FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationOutput() FileSystemOntapConfigurationOutput

func (FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationOutputWithContext added in v0.5.0

func (i FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationOutputWithContext(ctx context.Context) FileSystemOntapConfigurationOutput

func (FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationPtrOutput added in v0.5.0

func (i FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationPtrOutput() FileSystemOntapConfigurationPtrOutput

func (FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationPtrOutputWithContext added in v0.5.0

func (i FileSystemOntapConfigurationArgs) ToFileSystemOntapConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOntapConfigurationPtrOutput

type FileSystemOntapConfigurationInput added in v0.5.0

type FileSystemOntapConfigurationInput interface {
	pulumi.Input

	ToFileSystemOntapConfigurationOutput() FileSystemOntapConfigurationOutput
	ToFileSystemOntapConfigurationOutputWithContext(context.Context) FileSystemOntapConfigurationOutput
}

FileSystemOntapConfigurationInput is an input type that accepts FileSystemOntapConfigurationArgs and FileSystemOntapConfigurationOutput values. You can construct a concrete instance of `FileSystemOntapConfigurationInput` via:

FileSystemOntapConfigurationArgs{...}

type FileSystemOntapConfigurationOutput added in v0.5.0

type FileSystemOntapConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemOntapConfigurationOutput) AutomaticBackupRetentionDays added in v0.5.0

func (o FileSystemOntapConfigurationOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemOntapConfigurationOutput) DailyAutomaticBackupStartTime added in v0.5.0

func (o FileSystemOntapConfigurationOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemOntapConfigurationOutput) DeploymentType added in v0.5.0

func (FileSystemOntapConfigurationOutput) DiskIopsConfiguration added in v0.5.0

func (FileSystemOntapConfigurationOutput) ElementType added in v0.5.0

func (FileSystemOntapConfigurationOutput) EndpointIpAddressRange added in v0.5.0

func (o FileSystemOntapConfigurationOutput) EndpointIpAddressRange() pulumi.StringPtrOutput

func (FileSystemOntapConfigurationOutput) FsxAdminPassword added in v0.5.0

func (FileSystemOntapConfigurationOutput) PreferredSubnetId added in v0.5.0

func (FileSystemOntapConfigurationOutput) RouteTableIds added in v0.5.0

func (FileSystemOntapConfigurationOutput) ThroughputCapacity added in v0.5.0

func (FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationOutput added in v0.5.0

func (o FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationOutput() FileSystemOntapConfigurationOutput

func (FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationOutputWithContext added in v0.5.0

func (o FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationOutputWithContext(ctx context.Context) FileSystemOntapConfigurationOutput

func (FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationPtrOutput added in v0.5.0

func (o FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationPtrOutput() FileSystemOntapConfigurationPtrOutput

func (FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationPtrOutputWithContext added in v0.5.0

func (o FileSystemOntapConfigurationOutput) ToFileSystemOntapConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOntapConfigurationPtrOutput

func (FileSystemOntapConfigurationOutput) WeeklyMaintenanceStartTime added in v0.5.0

func (o FileSystemOntapConfigurationOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemOntapConfigurationPtrInput added in v0.5.0

type FileSystemOntapConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemOntapConfigurationPtrOutput() FileSystemOntapConfigurationPtrOutput
	ToFileSystemOntapConfigurationPtrOutputWithContext(context.Context) FileSystemOntapConfigurationPtrOutput
}

FileSystemOntapConfigurationPtrInput is an input type that accepts FileSystemOntapConfigurationArgs, FileSystemOntapConfigurationPtr and FileSystemOntapConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemOntapConfigurationPtrInput` via:

        FileSystemOntapConfigurationArgs{...}

or:

        nil

type FileSystemOntapConfigurationPtrOutput added in v0.5.0

type FileSystemOntapConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemOntapConfigurationPtrOutput) AutomaticBackupRetentionDays added in v0.5.0

func (o FileSystemOntapConfigurationPtrOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemOntapConfigurationPtrOutput) DailyAutomaticBackupStartTime added in v0.5.0

func (o FileSystemOntapConfigurationPtrOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemOntapConfigurationPtrOutput) DeploymentType added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) DiskIopsConfiguration added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) Elem added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) ElementType added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) EndpointIpAddressRange added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) FsxAdminPassword added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) PreferredSubnetId added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) RouteTableIds added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) ThroughputCapacity added in v0.5.0

func (FileSystemOntapConfigurationPtrOutput) ToFileSystemOntapConfigurationPtrOutput added in v0.5.0

func (o FileSystemOntapConfigurationPtrOutput) ToFileSystemOntapConfigurationPtrOutput() FileSystemOntapConfigurationPtrOutput

func (FileSystemOntapConfigurationPtrOutput) ToFileSystemOntapConfigurationPtrOutputWithContext added in v0.5.0

func (o FileSystemOntapConfigurationPtrOutput) ToFileSystemOntapConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOntapConfigurationPtrOutput

func (FileSystemOntapConfigurationPtrOutput) WeeklyMaintenanceStartTime added in v0.5.0

func (o FileSystemOntapConfigurationPtrOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemOpenZFSConfiguration added in v0.9.0

type FileSystemOpenZFSConfiguration struct {
	AutomaticBackupRetentionDays  *int                               `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups             *bool                              `pulumi:"copyTagsToBackups"`
	CopyTagsToVolumes             *bool                              `pulumi:"copyTagsToVolumes"`
	DailyAutomaticBackupStartTime *string                            `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                string                             `pulumi:"deploymentType"`
	DiskIopsConfiguration         *FileSystemDiskIopsConfiguration   `pulumi:"diskIopsConfiguration"`
	RootVolumeConfiguration       *FileSystemRootVolumeConfiguration `pulumi:"rootVolumeConfiguration"`
	ThroughputCapacity            *int                               `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime    *string                            `pulumi:"weeklyMaintenanceStartTime"`
}

type FileSystemOpenZFSConfigurationArgs added in v0.9.0

type FileSystemOpenZFSConfigurationArgs struct {
	AutomaticBackupRetentionDays  pulumi.IntPtrInput                        `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups             pulumi.BoolPtrInput                       `pulumi:"copyTagsToBackups"`
	CopyTagsToVolumes             pulumi.BoolPtrInput                       `pulumi:"copyTagsToVolumes"`
	DailyAutomaticBackupStartTime pulumi.StringPtrInput                     `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                pulumi.StringInput                        `pulumi:"deploymentType"`
	DiskIopsConfiguration         FileSystemDiskIopsConfigurationPtrInput   `pulumi:"diskIopsConfiguration"`
	RootVolumeConfiguration       FileSystemRootVolumeConfigurationPtrInput `pulumi:"rootVolumeConfiguration"`
	ThroughputCapacity            pulumi.IntPtrInput                        `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime    pulumi.StringPtrInput                     `pulumi:"weeklyMaintenanceStartTime"`
}

func (FileSystemOpenZFSConfigurationArgs) ElementType added in v0.9.0

func (FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationOutput added in v0.9.0

func (i FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationOutput() FileSystemOpenZFSConfigurationOutput

func (FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationOutputWithContext added in v0.9.0

func (i FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationOutputWithContext(ctx context.Context) FileSystemOpenZFSConfigurationOutput

func (FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationPtrOutput added in v0.9.0

func (i FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationPtrOutput() FileSystemOpenZFSConfigurationPtrOutput

func (FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationPtrOutputWithContext added in v0.9.0

func (i FileSystemOpenZFSConfigurationArgs) ToFileSystemOpenZFSConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOpenZFSConfigurationPtrOutput

type FileSystemOpenZFSConfigurationInput added in v0.9.0

type FileSystemOpenZFSConfigurationInput interface {
	pulumi.Input

	ToFileSystemOpenZFSConfigurationOutput() FileSystemOpenZFSConfigurationOutput
	ToFileSystemOpenZFSConfigurationOutputWithContext(context.Context) FileSystemOpenZFSConfigurationOutput
}

FileSystemOpenZFSConfigurationInput is an input type that accepts FileSystemOpenZFSConfigurationArgs and FileSystemOpenZFSConfigurationOutput values. You can construct a concrete instance of `FileSystemOpenZFSConfigurationInput` via:

FileSystemOpenZFSConfigurationArgs{...}

type FileSystemOpenZFSConfigurationOutput added in v0.9.0

type FileSystemOpenZFSConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemOpenZFSConfigurationOutput) AutomaticBackupRetentionDays added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemOpenZFSConfigurationOutput) CopyTagsToBackups added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) CopyTagsToVolumes added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) DailyAutomaticBackupStartTime added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemOpenZFSConfigurationOutput) DeploymentType added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) DiskIopsConfiguration added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) ElementType added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) RootVolumeConfiguration added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) ThroughputCapacity added in v0.9.0

func (FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationOutput added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationOutput() FileSystemOpenZFSConfigurationOutput

func (FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationOutputWithContext added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationOutputWithContext(ctx context.Context) FileSystemOpenZFSConfigurationOutput

func (FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationPtrOutput added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationPtrOutput() FileSystemOpenZFSConfigurationPtrOutput

func (FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationPtrOutputWithContext added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) ToFileSystemOpenZFSConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOpenZFSConfigurationPtrOutput

func (FileSystemOpenZFSConfigurationOutput) WeeklyMaintenanceStartTime added in v0.9.0

func (o FileSystemOpenZFSConfigurationOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemOpenZFSConfigurationPtrInput added in v0.9.0

type FileSystemOpenZFSConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemOpenZFSConfigurationPtrOutput() FileSystemOpenZFSConfigurationPtrOutput
	ToFileSystemOpenZFSConfigurationPtrOutputWithContext(context.Context) FileSystemOpenZFSConfigurationPtrOutput
}

FileSystemOpenZFSConfigurationPtrInput is an input type that accepts FileSystemOpenZFSConfigurationArgs, FileSystemOpenZFSConfigurationPtr and FileSystemOpenZFSConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemOpenZFSConfigurationPtrInput` via:

        FileSystemOpenZFSConfigurationArgs{...}

or:

        nil

type FileSystemOpenZFSConfigurationPtrOutput added in v0.9.0

type FileSystemOpenZFSConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemOpenZFSConfigurationPtrOutput) AutomaticBackupRetentionDays added in v0.9.0

func (o FileSystemOpenZFSConfigurationPtrOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemOpenZFSConfigurationPtrOutput) CopyTagsToBackups added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) CopyTagsToVolumes added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) DailyAutomaticBackupStartTime added in v0.9.0

func (o FileSystemOpenZFSConfigurationPtrOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemOpenZFSConfigurationPtrOutput) DeploymentType added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) DiskIopsConfiguration added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) Elem added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) ElementType added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) RootVolumeConfiguration added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) ThroughputCapacity added in v0.9.0

func (FileSystemOpenZFSConfigurationPtrOutput) ToFileSystemOpenZFSConfigurationPtrOutput added in v0.9.0

func (o FileSystemOpenZFSConfigurationPtrOutput) ToFileSystemOpenZFSConfigurationPtrOutput() FileSystemOpenZFSConfigurationPtrOutput

func (FileSystemOpenZFSConfigurationPtrOutput) ToFileSystemOpenZFSConfigurationPtrOutputWithContext added in v0.9.0

func (o FileSystemOpenZFSConfigurationPtrOutput) ToFileSystemOpenZFSConfigurationPtrOutputWithContext(ctx context.Context) FileSystemOpenZFSConfigurationPtrOutput

func (FileSystemOpenZFSConfigurationPtrOutput) WeeklyMaintenanceStartTime added in v0.9.0

func (o FileSystemOpenZFSConfigurationPtrOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemOutput

type FileSystemOutput struct{ *pulumi.OutputState }

func (FileSystemOutput) ElementType

func (FileSystemOutput) ElementType() reflect.Type

func (FileSystemOutput) ToFileSystemOutput

func (o FileSystemOutput) ToFileSystemOutput() FileSystemOutput

func (FileSystemOutput) ToFileSystemOutputWithContext

func (o FileSystemOutput) ToFileSystemOutputWithContext(ctx context.Context) FileSystemOutput

type FileSystemRootVolumeConfiguration added in v0.9.0

type FileSystemRootVolumeConfiguration struct {
	CopyTagsToSnapshots *bool                          `pulumi:"copyTagsToSnapshots"`
	DataCompressionType *string                        `pulumi:"dataCompressionType"`
	NfsExports          []FileSystemNfsExports         `pulumi:"nfsExports"`
	ReadOnly            *bool                          `pulumi:"readOnly"`
	UserAndGroupQuotas  []FileSystemUserAndGroupQuotas `pulumi:"userAndGroupQuotas"`
}

type FileSystemRootVolumeConfigurationArgs added in v0.9.0

type FileSystemRootVolumeConfigurationArgs struct {
	CopyTagsToSnapshots pulumi.BoolPtrInput                    `pulumi:"copyTagsToSnapshots"`
	DataCompressionType pulumi.StringPtrInput                  `pulumi:"dataCompressionType"`
	NfsExports          FileSystemNfsExportsArrayInput         `pulumi:"nfsExports"`
	ReadOnly            pulumi.BoolPtrInput                    `pulumi:"readOnly"`
	UserAndGroupQuotas  FileSystemUserAndGroupQuotasArrayInput `pulumi:"userAndGroupQuotas"`
}

func (FileSystemRootVolumeConfigurationArgs) ElementType added in v0.9.0

func (FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationOutput added in v0.9.0

func (i FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationOutput() FileSystemRootVolumeConfigurationOutput

func (FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationOutputWithContext added in v0.9.0

func (i FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationOutputWithContext(ctx context.Context) FileSystemRootVolumeConfigurationOutput

func (FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationPtrOutput added in v0.9.0

func (i FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationPtrOutput() FileSystemRootVolumeConfigurationPtrOutput

func (FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationPtrOutputWithContext added in v0.9.0

func (i FileSystemRootVolumeConfigurationArgs) ToFileSystemRootVolumeConfigurationPtrOutputWithContext(ctx context.Context) FileSystemRootVolumeConfigurationPtrOutput

type FileSystemRootVolumeConfigurationInput added in v0.9.0

type FileSystemRootVolumeConfigurationInput interface {
	pulumi.Input

	ToFileSystemRootVolumeConfigurationOutput() FileSystemRootVolumeConfigurationOutput
	ToFileSystemRootVolumeConfigurationOutputWithContext(context.Context) FileSystemRootVolumeConfigurationOutput
}

FileSystemRootVolumeConfigurationInput is an input type that accepts FileSystemRootVolumeConfigurationArgs and FileSystemRootVolumeConfigurationOutput values. You can construct a concrete instance of `FileSystemRootVolumeConfigurationInput` via:

FileSystemRootVolumeConfigurationArgs{...}

type FileSystemRootVolumeConfigurationOutput added in v0.9.0

type FileSystemRootVolumeConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemRootVolumeConfigurationOutput) CopyTagsToSnapshots added in v0.9.0

func (FileSystemRootVolumeConfigurationOutput) DataCompressionType added in v0.9.0

func (FileSystemRootVolumeConfigurationOutput) ElementType added in v0.9.0

func (FileSystemRootVolumeConfigurationOutput) NfsExports added in v0.9.0

func (FileSystemRootVolumeConfigurationOutput) ReadOnly added in v0.9.0

func (FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationOutput added in v0.9.0

func (o FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationOutput() FileSystemRootVolumeConfigurationOutput

func (FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationOutputWithContext added in v0.9.0

func (o FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationOutputWithContext(ctx context.Context) FileSystemRootVolumeConfigurationOutput

func (FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationPtrOutput added in v0.9.0

func (o FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationPtrOutput() FileSystemRootVolumeConfigurationPtrOutput

func (FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationPtrOutputWithContext added in v0.9.0

func (o FileSystemRootVolumeConfigurationOutput) ToFileSystemRootVolumeConfigurationPtrOutputWithContext(ctx context.Context) FileSystemRootVolumeConfigurationPtrOutput

func (FileSystemRootVolumeConfigurationOutput) UserAndGroupQuotas added in v0.9.0

type FileSystemRootVolumeConfigurationPtrInput added in v0.9.0

type FileSystemRootVolumeConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemRootVolumeConfigurationPtrOutput() FileSystemRootVolumeConfigurationPtrOutput
	ToFileSystemRootVolumeConfigurationPtrOutputWithContext(context.Context) FileSystemRootVolumeConfigurationPtrOutput
}

FileSystemRootVolumeConfigurationPtrInput is an input type that accepts FileSystemRootVolumeConfigurationArgs, FileSystemRootVolumeConfigurationPtr and FileSystemRootVolumeConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemRootVolumeConfigurationPtrInput` via:

        FileSystemRootVolumeConfigurationArgs{...}

or:

        nil

type FileSystemRootVolumeConfigurationPtrOutput added in v0.9.0

type FileSystemRootVolumeConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemRootVolumeConfigurationPtrOutput) CopyTagsToSnapshots added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) DataCompressionType added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) Elem added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) ElementType added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) NfsExports added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) ReadOnly added in v0.9.0

func (FileSystemRootVolumeConfigurationPtrOutput) ToFileSystemRootVolumeConfigurationPtrOutput added in v0.9.0

func (o FileSystemRootVolumeConfigurationPtrOutput) ToFileSystemRootVolumeConfigurationPtrOutput() FileSystemRootVolumeConfigurationPtrOutput

func (FileSystemRootVolumeConfigurationPtrOutput) ToFileSystemRootVolumeConfigurationPtrOutputWithContext added in v0.9.0

func (o FileSystemRootVolumeConfigurationPtrOutput) ToFileSystemRootVolumeConfigurationPtrOutputWithContext(ctx context.Context) FileSystemRootVolumeConfigurationPtrOutput

func (FileSystemRootVolumeConfigurationPtrOutput) UserAndGroupQuotas added in v0.9.0

type FileSystemSelfManagedActiveDirectoryConfiguration

type FileSystemSelfManagedActiveDirectoryConfiguration struct {
	DnsIps                              []string `pulumi:"dnsIps"`
	DomainName                          *string  `pulumi:"domainName"`
	FileSystemAdministratorsGroup       *string  `pulumi:"fileSystemAdministratorsGroup"`
	OrganizationalUnitDistinguishedName *string  `pulumi:"organizationalUnitDistinguishedName"`
	Password                            *string  `pulumi:"password"`
	UserName                            *string  `pulumi:"userName"`
}

type FileSystemSelfManagedActiveDirectoryConfigurationArgs

type FileSystemSelfManagedActiveDirectoryConfigurationArgs struct {
	DnsIps                              pulumi.StringArrayInput `pulumi:"dnsIps"`
	DomainName                          pulumi.StringPtrInput   `pulumi:"domainName"`
	FileSystemAdministratorsGroup       pulumi.StringPtrInput   `pulumi:"fileSystemAdministratorsGroup"`
	OrganizationalUnitDistinguishedName pulumi.StringPtrInput   `pulumi:"organizationalUnitDistinguishedName"`
	Password                            pulumi.StringPtrInput   `pulumi:"password"`
	UserName                            pulumi.StringPtrInput   `pulumi:"userName"`
}

func (FileSystemSelfManagedActiveDirectoryConfigurationArgs) ElementType

func (FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationOutput

func (i FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationOutput() FileSystemSelfManagedActiveDirectoryConfigurationOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationOutputWithContext

func (i FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationOutputWithContext(ctx context.Context) FileSystemSelfManagedActiveDirectoryConfigurationOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (i FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutput() FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext

func (i FileSystemSelfManagedActiveDirectoryConfigurationArgs) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext(ctx context.Context) FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

type FileSystemSelfManagedActiveDirectoryConfigurationInput

type FileSystemSelfManagedActiveDirectoryConfigurationInput interface {
	pulumi.Input

	ToFileSystemSelfManagedActiveDirectoryConfigurationOutput() FileSystemSelfManagedActiveDirectoryConfigurationOutput
	ToFileSystemSelfManagedActiveDirectoryConfigurationOutputWithContext(context.Context) FileSystemSelfManagedActiveDirectoryConfigurationOutput
}

FileSystemSelfManagedActiveDirectoryConfigurationInput is an input type that accepts FileSystemSelfManagedActiveDirectoryConfigurationArgs and FileSystemSelfManagedActiveDirectoryConfigurationOutput values. You can construct a concrete instance of `FileSystemSelfManagedActiveDirectoryConfigurationInput` via:

FileSystemSelfManagedActiveDirectoryConfigurationArgs{...}

type FileSystemSelfManagedActiveDirectoryConfigurationOutput

type FileSystemSelfManagedActiveDirectoryConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) DnsIps

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) DomainName

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) ElementType

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) FileSystemAdministratorsGroup

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) OrganizationalUnitDistinguishedName

func (o FileSystemSelfManagedActiveDirectoryConfigurationOutput) OrganizationalUnitDistinguishedName() pulumi.StringPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) Password

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationOutputWithContext

func (o FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationOutputWithContext(ctx context.Context) FileSystemSelfManagedActiveDirectoryConfigurationOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext

func (o FileSystemSelfManagedActiveDirectoryConfigurationOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext(ctx context.Context) FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationOutput) UserName

type FileSystemSelfManagedActiveDirectoryConfigurationPtrInput

type FileSystemSelfManagedActiveDirectoryConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutput() FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput
	ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext(context.Context) FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput
}

FileSystemSelfManagedActiveDirectoryConfigurationPtrInput is an input type that accepts FileSystemSelfManagedActiveDirectoryConfigurationArgs, FileSystemSelfManagedActiveDirectoryConfigurationPtr and FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemSelfManagedActiveDirectoryConfigurationPtrInput` via:

        FileSystemSelfManagedActiveDirectoryConfigurationArgs{...}

or:

        nil

type FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

type FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) DnsIps

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) DomainName

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) Elem

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) ElementType

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) FileSystemAdministratorsGroup

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) OrganizationalUnitDistinguishedName

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) Password

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext

func (o FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) ToFileSystemSelfManagedActiveDirectoryConfigurationPtrOutputWithContext(ctx context.Context) FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput

func (FileSystemSelfManagedActiveDirectoryConfigurationPtrOutput) UserName

type FileSystemState

type FileSystemState struct {
}

func (FileSystemState) ElementType

func (FileSystemState) ElementType() reflect.Type

type FileSystemTag

type FileSystemTag struct {
	Key   string `pulumi:"key"`
	Value string `pulumi:"value"`
}

type FileSystemTagArgs

type FileSystemTagArgs struct {
	Key   pulumi.StringInput `pulumi:"key"`
	Value pulumi.StringInput `pulumi:"value"`
}

func (FileSystemTagArgs) ElementType

func (FileSystemTagArgs) ElementType() reflect.Type

func (FileSystemTagArgs) ToFileSystemTagOutput

func (i FileSystemTagArgs) ToFileSystemTagOutput() FileSystemTagOutput

func (FileSystemTagArgs) ToFileSystemTagOutputWithContext

func (i FileSystemTagArgs) ToFileSystemTagOutputWithContext(ctx context.Context) FileSystemTagOutput

type FileSystemTagArray

type FileSystemTagArray []FileSystemTagInput

func (FileSystemTagArray) ElementType

func (FileSystemTagArray) ElementType() reflect.Type

func (FileSystemTagArray) ToFileSystemTagArrayOutput

func (i FileSystemTagArray) ToFileSystemTagArrayOutput() FileSystemTagArrayOutput

func (FileSystemTagArray) ToFileSystemTagArrayOutputWithContext

func (i FileSystemTagArray) ToFileSystemTagArrayOutputWithContext(ctx context.Context) FileSystemTagArrayOutput

type FileSystemTagArrayInput

type FileSystemTagArrayInput interface {
	pulumi.Input

	ToFileSystemTagArrayOutput() FileSystemTagArrayOutput
	ToFileSystemTagArrayOutputWithContext(context.Context) FileSystemTagArrayOutput
}

FileSystemTagArrayInput is an input type that accepts FileSystemTagArray and FileSystemTagArrayOutput values. You can construct a concrete instance of `FileSystemTagArrayInput` via:

FileSystemTagArray{ FileSystemTagArgs{...} }

type FileSystemTagArrayOutput

type FileSystemTagArrayOutput struct{ *pulumi.OutputState }

func (FileSystemTagArrayOutput) ElementType

func (FileSystemTagArrayOutput) ElementType() reflect.Type

func (FileSystemTagArrayOutput) Index

func (FileSystemTagArrayOutput) ToFileSystemTagArrayOutput

func (o FileSystemTagArrayOutput) ToFileSystemTagArrayOutput() FileSystemTagArrayOutput

func (FileSystemTagArrayOutput) ToFileSystemTagArrayOutputWithContext

func (o FileSystemTagArrayOutput) ToFileSystemTagArrayOutputWithContext(ctx context.Context) FileSystemTagArrayOutput

type FileSystemTagInput

type FileSystemTagInput interface {
	pulumi.Input

	ToFileSystemTagOutput() FileSystemTagOutput
	ToFileSystemTagOutputWithContext(context.Context) FileSystemTagOutput
}

FileSystemTagInput is an input type that accepts FileSystemTagArgs and FileSystemTagOutput values. You can construct a concrete instance of `FileSystemTagInput` via:

FileSystemTagArgs{...}

type FileSystemTagOutput

type FileSystemTagOutput struct{ *pulumi.OutputState }

func (FileSystemTagOutput) ElementType

func (FileSystemTagOutput) ElementType() reflect.Type

func (FileSystemTagOutput) Key

func (FileSystemTagOutput) ToFileSystemTagOutput

func (o FileSystemTagOutput) ToFileSystemTagOutput() FileSystemTagOutput

func (FileSystemTagOutput) ToFileSystemTagOutputWithContext

func (o FileSystemTagOutput) ToFileSystemTagOutputWithContext(ctx context.Context) FileSystemTagOutput

func (FileSystemTagOutput) Value

type FileSystemUserAndGroupQuotas added in v0.9.0

type FileSystemUserAndGroupQuotas struct {
	Id                      *int    `pulumi:"id"`
	StorageCapacityQuotaGiB *int    `pulumi:"storageCapacityQuotaGiB"`
	Type                    *string `pulumi:"type"`
}

type FileSystemUserAndGroupQuotasArgs added in v0.9.0

type FileSystemUserAndGroupQuotasArgs struct {
	Id                      pulumi.IntPtrInput    `pulumi:"id"`
	StorageCapacityQuotaGiB pulumi.IntPtrInput    `pulumi:"storageCapacityQuotaGiB"`
	Type                    pulumi.StringPtrInput `pulumi:"type"`
}

func (FileSystemUserAndGroupQuotasArgs) ElementType added in v0.9.0

func (FileSystemUserAndGroupQuotasArgs) ToFileSystemUserAndGroupQuotasOutput added in v0.9.0

func (i FileSystemUserAndGroupQuotasArgs) ToFileSystemUserAndGroupQuotasOutput() FileSystemUserAndGroupQuotasOutput

func (FileSystemUserAndGroupQuotasArgs) ToFileSystemUserAndGroupQuotasOutputWithContext added in v0.9.0

func (i FileSystemUserAndGroupQuotasArgs) ToFileSystemUserAndGroupQuotasOutputWithContext(ctx context.Context) FileSystemUserAndGroupQuotasOutput

type FileSystemUserAndGroupQuotasArray added in v0.9.0

type FileSystemUserAndGroupQuotasArray []FileSystemUserAndGroupQuotasInput

func (FileSystemUserAndGroupQuotasArray) ElementType added in v0.9.0

func (FileSystemUserAndGroupQuotasArray) ToFileSystemUserAndGroupQuotasArrayOutput added in v0.9.0

func (i FileSystemUserAndGroupQuotasArray) ToFileSystemUserAndGroupQuotasArrayOutput() FileSystemUserAndGroupQuotasArrayOutput

func (FileSystemUserAndGroupQuotasArray) ToFileSystemUserAndGroupQuotasArrayOutputWithContext added in v0.9.0

func (i FileSystemUserAndGroupQuotasArray) ToFileSystemUserAndGroupQuotasArrayOutputWithContext(ctx context.Context) FileSystemUserAndGroupQuotasArrayOutput

type FileSystemUserAndGroupQuotasArrayInput added in v0.9.0

type FileSystemUserAndGroupQuotasArrayInput interface {
	pulumi.Input

	ToFileSystemUserAndGroupQuotasArrayOutput() FileSystemUserAndGroupQuotasArrayOutput
	ToFileSystemUserAndGroupQuotasArrayOutputWithContext(context.Context) FileSystemUserAndGroupQuotasArrayOutput
}

FileSystemUserAndGroupQuotasArrayInput is an input type that accepts FileSystemUserAndGroupQuotasArray and FileSystemUserAndGroupQuotasArrayOutput values. You can construct a concrete instance of `FileSystemUserAndGroupQuotasArrayInput` via:

FileSystemUserAndGroupQuotasArray{ FileSystemUserAndGroupQuotasArgs{...} }

type FileSystemUserAndGroupQuotasArrayOutput added in v0.9.0

type FileSystemUserAndGroupQuotasArrayOutput struct{ *pulumi.OutputState }

func (FileSystemUserAndGroupQuotasArrayOutput) ElementType added in v0.9.0

func (FileSystemUserAndGroupQuotasArrayOutput) Index added in v0.9.0

func (FileSystemUserAndGroupQuotasArrayOutput) ToFileSystemUserAndGroupQuotasArrayOutput added in v0.9.0

func (o FileSystemUserAndGroupQuotasArrayOutput) ToFileSystemUserAndGroupQuotasArrayOutput() FileSystemUserAndGroupQuotasArrayOutput

func (FileSystemUserAndGroupQuotasArrayOutput) ToFileSystemUserAndGroupQuotasArrayOutputWithContext added in v0.9.0

func (o FileSystemUserAndGroupQuotasArrayOutput) ToFileSystemUserAndGroupQuotasArrayOutputWithContext(ctx context.Context) FileSystemUserAndGroupQuotasArrayOutput

type FileSystemUserAndGroupQuotasInput added in v0.9.0

type FileSystemUserAndGroupQuotasInput interface {
	pulumi.Input

	ToFileSystemUserAndGroupQuotasOutput() FileSystemUserAndGroupQuotasOutput
	ToFileSystemUserAndGroupQuotasOutputWithContext(context.Context) FileSystemUserAndGroupQuotasOutput
}

FileSystemUserAndGroupQuotasInput is an input type that accepts FileSystemUserAndGroupQuotasArgs and FileSystemUserAndGroupQuotasOutput values. You can construct a concrete instance of `FileSystemUserAndGroupQuotasInput` via:

FileSystemUserAndGroupQuotasArgs{...}

type FileSystemUserAndGroupQuotasOutput added in v0.9.0

type FileSystemUserAndGroupQuotasOutput struct{ *pulumi.OutputState }

func (FileSystemUserAndGroupQuotasOutput) ElementType added in v0.9.0

func (FileSystemUserAndGroupQuotasOutput) Id added in v0.9.0

func (FileSystemUserAndGroupQuotasOutput) StorageCapacityQuotaGiB added in v0.9.0

func (o FileSystemUserAndGroupQuotasOutput) StorageCapacityQuotaGiB() pulumi.IntPtrOutput

func (FileSystemUserAndGroupQuotasOutput) ToFileSystemUserAndGroupQuotasOutput added in v0.9.0

func (o FileSystemUserAndGroupQuotasOutput) ToFileSystemUserAndGroupQuotasOutput() FileSystemUserAndGroupQuotasOutput

func (FileSystemUserAndGroupQuotasOutput) ToFileSystemUserAndGroupQuotasOutputWithContext added in v0.9.0

func (o FileSystemUserAndGroupQuotasOutput) ToFileSystemUserAndGroupQuotasOutputWithContext(ctx context.Context) FileSystemUserAndGroupQuotasOutput

func (FileSystemUserAndGroupQuotasOutput) Type added in v0.9.0

type FileSystemWindowsConfiguration

type FileSystemWindowsConfiguration struct {
	ActiveDirectoryId                       *string                                            `pulumi:"activeDirectoryId"`
	Aliases                                 []string                                           `pulumi:"aliases"`
	AuditLogConfiguration                   *FileSystemAuditLogConfiguration                   `pulumi:"auditLogConfiguration"`
	AutomaticBackupRetentionDays            *int                                               `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups                       *bool                                              `pulumi:"copyTagsToBackups"`
	DailyAutomaticBackupStartTime           *string                                            `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                          *string                                            `pulumi:"deploymentType"`
	PreferredSubnetId                       *string                                            `pulumi:"preferredSubnetId"`
	SelfManagedActiveDirectoryConfiguration *FileSystemSelfManagedActiveDirectoryConfiguration `pulumi:"selfManagedActiveDirectoryConfiguration"`
	ThroughputCapacity                      int                                                `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime              *string                                            `pulumi:"weeklyMaintenanceStartTime"`
}

type FileSystemWindowsConfigurationArgs

type FileSystemWindowsConfigurationArgs struct {
	ActiveDirectoryId                       pulumi.StringPtrInput                                     `pulumi:"activeDirectoryId"`
	Aliases                                 pulumi.StringArrayInput                                   `pulumi:"aliases"`
	AuditLogConfiguration                   FileSystemAuditLogConfigurationPtrInput                   `pulumi:"auditLogConfiguration"`
	AutomaticBackupRetentionDays            pulumi.IntPtrInput                                        `pulumi:"automaticBackupRetentionDays"`
	CopyTagsToBackups                       pulumi.BoolPtrInput                                       `pulumi:"copyTagsToBackups"`
	DailyAutomaticBackupStartTime           pulumi.StringPtrInput                                     `pulumi:"dailyAutomaticBackupStartTime"`
	DeploymentType                          pulumi.StringPtrInput                                     `pulumi:"deploymentType"`
	PreferredSubnetId                       pulumi.StringPtrInput                                     `pulumi:"preferredSubnetId"`
	SelfManagedActiveDirectoryConfiguration FileSystemSelfManagedActiveDirectoryConfigurationPtrInput `pulumi:"selfManagedActiveDirectoryConfiguration"`
	ThroughputCapacity                      pulumi.IntInput                                           `pulumi:"throughputCapacity"`
	WeeklyMaintenanceStartTime              pulumi.StringPtrInput                                     `pulumi:"weeklyMaintenanceStartTime"`
}

func (FileSystemWindowsConfigurationArgs) ElementType

func (FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationOutput

func (i FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationOutput() FileSystemWindowsConfigurationOutput

func (FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationOutputWithContext

func (i FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationOutputWithContext(ctx context.Context) FileSystemWindowsConfigurationOutput

func (FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationPtrOutput

func (i FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationPtrOutput() FileSystemWindowsConfigurationPtrOutput

func (FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationPtrOutputWithContext

func (i FileSystemWindowsConfigurationArgs) ToFileSystemWindowsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemWindowsConfigurationPtrOutput

type FileSystemWindowsConfigurationInput

type FileSystemWindowsConfigurationInput interface {
	pulumi.Input

	ToFileSystemWindowsConfigurationOutput() FileSystemWindowsConfigurationOutput
	ToFileSystemWindowsConfigurationOutputWithContext(context.Context) FileSystemWindowsConfigurationOutput
}

FileSystemWindowsConfigurationInput is an input type that accepts FileSystemWindowsConfigurationArgs and FileSystemWindowsConfigurationOutput values. You can construct a concrete instance of `FileSystemWindowsConfigurationInput` via:

FileSystemWindowsConfigurationArgs{...}

type FileSystemWindowsConfigurationOutput

type FileSystemWindowsConfigurationOutput struct{ *pulumi.OutputState }

func (FileSystemWindowsConfigurationOutput) ActiveDirectoryId

func (FileSystemWindowsConfigurationOutput) Aliases

func (FileSystemWindowsConfigurationOutput) AuditLogConfiguration

func (FileSystemWindowsConfigurationOutput) AutomaticBackupRetentionDays

func (o FileSystemWindowsConfigurationOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemWindowsConfigurationOutput) CopyTagsToBackups

func (FileSystemWindowsConfigurationOutput) DailyAutomaticBackupStartTime

func (o FileSystemWindowsConfigurationOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemWindowsConfigurationOutput) DeploymentType

func (FileSystemWindowsConfigurationOutput) ElementType

func (FileSystemWindowsConfigurationOutput) PreferredSubnetId

func (FileSystemWindowsConfigurationOutput) SelfManagedActiveDirectoryConfiguration

func (FileSystemWindowsConfigurationOutput) ThroughputCapacity

func (o FileSystemWindowsConfigurationOutput) ThroughputCapacity() pulumi.IntOutput

func (FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationOutput

func (o FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationOutput() FileSystemWindowsConfigurationOutput

func (FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationOutputWithContext

func (o FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationOutputWithContext(ctx context.Context) FileSystemWindowsConfigurationOutput

func (FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationPtrOutput

func (o FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationPtrOutput() FileSystemWindowsConfigurationPtrOutput

func (FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationPtrOutputWithContext

func (o FileSystemWindowsConfigurationOutput) ToFileSystemWindowsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemWindowsConfigurationPtrOutput

func (FileSystemWindowsConfigurationOutput) WeeklyMaintenanceStartTime

func (o FileSystemWindowsConfigurationOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

type FileSystemWindowsConfigurationPtrInput

type FileSystemWindowsConfigurationPtrInput interface {
	pulumi.Input

	ToFileSystemWindowsConfigurationPtrOutput() FileSystemWindowsConfigurationPtrOutput
	ToFileSystemWindowsConfigurationPtrOutputWithContext(context.Context) FileSystemWindowsConfigurationPtrOutput
}

FileSystemWindowsConfigurationPtrInput is an input type that accepts FileSystemWindowsConfigurationArgs, FileSystemWindowsConfigurationPtr and FileSystemWindowsConfigurationPtrOutput values. You can construct a concrete instance of `FileSystemWindowsConfigurationPtrInput` via:

        FileSystemWindowsConfigurationArgs{...}

or:

        nil

type FileSystemWindowsConfigurationPtrOutput

type FileSystemWindowsConfigurationPtrOutput struct{ *pulumi.OutputState }

func (FileSystemWindowsConfigurationPtrOutput) ActiveDirectoryId

func (FileSystemWindowsConfigurationPtrOutput) Aliases

func (FileSystemWindowsConfigurationPtrOutput) AuditLogConfiguration

func (FileSystemWindowsConfigurationPtrOutput) AutomaticBackupRetentionDays

func (o FileSystemWindowsConfigurationPtrOutput) AutomaticBackupRetentionDays() pulumi.IntPtrOutput

func (FileSystemWindowsConfigurationPtrOutput) CopyTagsToBackups

func (FileSystemWindowsConfigurationPtrOutput) DailyAutomaticBackupStartTime

func (o FileSystemWindowsConfigurationPtrOutput) DailyAutomaticBackupStartTime() pulumi.StringPtrOutput

func (FileSystemWindowsConfigurationPtrOutput) DeploymentType

func (FileSystemWindowsConfigurationPtrOutput) Elem

func (FileSystemWindowsConfigurationPtrOutput) ElementType

func (FileSystemWindowsConfigurationPtrOutput) PreferredSubnetId

func (FileSystemWindowsConfigurationPtrOutput) SelfManagedActiveDirectoryConfiguration

func (FileSystemWindowsConfigurationPtrOutput) ThroughputCapacity

func (FileSystemWindowsConfigurationPtrOutput) ToFileSystemWindowsConfigurationPtrOutput

func (o FileSystemWindowsConfigurationPtrOutput) ToFileSystemWindowsConfigurationPtrOutput() FileSystemWindowsConfigurationPtrOutput

func (FileSystemWindowsConfigurationPtrOutput) ToFileSystemWindowsConfigurationPtrOutputWithContext

func (o FileSystemWindowsConfigurationPtrOutput) ToFileSystemWindowsConfigurationPtrOutputWithContext(ctx context.Context) FileSystemWindowsConfigurationPtrOutput

func (FileSystemWindowsConfigurationPtrOutput) WeeklyMaintenanceStartTime

func (o FileSystemWindowsConfigurationPtrOutput) WeeklyMaintenanceStartTime() pulumi.StringPtrOutput

Jump to

Keyboard shortcuts

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