Volume.DefinitionStages.WithDefaultGroupQuotaInKiBs Interface

public static interface Volume.DefinitionStages.WithDefaultGroupQuotaInKiBs

The stage of the Volume definition allowing to specify defaultGroupQuotaInKiBs.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDefaultGroupQuotaInKiBs(Long defaultGroupQuotaInKiBs)

Specifies the defaultGroupQuotaInKiBs property: Default group quota for volume in KiBs.

Method Details

withDefaultGroupQuotaInKiBs

public abstract Volume.DefinitionStages.WithCreate withDefaultGroupQuotaInKiBs(Long defaultGroupQuotaInKiBs)

Specifies the defaultGroupQuotaInKiBs property: Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies..

Parameters:

defaultGroupQuotaInKiBs - Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies.

Returns:

the next definition stage.

Applies to