1. Packages
  2. Azure Native
  3. API Docs
  4. netapp
  5. getCapacityPoolCache
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.15.0
published on Wednesday, Mar 4, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.15.0
published on Wednesday, Mar 4, 2026 by Pulumi

    Get the details of the specified Cache

    Uses Azure REST API version 2025-09-01-preview.

    Using getCapacityPoolCache

    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 getCapacityPoolCache(args: GetCapacityPoolCacheArgs, opts?: InvokeOptions): Promise<GetCapacityPoolCacheResult>
    function getCapacityPoolCacheOutput(args: GetCapacityPoolCacheOutputArgs, opts?: InvokeOptions): Output<GetCapacityPoolCacheResult>
    def get_capacity_pool_cache(account_name: Optional[str] = None,
                                cache_name: Optional[str] = None,
                                pool_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetCapacityPoolCacheResult
    def get_capacity_pool_cache_output(account_name: Optional[pulumi.Input[str]] = None,
                                cache_name: Optional[pulumi.Input[str]] = None,
                                pool_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetCapacityPoolCacheResult]
    func LookupCapacityPoolCache(ctx *Context, args *LookupCapacityPoolCacheArgs, opts ...InvokeOption) (*LookupCapacityPoolCacheResult, error)
    func LookupCapacityPoolCacheOutput(ctx *Context, args *LookupCapacityPoolCacheOutputArgs, opts ...InvokeOption) LookupCapacityPoolCacheResultOutput

    > Note: This function is named LookupCapacityPoolCache in the Go SDK.

    public static class GetCapacityPoolCache 
    {
        public static Task<GetCapacityPoolCacheResult> InvokeAsync(GetCapacityPoolCacheArgs args, InvokeOptions? opts = null)
        public static Output<GetCapacityPoolCacheResult> Invoke(GetCapacityPoolCacheInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCapacityPoolCacheResult> getCapacityPoolCache(GetCapacityPoolCacheArgs args, InvokeOptions options)
    public static Output<GetCapacityPoolCacheResult> getCapacityPoolCache(GetCapacityPoolCacheArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:netapp:getCapacityPoolCache
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountName string
    The name of the NetApp account
    CacheName string
    The name of the cache resource.
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    AccountName string
    The name of the NetApp account
    CacheName string
    The name of the cache resource.
    PoolName string
    The name of the capacity pool
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of the NetApp account
    cacheName String
    The name of the cache resource.
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    accountName string
    The name of the NetApp account
    cacheName string
    The name of the cache resource.
    poolName string
    The name of the capacity pool
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    account_name str
    The name of the NetApp account
    cache_name str
    The name of the cache resource.
    pool_name str
    The name of the capacity pool
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    accountName String
    The name of the NetApp account
    cacheName String
    The name of the cache resource.
    poolName String
    The name of the capacity pool
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getCapacityPoolCache Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Etag string
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties Pulumi.AzureNative.NetApp.Outputs.CachePropertiesResponse
    Cache properties
    SystemData Pulumi.AzureNative.NetApp.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Tags Dictionary<string, string>
    Resource tags.
    Zones List<string>
    The availability zones.
    AzureApiVersion string
    The Azure API version of the resource.
    Etag string
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    Properties CachePropertiesResponse
    Cache properties
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Tags map[string]string
    Resource tags.
    Zones []string
    The availability zones.
    azureApiVersion String
    The Azure API version of the resource.
    etag String
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties CachePropertiesResponse
    Cache properties
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Map<String,String>
    Resource tags.
    zones List<String>
    The availability zones.
    azureApiVersion string
    The Azure API version of the resource.
    etag string
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    properties CachePropertiesResponse
    Cache properties
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags {[key: string]: string}
    Resource tags.
    zones string[]
    The availability zones.
    azure_api_version str
    The Azure API version of the resource.
    etag str
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    properties CachePropertiesResponse
    Cache properties
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Mapping[str, str]
    Resource tags.
    zones Sequence[str]
    The availability zones.
    azureApiVersion String
    The Azure API version of the resource.
    etag String
    "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    properties Property Map
    Cache properties
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    tags Map<String>
    Resource tags.
    zones List<String>
    The availability zones.

    Supporting Types

    CacheMountTargetPropertiesResponse

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

    CachePropertiesExportPolicyResponse

    rules List<Property Map>
    Export policy rule

    CachePropertiesResponse

    ActualThroughputMibps double
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    CacheState string
    Azure NetApp Files Cache lifecycle management
    CacheSubnetResourceId string
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    Encryption string
    Specifies if the cache is encryption or not.
    EncryptionKeySource string
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    Filepath string
    The file path of the Cache.
    Language string
    Language supported for volume.
    MaximumNumberOfFiles double
    Maximum number of files allowed.
    MountTargets List<Pulumi.AzureNative.NetApp.Inputs.CacheMountTargetPropertiesResponse>
    List of mount targets that can be used to mount this cache
    OriginClusterInformation Pulumi.AzureNative.NetApp.Inputs.OriginClusterInformationResponse
    Origin cluster information
    PeeringSubnetResourceId string
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    ProvisioningState string
    Azure lifecycle management
    Size double
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    CifsChangeNotifications string
    Flag indicating whether a CIFS change notification is enabled for the cache.
    ExportPolicy Pulumi.AzureNative.NetApp.Inputs.CachePropertiesExportPolicyResponse
    Set of export policy rules
    GlobalFileLocking string
    Flag indicating whether the global file lock is enabled for the cache.
    Kerberos string
    Describe if a cache is Kerberos enabled.
    KeyVaultPrivateEndpointResourceId string
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    Ldap string
    Specifies whether LDAP is enabled or not for flexcache volume.
    LdapServerType string
    Specifies the type of LDAP server for flexcache volume.
    ProtocolTypes List<string>
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    SmbSettings Pulumi.AzureNative.NetApp.Inputs.SmbSettingsResponse
    SMB information for the cache
    ThroughputMibps double
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    WriteBack string
    Flag indicating whether writeback is enabled for the cache.
    ActualThroughputMibps float64
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    CacheState string
    Azure NetApp Files Cache lifecycle management
    CacheSubnetResourceId string
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    Encryption string
    Specifies if the cache is encryption or not.
    EncryptionKeySource string
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    Filepath string
    The file path of the Cache.
    Language string
    Language supported for volume.
    MaximumNumberOfFiles float64
    Maximum number of files allowed.
    MountTargets []CacheMountTargetPropertiesResponse
    List of mount targets that can be used to mount this cache
    OriginClusterInformation OriginClusterInformationResponse
    Origin cluster information
    PeeringSubnetResourceId string
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    ProvisioningState string
    Azure lifecycle management
    Size float64
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    CifsChangeNotifications string
    Flag indicating whether a CIFS change notification is enabled for the cache.
    ExportPolicy CachePropertiesExportPolicyResponse
    Set of export policy rules
    GlobalFileLocking string
    Flag indicating whether the global file lock is enabled for the cache.
    Kerberos string
    Describe if a cache is Kerberos enabled.
    KeyVaultPrivateEndpointResourceId string
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    Ldap string
    Specifies whether LDAP is enabled or not for flexcache volume.
    LdapServerType string
    Specifies the type of LDAP server for flexcache volume.
    ProtocolTypes []string
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    SmbSettings SmbSettingsResponse
    SMB information for the cache
    ThroughputMibps float64
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    WriteBack string
    Flag indicating whether writeback is enabled for the cache.
    actualThroughputMibps Double
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    cacheState String
    Azure NetApp Files Cache lifecycle management
    cacheSubnetResourceId String
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    encryption String
    Specifies if the cache is encryption or not.
    encryptionKeySource String
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    filepath String
    The file path of the Cache.
    language String
    Language supported for volume.
    maximumNumberOfFiles Double
    Maximum number of files allowed.
    mountTargets List<CacheMountTargetPropertiesResponse>
    List of mount targets that can be used to mount this cache
    originClusterInformation OriginClusterInformationResponse
    Origin cluster information
    peeringSubnetResourceId String
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    provisioningState String
    Azure lifecycle management
    size Double
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    cifsChangeNotifications String
    Flag indicating whether a CIFS change notification is enabled for the cache.
    exportPolicy CachePropertiesExportPolicyResponse
    Set of export policy rules
    globalFileLocking String
    Flag indicating whether the global file lock is enabled for the cache.
    kerberos String
    Describe if a cache is Kerberos enabled.
    keyVaultPrivateEndpointResourceId String
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    ldap String
    Specifies whether LDAP is enabled or not for flexcache volume.
    ldapServerType String
    Specifies the type of LDAP server for flexcache volume.
    protocolTypes List<String>
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    smbSettings SmbSettingsResponse
    SMB information for the cache
    throughputMibps Double
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    writeBack String
    Flag indicating whether writeback is enabled for the cache.
    actualThroughputMibps number
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    cacheState string
    Azure NetApp Files Cache lifecycle management
    cacheSubnetResourceId string
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    encryption string
    Specifies if the cache is encryption or not.
    encryptionKeySource string
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    filepath string
    The file path of the Cache.
    language string
    Language supported for volume.
    maximumNumberOfFiles number
    Maximum number of files allowed.
    mountTargets CacheMountTargetPropertiesResponse[]
    List of mount targets that can be used to mount this cache
    originClusterInformation OriginClusterInformationResponse
    Origin cluster information
    peeringSubnetResourceId string
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    provisioningState string
    Azure lifecycle management
    size number
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    cifsChangeNotifications string
    Flag indicating whether a CIFS change notification is enabled for the cache.
    exportPolicy CachePropertiesExportPolicyResponse
    Set of export policy rules
    globalFileLocking string
    Flag indicating whether the global file lock is enabled for the cache.
    kerberos string
    Describe if a cache is Kerberos enabled.
    keyVaultPrivateEndpointResourceId string
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    ldap string
    Specifies whether LDAP is enabled or not for flexcache volume.
    ldapServerType string
    Specifies the type of LDAP server for flexcache volume.
    protocolTypes string[]
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    smbSettings SmbSettingsResponse
    SMB information for the cache
    throughputMibps number
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    writeBack string
    Flag indicating whether writeback is enabled for the cache.
    actual_throughput_mibps float
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    cache_state str
    Azure NetApp Files Cache lifecycle management
    cache_subnet_resource_id str
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    encryption str
    Specifies if the cache is encryption or not.
    encryption_key_source str
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    filepath str
    The file path of the Cache.
    language str
    Language supported for volume.
    maximum_number_of_files float
    Maximum number of files allowed.
    mount_targets Sequence[CacheMountTargetPropertiesResponse]
    List of mount targets that can be used to mount this cache
    origin_cluster_information OriginClusterInformationResponse
    Origin cluster information
    peering_subnet_resource_id str
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    provisioning_state str
    Azure lifecycle management
    size float
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    cifs_change_notifications str
    Flag indicating whether a CIFS change notification is enabled for the cache.
    export_policy CachePropertiesExportPolicyResponse
    Set of export policy rules
    global_file_locking str
    Flag indicating whether the global file lock is enabled for the cache.
    kerberos str
    Describe if a cache is Kerberos enabled.
    key_vault_private_endpoint_resource_id str
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    ldap str
    Specifies whether LDAP is enabled or not for flexcache volume.
    ldap_server_type str
    Specifies the type of LDAP server for flexcache volume.
    protocol_types Sequence[str]
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    smb_settings SmbSettingsResponse
    SMB information for the cache
    throughput_mibps float
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    write_back str
    Flag indicating whether writeback is enabled for the cache.
    actualThroughputMibps Number
    Actual throughput in MiB/s for auto qosType volumes calculated based on size and serviceLevel
    cacheState String
    Azure NetApp Files Cache lifecycle management
    cacheSubnetResourceId String
    The Azure Resource URI for a delegated cache subnet that will be used to allocate data IPs.
    encryption String
    Specifies if the cache is encryption or not.
    encryptionKeySource String
    Source of key used to encrypt data in the cache. Applicable if NetApp account has encryption.keySource = 'Microsoft.KeyVault'. Possible values (case-insensitive) are: 'Microsoft.NetApp, Microsoft.KeyVault'
    filepath String
    The file path of the Cache.
    language String
    Language supported for volume.
    maximumNumberOfFiles Number
    Maximum number of files allowed.
    mountTargets List<Property Map>
    List of mount targets that can be used to mount this cache
    originClusterInformation Property Map
    Origin cluster information
    peeringSubnetResourceId String
    The Azure Resource URI for a delegated subnet that will be used for ANF Intercluster Interface IP addresses.
    provisioningState String
    Azure lifecycle management
    size Number
    Maximum storage quota allowed for a file system in bytes. Valid values are in the range 50GiB to 1PiB. Values expressed in bytes as multiples of 1GiB.
    cifsChangeNotifications String
    Flag indicating whether a CIFS change notification is enabled for the cache.
    exportPolicy Property Map
    Set of export policy rules
    globalFileLocking String
    Flag indicating whether the global file lock is enabled for the cache.
    kerberos String
    Describe if a cache is Kerberos enabled.
    keyVaultPrivateEndpointResourceId String
    The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
    ldap String
    Specifies whether LDAP is enabled or not for flexcache volume.
    ldapServerType String
    Specifies the type of LDAP server for flexcache volume.
    protocolTypes List<String>
    Set of supported protocol types, which include NFSv3, NFSv4 and SMB protocol
    smbSettings Property Map
    SMB information for the cache
    throughputMibps Number
    Maximum throughput in MiB/s that can be achieved by this cache volume and this will be accepted as input only for manual qosType cache
    writeBack String
    Flag indicating whether writeback is enabled for the cache.

    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
    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
    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
    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
    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
    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
    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
    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
    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_i_read_only bool
    Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5_i_read_write bool
    Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later
    kerberos5_p_read_only bool
    Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later
    kerberos5_p_read_write bool
    Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later
    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
    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
    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

    OriginClusterInformationResponse

    PeerAddresses List<string>
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    PeerClusterName string
    ONTAP cluster name of external cluster hosting the origin volume
    PeerVolumeName string
    External origin volume name associated to this cache
    PeerVserverName string
    External Vserver (SVM) name name of the SVM hosting the origin volume
    PeerAddresses []string
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    PeerClusterName string
    ONTAP cluster name of external cluster hosting the origin volume
    PeerVolumeName string
    External origin volume name associated to this cache
    PeerVserverName string
    External Vserver (SVM) name name of the SVM hosting the origin volume
    peerAddresses List<String>
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    peerClusterName String
    ONTAP cluster name of external cluster hosting the origin volume
    peerVolumeName String
    External origin volume name associated to this cache
    peerVserverName String
    External Vserver (SVM) name name of the SVM hosting the origin volume
    peerAddresses string[]
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    peerClusterName string
    ONTAP cluster name of external cluster hosting the origin volume
    peerVolumeName string
    External origin volume name associated to this cache
    peerVserverName string
    External Vserver (SVM) name name of the SVM hosting the origin volume
    peer_addresses Sequence[str]
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    peer_cluster_name str
    ONTAP cluster name of external cluster hosting the origin volume
    peer_volume_name str
    External origin volume name associated to this cache
    peer_vserver_name str
    External Vserver (SVM) name name of the SVM hosting the origin volume
    peerAddresses List<String>
    ONTAP Intercluster LIF IP addresses. One IP address per cluster node is required
    peerClusterName String
    ONTAP cluster name of external cluster hosting the origin volume
    peerVolumeName String
    External origin volume name associated to this cache
    peerVserverName String
    External Vserver (SVM) name name of the SVM hosting the origin volume

    SmbSettingsResponse

    SmbAccessBasedEnumeration string
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    SmbEncryption string
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    SmbNonBrowsable string
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
    SmbAccessBasedEnumeration string
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    SmbEncryption string
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    SmbNonBrowsable string
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbAccessBasedEnumeration String
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbEncryption String
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    smbNonBrowsable String
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbAccessBasedEnumeration string
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbEncryption string
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    smbNonBrowsable string
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smb_access_based_enumeration str
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smb_encryption str
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    smb_non_browsable str
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbAccessBasedEnumeration String
    Enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume
    smbEncryption String
    Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
    smbNonBrowsable String
    Enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.15.0
    published on Wednesday, Mar 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.