1. Packages
  2. Azure Native v1
  3. API Docs
  4. netapp
  5. getVolume
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

azure-native-v1 logo
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:

    AccountName string
    The name of the NetApp account
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group.
    VolumeName string
    The name of the volume
    AccountName string
    The name of the NetApp account
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group.
    VolumeName string
    The name of the volume
    accountName String
    The name of the NetApp account
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group.
    volumeName String
    The name of the volume
    accountName string
    The name of the NetApp account
    poolName string
    The name of the capacity pool
    resourceGroupName string
    The name of the resource group.
    volumeName 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_name str
    The name of the resource group.
    volume_name str
    The name of the volume
    accountName String
    The name of the NetApp account
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group.
    volumeName String
    The name of the volume

    getVolume Result

    The following output properties are available:

    BaremetalTenantId string
    Unique Baremetal Tenant Identifier.
    CreationToken string
    A unique file path for the volume. Used when creating mount targets
    FileSystemId string
    Unique FileSystem Identifier.
    Id string
    Resource Id
    Location string
    Resource location
    MountTargets List<Pulumi.AzureNative.NetApp.Outputs.MountTargetPropertiesResponse>
    List of mount targets
    Name string
    Resource name
    ProvisioningState string
    Azure lifecycle management
    SubnetId string
    The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
    Type string
    Resource type
    UsageThreshold 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.
    BackupId string
    UUID v4 or resource identifier used to identify the Backup.
    DataProtection Pulumi.AzureNative.NetApp.Outputs.VolumePropertiesResponseDataProtection
    DataProtection type volumes include an object containing details of the replication
    EncryptionKeySource string
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    ExportPolicy Pulumi.AzureNative.NetApp.Outputs.VolumePropertiesResponseExportPolicy
    Set of export policy rules
    IsRestoring bool
    Restoring
    KerberosEnabled bool
    Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
    LdapEnabled bool
    Specifies whether LDAP is enabled or not for a given NFS volume.
    ProtocolTypes List<string>
    Set of protocol types, default NFSv3, CIFS for SMB protocol
    SecurityStyle string
    The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
    ServiceLevel string
    The service level of the file system
    SmbContinuouslyAvailable bool
    Enables continuously available share property for smb volume. Only applicable for SMB volume
    SmbEncryption 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
    SnapshotDirectoryVisible bool
    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).
    SnapshotId string
    UUID v4 or resource identifier used to identify the Snapshot.
    Tags Dictionary<string, string>
    Resource tags
    ThroughputMibps double
    VolumeType string
    What type of volume is this
    BaremetalTenantId string
    Unique Baremetal Tenant Identifier.
    CreationToken string
    A unique file path for the volume. Used when creating mount targets
    FileSystemId string
    Unique FileSystem Identifier.
    Id string
    Resource Id
    Location string
    Resource location
    MountTargets []MountTargetPropertiesResponse
    List of mount targets
    Name string
    Resource name
    ProvisioningState string
    Azure lifecycle management
    SubnetId string
    The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
    Type string
    Resource type
    UsageThreshold 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.
    BackupId string
    UUID v4 or resource identifier used to identify the Backup.
    DataProtection VolumePropertiesResponseDataProtection
    DataProtection type volumes include an object containing details of the replication
    EncryptionKeySource string
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    ExportPolicy VolumePropertiesResponseExportPolicy
    Set of export policy rules
    IsRestoring bool
    Restoring
    KerberosEnabled bool
    Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
    LdapEnabled bool
    Specifies whether LDAP is enabled or not for a given NFS volume.
    ProtocolTypes []string
    Set of protocol types, default NFSv3, CIFS for SMB protocol
    SecurityStyle string
    The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
    ServiceLevel string
    The service level of the file system
    SmbContinuouslyAvailable bool
    Enables continuously available share property for smb volume. Only applicable for SMB volume
    SmbEncryption 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
    SnapshotDirectoryVisible bool
    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).
    SnapshotId string
    UUID v4 or resource identifier used to identify the Snapshot.
    Tags map[string]string
    Resource tags
    ThroughputMibps float64
    VolumeType string
    What type of volume is this
    baremetalTenantId String
    Unique Baremetal Tenant Identifier.
    creationToken String
    A unique file path for the volume. Used when creating mount targets
    fileSystemId String
    Unique FileSystem Identifier.
    id String
    Resource Id
    location String
    Resource location
    mountTargets List<MountTargetPropertiesResponse>
    List of mount targets
    name String
    Resource name
    provisioningState String
    Azure lifecycle management
    subnetId String
    The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
    type String
    Resource type
    usageThreshold 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.
    backupId String
    UUID v4 or resource identifier used to identify the Backup.
    dataProtection VolumePropertiesResponseDataProtection
    DataProtection type volumes include an object containing details of the replication
    encryptionKeySource String
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    exportPolicy VolumePropertiesResponseExportPolicy
    Set of export policy rules
    isRestoring Boolean
    Restoring
    kerberosEnabled Boolean
    Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
    ldapEnabled Boolean
    Specifies whether LDAP is enabled or not for a given NFS volume.
    protocolTypes List<String>
    Set of protocol types, default NFSv3, CIFS for SMB protocol
    securityStyle String
    The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
    serviceLevel String
    The service level of the file system
    smbContinuouslyAvailable Boolean
    Enables continuously available share property for smb volume. Only applicable for SMB volume
    smbEncryption 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
    snapshotDirectoryVisible Boolean
    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).
    snapshotId String
    UUID v4 or resource identifier used to identify the Snapshot.
    tags Map<String,String>
    Resource tags
    throughputMibps Double
    volumeType String
    What type of volume is this
    baremetalTenantId string
    Unique Baremetal Tenant Identifier.
    creationToken string
    A unique file path for the volume. Used when creating mount targets
    fileSystemId string
    Unique FileSystem Identifier.
    id string
    Resource Id
    location string
    Resource location
    mountTargets MountTargetPropertiesResponse[]
    List of mount targets
    name string
    Resource name
    provisioningState string
    Azure lifecycle management
    subnetId string
    The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
    type string
    Resource type
    usageThreshold 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.
    backupId string
    UUID v4 or resource identifier used to identify the Backup.
    dataProtection VolumePropertiesResponseDataProtection
    DataProtection type volumes include an object containing details of the replication
    encryptionKeySource string
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    exportPolicy VolumePropertiesResponseExportPolicy
    Set of export policy rules
    isRestoring boolean
    Restoring
    kerberosEnabled boolean
    Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
    ldapEnabled boolean
    Specifies whether LDAP is enabled or not for a given NFS volume.
    protocolTypes string[]
    Set of protocol types, default NFSv3, CIFS for SMB protocol
    securityStyle string
    The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
    serviceLevel string
    The service level of the file system
    smbContinuouslyAvailable boolean
    Enables continuously available share property for smb volume. Only applicable for SMB volume
    smbEncryption 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
    snapshotDirectoryVisible boolean
    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).
    snapshotId string
    UUID v4 or resource identifier used to identify the Snapshot.
    tags {[key: string]: string}
    Resource tags
    throughputMibps number
    volumeType string
    What type of volume is this
    baremetal_tenant_id str
    Unique Baremetal Tenant Identifier.
    creation_token str
    A unique file path for the volume. Used when creating mount targets
    file_system_id str
    Unique FileSystem Identifier.
    id str
    Resource Id
    location str
    Resource location
    mount_targets Sequence[MountTargetPropertiesResponse]
    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 VolumePropertiesResponseDataProtection
    DataProtection type volumes include an object containing details of the replication
    encryption_key_source str
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    export_policy VolumePropertiesResponseExportPolicy
    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_available bool
    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_visible bool
    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.
    tags Mapping[str, str]
    Resource tags
    throughput_mibps float
    volume_type str
    What type of volume is this
    baremetalTenantId String
    Unique Baremetal Tenant Identifier.
    creationToken String
    A unique file path for the volume. Used when creating mount targets
    fileSystemId String
    Unique FileSystem Identifier.
    id String
    Resource Id
    location String
    Resource location
    mountTargets List<Property Map>
    List of mount targets
    name String
    Resource name
    provisioningState String
    Azure lifecycle management
    subnetId String
    The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes
    type String
    Resource type
    usageThreshold 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.
    backupId String
    UUID v4 or resource identifier used to identify the Backup.
    dataProtection Property Map
    DataProtection type volumes include an object containing details of the replication
    encryptionKeySource String
    Encryption Key Source. Possible values are: 'Microsoft.NetApp'
    exportPolicy Property Map
    Set of export policy rules
    isRestoring Boolean
    Restoring
    kerberosEnabled Boolean
    Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later
    ldapEnabled Boolean
    Specifies whether LDAP is enabled or not for a given NFS volume.
    protocolTypes List<String>
    Set of protocol types, default NFSv3, CIFS for SMB protocol
    securityStyle String
    The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol
    serviceLevel String
    The service level of the file system
    smbContinuouslyAvailable Boolean
    Enables continuously available share property for smb volume. Only applicable for SMB volume
    smbEncryption 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
    snapshotDirectoryVisible Boolean
    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).
    snapshotId String
    UUID v4 or resource identifier used to identify the Snapshot.
    tags Map<String>
    Resource tags
    throughputMibps Number
    volumeType String
    What type of volume is this

    Supporting Types

    ExportPolicyRuleResponse

    AllowedClients string
    Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
    ChownMode 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
    HasRootAccess bool
    Has root access to volume
    Kerberos5ReadOnly bool
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5ReadWrite bool
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    Kerberos5iReadOnly bool
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5iReadWrite bool
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    Kerberos5pReadOnly bool
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5pReadWrite bool
    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
    RuleIndex int
    Order index
    UnixReadOnly bool
    Read only access
    UnixReadWrite bool
    Read and write access
    AllowedClients string
    Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
    ChownMode 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
    HasRootAccess bool
    Has root access to volume
    Kerberos5ReadOnly bool
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5ReadWrite bool
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    Kerberos5iReadOnly bool
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5iReadWrite bool
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    Kerberos5pReadOnly bool
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    Kerberos5pReadWrite bool
    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
    RuleIndex int
    Order index
    UnixReadOnly bool
    Read only access
    UnixReadWrite bool
    Read and write access
    allowedClients String
    Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
    chownMode 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
    hasRootAccess Boolean
    Has root access to volume
    kerberos5ReadOnly Boolean
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5ReadWrite Boolean
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadOnly Boolean
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadWrite Boolean
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadOnly Boolean
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadWrite Boolean
    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
    ruleIndex Integer
    Order index
    unixReadOnly Boolean
    Read only access
    unixReadWrite Boolean
    Read and write access
    allowedClients string
    Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
    chownMode 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
    hasRootAccess boolean
    Has root access to volume
    kerberos5ReadOnly boolean
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5ReadWrite boolean
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadOnly boolean
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadWrite boolean
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadOnly boolean
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadWrite boolean
    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
    ruleIndex number
    Order index
    unixReadOnly boolean
    Read only access
    unixReadWrite boolean
    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_access bool
    Has root access to volume
    kerberos5_read_only bool
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5_read_write bool
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5i_read_only bool
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5i_read_write bool
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5p_read_only bool
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5p_read_write bool
    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_only bool
    Read only access
    unix_read_write bool
    Read and write access
    allowedClients String
    Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names
    chownMode 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
    hasRootAccess Boolean
    Has root access to volume
    kerberos5ReadOnly Boolean
    Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5ReadWrite Boolean
    Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadOnly Boolean
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5iReadWrite Boolean
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadOnly Boolean
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5pReadWrite Boolean
    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
    ruleIndex Number
    Order index
    unixReadOnly Boolean
    Read only access
    unixReadWrite Boolean
    Read and write access

    MountTargetPropertiesResponse

    FileSystemId string
    UUID v4 used to identify the MountTarget
    IpAddress string
    The mount target's IPv4 address
    MountTargetId string
    UUID v4 used to identify the MountTarget
    SmbServerFqdn string
    The SMB server's Fully Qualified Domain Name, FQDN
    FileSystemId string
    UUID v4 used to identify the MountTarget
    IpAddress string
    The mount target's IPv4 address
    MountTargetId string
    UUID v4 used to identify the MountTarget
    SmbServerFqdn string
    The SMB server's Fully Qualified Domain Name, FQDN
    fileSystemId String
    UUID v4 used to identify the MountTarget
    ipAddress String
    The mount target's IPv4 address
    mountTargetId String
    UUID v4 used to identify the MountTarget
    smbServerFqdn String
    The SMB server's Fully Qualified Domain Name, FQDN
    fileSystemId string
    UUID v4 used to identify the MountTarget
    ipAddress string
    The mount target's IPv4 address
    mountTargetId string
    UUID v4 used to identify the MountTarget
    smbServerFqdn string
    The SMB server's Fully Qualified Domain Name, FQDN
    file_system_id str
    UUID v4 used to identify the MountTarget
    ip_address str
    The mount target's IPv4 address
    mount_target_id str
    UUID v4 used to identify the MountTarget
    smb_server_fqdn str
    The SMB server's Fully Qualified Domain Name, FQDN
    fileSystemId String
    UUID v4 used to identify the MountTarget
    ipAddress String
    The mount target's IPv4 address
    mountTargetId String
    UUID v4 used to identify the MountTarget
    smbServerFqdn String
    The SMB server's Fully Qualified Domain Name, FQDN

    ReplicationObjectResponse

    RemoteVolumeResourceId string
    The resource ID of the remote volume.
    EndpointType string
    Indicates whether the local volume is the source or destination for the Volume Replication
    RemoteVolumeRegion string
    The remote region for the other end of the Volume Replication.
    ReplicationId string
    Id
    ReplicationSchedule string
    Schedule
    RemoteVolumeResourceId string
    The resource ID of the remote volume.
    EndpointType string
    Indicates whether the local volume is the source or destination for the Volume Replication
    RemoteVolumeRegion string
    The remote region for the other end of the Volume Replication.
    ReplicationId string
    Id
    ReplicationSchedule string
    Schedule
    remoteVolumeResourceId String
    The resource ID of the remote volume.
    endpointType String
    Indicates whether the local volume is the source or destination for the Volume Replication
    remoteVolumeRegion String
    The remote region for the other end of the Volume Replication.
    replicationId String
    Id
    replicationSchedule String
    Schedule
    remoteVolumeResourceId string
    The resource ID of the remote volume.
    endpointType string
    Indicates whether the local volume is the source or destination for the Volume Replication
    remoteVolumeRegion string
    The remote region for the other end of the Volume Replication.
    replicationId string
    Id
    replicationSchedule string
    Schedule
    remote_volume_resource_id str
    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_region str
    The remote region for the other end of the Volume Replication.
    replication_id str
    Id
    replication_schedule str
    Schedule
    remoteVolumeResourceId String
    The resource ID of the remote volume.
    endpointType String
    Indicates whether the local volume is the source or destination for the Volume Replication
    remoteVolumeRegion String
    The remote region for the other end of the Volume Replication.
    replicationId String
    Id
    replicationSchedule String
    Schedule

    VolumeBackupPropertiesResponse

    BackupEnabled bool
    Backup Enabled
    BackupPolicyId string
    Backup Policy Resource ID
    PolicyEnforced bool
    Policy Enforced
    VaultId string
    Vault Resource ID
    BackupEnabled bool
    Backup Enabled
    BackupPolicyId string
    Backup Policy Resource ID
    PolicyEnforced bool
    Policy Enforced
    VaultId string
    Vault Resource ID
    backupEnabled Boolean
    Backup Enabled
    backupPolicyId String
    Backup Policy Resource ID
    policyEnforced Boolean
    Policy Enforced
    vaultId String
    Vault Resource ID
    backupEnabled boolean
    Backup Enabled
    backupPolicyId string
    Backup Policy Resource ID
    policyEnforced boolean
    Policy Enforced
    vaultId string
    Vault Resource ID
    backup_enabled bool
    Backup Enabled
    backup_policy_id str
    Backup Policy Resource ID
    policy_enforced bool
    Policy Enforced
    vault_id str
    Vault Resource ID
    backupEnabled Boolean
    Backup Enabled
    backupPolicyId String
    Backup Policy Resource ID
    policyEnforced Boolean
    Policy Enforced
    vaultId String
    Vault Resource ID

    VolumePropertiesResponseDataProtection

    backup Property Map
    Backup Properties
    replication Property Map
    Replication properties
    snapshot Property Map
    Snapshot properties.

    VolumePropertiesResponseExportPolicy

    rules List<Property Map>
    Export policy rule

    VolumeSnapshotPropertiesResponse

    SnapshotPolicyId string
    Snapshot Policy ResourceId
    SnapshotPolicyId string
    Snapshot Policy ResourceId
    snapshotPolicyId String
    Snapshot Policy ResourceId
    snapshotPolicyId string
    Snapshot Policy ResourceId
    snapshot_policy_id str
    Snapshot Policy ResourceId
    snapshotPolicyId String
    Snapshot Policy ResourceId

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    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