This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.netapp.listVolumeQuotaReport
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Returns report of quotas for the volume Azure REST API version: 2024-03-01-preview.
Using listVolumeQuotaReport
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 listVolumeQuotaReport(args: ListVolumeQuotaReportArgs, opts?: InvokeOptions): Promise<ListVolumeQuotaReportResult>
function listVolumeQuotaReportOutput(args: ListVolumeQuotaReportOutputArgs, opts?: InvokeOptions): Output<ListVolumeQuotaReportResult>
def list_volume_quota_report(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) -> ListVolumeQuotaReportResult
def list_volume_quota_report_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[ListVolumeQuotaReportResult]
func ListVolumeQuotaReport(ctx *Context, args *ListVolumeQuotaReportArgs, opts ...InvokeOption) (*ListVolumeQuotaReportResult, error)
func ListVolumeQuotaReportOutput(ctx *Context, args *ListVolumeQuotaReportOutputArgs, opts ...InvokeOption) ListVolumeQuotaReportResultOutput
> Note: This function is named ListVolumeQuotaReport
in the Go SDK.
public static class ListVolumeQuotaReport
{
public static Task<ListVolumeQuotaReportResult> InvokeAsync(ListVolumeQuotaReportArgs args, InvokeOptions? opts = null)
public static Output<ListVolumeQuotaReportResult> Invoke(ListVolumeQuotaReportInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListVolumeQuotaReportResult> listVolumeQuotaReport(ListVolumeQuotaReportArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:netapp:listVolumeQuotaReport
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. The name is case insensitive.
- 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. The name is case insensitive.
- 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. The name is case insensitive.
- 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. The name is case insensitive.
- 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. The name is case insensitive.
- 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. The name is case insensitive.
- volume
Name String - The name of the volume
listVolumeQuotaReport Result
The following output properties are available:
- Next
Link string - URL to get the next set of results.
- Value
List<Pulumi.
Azure Native. Net App. Outputs. Quota Report Response> - List of volume quota report records
- Next
Link string - URL to get the next set of results.
- Value
[]Quota
Report Response - List of volume quota report records
- next
Link String - URL to get the next set of results.
- value
List<Quota
Report Response> - List of volume quota report records
- next
Link string - URL to get the next set of results.
- value
Quota
Report Response[] - List of volume quota report records
- next_
link str - URL to get the next set of results.
- value
Sequence[Quota
Report Response] - List of volume quota report records
- next
Link String - URL to get the next set of results.
- value List<Property Map>
- List of volume quota report records
Supporting Types
QuotaReportResponse
- Is
Derived boolQuota - Flag to indicate whether the quota is derived from default quota.
- Percentage
Used double - Percentage of used size compared to total size.
- Quota
Limit doubleTotal In Ki Bs - Specifies the total size limit in kibibytes for the user/group quota.
- Quota
Limit doubleUsed In Ki Bs - Specifies the current usage in kibibytes for the user/group quota.
- Quota
Target string - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- Quota
Type string - Type of quota
- Is
Derived boolQuota - Flag to indicate whether the quota is derived from default quota.
- Percentage
Used float64 - Percentage of used size compared to total size.
- Quota
Limit float64Total In Ki Bs - Specifies the total size limit in kibibytes for the user/group quota.
- Quota
Limit float64Used In Ki Bs - Specifies the current usage in kibibytes for the user/group quota.
- Quota
Target string - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- Quota
Type string - Type of quota
- is
Derived BooleanQuota - Flag to indicate whether the quota is derived from default quota.
- percentage
Used Double - Percentage of used size compared to total size.
- quota
Limit DoubleTotal In Ki Bs - Specifies the total size limit in kibibytes for the user/group quota.
- quota
Limit DoubleUsed In Ki Bs - Specifies the current usage in kibibytes for the user/group quota.
- quota
Target String - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- quota
Type String - Type of quota
- is
Derived booleanQuota - Flag to indicate whether the quota is derived from default quota.
- percentage
Used number - Percentage of used size compared to total size.
- quota
Limit numberTotal In Ki Bs - Specifies the total size limit in kibibytes for the user/group quota.
- quota
Limit numberUsed In Ki Bs - Specifies the current usage in kibibytes for the user/group quota.
- quota
Target string - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- quota
Type string - Type of quota
- is_
derived_ boolquota - Flag to indicate whether the quota is derived from default quota.
- percentage_
used float - Percentage of used size compared to total size.
- quota_
limit_ floattotal_ in_ ki_ bs - Specifies the total size limit in kibibytes for the user/group quota.
- quota_
limit_ floatused_ in_ ki_ bs - Specifies the current usage in kibibytes for the user/group quota.
- quota_
target str - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- quota_
type str - Type of quota
- is
Derived BooleanQuota - Flag to indicate whether the quota is derived from default quota.
- percentage
Used Number - Percentage of used size compared to total size.
- quota
Limit NumberTotal In Ki Bs - Specifies the total size limit in kibibytes for the user/group quota.
- quota
Limit NumberUsed In Ki Bs - Specifies the current usage in kibibytes for the user/group quota.
- quota
Target String - UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running
- quota
Type String - Type of quota
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi