These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.netapp.getVolume
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the details of the specified volume API Version: 2020-12-01.
Using getVolume
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVolume(args: GetVolumeArgs, opts?: InvokeOptions): Promise<GetVolumeResult>
function getVolumeOutput(args: GetVolumeOutputArgs, opts?: InvokeOptions): Output<GetVolumeResult>
def get_volume(account_name: Optional[str] = None,
pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
volume_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetVolumeResult
def get_volume_output(account_name: Optional[pulumi.Input[str]] = None,
pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
volume_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetVolumeResult]
func LookupVolume(ctx *Context, args *LookupVolumeArgs, opts ...InvokeOption) (*LookupVolumeResult, error)
func LookupVolumeOutput(ctx *Context, args *LookupVolumeOutputArgs, opts ...InvokeOption) LookupVolumeResultOutput
> Note: This function is named LookupVolume
in the Go SDK.
public static class GetVolume
{
public static Task<GetVolumeResult> InvokeAsync(GetVolumeArgs args, InvokeOptions? opts = null)
public static Output<GetVolumeResult> Invoke(GetVolumeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetVolumeResult> getVolume(GetVolumeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:netapp:getVolume
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group.
- Volume
Name string - The name of the volume
- Account
Name string - The name of the NetApp account
- Pool
Name string - The name of the capacity pool
- Resource
Group stringName - The name of the resource group.
- Volume
Name string - The name of the volume
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group.
- volume
Name String - The name of the volume
- account
Name string - The name of the NetApp account
- pool
Name string - The name of the capacity pool
- resource
Group stringName - The name of the resource group.
- volume
Name string - The name of the volume
- account_
name str - The name of the NetApp account
- pool_
name str - The name of the capacity pool
- resource_
group_ strname - The name of the resource group.
- volume_
name str - The name of the volume
- account
Name String - The name of the NetApp account
- pool
Name String - The name of the capacity pool
- resource
Group StringName - The name of the resource group.
- volume
Name String - The name of the volume
getVolume Result
The following output properties are available:
- Baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- File
System stringId - Unique FileSystem Identifier.
- Id string
- Resource Id
- Location string
- Resource location
- Mount
Targets List<Pulumi.Azure Native. Net App. Outputs. Mount Target Properties Response> - List of mount targets
- Name string
- Resource name
- Provisioning
State string - Azure lifecycle management
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- Type string
- Resource type
- Usage
Threshold double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- Backup
Id string - UUID v4 or resource identifier used to identify the Backup.
- Data
Protection Pulumi.Azure Native. Net App. Outputs. Volume Properties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- Encryption
Key stringSource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- Export
Policy Pulumi.Azure Native. Net App. Outputs. Volume Properties Response Export Policy - Set of export policy rules
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Protocol
Types List<string> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string - The service level of the file system
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- Snapshot
Id string - UUID v4 or resource identifier used to identify the Snapshot.
- Dictionary<string, string>
- Resource tags
- Throughput
Mibps double - Volume
Type string - What type of volume is this
- Baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- Creation
Token string - A unique file path for the volume. Used when creating mount targets
- File
System stringId - Unique FileSystem Identifier.
- Id string
- Resource Id
- Location string
- Resource location
- Mount
Targets []MountTarget Properties Response - List of mount targets
- Name string
- Resource name
- Provisioning
State string - Azure lifecycle management
- Subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- Type string
- Resource type
- Usage
Threshold float64 - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- Backup
Id string - UUID v4 or resource identifier used to identify the Backup.
- Data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- Encryption
Key stringSource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- Export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- Is
Restoring bool - Restoring
- Kerberos
Enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- Ldap
Enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- Protocol
Types []string - Set of protocol types, default NFSv3, CIFS for SMB protocol
- Security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- Service
Level string - The service level of the file system
- Smb
Continuously boolAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- Smb
Encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- Snapshot
Directory boolVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- Snapshot
Id string - UUID v4 or resource identifier used to identify the Snapshot.
- map[string]string
- Resource tags
- Throughput
Mibps float64 - Volume
Type string - What type of volume is this
- baremetal
Tenant StringId - Unique Baremetal Tenant Identifier.
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- file
System StringId - Unique FileSystem Identifier.
- id String
- Resource Id
- location String
- Resource location
- mount
Targets List<MountTarget Properties Response> - List of mount targets
- name String
- Resource name
- provisioning
State String - Azure lifecycle management
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- type String
- Resource type
- usage
Threshold Double - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- backup
Id String - UUID v4 or resource identifier used to identify the Backup.
- data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- encryption
Key StringSource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- security
Style String - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String - The service level of the file system
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- snapshot
Id String - UUID v4 or resource identifier used to identify the Snapshot.
- Map<String,String>
- Resource tags
- throughput
Mibps Double - volume
Type String - What type of volume is this
- baremetal
Tenant stringId - Unique Baremetal Tenant Identifier.
- creation
Token string - A unique file path for the volume. Used when creating mount targets
- file
System stringId - Unique FileSystem Identifier.
- id string
- Resource Id
- location string
- Resource location
- mount
Targets MountTarget Properties Response[] - List of mount targets
- name string
- Resource name
- provisioning
State string - Azure lifecycle management
- subnet
Id string - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- type string
- Resource type
- usage
Threshold number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- backup
Id string - UUID v4 or resource identifier used to identify the Backup.
- data
Protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- encryption
Key stringSource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- export
Policy VolumeProperties Response Export Policy - Set of export policy rules
- is
Restoring boolean - Restoring
- kerberos
Enabled boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- ldap
Enabled boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- protocol
Types string[] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- security
Style string - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level string - The service level of the file system
- smb
Continuously booleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- snapshot
Directory booleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- snapshot
Id string - UUID v4 or resource identifier used to identify the Snapshot.
- {[key: string]: string}
- Resource tags
- throughput
Mibps number - volume
Type string - What type of volume is this
- baremetal_
tenant_ strid - Unique Baremetal Tenant Identifier.
- creation_
token str - A unique file path for the volume. Used when creating mount targets
- file_
system_ strid - Unique FileSystem Identifier.
- id str
- Resource Id
- location str
- Resource location
- mount_
targets Sequence[MountTarget Properties Response] - List of mount targets
- name str
- Resource name
- provisioning_
state str - Azure lifecycle management
- subnet_
id str - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- type str
- Resource type
- usage_
threshold float - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- backup_
id str - UUID v4 or resource identifier used to identify the Backup.
- data_
protection VolumeProperties Response Data Protection - DataProtection type volumes include an object containing details of the replication
- encryption_
key_ strsource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- export_
policy VolumeProperties Response Export Policy - Set of export policy rules
- is_
restoring bool - Restoring
- kerberos_
enabled bool - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- ldap_
enabled bool - Specifies whether LDAP is enabled or not for a given NFS volume.
- protocol_
types Sequence[str] - Set of protocol types, default NFSv3, CIFS for SMB protocol
- security_
style str - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service_
level str - The service level of the file system
- smb_
continuously_ boolavailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb_
encryption bool - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- snapshot_
directory_ boolvisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- snapshot_
id str - UUID v4 or resource identifier used to identify the Snapshot.
- Mapping[str, str]
- Resource tags
- throughput_
mibps float - volume_
type str - What type of volume is this
- baremetal
Tenant StringId - Unique Baremetal Tenant Identifier.
- creation
Token String - A unique file path for the volume. Used when creating mount targets
- file
System StringId - Unique FileSystem Identifier.
- id String
- Resource Id
- location String
- Resource location
- mount
Targets List<Property Map> - List of mount targets
- name String
- Resource name
- provisioning
State String - Azure lifecycle management
- subnet
Id String - The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
- type String
- Resource type
- usage
Threshold Number - Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
- backup
Id String - UUID v4 or resource identifier used to identify the Backup.
- data
Protection Property Map - DataProtection type volumes include an object containing details of the replication
- encryption
Key StringSource - Encryption Key Source. Possible values are: 'Microsoft.NetApp'
- export
Policy Property Map - Set of export policy rules
- is
Restoring Boolean - Restoring
- kerberos
Enabled Boolean - Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
- ldap
Enabled Boolean - Specifies whether LDAP is enabled or not for a given NFS volume.
- protocol
Types List<String> - Set of protocol types, default NFSv3, CIFS for SMB protocol
- security
Style String - The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
- service
Level String - The service level of the file system
- smb
Continuously BooleanAvailable - Enables continuously available share property for smb volume. Only applicable for SMB volume
- smb
Encryption Boolean - Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later
- snapshot
Directory BooleanVisible - If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true).
- snapshot
Id String - UUID v4 or resource identifier used to identify the Snapshot.
- Map<String>
- Resource tags
- throughput
Mibps Number - volume
Type String - What type of volume is this
Supporting Types
ExportPolicyRuleResponse
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- Allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- Chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- Cifs bool
- Allows CIFS protocol
- Has
Root boolAccess - Has root access to volume
- Kerberos5Read
Only bool - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5Read
Write bool - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5i
Read boolWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- Kerberos5p
Read boolWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- Nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- Nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- Rule
Index int - Order index
- Unix
Read boolOnly - Read only access
- Unix
Read boolWrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Integer - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
- allowed
Clients string - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode string - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs boolean
- Allows CIFS protocol
- has
Root booleanAccess - Has root access to volume
- kerberos5Read
Only boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read booleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read booleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index number - Order index
- unix
Read booleanOnly - Read only access
- unix
Read booleanWrite - Read and write access
- allowed_
clients str - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown_
mode str - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs bool
- Allows CIFS protocol
- has_
root_ boolaccess - Has root access to volume
- kerberos5_
read_ boolonly - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5_
read_ boolwrite - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolonly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i_
read_ boolwrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolonly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p_
read_ boolwrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 bool
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 bool
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule_
index int - Order index
- unix_
read_ boolonly - Read only access
- unix_
read_ boolwrite - Read and write access
- allowed
Clients String - Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
- chown
Mode String - This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own.
- cifs Boolean
- Allows CIFS protocol
- has
Root BooleanAccess - Has root access to volume
- kerberos5Read
Only Boolean - Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5Read
Write Boolean - Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanOnly - Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5i
Read BooleanWrite - Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanOnly - Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
- kerberos5p
Read BooleanWrite - Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
- nfsv3 Boolean
- Allows NFSv3 protocol. Enable only for NFSv3 type volumes
- nfsv41 Boolean
- Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes
- rule
Index Number - Order index
- unix
Read BooleanOnly - Read only access
- unix
Read BooleanWrite - Read and write access
MountTargetPropertiesResponse
- File
System stringId - UUID v4 used to identify the MountTarget
- Ip
Address string - The mount target's IPv4 address
- Mount
Target stringId - UUID v4 used to identify the MountTarget
- Smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- File
System stringId - UUID v4 used to identify the MountTarget
- Ip
Address string - The mount target's IPv4 address
- Mount
Target stringId - UUID v4 used to identify the MountTarget
- Smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System StringId - UUID v4 used to identify the MountTarget
- ip
Address String - The mount target's IPv4 address
- mount
Target StringId - UUID v4 used to identify the MountTarget
- smb
Server StringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System stringId - UUID v4 used to identify the MountTarget
- ip
Address string - The mount target's IPv4 address
- mount
Target stringId - UUID v4 used to identify the MountTarget
- smb
Server stringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file_
system_ strid - UUID v4 used to identify the MountTarget
- ip_
address str - The mount target's IPv4 address
- mount_
target_ strid - UUID v4 used to identify the MountTarget
- smb_
server_ strfqdn - The SMB server's Fully Qualified Domain Name, FQDN
- file
System StringId - UUID v4 used to identify the MountTarget
- ip
Address String - The mount target's IPv4 address
- mount
Target StringId - UUID v4 used to identify the MountTarget
- smb
Server StringFqdn - The SMB server's Fully Qualified Domain Name, FQDN
ReplicationObjectResponse
- Remote
Volume stringResource Id - The resource ID of the remote volume.
- Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Replication
Id string - Id
- Replication
Schedule string - Schedule
- Remote
Volume stringResource Id - The resource ID of the remote volume.
- Endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- Remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- Replication
Id string - Id
- Replication
Schedule string - Schedule
- remote
Volume StringResource Id - The resource ID of the remote volume.
- endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- replication
Id String - Id
- replication
Schedule String - Schedule
- remote
Volume stringResource Id - The resource ID of the remote volume.
- endpoint
Type string - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Volume stringRegion - The remote region for the other end of the Volume Replication.
- replication
Id string - Id
- replication
Schedule string - Schedule
- remote_
volume_ strresource_ id - The resource ID of the remote volume.
- endpoint_
type str - Indicates whether the local volume is the source or destination for the Volume Replication
- remote_
volume_ strregion - The remote region for the other end of the Volume Replication.
- replication_
id str - Id
- replication_
schedule str - Schedule
- remote
Volume StringResource Id - The resource ID of the remote volume.
- endpoint
Type String - Indicates whether the local volume is the source or destination for the Volume Replication
- remote
Volume StringRegion - The remote region for the other end of the Volume Replication.
- replication
Id String - Id
- replication
Schedule String - Schedule
VolumeBackupPropertiesResponse
- Backup
Enabled bool - Backup Enabled
- Backup
Policy stringId - Backup Policy Resource ID
- Policy
Enforced bool - Policy Enforced
- Vault
Id string - Vault Resource ID
- Backup
Enabled bool - Backup Enabled
- Backup
Policy stringId - Backup Policy Resource ID
- Policy
Enforced bool - Policy Enforced
- Vault
Id string - Vault Resource ID
- backup
Enabled Boolean - Backup Enabled
- backup
Policy StringId - Backup Policy Resource ID
- policy
Enforced Boolean - Policy Enforced
- vault
Id String - Vault Resource ID
- backup
Enabled boolean - Backup Enabled
- backup
Policy stringId - Backup Policy Resource ID
- policy
Enforced boolean - Policy Enforced
- vault
Id string - Vault Resource ID
- backup_
enabled bool - Backup Enabled
- backup_
policy_ strid - Backup Policy Resource ID
- policy_
enforced bool - Policy Enforced
- vault_
id str - Vault Resource ID
- backup
Enabled Boolean - Backup Enabled
- backup
Policy StringId - Backup Policy Resource ID
- policy
Enforced Boolean - Policy Enforced
- vault
Id String - Vault Resource ID
VolumePropertiesResponseDataProtection
- Backup
Pulumi.
Azure Native. Net App. Inputs. Volume Backup Properties Response - Backup Properties
- Replication
Pulumi.
Azure Native. Net App. Inputs. Replication Object Response - Replication properties
- Snapshot
Pulumi.
Azure Native. Net App. Inputs. Volume Snapshot Properties Response - Snapshot properties.
- Backup
Volume
Backup Properties Response - Backup Properties
- Replication
Replication
Object Response - Replication properties
- Snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- backup
Volume
Backup Properties Response - Backup Properties
- replication
Replication
Object Response - Replication properties
- snapshot
Volume
Snapshot Properties Response - Snapshot properties.
- backup Property Map
- Backup Properties
- replication Property Map
- Replication properties
- snapshot Property Map
- Snapshot properties.
VolumePropertiesResponseExportPolicy
- Rules
List<Pulumi.
Azure Native. Net App. Inputs. Export Policy Rule Response> - Export policy rule
- Rules
[]Export
Policy Rule Response - Export policy rule
- rules
List<Export
Policy Rule Response> - Export policy rule
- rules
Export
Policy Rule Response[] - Export policy rule
- rules
Sequence[Export
Policy Rule Response] - Export policy rule
- rules List<Property Map>
- Export policy rule
VolumeSnapshotPropertiesResponse
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- Snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
- snapshot
Policy stringId - Snapshot Policy ResourceId
- snapshot_
policy_ strid - Snapshot Policy ResourceId
- snapshot
Policy StringId - Snapshot Policy ResourceId
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi