Versions in this module Expand all Collapse all v0 v0.6.1 Feb 11, 2021 v0.6.0 Feb 2, 2021 v0.5.1 Jan 26, 2021 v0.5.0 Jan 23, 2021 v0.4.0 Jan 5, 2021 v0.3.1 Dec 19, 2020 Changes in this version + const EndpointTypeDst + const EndpointTypeSrc + const QosTypeAuto + const QosTypeManual + const ReplicationScheduleDaily + const ReplicationScheduleHourly + const ReplicationSchedule_10minutely + const SecurityStyleNtfs + const SecurityStyleUnix + const ServiceLevelPremium + const ServiceLevelStandard + const ServiceLevelUltra + type Account struct + ActiveDirectories ActiveDirectoryResponseArrayOutput + Location pulumi.StringOutput + Name pulumi.StringOutput + ProvisioningState pulumi.StringOutput + Tags pulumi.StringMapOutput + Type pulumi.StringOutput + func GetAccount(ctx *pulumi.Context, name string, id pulumi.IDInput, state *AccountState, ...) (*Account, error) + func NewAccount(ctx *pulumi.Context, name string, args *AccountArgs, ...) (*Account, error) + func (*Account) ElementType() reflect.Type + func (i *Account) ToAccountOutput() AccountOutput + func (i *Account) ToAccountOutputWithContext(ctx context.Context) AccountOutput + type AccountArgs struct + AccountName pulumi.StringInput + ActiveDirectories ActiveDirectoryArrayInput + Location pulumi.StringInput + ResourceGroupName pulumi.StringInput + Tags pulumi.StringMapInput + func (AccountArgs) ElementType() reflect.Type + type AccountInput interface + ToAccountOutput func() AccountOutput + ToAccountOutputWithContext func(ctx context.Context) AccountOutput + type AccountOutput struct + func (AccountOutput) ElementType() reflect.Type + func (o AccountOutput) ToAccountOutput() AccountOutput + func (o AccountOutput) ToAccountOutputWithContext(ctx context.Context) AccountOutput + type AccountState struct + ActiveDirectories ActiveDirectoryResponseArrayInput + Location pulumi.StringPtrInput + Name pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + Tags pulumi.StringMapInput + Type pulumi.StringPtrInput + func (AccountState) ElementType() reflect.Type + type ActiveDirectory struct + ActiveDirectoryId *string + AdName *string + AesEncryption *bool + BackupOperators []string + Dns *string + Domain *string + KdcIP *string + LdapSigning *bool + OrganizationalUnit *string + Password *string + SecurityOperators []string + ServerRootCACertificate *string + Site *string + SmbServerName *string + Username *string + type ActiveDirectoryArgs struct + ActiveDirectoryId pulumi.StringPtrInput + AdName pulumi.StringPtrInput + AesEncryption pulumi.BoolPtrInput + BackupOperators pulumi.StringArrayInput + Dns pulumi.StringPtrInput + Domain pulumi.StringPtrInput + KdcIP pulumi.StringPtrInput + LdapSigning pulumi.BoolPtrInput + OrganizationalUnit pulumi.StringPtrInput + Password pulumi.StringPtrInput + SecurityOperators pulumi.StringArrayInput + ServerRootCACertificate pulumi.StringPtrInput + Site pulumi.StringPtrInput + SmbServerName pulumi.StringPtrInput + Username pulumi.StringPtrInput + func (ActiveDirectoryArgs) ElementType() reflect.Type + func (i ActiveDirectoryArgs) ToActiveDirectoryOutput() ActiveDirectoryOutput + func (i ActiveDirectoryArgs) ToActiveDirectoryOutputWithContext(ctx context.Context) ActiveDirectoryOutput + type ActiveDirectoryArray []ActiveDirectoryInput + func (ActiveDirectoryArray) ElementType() reflect.Type + func (i ActiveDirectoryArray) ToActiveDirectoryArrayOutput() ActiveDirectoryArrayOutput + func (i ActiveDirectoryArray) ToActiveDirectoryArrayOutputWithContext(ctx context.Context) ActiveDirectoryArrayOutput + type ActiveDirectoryArrayInput interface + ToActiveDirectoryArrayOutput func() ActiveDirectoryArrayOutput + ToActiveDirectoryArrayOutputWithContext func(context.Context) ActiveDirectoryArrayOutput + type ActiveDirectoryArrayOutput struct + func (ActiveDirectoryArrayOutput) ElementType() reflect.Type + func (o ActiveDirectoryArrayOutput) Index(i pulumi.IntInput) ActiveDirectoryOutput + func (o ActiveDirectoryArrayOutput) ToActiveDirectoryArrayOutput() ActiveDirectoryArrayOutput + func (o ActiveDirectoryArrayOutput) ToActiveDirectoryArrayOutputWithContext(ctx context.Context) ActiveDirectoryArrayOutput + type ActiveDirectoryInput interface + ToActiveDirectoryOutput func() ActiveDirectoryOutput + ToActiveDirectoryOutputWithContext func(context.Context) ActiveDirectoryOutput + type ActiveDirectoryOutput struct + func (ActiveDirectoryOutput) ElementType() reflect.Type + func (o ActiveDirectoryOutput) ActiveDirectoryId() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) AdName() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) AesEncryption() pulumi.BoolPtrOutput + func (o ActiveDirectoryOutput) BackupOperators() pulumi.StringArrayOutput + func (o ActiveDirectoryOutput) Dns() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) Domain() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) KdcIP() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) LdapSigning() pulumi.BoolPtrOutput + func (o ActiveDirectoryOutput) OrganizationalUnit() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) Password() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) SecurityOperators() pulumi.StringArrayOutput + func (o ActiveDirectoryOutput) ServerRootCACertificate() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) Site() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) SmbServerName() pulumi.StringPtrOutput + func (o ActiveDirectoryOutput) ToActiveDirectoryOutput() ActiveDirectoryOutput + func (o ActiveDirectoryOutput) ToActiveDirectoryOutputWithContext(ctx context.Context) ActiveDirectoryOutput + func (o ActiveDirectoryOutput) Username() pulumi.StringPtrOutput + type ActiveDirectoryResponse struct + ActiveDirectoryId *string + AdName *string + AesEncryption *bool + BackupOperators []string + Dns *string + Domain *string + KdcIP *string + LdapSigning *bool + OrganizationalUnit *string + Password *string + SecurityOperators []string + ServerRootCACertificate *string + Site *string + SmbServerName *string + Status string + StatusDetails string + Username *string + type ActiveDirectoryResponseArgs struct + ActiveDirectoryId pulumi.StringPtrInput + AdName pulumi.StringPtrInput + AesEncryption pulumi.BoolPtrInput + BackupOperators pulumi.StringArrayInput + Dns pulumi.StringPtrInput + Domain pulumi.StringPtrInput + KdcIP pulumi.StringPtrInput + LdapSigning pulumi.BoolPtrInput + OrganizationalUnit pulumi.StringPtrInput + Password pulumi.StringPtrInput + SecurityOperators pulumi.StringArrayInput + ServerRootCACertificate pulumi.StringPtrInput + Site pulumi.StringPtrInput + SmbServerName pulumi.StringPtrInput + Status pulumi.StringInput + StatusDetails pulumi.StringInput + Username pulumi.StringPtrInput + func (ActiveDirectoryResponseArgs) ElementType() reflect.Type + func (i ActiveDirectoryResponseArgs) ToActiveDirectoryResponseOutput() ActiveDirectoryResponseOutput + func (i ActiveDirectoryResponseArgs) ToActiveDirectoryResponseOutputWithContext(ctx context.Context) ActiveDirectoryResponseOutput + type ActiveDirectoryResponseArray []ActiveDirectoryResponseInput + func (ActiveDirectoryResponseArray) ElementType() reflect.Type + func (i ActiveDirectoryResponseArray) ToActiveDirectoryResponseArrayOutput() ActiveDirectoryResponseArrayOutput + func (i ActiveDirectoryResponseArray) ToActiveDirectoryResponseArrayOutputWithContext(ctx context.Context) ActiveDirectoryResponseArrayOutput + type ActiveDirectoryResponseArrayInput interface + ToActiveDirectoryResponseArrayOutput func() ActiveDirectoryResponseArrayOutput + ToActiveDirectoryResponseArrayOutputWithContext func(context.Context) ActiveDirectoryResponseArrayOutput + type ActiveDirectoryResponseArrayOutput struct + func (ActiveDirectoryResponseArrayOutput) ElementType() reflect.Type + func (o ActiveDirectoryResponseArrayOutput) Index(i pulumi.IntInput) ActiveDirectoryResponseOutput + func (o ActiveDirectoryResponseArrayOutput) ToActiveDirectoryResponseArrayOutput() ActiveDirectoryResponseArrayOutput + func (o ActiveDirectoryResponseArrayOutput) ToActiveDirectoryResponseArrayOutputWithContext(ctx context.Context) ActiveDirectoryResponseArrayOutput + type ActiveDirectoryResponseInput interface + ToActiveDirectoryResponseOutput func() ActiveDirectoryResponseOutput + ToActiveDirectoryResponseOutputWithContext func(context.Context) ActiveDirectoryResponseOutput + type ActiveDirectoryResponseOutput struct + func (ActiveDirectoryResponseOutput) ElementType() reflect.Type + func (o ActiveDirectoryResponseOutput) ActiveDirectoryId() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) AdName() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) AesEncryption() pulumi.BoolPtrOutput + func (o ActiveDirectoryResponseOutput) BackupOperators() pulumi.StringArrayOutput + func (o ActiveDirectoryResponseOutput) Dns() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) Domain() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) KdcIP() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) LdapSigning() pulumi.BoolPtrOutput + func (o ActiveDirectoryResponseOutput) OrganizationalUnit() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) Password() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) SecurityOperators() pulumi.StringArrayOutput + func (o ActiveDirectoryResponseOutput) ServerRootCACertificate() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) Site() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) SmbServerName() pulumi.StringPtrOutput + func (o ActiveDirectoryResponseOutput) Status() pulumi.StringOutput + func (o ActiveDirectoryResponseOutput) StatusDetails() pulumi.StringOutput + func (o ActiveDirectoryResponseOutput) ToActiveDirectoryResponseOutput() ActiveDirectoryResponseOutput + func (o ActiveDirectoryResponseOutput) ToActiveDirectoryResponseOutputWithContext(ctx context.Context) ActiveDirectoryResponseOutput + func (o ActiveDirectoryResponseOutput) Username() pulumi.StringPtrOutput + type Backup struct + BackupId pulumi.StringOutput + BackupType pulumi.StringOutput + CreationDate pulumi.StringOutput + Label pulumi.StringPtrOutput + Location pulumi.StringOutput + Name pulumi.StringOutput + ProvisioningState pulumi.StringOutput + Size pulumi.IntOutput + Type pulumi.StringOutput + func GetBackup(ctx *pulumi.Context, name string, id pulumi.IDInput, state *BackupState, ...) (*Backup, error) + func NewBackup(ctx *pulumi.Context, name string, args *BackupArgs, ...) (*Backup, error) + func (*Backup) ElementType() reflect.Type + func (i *Backup) ToBackupOutput() BackupOutput + func (i *Backup) ToBackupOutputWithContext(ctx context.Context) BackupOutput + type BackupArgs struct + AccountName pulumi.StringInput + BackupName pulumi.StringInput + Label pulumi.StringPtrInput + Location pulumi.StringInput + PoolName pulumi.StringInput + ResourceGroupName pulumi.StringInput + VolumeName pulumi.StringInput + func (BackupArgs) ElementType() reflect.Type + type BackupInput interface + ToBackupOutput func() BackupOutput + ToBackupOutputWithContext func(ctx context.Context) BackupOutput + type BackupOutput struct + func (BackupOutput) ElementType() reflect.Type + func (o BackupOutput) ToBackupOutput() BackupOutput + func (o BackupOutput) ToBackupOutputWithContext(ctx context.Context) BackupOutput + type BackupPolicy struct + DailyBackupsToKeep pulumi.IntPtrOutput + Enabled pulumi.BoolPtrOutput + Location pulumi.StringOutput + MonthlyBackupsToKeep pulumi.IntPtrOutput + Name pulumi.StringOutput + ProvisioningState pulumi.StringOutput + Tags pulumi.StringMapOutput + Type pulumi.StringOutput + VolumeBackups VolumeBackupsResponseArrayOutput + VolumesAssigned pulumi.IntPtrOutput + WeeklyBackupsToKeep pulumi.IntPtrOutput + YearlyBackupsToKeep pulumi.IntPtrOutput + func GetBackupPolicy(ctx *pulumi.Context, name string, id pulumi.IDInput, state *BackupPolicyState, ...) (*BackupPolicy, error) + func NewBackupPolicy(ctx *pulumi.Context, name string, args *BackupPolicyArgs, ...) (*BackupPolicy, error) + func (*BackupPolicy) ElementType() reflect.Type + func (i *BackupPolicy) ToBackupPolicyOutput() BackupPolicyOutput + func (i *BackupPolicy) ToBackupPolicyOutputWithContext(ctx context.Context) BackupPolicyOutput + type BackupPolicyArgs struct + AccountName pulumi.StringInput + BackupPolicyName pulumi.StringInput + DailyBackupsToKeep pulumi.IntPtrInput + Enabled pulumi.BoolPtrInput + Location pulumi.StringInput + MonthlyBackupsToKeep pulumi.IntPtrInput + ResourceGroupName pulumi.StringInput + Tags pulumi.StringMapInput + VolumeBackups VolumeBackupsArrayInput + VolumesAssigned pulumi.IntPtrInput + WeeklyBackupsToKeep pulumi.IntPtrInput + YearlyBackupsToKeep pulumi.IntPtrInput + func (BackupPolicyArgs) ElementType() reflect.Type + type BackupPolicyInput interface + ToBackupPolicyOutput func() BackupPolicyOutput + ToBackupPolicyOutputWithContext func(ctx context.Context) BackupPolicyOutput + type BackupPolicyOutput struct + func (BackupPolicyOutput) ElementType() reflect.Type + func (o BackupPolicyOutput) ToBackupPolicyOutput() BackupPolicyOutput + func (o BackupPolicyOutput) ToBackupPolicyOutputWithContext(ctx context.Context) BackupPolicyOutput + type BackupPolicyState struct + DailyBackupsToKeep pulumi.IntPtrInput + Enabled pulumi.BoolPtrInput + Location pulumi.StringPtrInput + MonthlyBackupsToKeep pulumi.IntPtrInput + Name pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + Tags pulumi.StringMapInput + Type pulumi.StringPtrInput + VolumeBackups VolumeBackupsResponseArrayInput + VolumesAssigned pulumi.IntPtrInput + WeeklyBackupsToKeep pulumi.IntPtrInput + YearlyBackupsToKeep pulumi.IntPtrInput + func (BackupPolicyState) ElementType() reflect.Type + type BackupState struct + BackupId pulumi.StringPtrInput + BackupType pulumi.StringPtrInput + CreationDate pulumi.StringPtrInput + Label pulumi.StringPtrInput + Location pulumi.StringPtrInput + Name pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + Size pulumi.IntPtrInput + Type pulumi.StringPtrInput + func (BackupState) ElementType() reflect.Type + type DailySchedule struct + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type DailyScheduleArgs struct + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (DailyScheduleArgs) ElementType() reflect.Type + func (i DailyScheduleArgs) ToDailyScheduleOutput() DailyScheduleOutput + func (i DailyScheduleArgs) ToDailyScheduleOutputWithContext(ctx context.Context) DailyScheduleOutput + func (i DailyScheduleArgs) ToDailySchedulePtrOutput() DailySchedulePtrOutput + func (i DailyScheduleArgs) ToDailySchedulePtrOutputWithContext(ctx context.Context) DailySchedulePtrOutput + type DailyScheduleInput interface + ToDailyScheduleOutput func() DailyScheduleOutput + ToDailyScheduleOutputWithContext func(context.Context) DailyScheduleOutput + type DailyScheduleOutput struct + func (DailyScheduleOutput) ElementType() reflect.Type + func (o DailyScheduleOutput) Hour() pulumi.IntPtrOutput + func (o DailyScheduleOutput) Minute() pulumi.IntPtrOutput + func (o DailyScheduleOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o DailyScheduleOutput) ToDailyScheduleOutput() DailyScheduleOutput + func (o DailyScheduleOutput) ToDailyScheduleOutputWithContext(ctx context.Context) DailyScheduleOutput + func (o DailyScheduleOutput) ToDailySchedulePtrOutput() DailySchedulePtrOutput + func (o DailyScheduleOutput) ToDailySchedulePtrOutputWithContext(ctx context.Context) DailySchedulePtrOutput + func (o DailyScheduleOutput) UsedBytes() pulumi.IntPtrOutput + type DailySchedulePtrInput interface + ToDailySchedulePtrOutput func() DailySchedulePtrOutput + ToDailySchedulePtrOutputWithContext func(context.Context) DailySchedulePtrOutput + func DailySchedulePtr(v *DailyScheduleArgs) DailySchedulePtrInput + type DailySchedulePtrOutput struct + func (DailySchedulePtrOutput) ElementType() reflect.Type + func (o DailySchedulePtrOutput) Elem() DailyScheduleOutput + func (o DailySchedulePtrOutput) Hour() pulumi.IntPtrOutput + func (o DailySchedulePtrOutput) Minute() pulumi.IntPtrOutput + func (o DailySchedulePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o DailySchedulePtrOutput) ToDailySchedulePtrOutput() DailySchedulePtrOutput + func (o DailySchedulePtrOutput) ToDailySchedulePtrOutputWithContext(ctx context.Context) DailySchedulePtrOutput + func (o DailySchedulePtrOutput) UsedBytes() pulumi.IntPtrOutput + type DailyScheduleResponse struct + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type DailyScheduleResponseArgs struct + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (DailyScheduleResponseArgs) ElementType() reflect.Type + func (i DailyScheduleResponseArgs) ToDailyScheduleResponseOutput() DailyScheduleResponseOutput + func (i DailyScheduleResponseArgs) ToDailyScheduleResponseOutputWithContext(ctx context.Context) DailyScheduleResponseOutput + func (i DailyScheduleResponseArgs) ToDailyScheduleResponsePtrOutput() DailyScheduleResponsePtrOutput + func (i DailyScheduleResponseArgs) ToDailyScheduleResponsePtrOutputWithContext(ctx context.Context) DailyScheduleResponsePtrOutput + type DailyScheduleResponseInput interface + ToDailyScheduleResponseOutput func() DailyScheduleResponseOutput + ToDailyScheduleResponseOutputWithContext func(context.Context) DailyScheduleResponseOutput + type DailyScheduleResponseOutput struct + func (DailyScheduleResponseOutput) ElementType() reflect.Type + func (o DailyScheduleResponseOutput) Hour() pulumi.IntPtrOutput + func (o DailyScheduleResponseOutput) Minute() pulumi.IntPtrOutput + func (o DailyScheduleResponseOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o DailyScheduleResponseOutput) ToDailyScheduleResponseOutput() DailyScheduleResponseOutput + func (o DailyScheduleResponseOutput) ToDailyScheduleResponseOutputWithContext(ctx context.Context) DailyScheduleResponseOutput + func (o DailyScheduleResponseOutput) ToDailyScheduleResponsePtrOutput() DailyScheduleResponsePtrOutput + func (o DailyScheduleResponseOutput) ToDailyScheduleResponsePtrOutputWithContext(ctx context.Context) DailyScheduleResponsePtrOutput + func (o DailyScheduleResponseOutput) UsedBytes() pulumi.IntPtrOutput + type DailyScheduleResponsePtrInput interface + ToDailyScheduleResponsePtrOutput func() DailyScheduleResponsePtrOutput + ToDailyScheduleResponsePtrOutputWithContext func(context.Context) DailyScheduleResponsePtrOutput + func DailyScheduleResponsePtr(v *DailyScheduleResponseArgs) DailyScheduleResponsePtrInput + type DailyScheduleResponsePtrOutput struct + func (DailyScheduleResponsePtrOutput) ElementType() reflect.Type + func (o DailyScheduleResponsePtrOutput) Elem() DailyScheduleResponseOutput + func (o DailyScheduleResponsePtrOutput) Hour() pulumi.IntPtrOutput + func (o DailyScheduleResponsePtrOutput) Minute() pulumi.IntPtrOutput + func (o DailyScheduleResponsePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o DailyScheduleResponsePtrOutput) ToDailyScheduleResponsePtrOutput() DailyScheduleResponsePtrOutput + func (o DailyScheduleResponsePtrOutput) ToDailyScheduleResponsePtrOutputWithContext(ctx context.Context) DailyScheduleResponsePtrOutput + func (o DailyScheduleResponsePtrOutput) UsedBytes() pulumi.IntPtrOutput + type EndpointType pulumi.String + func (EndpointType) ElementType() reflect.Type + func (e EndpointType) ToStringOutput() pulumi.StringOutput + func (e EndpointType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput + func (e EndpointType) ToStringPtrOutput() pulumi.StringPtrOutput + func (e EndpointType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput + type ExportPolicyRule struct + AllowedClients *string + Cifs *bool + HasRootAccess *bool + Kerberos5ReadOnly *bool + Kerberos5ReadWrite *bool + Kerberos5iReadOnly *bool + Kerberos5iReadWrite *bool + Kerberos5pReadOnly *bool + Kerberos5pReadWrite *bool + Nfsv3 *bool + Nfsv41 *bool + RuleIndex *int + UnixReadOnly *bool + UnixReadWrite *bool + type ExportPolicyRuleArgs struct + AllowedClients pulumi.StringPtrInput + Cifs pulumi.BoolPtrInput + HasRootAccess pulumi.BoolPtrInput + Kerberos5ReadOnly pulumi.BoolPtrInput + Kerberos5ReadWrite pulumi.BoolPtrInput + Kerberos5iReadOnly pulumi.BoolPtrInput + Kerberos5iReadWrite pulumi.BoolPtrInput + Kerberos5pReadOnly pulumi.BoolPtrInput + Kerberos5pReadWrite pulumi.BoolPtrInput + Nfsv3 pulumi.BoolPtrInput + Nfsv41 pulumi.BoolPtrInput + RuleIndex pulumi.IntPtrInput + UnixReadOnly pulumi.BoolPtrInput + UnixReadWrite pulumi.BoolPtrInput + func (ExportPolicyRuleArgs) ElementType() reflect.Type + func (i ExportPolicyRuleArgs) ToExportPolicyRuleOutput() ExportPolicyRuleOutput + func (i ExportPolicyRuleArgs) ToExportPolicyRuleOutputWithContext(ctx context.Context) ExportPolicyRuleOutput + type ExportPolicyRuleArray []ExportPolicyRuleInput + func (ExportPolicyRuleArray) ElementType() reflect.Type + func (i ExportPolicyRuleArray) ToExportPolicyRuleArrayOutput() ExportPolicyRuleArrayOutput + func (i ExportPolicyRuleArray) ToExportPolicyRuleArrayOutputWithContext(ctx context.Context) ExportPolicyRuleArrayOutput + type ExportPolicyRuleArrayInput interface + ToExportPolicyRuleArrayOutput func() ExportPolicyRuleArrayOutput + ToExportPolicyRuleArrayOutputWithContext func(context.Context) ExportPolicyRuleArrayOutput + type ExportPolicyRuleArrayOutput struct + func (ExportPolicyRuleArrayOutput) ElementType() reflect.Type + func (o ExportPolicyRuleArrayOutput) Index(i pulumi.IntInput) ExportPolicyRuleOutput + func (o ExportPolicyRuleArrayOutput) ToExportPolicyRuleArrayOutput() ExportPolicyRuleArrayOutput + func (o ExportPolicyRuleArrayOutput) ToExportPolicyRuleArrayOutputWithContext(ctx context.Context) ExportPolicyRuleArrayOutput + type ExportPolicyRuleInput interface + ToExportPolicyRuleOutput func() ExportPolicyRuleOutput + ToExportPolicyRuleOutputWithContext func(context.Context) ExportPolicyRuleOutput + type ExportPolicyRuleOutput struct + func (ExportPolicyRuleOutput) ElementType() reflect.Type + func (o ExportPolicyRuleOutput) AllowedClients() pulumi.StringPtrOutput + func (o ExportPolicyRuleOutput) Cifs() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) HasRootAccess() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5ReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5ReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5iReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5iReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5pReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Kerberos5pReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Nfsv3() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) Nfsv41() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) RuleIndex() pulumi.IntPtrOutput + func (o ExportPolicyRuleOutput) ToExportPolicyRuleOutput() ExportPolicyRuleOutput + func (o ExportPolicyRuleOutput) ToExportPolicyRuleOutputWithContext(ctx context.Context) ExportPolicyRuleOutput + func (o ExportPolicyRuleOutput) UnixReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleOutput) UnixReadWrite() pulumi.BoolPtrOutput + type ExportPolicyRuleResponse struct + AllowedClients *string + Cifs *bool + HasRootAccess *bool + Kerberos5ReadOnly *bool + Kerberos5ReadWrite *bool + Kerberos5iReadOnly *bool + Kerberos5iReadWrite *bool + Kerberos5pReadOnly *bool + Kerberos5pReadWrite *bool + Nfsv3 *bool + Nfsv41 *bool + RuleIndex *int + UnixReadOnly *bool + UnixReadWrite *bool + type ExportPolicyRuleResponseArgs struct + AllowedClients pulumi.StringPtrInput + Cifs pulumi.BoolPtrInput + HasRootAccess pulumi.BoolPtrInput + Kerberos5ReadOnly pulumi.BoolPtrInput + Kerberos5ReadWrite pulumi.BoolPtrInput + Kerberos5iReadOnly pulumi.BoolPtrInput + Kerberos5iReadWrite pulumi.BoolPtrInput + Kerberos5pReadOnly pulumi.BoolPtrInput + Kerberos5pReadWrite pulumi.BoolPtrInput + Nfsv3 pulumi.BoolPtrInput + Nfsv41 pulumi.BoolPtrInput + RuleIndex pulumi.IntPtrInput + UnixReadOnly pulumi.BoolPtrInput + UnixReadWrite pulumi.BoolPtrInput + func (ExportPolicyRuleResponseArgs) ElementType() reflect.Type + func (i ExportPolicyRuleResponseArgs) ToExportPolicyRuleResponseOutput() ExportPolicyRuleResponseOutput + func (i ExportPolicyRuleResponseArgs) ToExportPolicyRuleResponseOutputWithContext(ctx context.Context) ExportPolicyRuleResponseOutput + type ExportPolicyRuleResponseArray []ExportPolicyRuleResponseInput + func (ExportPolicyRuleResponseArray) ElementType() reflect.Type + func (i ExportPolicyRuleResponseArray) ToExportPolicyRuleResponseArrayOutput() ExportPolicyRuleResponseArrayOutput + func (i ExportPolicyRuleResponseArray) ToExportPolicyRuleResponseArrayOutputWithContext(ctx context.Context) ExportPolicyRuleResponseArrayOutput + type ExportPolicyRuleResponseArrayInput interface + ToExportPolicyRuleResponseArrayOutput func() ExportPolicyRuleResponseArrayOutput + ToExportPolicyRuleResponseArrayOutputWithContext func(context.Context) ExportPolicyRuleResponseArrayOutput + type ExportPolicyRuleResponseArrayOutput struct + func (ExportPolicyRuleResponseArrayOutput) ElementType() reflect.Type + func (o ExportPolicyRuleResponseArrayOutput) Index(i pulumi.IntInput) ExportPolicyRuleResponseOutput + func (o ExportPolicyRuleResponseArrayOutput) ToExportPolicyRuleResponseArrayOutput() ExportPolicyRuleResponseArrayOutput + func (o ExportPolicyRuleResponseArrayOutput) ToExportPolicyRuleResponseArrayOutputWithContext(ctx context.Context) ExportPolicyRuleResponseArrayOutput + type ExportPolicyRuleResponseInput interface + ToExportPolicyRuleResponseOutput func() ExportPolicyRuleResponseOutput + ToExportPolicyRuleResponseOutputWithContext func(context.Context) ExportPolicyRuleResponseOutput + type ExportPolicyRuleResponseOutput struct + func (ExportPolicyRuleResponseOutput) ElementType() reflect.Type + func (o ExportPolicyRuleResponseOutput) AllowedClients() pulumi.StringPtrOutput + func (o ExportPolicyRuleResponseOutput) Cifs() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) HasRootAccess() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5ReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5ReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5iReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5iReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5pReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Kerberos5pReadWrite() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Nfsv3() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) Nfsv41() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) RuleIndex() pulumi.IntPtrOutput + func (o ExportPolicyRuleResponseOutput) ToExportPolicyRuleResponseOutput() ExportPolicyRuleResponseOutput + func (o ExportPolicyRuleResponseOutput) ToExportPolicyRuleResponseOutputWithContext(ctx context.Context) ExportPolicyRuleResponseOutput + func (o ExportPolicyRuleResponseOutput) UnixReadOnly() pulumi.BoolPtrOutput + func (o ExportPolicyRuleResponseOutput) UnixReadWrite() pulumi.BoolPtrOutput + type HourlySchedule struct + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type HourlyScheduleArgs struct + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (HourlyScheduleArgs) ElementType() reflect.Type + func (i HourlyScheduleArgs) ToHourlyScheduleOutput() HourlyScheduleOutput + func (i HourlyScheduleArgs) ToHourlyScheduleOutputWithContext(ctx context.Context) HourlyScheduleOutput + func (i HourlyScheduleArgs) ToHourlySchedulePtrOutput() HourlySchedulePtrOutput + func (i HourlyScheduleArgs) ToHourlySchedulePtrOutputWithContext(ctx context.Context) HourlySchedulePtrOutput + type HourlyScheduleInput interface + ToHourlyScheduleOutput func() HourlyScheduleOutput + ToHourlyScheduleOutputWithContext func(context.Context) HourlyScheduleOutput + type HourlyScheduleOutput struct + func (HourlyScheduleOutput) ElementType() reflect.Type + func (o HourlyScheduleOutput) Minute() pulumi.IntPtrOutput + func (o HourlyScheduleOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o HourlyScheduleOutput) ToHourlyScheduleOutput() HourlyScheduleOutput + func (o HourlyScheduleOutput) ToHourlyScheduleOutputWithContext(ctx context.Context) HourlyScheduleOutput + func (o HourlyScheduleOutput) ToHourlySchedulePtrOutput() HourlySchedulePtrOutput + func (o HourlyScheduleOutput) ToHourlySchedulePtrOutputWithContext(ctx context.Context) HourlySchedulePtrOutput + func (o HourlyScheduleOutput) UsedBytes() pulumi.IntPtrOutput + type HourlySchedulePtrInput interface + ToHourlySchedulePtrOutput func() HourlySchedulePtrOutput + ToHourlySchedulePtrOutputWithContext func(context.Context) HourlySchedulePtrOutput + func HourlySchedulePtr(v *HourlyScheduleArgs) HourlySchedulePtrInput + type HourlySchedulePtrOutput struct + func (HourlySchedulePtrOutput) ElementType() reflect.Type + func (o HourlySchedulePtrOutput) Elem() HourlyScheduleOutput + func (o HourlySchedulePtrOutput) Minute() pulumi.IntPtrOutput + func (o HourlySchedulePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o HourlySchedulePtrOutput) ToHourlySchedulePtrOutput() HourlySchedulePtrOutput + func (o HourlySchedulePtrOutput) ToHourlySchedulePtrOutputWithContext(ctx context.Context) HourlySchedulePtrOutput + func (o HourlySchedulePtrOutput) UsedBytes() pulumi.IntPtrOutput + type HourlyScheduleResponse struct + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type HourlyScheduleResponseArgs struct + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (HourlyScheduleResponseArgs) ElementType() reflect.Type + func (i HourlyScheduleResponseArgs) ToHourlyScheduleResponseOutput() HourlyScheduleResponseOutput + func (i HourlyScheduleResponseArgs) ToHourlyScheduleResponseOutputWithContext(ctx context.Context) HourlyScheduleResponseOutput + func (i HourlyScheduleResponseArgs) ToHourlyScheduleResponsePtrOutput() HourlyScheduleResponsePtrOutput + func (i HourlyScheduleResponseArgs) ToHourlyScheduleResponsePtrOutputWithContext(ctx context.Context) HourlyScheduleResponsePtrOutput + type HourlyScheduleResponseInput interface + ToHourlyScheduleResponseOutput func() HourlyScheduleResponseOutput + ToHourlyScheduleResponseOutputWithContext func(context.Context) HourlyScheduleResponseOutput + type HourlyScheduleResponseOutput struct + func (HourlyScheduleResponseOutput) ElementType() reflect.Type + func (o HourlyScheduleResponseOutput) Minute() pulumi.IntPtrOutput + func (o HourlyScheduleResponseOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o HourlyScheduleResponseOutput) ToHourlyScheduleResponseOutput() HourlyScheduleResponseOutput + func (o HourlyScheduleResponseOutput) ToHourlyScheduleResponseOutputWithContext(ctx context.Context) HourlyScheduleResponseOutput + func (o HourlyScheduleResponseOutput) ToHourlyScheduleResponsePtrOutput() HourlyScheduleResponsePtrOutput + func (o HourlyScheduleResponseOutput) ToHourlyScheduleResponsePtrOutputWithContext(ctx context.Context) HourlyScheduleResponsePtrOutput + func (o HourlyScheduleResponseOutput) UsedBytes() pulumi.IntPtrOutput + type HourlyScheduleResponsePtrInput interface + ToHourlyScheduleResponsePtrOutput func() HourlyScheduleResponsePtrOutput + ToHourlyScheduleResponsePtrOutputWithContext func(context.Context) HourlyScheduleResponsePtrOutput + func HourlyScheduleResponsePtr(v *HourlyScheduleResponseArgs) HourlyScheduleResponsePtrInput + type HourlyScheduleResponsePtrOutput struct + func (HourlyScheduleResponsePtrOutput) ElementType() reflect.Type + func (o HourlyScheduleResponsePtrOutput) Elem() HourlyScheduleResponseOutput + func (o HourlyScheduleResponsePtrOutput) Minute() pulumi.IntPtrOutput + func (o HourlyScheduleResponsePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o HourlyScheduleResponsePtrOutput) ToHourlyScheduleResponsePtrOutput() HourlyScheduleResponsePtrOutput + func (o HourlyScheduleResponsePtrOutput) ToHourlyScheduleResponsePtrOutputWithContext(ctx context.Context) HourlyScheduleResponsePtrOutput + func (o HourlyScheduleResponsePtrOutput) UsedBytes() pulumi.IntPtrOutput + type LookupAccountArgs struct + AccountName string + ResourceGroupName string + type LookupAccountResult struct + ActiveDirectories []ActiveDirectoryResponse + Id string + Location string + Name string + ProvisioningState string + Tags map[string]string + Type string + func LookupAccount(ctx *pulumi.Context, args *LookupAccountArgs, opts ...pulumi.InvokeOption) (*LookupAccountResult, error) + type LookupBackupArgs struct + AccountName string + BackupName string + PoolName string + ResourceGroupName string + VolumeName string + type LookupBackupPolicyArgs struct + AccountName string + BackupPolicyName string + ResourceGroupName string + type LookupBackupPolicyResult struct + DailyBackupsToKeep *int + Enabled *bool + Id string + Location string + MonthlyBackupsToKeep *int + Name string + ProvisioningState string + Tags map[string]string + Type string + VolumeBackups []VolumeBackupsResponse + VolumesAssigned *int + WeeklyBackupsToKeep *int + YearlyBackupsToKeep *int + func LookupBackupPolicy(ctx *pulumi.Context, args *LookupBackupPolicyArgs, opts ...pulumi.InvokeOption) (*LookupBackupPolicyResult, error) + type LookupBackupResult struct + BackupId string + BackupType string + CreationDate string + Id string + Label *string + Location string + Name string + ProvisioningState string + Size int + Type string + func LookupBackup(ctx *pulumi.Context, args *LookupBackupArgs, opts ...pulumi.InvokeOption) (*LookupBackupResult, error) + type LookupPoolArgs struct + AccountName string + PoolName string + ResourceGroupName string + type LookupPoolResult struct + Id string + Location string + Name string + PoolId string + ProvisioningState string + QosType *string + ServiceLevel string + Size int + Tags map[string]string + TotalThroughputMibps float64 + Type string + UtilizedThroughputMibps float64 + func LookupPool(ctx *pulumi.Context, args *LookupPoolArgs, opts ...pulumi.InvokeOption) (*LookupPoolResult, error) + type LookupSnapshotArgs struct + AccountName string + PoolName string + ResourceGroupName string + SnapshotName string + VolumeName string + type LookupSnapshotPolicyArgs struct + AccountName string + ResourceGroupName string + SnapshotPolicyName string + type LookupSnapshotPolicyResult struct + DailySchedule *DailyScheduleResponse + Enabled *bool + HourlySchedule *HourlyScheduleResponse + Id string + Location string + MonthlySchedule *MonthlyScheduleResponse + Name string + ProvisioningState string + Tags map[string]string + Type string + WeeklySchedule *WeeklyScheduleResponse + func LookupSnapshotPolicy(ctx *pulumi.Context, args *LookupSnapshotPolicyArgs, ...) (*LookupSnapshotPolicyResult, error) + type LookupSnapshotResult struct + Created string + Id string + Location string + Name string + ProvisioningState string + SnapshotId string + Type string + func LookupSnapshot(ctx *pulumi.Context, args *LookupSnapshotArgs, opts ...pulumi.InvokeOption) (*LookupSnapshotResult, error) + type LookupVolumeArgs struct + AccountName string + PoolName string + ResourceGroupName string + VolumeName string + type LookupVolumeResult struct + BackupId *string + BaremetalTenantId string + CreationToken string + DataProtection *VolumePropertiesResponseDataProtection + ExportPolicy *VolumePropertiesResponseExportPolicy + FileSystemId string + Id string + IsRestoring *bool + KerberosEnabled *bool + Location string + MountTargets []MountTargetPropertiesResponse + Name string + ProtocolTypes []string + ProvisioningState string + SecurityStyle *string + ServiceLevel *string + SmbContinuouslyAvailable *bool + SmbEncryption *bool + SnapshotDirectoryVisible *bool + SnapshotId *string + SubnetId string + Tags map[string]string + ThroughputMibps *float64 + Type string + UsageThreshold int + VolumeType *string + func LookupVolume(ctx *pulumi.Context, args *LookupVolumeArgs, opts ...pulumi.InvokeOption) (*LookupVolumeResult, error) + type MonthlySchedule struct + DaysOfMonth *string + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type MonthlyScheduleArgs struct + DaysOfMonth pulumi.StringPtrInput + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (MonthlyScheduleArgs) ElementType() reflect.Type + func (i MonthlyScheduleArgs) ToMonthlyScheduleOutput() MonthlyScheduleOutput + func (i MonthlyScheduleArgs) ToMonthlyScheduleOutputWithContext(ctx context.Context) MonthlyScheduleOutput + func (i MonthlyScheduleArgs) ToMonthlySchedulePtrOutput() MonthlySchedulePtrOutput + func (i MonthlyScheduleArgs) ToMonthlySchedulePtrOutputWithContext(ctx context.Context) MonthlySchedulePtrOutput + type MonthlyScheduleInput interface + ToMonthlyScheduleOutput func() MonthlyScheduleOutput + ToMonthlyScheduleOutputWithContext func(context.Context) MonthlyScheduleOutput + type MonthlyScheduleOutput struct + func (MonthlyScheduleOutput) ElementType() reflect.Type + func (o MonthlyScheduleOutput) DaysOfMonth() pulumi.StringPtrOutput + func (o MonthlyScheduleOutput) Hour() pulumi.IntPtrOutput + func (o MonthlyScheduleOutput) Minute() pulumi.IntPtrOutput + func (o MonthlyScheduleOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o MonthlyScheduleOutput) ToMonthlyScheduleOutput() MonthlyScheduleOutput + func (o MonthlyScheduleOutput) ToMonthlyScheduleOutputWithContext(ctx context.Context) MonthlyScheduleOutput + func (o MonthlyScheduleOutput) ToMonthlySchedulePtrOutput() MonthlySchedulePtrOutput + func (o MonthlyScheduleOutput) ToMonthlySchedulePtrOutputWithContext(ctx context.Context) MonthlySchedulePtrOutput + func (o MonthlyScheduleOutput) UsedBytes() pulumi.IntPtrOutput + type MonthlySchedulePtrInput interface + ToMonthlySchedulePtrOutput func() MonthlySchedulePtrOutput + ToMonthlySchedulePtrOutputWithContext func(context.Context) MonthlySchedulePtrOutput + func MonthlySchedulePtr(v *MonthlyScheduleArgs) MonthlySchedulePtrInput + type MonthlySchedulePtrOutput struct + func (MonthlySchedulePtrOutput) ElementType() reflect.Type + func (o MonthlySchedulePtrOutput) DaysOfMonth() pulumi.StringPtrOutput + func (o MonthlySchedulePtrOutput) Elem() MonthlyScheduleOutput + func (o MonthlySchedulePtrOutput) Hour() pulumi.IntPtrOutput + func (o MonthlySchedulePtrOutput) Minute() pulumi.IntPtrOutput + func (o MonthlySchedulePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o MonthlySchedulePtrOutput) ToMonthlySchedulePtrOutput() MonthlySchedulePtrOutput + func (o MonthlySchedulePtrOutput) ToMonthlySchedulePtrOutputWithContext(ctx context.Context) MonthlySchedulePtrOutput + func (o MonthlySchedulePtrOutput) UsedBytes() pulumi.IntPtrOutput + type MonthlyScheduleResponse struct + DaysOfMonth *string + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type MonthlyScheduleResponseArgs struct + DaysOfMonth pulumi.StringPtrInput + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (MonthlyScheduleResponseArgs) ElementType() reflect.Type + func (i MonthlyScheduleResponseArgs) ToMonthlyScheduleResponseOutput() MonthlyScheduleResponseOutput + func (i MonthlyScheduleResponseArgs) ToMonthlyScheduleResponseOutputWithContext(ctx context.Context) MonthlyScheduleResponseOutput + func (i MonthlyScheduleResponseArgs) ToMonthlyScheduleResponsePtrOutput() MonthlyScheduleResponsePtrOutput + func (i MonthlyScheduleResponseArgs) ToMonthlyScheduleResponsePtrOutputWithContext(ctx context.Context) MonthlyScheduleResponsePtrOutput + type MonthlyScheduleResponseInput interface + ToMonthlyScheduleResponseOutput func() MonthlyScheduleResponseOutput + ToMonthlyScheduleResponseOutputWithContext func(context.Context) MonthlyScheduleResponseOutput + type MonthlyScheduleResponseOutput struct + func (MonthlyScheduleResponseOutput) ElementType() reflect.Type + func (o MonthlyScheduleResponseOutput) DaysOfMonth() pulumi.StringPtrOutput + func (o MonthlyScheduleResponseOutput) Hour() pulumi.IntPtrOutput + func (o MonthlyScheduleResponseOutput) Minute() pulumi.IntPtrOutput + func (o MonthlyScheduleResponseOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o MonthlyScheduleResponseOutput) ToMonthlyScheduleResponseOutput() MonthlyScheduleResponseOutput + func (o MonthlyScheduleResponseOutput) ToMonthlyScheduleResponseOutputWithContext(ctx context.Context) MonthlyScheduleResponseOutput + func (o MonthlyScheduleResponseOutput) ToMonthlyScheduleResponsePtrOutput() MonthlyScheduleResponsePtrOutput + func (o MonthlyScheduleResponseOutput) ToMonthlyScheduleResponsePtrOutputWithContext(ctx context.Context) MonthlyScheduleResponsePtrOutput + func (o MonthlyScheduleResponseOutput) UsedBytes() pulumi.IntPtrOutput + type MonthlyScheduleResponsePtrInput interface + ToMonthlyScheduleResponsePtrOutput func() MonthlyScheduleResponsePtrOutput + ToMonthlyScheduleResponsePtrOutputWithContext func(context.Context) MonthlyScheduleResponsePtrOutput + func MonthlyScheduleResponsePtr(v *MonthlyScheduleResponseArgs) MonthlyScheduleResponsePtrInput + type MonthlyScheduleResponsePtrOutput struct + func (MonthlyScheduleResponsePtrOutput) ElementType() reflect.Type + func (o MonthlyScheduleResponsePtrOutput) DaysOfMonth() pulumi.StringPtrOutput + func (o MonthlyScheduleResponsePtrOutput) Elem() MonthlyScheduleResponseOutput + func (o MonthlyScheduleResponsePtrOutput) Hour() pulumi.IntPtrOutput + func (o MonthlyScheduleResponsePtrOutput) Minute() pulumi.IntPtrOutput + func (o MonthlyScheduleResponsePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o MonthlyScheduleResponsePtrOutput) ToMonthlyScheduleResponsePtrOutput() MonthlyScheduleResponsePtrOutput + func (o MonthlyScheduleResponsePtrOutput) ToMonthlyScheduleResponsePtrOutputWithContext(ctx context.Context) MonthlyScheduleResponsePtrOutput + func (o MonthlyScheduleResponsePtrOutput) UsedBytes() pulumi.IntPtrOutput + type MountTargetProperties struct + FileSystemId string + SmbServerFqdn *string + type MountTargetPropertiesArgs struct + FileSystemId pulumi.StringInput + SmbServerFqdn pulumi.StringPtrInput + func (MountTargetPropertiesArgs) ElementType() reflect.Type + func (i MountTargetPropertiesArgs) ToMountTargetPropertiesOutput() MountTargetPropertiesOutput + func (i MountTargetPropertiesArgs) ToMountTargetPropertiesOutputWithContext(ctx context.Context) MountTargetPropertiesOutput + type MountTargetPropertiesArray []MountTargetPropertiesInput + func (MountTargetPropertiesArray) ElementType() reflect.Type + func (i MountTargetPropertiesArray) ToMountTargetPropertiesArrayOutput() MountTargetPropertiesArrayOutput + func (i MountTargetPropertiesArray) ToMountTargetPropertiesArrayOutputWithContext(ctx context.Context) MountTargetPropertiesArrayOutput + type MountTargetPropertiesArrayInput interface + ToMountTargetPropertiesArrayOutput func() MountTargetPropertiesArrayOutput + ToMountTargetPropertiesArrayOutputWithContext func(context.Context) MountTargetPropertiesArrayOutput + type MountTargetPropertiesArrayOutput struct + func (MountTargetPropertiesArrayOutput) ElementType() reflect.Type + func (o MountTargetPropertiesArrayOutput) Index(i pulumi.IntInput) MountTargetPropertiesOutput + func (o MountTargetPropertiesArrayOutput) ToMountTargetPropertiesArrayOutput() MountTargetPropertiesArrayOutput + func (o MountTargetPropertiesArrayOutput) ToMountTargetPropertiesArrayOutputWithContext(ctx context.Context) MountTargetPropertiesArrayOutput + type MountTargetPropertiesInput interface + ToMountTargetPropertiesOutput func() MountTargetPropertiesOutput + ToMountTargetPropertiesOutputWithContext func(context.Context) MountTargetPropertiesOutput + type MountTargetPropertiesOutput struct + func (MountTargetPropertiesOutput) ElementType() reflect.Type + func (o MountTargetPropertiesOutput) FileSystemId() pulumi.StringOutput + func (o MountTargetPropertiesOutput) SmbServerFqdn() pulumi.StringPtrOutput + func (o MountTargetPropertiesOutput) ToMountTargetPropertiesOutput() MountTargetPropertiesOutput + func (o MountTargetPropertiesOutput) ToMountTargetPropertiesOutputWithContext(ctx context.Context) MountTargetPropertiesOutput + type MountTargetPropertiesResponse struct + FileSystemId string + IpAddress string + MountTargetId string + SmbServerFqdn *string + type MountTargetPropertiesResponseArgs struct + FileSystemId pulumi.StringInput + IpAddress pulumi.StringInput + MountTargetId pulumi.StringInput + SmbServerFqdn pulumi.StringPtrInput + func (MountTargetPropertiesResponseArgs) ElementType() reflect.Type + func (i MountTargetPropertiesResponseArgs) ToMountTargetPropertiesResponseOutput() MountTargetPropertiesResponseOutput + func (i MountTargetPropertiesResponseArgs) ToMountTargetPropertiesResponseOutputWithContext(ctx context.Context) MountTargetPropertiesResponseOutput + type MountTargetPropertiesResponseArray []MountTargetPropertiesResponseInput + func (MountTargetPropertiesResponseArray) ElementType() reflect.Type + func (i MountTargetPropertiesResponseArray) ToMountTargetPropertiesResponseArrayOutput() MountTargetPropertiesResponseArrayOutput + func (i MountTargetPropertiesResponseArray) ToMountTargetPropertiesResponseArrayOutputWithContext(ctx context.Context) MountTargetPropertiesResponseArrayOutput + type MountTargetPropertiesResponseArrayInput interface + ToMountTargetPropertiesResponseArrayOutput func() MountTargetPropertiesResponseArrayOutput + ToMountTargetPropertiesResponseArrayOutputWithContext func(context.Context) MountTargetPropertiesResponseArrayOutput + type MountTargetPropertiesResponseArrayOutput struct + func (MountTargetPropertiesResponseArrayOutput) ElementType() reflect.Type + func (o MountTargetPropertiesResponseArrayOutput) Index(i pulumi.IntInput) MountTargetPropertiesResponseOutput + func (o MountTargetPropertiesResponseArrayOutput) ToMountTargetPropertiesResponseArrayOutput() MountTargetPropertiesResponseArrayOutput + func (o MountTargetPropertiesResponseArrayOutput) ToMountTargetPropertiesResponseArrayOutputWithContext(ctx context.Context) MountTargetPropertiesResponseArrayOutput + type MountTargetPropertiesResponseInput interface + ToMountTargetPropertiesResponseOutput func() MountTargetPropertiesResponseOutput + ToMountTargetPropertiesResponseOutputWithContext func(context.Context) MountTargetPropertiesResponseOutput + type MountTargetPropertiesResponseOutput struct + func (MountTargetPropertiesResponseOutput) ElementType() reflect.Type + func (o MountTargetPropertiesResponseOutput) FileSystemId() pulumi.StringOutput + func (o MountTargetPropertiesResponseOutput) IpAddress() pulumi.StringOutput + func (o MountTargetPropertiesResponseOutput) MountTargetId() pulumi.StringOutput + func (o MountTargetPropertiesResponseOutput) SmbServerFqdn() pulumi.StringPtrOutput + func (o MountTargetPropertiesResponseOutput) ToMountTargetPropertiesResponseOutput() MountTargetPropertiesResponseOutput + func (o MountTargetPropertiesResponseOutput) ToMountTargetPropertiesResponseOutputWithContext(ctx context.Context) MountTargetPropertiesResponseOutput + type Pool struct + Location pulumi.StringOutput + Name pulumi.StringOutput + PoolId pulumi.StringOutput + ProvisioningState pulumi.StringOutput + QosType pulumi.StringPtrOutput + ServiceLevel pulumi.StringOutput + Size pulumi.IntOutput + Tags pulumi.StringMapOutput + TotalThroughputMibps pulumi.Float64Output + Type pulumi.StringOutput + UtilizedThroughputMibps pulumi.Float64Output + func GetPool(ctx *pulumi.Context, name string, id pulumi.IDInput, state *PoolState, ...) (*Pool, error) + func NewPool(ctx *pulumi.Context, name string, args *PoolArgs, ...) (*Pool, error) + func (*Pool) ElementType() reflect.Type + func (i *Pool) ToPoolOutput() PoolOutput + func (i *Pool) ToPoolOutputWithContext(ctx context.Context) PoolOutput + type PoolArgs struct + AccountName pulumi.StringInput + Location pulumi.StringInput + PoolName pulumi.StringInput + QosType pulumi.StringPtrInput + ResourceGroupName pulumi.StringInput + ServiceLevel pulumi.StringInput + Size pulumi.IntInput + Tags pulumi.StringMapInput + func (PoolArgs) ElementType() reflect.Type + type PoolInput interface + ToPoolOutput func() PoolOutput + ToPoolOutputWithContext func(ctx context.Context) PoolOutput + type PoolOutput struct + func (PoolOutput) ElementType() reflect.Type + func (o PoolOutput) ToPoolOutput() PoolOutput + func (o PoolOutput) ToPoolOutputWithContext(ctx context.Context) PoolOutput + type PoolState struct + Location pulumi.StringPtrInput + Name pulumi.StringPtrInput + PoolId pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + QosType pulumi.StringPtrInput + ServiceLevel pulumi.StringPtrInput + Size pulumi.IntPtrInput + Tags pulumi.StringMapInput + TotalThroughputMibps pulumi.Float64PtrInput + Type pulumi.StringPtrInput + UtilizedThroughputMibps pulumi.Float64PtrInput + func (PoolState) ElementType() reflect.Type + type QosType pulumi.String + func (QosType) ElementType() reflect.Type + func (e QosType) ToStringOutput() pulumi.StringOutput + func (e QosType) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput + func (e QosType) ToStringPtrOutput() pulumi.StringPtrOutput + func (e QosType) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput + type ReplicationObject struct + EndpointType *string + RemoteVolumeRegion *string + RemoteVolumeResourceId string + ReplicationId *string + ReplicationSchedule string + type ReplicationObjectArgs struct + EndpointType pulumi.StringPtrInput + RemoteVolumeRegion pulumi.StringPtrInput + RemoteVolumeResourceId pulumi.StringInput + ReplicationId pulumi.StringPtrInput + ReplicationSchedule pulumi.StringInput + func (ReplicationObjectArgs) ElementType() reflect.Type + func (i ReplicationObjectArgs) ToReplicationObjectOutput() ReplicationObjectOutput + func (i ReplicationObjectArgs) ToReplicationObjectOutputWithContext(ctx context.Context) ReplicationObjectOutput + func (i ReplicationObjectArgs) ToReplicationObjectPtrOutput() ReplicationObjectPtrOutput + func (i ReplicationObjectArgs) ToReplicationObjectPtrOutputWithContext(ctx context.Context) ReplicationObjectPtrOutput + type ReplicationObjectInput interface + ToReplicationObjectOutput func() ReplicationObjectOutput + ToReplicationObjectOutputWithContext func(context.Context) ReplicationObjectOutput + type ReplicationObjectOutput struct + func (ReplicationObjectOutput) ElementType() reflect.Type + func (o ReplicationObjectOutput) EndpointType() pulumi.StringPtrOutput + func (o ReplicationObjectOutput) RemoteVolumeRegion() pulumi.StringPtrOutput + func (o ReplicationObjectOutput) RemoteVolumeResourceId() pulumi.StringOutput + func (o ReplicationObjectOutput) ReplicationId() pulumi.StringPtrOutput + func (o ReplicationObjectOutput) ReplicationSchedule() pulumi.StringOutput + func (o ReplicationObjectOutput) ToReplicationObjectOutput() ReplicationObjectOutput + func (o ReplicationObjectOutput) ToReplicationObjectOutputWithContext(ctx context.Context) ReplicationObjectOutput + func (o ReplicationObjectOutput) ToReplicationObjectPtrOutput() ReplicationObjectPtrOutput + func (o ReplicationObjectOutput) ToReplicationObjectPtrOutputWithContext(ctx context.Context) ReplicationObjectPtrOutput + type ReplicationObjectPtrInput interface + ToReplicationObjectPtrOutput func() ReplicationObjectPtrOutput + ToReplicationObjectPtrOutputWithContext func(context.Context) ReplicationObjectPtrOutput + func ReplicationObjectPtr(v *ReplicationObjectArgs) ReplicationObjectPtrInput + type ReplicationObjectPtrOutput struct + func (ReplicationObjectPtrOutput) ElementType() reflect.Type + func (o ReplicationObjectPtrOutput) Elem() ReplicationObjectOutput + func (o ReplicationObjectPtrOutput) EndpointType() pulumi.StringPtrOutput + func (o ReplicationObjectPtrOutput) RemoteVolumeRegion() pulumi.StringPtrOutput + func (o ReplicationObjectPtrOutput) RemoteVolumeResourceId() pulumi.StringPtrOutput + func (o ReplicationObjectPtrOutput) ReplicationId() pulumi.StringPtrOutput + func (o ReplicationObjectPtrOutput) ReplicationSchedule() pulumi.StringPtrOutput + func (o ReplicationObjectPtrOutput) ToReplicationObjectPtrOutput() ReplicationObjectPtrOutput + func (o ReplicationObjectPtrOutput) ToReplicationObjectPtrOutputWithContext(ctx context.Context) ReplicationObjectPtrOutput + type ReplicationObjectResponse struct + EndpointType *string + RemoteVolumeRegion *string + RemoteVolumeResourceId string + ReplicationId *string + ReplicationSchedule string + type ReplicationObjectResponseArgs struct + EndpointType pulumi.StringPtrInput + RemoteVolumeRegion pulumi.StringPtrInput + RemoteVolumeResourceId pulumi.StringInput + ReplicationId pulumi.StringPtrInput + ReplicationSchedule pulumi.StringInput + func (ReplicationObjectResponseArgs) ElementType() reflect.Type + func (i ReplicationObjectResponseArgs) ToReplicationObjectResponseOutput() ReplicationObjectResponseOutput + func (i ReplicationObjectResponseArgs) ToReplicationObjectResponseOutputWithContext(ctx context.Context) ReplicationObjectResponseOutput + func (i ReplicationObjectResponseArgs) ToReplicationObjectResponsePtrOutput() ReplicationObjectResponsePtrOutput + func (i ReplicationObjectResponseArgs) ToReplicationObjectResponsePtrOutputWithContext(ctx context.Context) ReplicationObjectResponsePtrOutput + type ReplicationObjectResponseInput interface + ToReplicationObjectResponseOutput func() ReplicationObjectResponseOutput + ToReplicationObjectResponseOutputWithContext func(context.Context) ReplicationObjectResponseOutput + type ReplicationObjectResponseOutput struct + func (ReplicationObjectResponseOutput) ElementType() reflect.Type + func (o ReplicationObjectResponseOutput) EndpointType() pulumi.StringPtrOutput + func (o ReplicationObjectResponseOutput) RemoteVolumeRegion() pulumi.StringPtrOutput + func (o ReplicationObjectResponseOutput) RemoteVolumeResourceId() pulumi.StringOutput + func (o ReplicationObjectResponseOutput) ReplicationId() pulumi.StringPtrOutput + func (o ReplicationObjectResponseOutput) ReplicationSchedule() pulumi.StringOutput + func (o ReplicationObjectResponseOutput) ToReplicationObjectResponseOutput() ReplicationObjectResponseOutput + func (o ReplicationObjectResponseOutput) ToReplicationObjectResponseOutputWithContext(ctx context.Context) ReplicationObjectResponseOutput + func (o ReplicationObjectResponseOutput) ToReplicationObjectResponsePtrOutput() ReplicationObjectResponsePtrOutput + func (o ReplicationObjectResponseOutput) ToReplicationObjectResponsePtrOutputWithContext(ctx context.Context) ReplicationObjectResponsePtrOutput + type ReplicationObjectResponsePtrInput interface + ToReplicationObjectResponsePtrOutput func() ReplicationObjectResponsePtrOutput + ToReplicationObjectResponsePtrOutputWithContext func(context.Context) ReplicationObjectResponsePtrOutput + func ReplicationObjectResponsePtr(v *ReplicationObjectResponseArgs) ReplicationObjectResponsePtrInput + type ReplicationObjectResponsePtrOutput struct + func (ReplicationObjectResponsePtrOutput) ElementType() reflect.Type + func (o ReplicationObjectResponsePtrOutput) Elem() ReplicationObjectResponseOutput + func (o ReplicationObjectResponsePtrOutput) EndpointType() pulumi.StringPtrOutput + func (o ReplicationObjectResponsePtrOutput) RemoteVolumeRegion() pulumi.StringPtrOutput + func (o ReplicationObjectResponsePtrOutput) RemoteVolumeResourceId() pulumi.StringPtrOutput + func (o ReplicationObjectResponsePtrOutput) ReplicationId() pulumi.StringPtrOutput + func (o ReplicationObjectResponsePtrOutput) ReplicationSchedule() pulumi.StringPtrOutput + func (o ReplicationObjectResponsePtrOutput) ToReplicationObjectResponsePtrOutput() ReplicationObjectResponsePtrOutput + func (o ReplicationObjectResponsePtrOutput) ToReplicationObjectResponsePtrOutputWithContext(ctx context.Context) ReplicationObjectResponsePtrOutput + type ReplicationSchedule pulumi.String + func (ReplicationSchedule) ElementType() reflect.Type + func (e ReplicationSchedule) ToStringOutput() pulumi.StringOutput + func (e ReplicationSchedule) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput + func (e ReplicationSchedule) ToStringPtrOutput() pulumi.StringPtrOutput + func (e ReplicationSchedule) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput + type SecurityStyle pulumi.String + func (SecurityStyle) ElementType() reflect.Type + func (e SecurityStyle) ToStringOutput() pulumi.StringOutput + func (e SecurityStyle) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput + func (e SecurityStyle) ToStringPtrOutput() pulumi.StringPtrOutput + func (e SecurityStyle) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput + type ServiceLevel pulumi.String + func (ServiceLevel) ElementType() reflect.Type + func (e ServiceLevel) ToStringOutput() pulumi.StringOutput + func (e ServiceLevel) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput + func (e ServiceLevel) ToStringPtrOutput() pulumi.StringPtrOutput + func (e ServiceLevel) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput + type Snapshot struct + Created pulumi.StringOutput + Location pulumi.StringOutput + Name pulumi.StringOutput + ProvisioningState pulumi.StringOutput + SnapshotId pulumi.StringOutput + Type pulumi.StringOutput + func GetSnapshot(ctx *pulumi.Context, name string, id pulumi.IDInput, state *SnapshotState, ...) (*Snapshot, error) + func NewSnapshot(ctx *pulumi.Context, name string, args *SnapshotArgs, ...) (*Snapshot, error) + func (*Snapshot) ElementType() reflect.Type + func (i *Snapshot) ToSnapshotOutput() SnapshotOutput + func (i *Snapshot) ToSnapshotOutputWithContext(ctx context.Context) SnapshotOutput + type SnapshotArgs struct + AccountName pulumi.StringInput + Location pulumi.StringInput + PoolName pulumi.StringInput + ResourceGroupName pulumi.StringInput + SnapshotName pulumi.StringInput + VolumeName pulumi.StringInput + func (SnapshotArgs) ElementType() reflect.Type + type SnapshotInput interface + ToSnapshotOutput func() SnapshotOutput + ToSnapshotOutputWithContext func(ctx context.Context) SnapshotOutput + type SnapshotOutput struct + func (SnapshotOutput) ElementType() reflect.Type + func (o SnapshotOutput) ToSnapshotOutput() SnapshotOutput + func (o SnapshotOutput) ToSnapshotOutputWithContext(ctx context.Context) SnapshotOutput + type SnapshotPolicy struct + DailySchedule DailyScheduleResponsePtrOutput + Enabled pulumi.BoolPtrOutput + HourlySchedule HourlyScheduleResponsePtrOutput + Location pulumi.StringOutput + MonthlySchedule MonthlyScheduleResponsePtrOutput + Name pulumi.StringOutput + ProvisioningState pulumi.StringOutput + Tags pulumi.StringMapOutput + Type pulumi.StringOutput + WeeklySchedule WeeklyScheduleResponsePtrOutput + func GetSnapshotPolicy(ctx *pulumi.Context, name string, id pulumi.IDInput, ...) (*SnapshotPolicy, error) + func NewSnapshotPolicy(ctx *pulumi.Context, name string, args *SnapshotPolicyArgs, ...) (*SnapshotPolicy, error) + func (*SnapshotPolicy) ElementType() reflect.Type + func (i *SnapshotPolicy) ToSnapshotPolicyOutput() SnapshotPolicyOutput + func (i *SnapshotPolicy) ToSnapshotPolicyOutputWithContext(ctx context.Context) SnapshotPolicyOutput + type SnapshotPolicyArgs struct + AccountName pulumi.StringInput + DailySchedule DailySchedulePtrInput + Enabled pulumi.BoolPtrInput + HourlySchedule HourlySchedulePtrInput + Location pulumi.StringInput + MonthlySchedule MonthlySchedulePtrInput + ResourceGroupName pulumi.StringInput + SnapshotPolicyName pulumi.StringInput + Tags pulumi.StringMapInput + WeeklySchedule WeeklySchedulePtrInput + func (SnapshotPolicyArgs) ElementType() reflect.Type + type SnapshotPolicyInput interface + ToSnapshotPolicyOutput func() SnapshotPolicyOutput + ToSnapshotPolicyOutputWithContext func(ctx context.Context) SnapshotPolicyOutput + type SnapshotPolicyOutput struct + func (SnapshotPolicyOutput) ElementType() reflect.Type + func (o SnapshotPolicyOutput) ToSnapshotPolicyOutput() SnapshotPolicyOutput + func (o SnapshotPolicyOutput) ToSnapshotPolicyOutputWithContext(ctx context.Context) SnapshotPolicyOutput + type SnapshotPolicyState struct + DailySchedule DailyScheduleResponsePtrInput + Enabled pulumi.BoolPtrInput + HourlySchedule HourlyScheduleResponsePtrInput + Location pulumi.StringPtrInput + MonthlySchedule MonthlyScheduleResponsePtrInput + Name pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + Tags pulumi.StringMapInput + Type pulumi.StringPtrInput + WeeklySchedule WeeklyScheduleResponsePtrInput + func (SnapshotPolicyState) ElementType() reflect.Type + type SnapshotState struct + Created pulumi.StringPtrInput + Location pulumi.StringPtrInput + Name pulumi.StringPtrInput + ProvisioningState pulumi.StringPtrInput + SnapshotId pulumi.StringPtrInput + Type pulumi.StringPtrInput + func (SnapshotState) ElementType() reflect.Type + type Volume struct + BackupId pulumi.StringPtrOutput + BaremetalTenantId pulumi.StringOutput + CreationToken pulumi.StringOutput + DataProtection VolumePropertiesResponseDataProtectionPtrOutput + ExportPolicy VolumePropertiesResponseExportPolicyPtrOutput + FileSystemId pulumi.StringOutput + IsRestoring pulumi.BoolPtrOutput + KerberosEnabled pulumi.BoolPtrOutput + Location pulumi.StringOutput + MountTargets MountTargetPropertiesResponseArrayOutput + Name pulumi.StringOutput + ProtocolTypes pulumi.StringArrayOutput + ProvisioningState pulumi.StringOutput + SecurityStyle pulumi.StringPtrOutput + ServiceLevel pulumi.StringPtrOutput + SmbContinuouslyAvailable pulumi.BoolPtrOutput + SmbEncryption pulumi.BoolPtrOutput + SnapshotDirectoryVisible pulumi.BoolPtrOutput + SnapshotId pulumi.StringPtrOutput + SubnetId pulumi.StringOutput + Tags pulumi.StringMapOutput + ThroughputMibps pulumi.Float64PtrOutput + Type pulumi.StringOutput + UsageThreshold pulumi.IntOutput + VolumeType pulumi.StringPtrOutput + func GetVolume(ctx *pulumi.Context, name string, id pulumi.IDInput, state *VolumeState, ...) (*Volume, error) + func NewVolume(ctx *pulumi.Context, name string, args *VolumeArgs, ...) (*Volume, error) + func (*Volume) ElementType() reflect.Type + func (i *Volume) ToVolumeOutput() VolumeOutput + func (i *Volume) ToVolumeOutputWithContext(ctx context.Context) VolumeOutput + type VolumeArgs struct + AccountName pulumi.StringInput + BackupId pulumi.StringPtrInput + CreationToken pulumi.StringInput + DataProtection VolumePropertiesDataProtectionPtrInput + ExportPolicy VolumePropertiesExportPolicyPtrInput + IsRestoring pulumi.BoolPtrInput + KerberosEnabled pulumi.BoolPtrInput + Location pulumi.StringInput + MountTargets MountTargetPropertiesArrayInput + PoolName pulumi.StringInput + ProtocolTypes pulumi.StringArrayInput + ResourceGroupName pulumi.StringInput + SecurityStyle pulumi.StringPtrInput + ServiceLevel pulumi.StringPtrInput + SmbContinuouslyAvailable pulumi.BoolPtrInput + SmbEncryption pulumi.BoolPtrInput + SnapshotDirectoryVisible pulumi.BoolPtrInput + SnapshotId pulumi.StringPtrInput + SubnetId pulumi.StringInput + Tags pulumi.StringMapInput + ThroughputMibps pulumi.Float64PtrInput + UsageThreshold pulumi.IntInput + VolumeName pulumi.StringInput + VolumeType pulumi.StringPtrInput + func (VolumeArgs) ElementType() reflect.Type + type VolumeBackupProperties struct + BackupEnabled *bool + BackupPolicyId *string + PolicyEnforced *bool + VaultId *string + type VolumeBackupPropertiesArgs struct + BackupEnabled pulumi.BoolPtrInput + BackupPolicyId pulumi.StringPtrInput + PolicyEnforced pulumi.BoolPtrInput + VaultId pulumi.StringPtrInput + func (VolumeBackupPropertiesArgs) ElementType() reflect.Type + func (i VolumeBackupPropertiesArgs) ToVolumeBackupPropertiesOutput() VolumeBackupPropertiesOutput + func (i VolumeBackupPropertiesArgs) ToVolumeBackupPropertiesOutputWithContext(ctx context.Context) VolumeBackupPropertiesOutput + func (i VolumeBackupPropertiesArgs) ToVolumeBackupPropertiesPtrOutput() VolumeBackupPropertiesPtrOutput + func (i VolumeBackupPropertiesArgs) ToVolumeBackupPropertiesPtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesPtrOutput + type VolumeBackupPropertiesInput interface + ToVolumeBackupPropertiesOutput func() VolumeBackupPropertiesOutput + ToVolumeBackupPropertiesOutputWithContext func(context.Context) VolumeBackupPropertiesOutput + type VolumeBackupPropertiesOutput struct + func (VolumeBackupPropertiesOutput) ElementType() reflect.Type + func (o VolumeBackupPropertiesOutput) BackupEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesOutput) BackupPolicyId() pulumi.StringPtrOutput + func (o VolumeBackupPropertiesOutput) PolicyEnforced() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesOutput) ToVolumeBackupPropertiesOutput() VolumeBackupPropertiesOutput + func (o VolumeBackupPropertiesOutput) ToVolumeBackupPropertiesOutputWithContext(ctx context.Context) VolumeBackupPropertiesOutput + func (o VolumeBackupPropertiesOutput) ToVolumeBackupPropertiesPtrOutput() VolumeBackupPropertiesPtrOutput + func (o VolumeBackupPropertiesOutput) ToVolumeBackupPropertiesPtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesPtrOutput + func (o VolumeBackupPropertiesOutput) VaultId() pulumi.StringPtrOutput + type VolumeBackupPropertiesPtrInput interface + ToVolumeBackupPropertiesPtrOutput func() VolumeBackupPropertiesPtrOutput + ToVolumeBackupPropertiesPtrOutputWithContext func(context.Context) VolumeBackupPropertiesPtrOutput + func VolumeBackupPropertiesPtr(v *VolumeBackupPropertiesArgs) VolumeBackupPropertiesPtrInput + type VolumeBackupPropertiesPtrOutput struct + func (VolumeBackupPropertiesPtrOutput) ElementType() reflect.Type + func (o VolumeBackupPropertiesPtrOutput) BackupEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesPtrOutput) BackupPolicyId() pulumi.StringPtrOutput + func (o VolumeBackupPropertiesPtrOutput) Elem() VolumeBackupPropertiesOutput + func (o VolumeBackupPropertiesPtrOutput) PolicyEnforced() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesPtrOutput) ToVolumeBackupPropertiesPtrOutput() VolumeBackupPropertiesPtrOutput + func (o VolumeBackupPropertiesPtrOutput) ToVolumeBackupPropertiesPtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesPtrOutput + func (o VolumeBackupPropertiesPtrOutput) VaultId() pulumi.StringPtrOutput + type VolumeBackupPropertiesResponse struct + BackupEnabled *bool + BackupPolicyId *string + PolicyEnforced *bool + VaultId *string + type VolumeBackupPropertiesResponseArgs struct + BackupEnabled pulumi.BoolPtrInput + BackupPolicyId pulumi.StringPtrInput + PolicyEnforced pulumi.BoolPtrInput + VaultId pulumi.StringPtrInput + func (VolumeBackupPropertiesResponseArgs) ElementType() reflect.Type + func (i VolumeBackupPropertiesResponseArgs) ToVolumeBackupPropertiesResponseOutput() VolumeBackupPropertiesResponseOutput + func (i VolumeBackupPropertiesResponseArgs) ToVolumeBackupPropertiesResponseOutputWithContext(ctx context.Context) VolumeBackupPropertiesResponseOutput + func (i VolumeBackupPropertiesResponseArgs) ToVolumeBackupPropertiesResponsePtrOutput() VolumeBackupPropertiesResponsePtrOutput + func (i VolumeBackupPropertiesResponseArgs) ToVolumeBackupPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesResponsePtrOutput + type VolumeBackupPropertiesResponseInput interface + ToVolumeBackupPropertiesResponseOutput func() VolumeBackupPropertiesResponseOutput + ToVolumeBackupPropertiesResponseOutputWithContext func(context.Context) VolumeBackupPropertiesResponseOutput + type VolumeBackupPropertiesResponseOutput struct + func (VolumeBackupPropertiesResponseOutput) ElementType() reflect.Type + func (o VolumeBackupPropertiesResponseOutput) BackupEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesResponseOutput) BackupPolicyId() pulumi.StringPtrOutput + func (o VolumeBackupPropertiesResponseOutput) PolicyEnforced() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesResponseOutput) ToVolumeBackupPropertiesResponseOutput() VolumeBackupPropertiesResponseOutput + func (o VolumeBackupPropertiesResponseOutput) ToVolumeBackupPropertiesResponseOutputWithContext(ctx context.Context) VolumeBackupPropertiesResponseOutput + func (o VolumeBackupPropertiesResponseOutput) ToVolumeBackupPropertiesResponsePtrOutput() VolumeBackupPropertiesResponsePtrOutput + func (o VolumeBackupPropertiesResponseOutput) ToVolumeBackupPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesResponsePtrOutput + func (o VolumeBackupPropertiesResponseOutput) VaultId() pulumi.StringPtrOutput + type VolumeBackupPropertiesResponsePtrInput interface + ToVolumeBackupPropertiesResponsePtrOutput func() VolumeBackupPropertiesResponsePtrOutput + ToVolumeBackupPropertiesResponsePtrOutputWithContext func(context.Context) VolumeBackupPropertiesResponsePtrOutput + func VolumeBackupPropertiesResponsePtr(v *VolumeBackupPropertiesResponseArgs) VolumeBackupPropertiesResponsePtrInput + type VolumeBackupPropertiesResponsePtrOutput struct + func (VolumeBackupPropertiesResponsePtrOutput) ElementType() reflect.Type + func (o VolumeBackupPropertiesResponsePtrOutput) BackupEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesResponsePtrOutput) BackupPolicyId() pulumi.StringPtrOutput + func (o VolumeBackupPropertiesResponsePtrOutput) Elem() VolumeBackupPropertiesResponseOutput + func (o VolumeBackupPropertiesResponsePtrOutput) PolicyEnforced() pulumi.BoolPtrOutput + func (o VolumeBackupPropertiesResponsePtrOutput) ToVolumeBackupPropertiesResponsePtrOutput() VolumeBackupPropertiesResponsePtrOutput + func (o VolumeBackupPropertiesResponsePtrOutput) ToVolumeBackupPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeBackupPropertiesResponsePtrOutput + func (o VolumeBackupPropertiesResponsePtrOutput) VaultId() pulumi.StringPtrOutput + type VolumeBackups struct + BackupsCount *int + PolicyEnabled *bool + VolumeName *string + type VolumeBackupsArgs struct + BackupsCount pulumi.IntPtrInput + PolicyEnabled pulumi.BoolPtrInput + VolumeName pulumi.StringPtrInput + func (VolumeBackupsArgs) ElementType() reflect.Type + func (i VolumeBackupsArgs) ToVolumeBackupsOutput() VolumeBackupsOutput + func (i VolumeBackupsArgs) ToVolumeBackupsOutputWithContext(ctx context.Context) VolumeBackupsOutput + type VolumeBackupsArray []VolumeBackupsInput + func (VolumeBackupsArray) ElementType() reflect.Type + func (i VolumeBackupsArray) ToVolumeBackupsArrayOutput() VolumeBackupsArrayOutput + func (i VolumeBackupsArray) ToVolumeBackupsArrayOutputWithContext(ctx context.Context) VolumeBackupsArrayOutput + type VolumeBackupsArrayInput interface + ToVolumeBackupsArrayOutput func() VolumeBackupsArrayOutput + ToVolumeBackupsArrayOutputWithContext func(context.Context) VolumeBackupsArrayOutput + type VolumeBackupsArrayOutput struct + func (VolumeBackupsArrayOutput) ElementType() reflect.Type + func (o VolumeBackupsArrayOutput) Index(i pulumi.IntInput) VolumeBackupsOutput + func (o VolumeBackupsArrayOutput) ToVolumeBackupsArrayOutput() VolumeBackupsArrayOutput + func (o VolumeBackupsArrayOutput) ToVolumeBackupsArrayOutputWithContext(ctx context.Context) VolumeBackupsArrayOutput + type VolumeBackupsInput interface + ToVolumeBackupsOutput func() VolumeBackupsOutput + ToVolumeBackupsOutputWithContext func(context.Context) VolumeBackupsOutput + type VolumeBackupsOutput struct + func (VolumeBackupsOutput) ElementType() reflect.Type + func (o VolumeBackupsOutput) BackupsCount() pulumi.IntPtrOutput + func (o VolumeBackupsOutput) PolicyEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupsOutput) ToVolumeBackupsOutput() VolumeBackupsOutput + func (o VolumeBackupsOutput) ToVolumeBackupsOutputWithContext(ctx context.Context) VolumeBackupsOutput + func (o VolumeBackupsOutput) VolumeName() pulumi.StringPtrOutput + type VolumeBackupsResponse struct + BackupsCount *int + PolicyEnabled *bool + VolumeName *string + type VolumeBackupsResponseArgs struct + BackupsCount pulumi.IntPtrInput + PolicyEnabled pulumi.BoolPtrInput + VolumeName pulumi.StringPtrInput + func (VolumeBackupsResponseArgs) ElementType() reflect.Type + func (i VolumeBackupsResponseArgs) ToVolumeBackupsResponseOutput() VolumeBackupsResponseOutput + func (i VolumeBackupsResponseArgs) ToVolumeBackupsResponseOutputWithContext(ctx context.Context) VolumeBackupsResponseOutput + type VolumeBackupsResponseArray []VolumeBackupsResponseInput + func (VolumeBackupsResponseArray) ElementType() reflect.Type + func (i VolumeBackupsResponseArray) ToVolumeBackupsResponseArrayOutput() VolumeBackupsResponseArrayOutput + func (i VolumeBackupsResponseArray) ToVolumeBackupsResponseArrayOutputWithContext(ctx context.Context) VolumeBackupsResponseArrayOutput + type VolumeBackupsResponseArrayInput interface + ToVolumeBackupsResponseArrayOutput func() VolumeBackupsResponseArrayOutput + ToVolumeBackupsResponseArrayOutputWithContext func(context.Context) VolumeBackupsResponseArrayOutput + type VolumeBackupsResponseArrayOutput struct + func (VolumeBackupsResponseArrayOutput) ElementType() reflect.Type + func (o VolumeBackupsResponseArrayOutput) Index(i pulumi.IntInput) VolumeBackupsResponseOutput + func (o VolumeBackupsResponseArrayOutput) ToVolumeBackupsResponseArrayOutput() VolumeBackupsResponseArrayOutput + func (o VolumeBackupsResponseArrayOutput) ToVolumeBackupsResponseArrayOutputWithContext(ctx context.Context) VolumeBackupsResponseArrayOutput + type VolumeBackupsResponseInput interface + ToVolumeBackupsResponseOutput func() VolumeBackupsResponseOutput + ToVolumeBackupsResponseOutputWithContext func(context.Context) VolumeBackupsResponseOutput + type VolumeBackupsResponseOutput struct + func (VolumeBackupsResponseOutput) ElementType() reflect.Type + func (o VolumeBackupsResponseOutput) BackupsCount() pulumi.IntPtrOutput + func (o VolumeBackupsResponseOutput) PolicyEnabled() pulumi.BoolPtrOutput + func (o VolumeBackupsResponseOutput) ToVolumeBackupsResponseOutput() VolumeBackupsResponseOutput + func (o VolumeBackupsResponseOutput) ToVolumeBackupsResponseOutputWithContext(ctx context.Context) VolumeBackupsResponseOutput + func (o VolumeBackupsResponseOutput) VolumeName() pulumi.StringPtrOutput + type VolumeInput interface + ToVolumeOutput func() VolumeOutput + ToVolumeOutputWithContext func(ctx context.Context) VolumeOutput + type VolumeOutput struct + func (VolumeOutput) ElementType() reflect.Type + func (o VolumeOutput) ToVolumeOutput() VolumeOutput + func (o VolumeOutput) ToVolumeOutputWithContext(ctx context.Context) VolumeOutput + type VolumePropertiesDataProtection struct + Backup *VolumeBackupProperties + Replication *ReplicationObject + Snapshot *VolumeSnapshotProperties + type VolumePropertiesDataProtectionArgs struct + Backup VolumeBackupPropertiesPtrInput + Replication ReplicationObjectPtrInput + Snapshot VolumeSnapshotPropertiesPtrInput + func (VolumePropertiesDataProtectionArgs) ElementType() reflect.Type + func (i VolumePropertiesDataProtectionArgs) ToVolumePropertiesDataProtectionOutput() VolumePropertiesDataProtectionOutput + func (i VolumePropertiesDataProtectionArgs) ToVolumePropertiesDataProtectionOutputWithContext(ctx context.Context) VolumePropertiesDataProtectionOutput + func (i VolumePropertiesDataProtectionArgs) ToVolumePropertiesDataProtectionPtrOutput() VolumePropertiesDataProtectionPtrOutput + func (i VolumePropertiesDataProtectionArgs) ToVolumePropertiesDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesDataProtectionPtrOutput + type VolumePropertiesDataProtectionInput interface + ToVolumePropertiesDataProtectionOutput func() VolumePropertiesDataProtectionOutput + ToVolumePropertiesDataProtectionOutputWithContext func(context.Context) VolumePropertiesDataProtectionOutput + type VolumePropertiesDataProtectionOutput struct + func (VolumePropertiesDataProtectionOutput) ElementType() reflect.Type + func (o VolumePropertiesDataProtectionOutput) Backup() VolumeBackupPropertiesPtrOutput + func (o VolumePropertiesDataProtectionOutput) Replication() ReplicationObjectPtrOutput + func (o VolumePropertiesDataProtectionOutput) Snapshot() VolumeSnapshotPropertiesPtrOutput + func (o VolumePropertiesDataProtectionOutput) ToVolumePropertiesDataProtectionOutput() VolumePropertiesDataProtectionOutput + func (o VolumePropertiesDataProtectionOutput) ToVolumePropertiesDataProtectionOutputWithContext(ctx context.Context) VolumePropertiesDataProtectionOutput + func (o VolumePropertiesDataProtectionOutput) ToVolumePropertiesDataProtectionPtrOutput() VolumePropertiesDataProtectionPtrOutput + func (o VolumePropertiesDataProtectionOutput) ToVolumePropertiesDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesDataProtectionPtrOutput + type VolumePropertiesDataProtectionPtrInput interface + ToVolumePropertiesDataProtectionPtrOutput func() VolumePropertiesDataProtectionPtrOutput + ToVolumePropertiesDataProtectionPtrOutputWithContext func(context.Context) VolumePropertiesDataProtectionPtrOutput + func VolumePropertiesDataProtectionPtr(v *VolumePropertiesDataProtectionArgs) VolumePropertiesDataProtectionPtrInput + type VolumePropertiesDataProtectionPtrOutput struct + func (VolumePropertiesDataProtectionPtrOutput) ElementType() reflect.Type + func (o VolumePropertiesDataProtectionPtrOutput) Backup() VolumeBackupPropertiesPtrOutput + func (o VolumePropertiesDataProtectionPtrOutput) Elem() VolumePropertiesDataProtectionOutput + func (o VolumePropertiesDataProtectionPtrOutput) Replication() ReplicationObjectPtrOutput + func (o VolumePropertiesDataProtectionPtrOutput) Snapshot() VolumeSnapshotPropertiesPtrOutput + func (o VolumePropertiesDataProtectionPtrOutput) ToVolumePropertiesDataProtectionPtrOutput() VolumePropertiesDataProtectionPtrOutput + func (o VolumePropertiesDataProtectionPtrOutput) ToVolumePropertiesDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesDataProtectionPtrOutput + type VolumePropertiesExportPolicy struct + Rules []ExportPolicyRule + type VolumePropertiesExportPolicyArgs struct + Rules ExportPolicyRuleArrayInput + func (VolumePropertiesExportPolicyArgs) ElementType() reflect.Type + func (i VolumePropertiesExportPolicyArgs) ToVolumePropertiesExportPolicyOutput() VolumePropertiesExportPolicyOutput + func (i VolumePropertiesExportPolicyArgs) ToVolumePropertiesExportPolicyOutputWithContext(ctx context.Context) VolumePropertiesExportPolicyOutput + func (i VolumePropertiesExportPolicyArgs) ToVolumePropertiesExportPolicyPtrOutput() VolumePropertiesExportPolicyPtrOutput + func (i VolumePropertiesExportPolicyArgs) ToVolumePropertiesExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesExportPolicyPtrOutput + type VolumePropertiesExportPolicyInput interface + ToVolumePropertiesExportPolicyOutput func() VolumePropertiesExportPolicyOutput + ToVolumePropertiesExportPolicyOutputWithContext func(context.Context) VolumePropertiesExportPolicyOutput + type VolumePropertiesExportPolicyOutput struct + func (VolumePropertiesExportPolicyOutput) ElementType() reflect.Type + func (o VolumePropertiesExportPolicyOutput) Rules() ExportPolicyRuleArrayOutput + func (o VolumePropertiesExportPolicyOutput) ToVolumePropertiesExportPolicyOutput() VolumePropertiesExportPolicyOutput + func (o VolumePropertiesExportPolicyOutput) ToVolumePropertiesExportPolicyOutputWithContext(ctx context.Context) VolumePropertiesExportPolicyOutput + func (o VolumePropertiesExportPolicyOutput) ToVolumePropertiesExportPolicyPtrOutput() VolumePropertiesExportPolicyPtrOutput + func (o VolumePropertiesExportPolicyOutput) ToVolumePropertiesExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesExportPolicyPtrOutput + type VolumePropertiesExportPolicyPtrInput interface + ToVolumePropertiesExportPolicyPtrOutput func() VolumePropertiesExportPolicyPtrOutput + ToVolumePropertiesExportPolicyPtrOutputWithContext func(context.Context) VolumePropertiesExportPolicyPtrOutput + func VolumePropertiesExportPolicyPtr(v *VolumePropertiesExportPolicyArgs) VolumePropertiesExportPolicyPtrInput + type VolumePropertiesExportPolicyPtrOutput struct + func (VolumePropertiesExportPolicyPtrOutput) ElementType() reflect.Type + func (o VolumePropertiesExportPolicyPtrOutput) Elem() VolumePropertiesExportPolicyOutput + func (o VolumePropertiesExportPolicyPtrOutput) Rules() ExportPolicyRuleArrayOutput + func (o VolumePropertiesExportPolicyPtrOutput) ToVolumePropertiesExportPolicyPtrOutput() VolumePropertiesExportPolicyPtrOutput + func (o VolumePropertiesExportPolicyPtrOutput) ToVolumePropertiesExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesExportPolicyPtrOutput + type VolumePropertiesResponseDataProtection struct + Backup *VolumeBackupPropertiesResponse + Replication *ReplicationObjectResponse + Snapshot *VolumeSnapshotPropertiesResponse + type VolumePropertiesResponseDataProtectionArgs struct + Backup VolumeBackupPropertiesResponsePtrInput + Replication ReplicationObjectResponsePtrInput + Snapshot VolumeSnapshotPropertiesResponsePtrInput + func (VolumePropertiesResponseDataProtectionArgs) ElementType() reflect.Type + func (i VolumePropertiesResponseDataProtectionArgs) ToVolumePropertiesResponseDataProtectionOutput() VolumePropertiesResponseDataProtectionOutput + func (i VolumePropertiesResponseDataProtectionArgs) ToVolumePropertiesResponseDataProtectionOutputWithContext(ctx context.Context) VolumePropertiesResponseDataProtectionOutput + func (i VolumePropertiesResponseDataProtectionArgs) ToVolumePropertiesResponseDataProtectionPtrOutput() VolumePropertiesResponseDataProtectionPtrOutput + func (i VolumePropertiesResponseDataProtectionArgs) ToVolumePropertiesResponseDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseDataProtectionPtrOutput + type VolumePropertiesResponseDataProtectionInput interface + ToVolumePropertiesResponseDataProtectionOutput func() VolumePropertiesResponseDataProtectionOutput + ToVolumePropertiesResponseDataProtectionOutputWithContext func(context.Context) VolumePropertiesResponseDataProtectionOutput + type VolumePropertiesResponseDataProtectionOutput struct + func (VolumePropertiesResponseDataProtectionOutput) ElementType() reflect.Type + func (o VolumePropertiesResponseDataProtectionOutput) Backup() VolumeBackupPropertiesResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionOutput) Replication() ReplicationObjectResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionOutput) Snapshot() VolumeSnapshotPropertiesResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionOutput) ToVolumePropertiesResponseDataProtectionOutput() VolumePropertiesResponseDataProtectionOutput + func (o VolumePropertiesResponseDataProtectionOutput) ToVolumePropertiesResponseDataProtectionOutputWithContext(ctx context.Context) VolumePropertiesResponseDataProtectionOutput + func (o VolumePropertiesResponseDataProtectionOutput) ToVolumePropertiesResponseDataProtectionPtrOutput() VolumePropertiesResponseDataProtectionPtrOutput + func (o VolumePropertiesResponseDataProtectionOutput) ToVolumePropertiesResponseDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseDataProtectionPtrOutput + type VolumePropertiesResponseDataProtectionPtrInput interface + ToVolumePropertiesResponseDataProtectionPtrOutput func() VolumePropertiesResponseDataProtectionPtrOutput + ToVolumePropertiesResponseDataProtectionPtrOutputWithContext func(context.Context) VolumePropertiesResponseDataProtectionPtrOutput + func VolumePropertiesResponseDataProtectionPtr(v *VolumePropertiesResponseDataProtectionArgs) VolumePropertiesResponseDataProtectionPtrInput + type VolumePropertiesResponseDataProtectionPtrOutput struct + func (VolumePropertiesResponseDataProtectionPtrOutput) ElementType() reflect.Type + func (o VolumePropertiesResponseDataProtectionPtrOutput) Backup() VolumeBackupPropertiesResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionPtrOutput) Elem() VolumePropertiesResponseDataProtectionOutput + func (o VolumePropertiesResponseDataProtectionPtrOutput) Replication() ReplicationObjectResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionPtrOutput) Snapshot() VolumeSnapshotPropertiesResponsePtrOutput + func (o VolumePropertiesResponseDataProtectionPtrOutput) ToVolumePropertiesResponseDataProtectionPtrOutput() VolumePropertiesResponseDataProtectionPtrOutput + func (o VolumePropertiesResponseDataProtectionPtrOutput) ToVolumePropertiesResponseDataProtectionPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseDataProtectionPtrOutput + type VolumePropertiesResponseExportPolicy struct + Rules []ExportPolicyRuleResponse + type VolumePropertiesResponseExportPolicyArgs struct + Rules ExportPolicyRuleResponseArrayInput + func (VolumePropertiesResponseExportPolicyArgs) ElementType() reflect.Type + func (i VolumePropertiesResponseExportPolicyArgs) ToVolumePropertiesResponseExportPolicyOutput() VolumePropertiesResponseExportPolicyOutput + func (i VolumePropertiesResponseExportPolicyArgs) ToVolumePropertiesResponseExportPolicyOutputWithContext(ctx context.Context) VolumePropertiesResponseExportPolicyOutput + func (i VolumePropertiesResponseExportPolicyArgs) ToVolumePropertiesResponseExportPolicyPtrOutput() VolumePropertiesResponseExportPolicyPtrOutput + func (i VolumePropertiesResponseExportPolicyArgs) ToVolumePropertiesResponseExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseExportPolicyPtrOutput + type VolumePropertiesResponseExportPolicyInput interface + ToVolumePropertiesResponseExportPolicyOutput func() VolumePropertiesResponseExportPolicyOutput + ToVolumePropertiesResponseExportPolicyOutputWithContext func(context.Context) VolumePropertiesResponseExportPolicyOutput + type VolumePropertiesResponseExportPolicyOutput struct + func (VolumePropertiesResponseExportPolicyOutput) ElementType() reflect.Type + func (o VolumePropertiesResponseExportPolicyOutput) Rules() ExportPolicyRuleResponseArrayOutput + func (o VolumePropertiesResponseExportPolicyOutput) ToVolumePropertiesResponseExportPolicyOutput() VolumePropertiesResponseExportPolicyOutput + func (o VolumePropertiesResponseExportPolicyOutput) ToVolumePropertiesResponseExportPolicyOutputWithContext(ctx context.Context) VolumePropertiesResponseExportPolicyOutput + func (o VolumePropertiesResponseExportPolicyOutput) ToVolumePropertiesResponseExportPolicyPtrOutput() VolumePropertiesResponseExportPolicyPtrOutput + func (o VolumePropertiesResponseExportPolicyOutput) ToVolumePropertiesResponseExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseExportPolicyPtrOutput + type VolumePropertiesResponseExportPolicyPtrInput interface + ToVolumePropertiesResponseExportPolicyPtrOutput func() VolumePropertiesResponseExportPolicyPtrOutput + ToVolumePropertiesResponseExportPolicyPtrOutputWithContext func(context.Context) VolumePropertiesResponseExportPolicyPtrOutput + func VolumePropertiesResponseExportPolicyPtr(v *VolumePropertiesResponseExportPolicyArgs) VolumePropertiesResponseExportPolicyPtrInput + type VolumePropertiesResponseExportPolicyPtrOutput struct + func (VolumePropertiesResponseExportPolicyPtrOutput) ElementType() reflect.Type + func (o VolumePropertiesResponseExportPolicyPtrOutput) Elem() VolumePropertiesResponseExportPolicyOutput + func (o VolumePropertiesResponseExportPolicyPtrOutput) Rules() ExportPolicyRuleResponseArrayOutput + func (o VolumePropertiesResponseExportPolicyPtrOutput) ToVolumePropertiesResponseExportPolicyPtrOutput() VolumePropertiesResponseExportPolicyPtrOutput + func (o VolumePropertiesResponseExportPolicyPtrOutput) ToVolumePropertiesResponseExportPolicyPtrOutputWithContext(ctx context.Context) VolumePropertiesResponseExportPolicyPtrOutput + type VolumeSnapshotProperties struct + SnapshotPolicyId *string + type VolumeSnapshotPropertiesArgs struct + SnapshotPolicyId pulumi.StringPtrInput + func (VolumeSnapshotPropertiesArgs) ElementType() reflect.Type + func (i VolumeSnapshotPropertiesArgs) ToVolumeSnapshotPropertiesOutput() VolumeSnapshotPropertiesOutput + func (i VolumeSnapshotPropertiesArgs) ToVolumeSnapshotPropertiesOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesOutput + func (i VolumeSnapshotPropertiesArgs) ToVolumeSnapshotPropertiesPtrOutput() VolumeSnapshotPropertiesPtrOutput + func (i VolumeSnapshotPropertiesArgs) ToVolumeSnapshotPropertiesPtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesPtrOutput + type VolumeSnapshotPropertiesInput interface + ToVolumeSnapshotPropertiesOutput func() VolumeSnapshotPropertiesOutput + ToVolumeSnapshotPropertiesOutputWithContext func(context.Context) VolumeSnapshotPropertiesOutput + type VolumeSnapshotPropertiesOutput struct + func (VolumeSnapshotPropertiesOutput) ElementType() reflect.Type + func (o VolumeSnapshotPropertiesOutput) SnapshotPolicyId() pulumi.StringPtrOutput + func (o VolumeSnapshotPropertiesOutput) ToVolumeSnapshotPropertiesOutput() VolumeSnapshotPropertiesOutput + func (o VolumeSnapshotPropertiesOutput) ToVolumeSnapshotPropertiesOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesOutput + func (o VolumeSnapshotPropertiesOutput) ToVolumeSnapshotPropertiesPtrOutput() VolumeSnapshotPropertiesPtrOutput + func (o VolumeSnapshotPropertiesOutput) ToVolumeSnapshotPropertiesPtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesPtrOutput + type VolumeSnapshotPropertiesPtrInput interface + ToVolumeSnapshotPropertiesPtrOutput func() VolumeSnapshotPropertiesPtrOutput + ToVolumeSnapshotPropertiesPtrOutputWithContext func(context.Context) VolumeSnapshotPropertiesPtrOutput + func VolumeSnapshotPropertiesPtr(v *VolumeSnapshotPropertiesArgs) VolumeSnapshotPropertiesPtrInput + type VolumeSnapshotPropertiesPtrOutput struct + func (VolumeSnapshotPropertiesPtrOutput) ElementType() reflect.Type + func (o VolumeSnapshotPropertiesPtrOutput) Elem() VolumeSnapshotPropertiesOutput + func (o VolumeSnapshotPropertiesPtrOutput) SnapshotPolicyId() pulumi.StringPtrOutput + func (o VolumeSnapshotPropertiesPtrOutput) ToVolumeSnapshotPropertiesPtrOutput() VolumeSnapshotPropertiesPtrOutput + func (o VolumeSnapshotPropertiesPtrOutput) ToVolumeSnapshotPropertiesPtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesPtrOutput + type VolumeSnapshotPropertiesResponse struct + SnapshotPolicyId *string + type VolumeSnapshotPropertiesResponseArgs struct + SnapshotPolicyId pulumi.StringPtrInput + func (VolumeSnapshotPropertiesResponseArgs) ElementType() reflect.Type + func (i VolumeSnapshotPropertiesResponseArgs) ToVolumeSnapshotPropertiesResponseOutput() VolumeSnapshotPropertiesResponseOutput + func (i VolumeSnapshotPropertiesResponseArgs) ToVolumeSnapshotPropertiesResponseOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesResponseOutput + func (i VolumeSnapshotPropertiesResponseArgs) ToVolumeSnapshotPropertiesResponsePtrOutput() VolumeSnapshotPropertiesResponsePtrOutput + func (i VolumeSnapshotPropertiesResponseArgs) ToVolumeSnapshotPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesResponsePtrOutput + type VolumeSnapshotPropertiesResponseInput interface + ToVolumeSnapshotPropertiesResponseOutput func() VolumeSnapshotPropertiesResponseOutput + ToVolumeSnapshotPropertiesResponseOutputWithContext func(context.Context) VolumeSnapshotPropertiesResponseOutput + type VolumeSnapshotPropertiesResponseOutput struct + func (VolumeSnapshotPropertiesResponseOutput) ElementType() reflect.Type + func (o VolumeSnapshotPropertiesResponseOutput) SnapshotPolicyId() pulumi.StringPtrOutput + func (o VolumeSnapshotPropertiesResponseOutput) ToVolumeSnapshotPropertiesResponseOutput() VolumeSnapshotPropertiesResponseOutput + func (o VolumeSnapshotPropertiesResponseOutput) ToVolumeSnapshotPropertiesResponseOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesResponseOutput + func (o VolumeSnapshotPropertiesResponseOutput) ToVolumeSnapshotPropertiesResponsePtrOutput() VolumeSnapshotPropertiesResponsePtrOutput + func (o VolumeSnapshotPropertiesResponseOutput) ToVolumeSnapshotPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesResponsePtrOutput + type VolumeSnapshotPropertiesResponsePtrInput interface + ToVolumeSnapshotPropertiesResponsePtrOutput func() VolumeSnapshotPropertiesResponsePtrOutput + ToVolumeSnapshotPropertiesResponsePtrOutputWithContext func(context.Context) VolumeSnapshotPropertiesResponsePtrOutput + func VolumeSnapshotPropertiesResponsePtr(v *VolumeSnapshotPropertiesResponseArgs) VolumeSnapshotPropertiesResponsePtrInput + type VolumeSnapshotPropertiesResponsePtrOutput struct + func (VolumeSnapshotPropertiesResponsePtrOutput) ElementType() reflect.Type + func (o VolumeSnapshotPropertiesResponsePtrOutput) Elem() VolumeSnapshotPropertiesResponseOutput + func (o VolumeSnapshotPropertiesResponsePtrOutput) SnapshotPolicyId() pulumi.StringPtrOutput + func (o VolumeSnapshotPropertiesResponsePtrOutput) ToVolumeSnapshotPropertiesResponsePtrOutput() VolumeSnapshotPropertiesResponsePtrOutput + func (o VolumeSnapshotPropertiesResponsePtrOutput) ToVolumeSnapshotPropertiesResponsePtrOutputWithContext(ctx context.Context) VolumeSnapshotPropertiesResponsePtrOutput + type VolumeState struct + BackupId pulumi.StringPtrInput + BaremetalTenantId pulumi.StringPtrInput + CreationToken pulumi.StringPtrInput + DataProtection VolumePropertiesResponseDataProtectionPtrInput + ExportPolicy VolumePropertiesResponseExportPolicyPtrInput + FileSystemId pulumi.StringPtrInput + IsRestoring pulumi.BoolPtrInput + KerberosEnabled pulumi.BoolPtrInput + Location pulumi.StringPtrInput + MountTargets MountTargetPropertiesResponseArrayInput + Name pulumi.StringPtrInput + ProtocolTypes pulumi.StringArrayInput + ProvisioningState pulumi.StringPtrInput + SecurityStyle pulumi.StringPtrInput + ServiceLevel pulumi.StringPtrInput + SmbContinuouslyAvailable pulumi.BoolPtrInput + SmbEncryption pulumi.BoolPtrInput + SnapshotDirectoryVisible pulumi.BoolPtrInput + SnapshotId pulumi.StringPtrInput + SubnetId pulumi.StringPtrInput + Tags pulumi.StringMapInput + ThroughputMibps pulumi.Float64PtrInput + Type pulumi.StringPtrInput + UsageThreshold pulumi.IntPtrInput + VolumeType pulumi.StringPtrInput + func (VolumeState) ElementType() reflect.Type + type WeeklySchedule struct + Day *string + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type WeeklyScheduleArgs struct + Day pulumi.StringPtrInput + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (WeeklyScheduleArgs) ElementType() reflect.Type + func (i WeeklyScheduleArgs) ToWeeklyScheduleOutput() WeeklyScheduleOutput + func (i WeeklyScheduleArgs) ToWeeklyScheduleOutputWithContext(ctx context.Context) WeeklyScheduleOutput + func (i WeeklyScheduleArgs) ToWeeklySchedulePtrOutput() WeeklySchedulePtrOutput + func (i WeeklyScheduleArgs) ToWeeklySchedulePtrOutputWithContext(ctx context.Context) WeeklySchedulePtrOutput + type WeeklyScheduleInput interface + ToWeeklyScheduleOutput func() WeeklyScheduleOutput + ToWeeklyScheduleOutputWithContext func(context.Context) WeeklyScheduleOutput + type WeeklyScheduleOutput struct + func (WeeklyScheduleOutput) ElementType() reflect.Type + func (o WeeklyScheduleOutput) Day() pulumi.StringPtrOutput + func (o WeeklyScheduleOutput) Hour() pulumi.IntPtrOutput + func (o WeeklyScheduleOutput) Minute() pulumi.IntPtrOutput + func (o WeeklyScheduleOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o WeeklyScheduleOutput) ToWeeklyScheduleOutput() WeeklyScheduleOutput + func (o WeeklyScheduleOutput) ToWeeklyScheduleOutputWithContext(ctx context.Context) WeeklyScheduleOutput + func (o WeeklyScheduleOutput) ToWeeklySchedulePtrOutput() WeeklySchedulePtrOutput + func (o WeeklyScheduleOutput) ToWeeklySchedulePtrOutputWithContext(ctx context.Context) WeeklySchedulePtrOutput + func (o WeeklyScheduleOutput) UsedBytes() pulumi.IntPtrOutput + type WeeklySchedulePtrInput interface + ToWeeklySchedulePtrOutput func() WeeklySchedulePtrOutput + ToWeeklySchedulePtrOutputWithContext func(context.Context) WeeklySchedulePtrOutput + func WeeklySchedulePtr(v *WeeklyScheduleArgs) WeeklySchedulePtrInput + type WeeklySchedulePtrOutput struct + func (WeeklySchedulePtrOutput) ElementType() reflect.Type + func (o WeeklySchedulePtrOutput) Day() pulumi.StringPtrOutput + func (o WeeklySchedulePtrOutput) Elem() WeeklyScheduleOutput + func (o WeeklySchedulePtrOutput) Hour() pulumi.IntPtrOutput + func (o WeeklySchedulePtrOutput) Minute() pulumi.IntPtrOutput + func (o WeeklySchedulePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o WeeklySchedulePtrOutput) ToWeeklySchedulePtrOutput() WeeklySchedulePtrOutput + func (o WeeklySchedulePtrOutput) ToWeeklySchedulePtrOutputWithContext(ctx context.Context) WeeklySchedulePtrOutput + func (o WeeklySchedulePtrOutput) UsedBytes() pulumi.IntPtrOutput + type WeeklyScheduleResponse struct + Day *string + Hour *int + Minute *int + SnapshotsToKeep *int + UsedBytes *int + type WeeklyScheduleResponseArgs struct + Day pulumi.StringPtrInput + Hour pulumi.IntPtrInput + Minute pulumi.IntPtrInput + SnapshotsToKeep pulumi.IntPtrInput + UsedBytes pulumi.IntPtrInput + func (WeeklyScheduleResponseArgs) ElementType() reflect.Type + func (i WeeklyScheduleResponseArgs) ToWeeklyScheduleResponseOutput() WeeklyScheduleResponseOutput + func (i WeeklyScheduleResponseArgs) ToWeeklyScheduleResponseOutputWithContext(ctx context.Context) WeeklyScheduleResponseOutput + func (i WeeklyScheduleResponseArgs) ToWeeklyScheduleResponsePtrOutput() WeeklyScheduleResponsePtrOutput + func (i WeeklyScheduleResponseArgs) ToWeeklyScheduleResponsePtrOutputWithContext(ctx context.Context) WeeklyScheduleResponsePtrOutput + type WeeklyScheduleResponseInput interface + ToWeeklyScheduleResponseOutput func() WeeklyScheduleResponseOutput + ToWeeklyScheduleResponseOutputWithContext func(context.Context) WeeklyScheduleResponseOutput + type WeeklyScheduleResponseOutput struct + func (WeeklyScheduleResponseOutput) ElementType() reflect.Type + func (o WeeklyScheduleResponseOutput) Day() pulumi.StringPtrOutput + func (o WeeklyScheduleResponseOutput) Hour() pulumi.IntPtrOutput + func (o WeeklyScheduleResponseOutput) Minute() pulumi.IntPtrOutput + func (o WeeklyScheduleResponseOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o WeeklyScheduleResponseOutput) ToWeeklyScheduleResponseOutput() WeeklyScheduleResponseOutput + func (o WeeklyScheduleResponseOutput) ToWeeklyScheduleResponseOutputWithContext(ctx context.Context) WeeklyScheduleResponseOutput + func (o WeeklyScheduleResponseOutput) ToWeeklyScheduleResponsePtrOutput() WeeklyScheduleResponsePtrOutput + func (o WeeklyScheduleResponseOutput) ToWeeklyScheduleResponsePtrOutputWithContext(ctx context.Context) WeeklyScheduleResponsePtrOutput + func (o WeeklyScheduleResponseOutput) UsedBytes() pulumi.IntPtrOutput + type WeeklyScheduleResponsePtrInput interface + ToWeeklyScheduleResponsePtrOutput func() WeeklyScheduleResponsePtrOutput + ToWeeklyScheduleResponsePtrOutputWithContext func(context.Context) WeeklyScheduleResponsePtrOutput + func WeeklyScheduleResponsePtr(v *WeeklyScheduleResponseArgs) WeeklyScheduleResponsePtrInput + type WeeklyScheduleResponsePtrOutput struct + func (WeeklyScheduleResponsePtrOutput) ElementType() reflect.Type + func (o WeeklyScheduleResponsePtrOutput) Day() pulumi.StringPtrOutput + func (o WeeklyScheduleResponsePtrOutput) Elem() WeeklyScheduleResponseOutput + func (o WeeklyScheduleResponsePtrOutput) Hour() pulumi.IntPtrOutput + func (o WeeklyScheduleResponsePtrOutput) Minute() pulumi.IntPtrOutput + func (o WeeklyScheduleResponsePtrOutput) SnapshotsToKeep() pulumi.IntPtrOutput + func (o WeeklyScheduleResponsePtrOutput) ToWeeklyScheduleResponsePtrOutput() WeeklyScheduleResponsePtrOutput + func (o WeeklyScheduleResponsePtrOutput) ToWeeklyScheduleResponsePtrOutputWithContext(ctx context.Context) WeeklyScheduleResponsePtrOutput + func (o WeeklyScheduleResponsePtrOutput) UsedBytes() pulumi.IntPtrOutput