Class GetQuotasetV3Result
- java.lang.Object
-
- com.pulumi.openstack.blockstorage.outputs.GetQuotasetV3Result
-
public final class GetQuotasetV3Result extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetQuotasetV3Result.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegerbackupGigabytes()java.lang.Integerbackups()static GetQuotasetV3Result.Builderbuilder()static GetQuotasetV3Result.Builderbuilder(GetQuotasetV3Result defaults)java.lang.Integergigabytes()java.lang.Integergroups()java.lang.Stringid()java.lang.IntegerperVolumeGigabytes()java.lang.StringprojectId()java.lang.Stringregion()java.lang.Integersnapshots()java.lang.Integervolumes()java.util.Map<java.lang.String,java.lang.Object>volumeTypeQuota()
-
-
-
Method Detail
-
backupGigabytes
public java.lang.Integer backupGigabytes()
- Returns:
- The size (GB) of backups that are allowed.
-
backups
public java.lang.Integer backups()
- Returns:
- The number of backups that are allowed.
-
gigabytes
public java.lang.Integer gigabytes()
- Returns:
- The size (GB) of volumes and snapshots that are allowed.
-
groups
public java.lang.Integer groups()
- Returns:
- The number of groups that are allowed.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
perVolumeGigabytes
public java.lang.Integer perVolumeGigabytes()
- Returns:
- The size (GB) of volumes that are allowed for each volume.
-
projectId
public java.lang.String projectId()
- Returns:
- See Argument Reference above.
-
region
public java.lang.String region()
- Returns:
- See Argument Reference above.
-
snapshots
public java.lang.Integer snapshots()
- Returns:
- The number of snapshots that are allowed.
-
volumeTypeQuota
public java.util.Map<java.lang.String,java.lang.Object> volumeTypeQuota()
- Returns:
- Map with gigabytes_{volume_type}, snapshots_{volume_type}, volumes_{volume_type} for each volume type.
-
volumes
public java.lang.Integer volumes()
- Returns:
- The number of volumes that are allowed.
-
builder
public static GetQuotasetV3Result.Builder builder()
-
builder
public static GetQuotasetV3Result.Builder builder(GetQuotasetV3Result defaults)
-
-