Class QuoteSetV3State
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.BlockStorage
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QuoteSetV3State : ResourceArgs
Constructors
View SourceQuoteSetV3State()
Declaration
public QuoteSetV3State()
Properties
View SourceBackupGigabytes
Quota value for backup gigabytes. Changing this updates the existing quotaset.
Declaration
public Input<int> BackupGigabytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Backups
Quota value for backups. Changing this updates the existing quotaset.
Declaration
public Input<int> Backups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Gigabytes
Quota value for gigabytes. Changing this updates the existing quotaset.
Declaration
public Input<int> Gigabytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Groups
Quota value for groups. Changing this updates the existing quotaset.
Declaration
public Input<int> Groups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
PerVolumeGigabytes
Quota value for gigabytes per volume . Changing this updates the existing quotaset.
Declaration
public Input<int> PerVolumeGigabytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ProjectId
ID of the project to manage quotas. Changing this creates a new quotaset.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to create the volume. If
omitted, the region argument of the provider is used. Changing this
creates a new quotaset.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Snapshots
Quota value for snapshots. Changing this updates the existing quotaset.
Declaration
public Input<int> Snapshots { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Volumes
Quota value for volumes. Changing this updates the existing quotaset.
Declaration
public Input<int> Volumes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |