Class QuotaSetV2State
Inherited Members
Namespace: Pulumi.OpenStack.Compute
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QuotaSetV2State : ResourceArgs
Constructors
View SourceQuotaSetV2State()
Declaration
public QuotaSetV2State()
Properties
View SourceCores
Quota value for cores. Changing this updates the existing quotaset.
Declaration
public Input<int> Cores { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FixedIps
Quota value for fixed IPs. Changing this updates the existing quotaset.
Declaration
public Input<int> FixedIps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
FloatingIps
Quota value for floating IPs. Changing this updates the existing quotaset.
Declaration
public Input<int> FloatingIps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InjectedFileContentBytes
Quota value for content bytes of injected files. Changing this updates the existing quotaset.
Declaration
public Input<int> InjectedFileContentBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InjectedFilePathBytes
Quota value for path bytes of injected files. Changing this updates the existing quotaset.
Declaration
public Input<int> InjectedFilePathBytes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
InjectedFiles
Quota value for injected files. Changing this updates the existing quotaset.
Declaration
public Input<int> InjectedFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Instances
Quota value for instances. Changing this updates the existing quotaset.
Declaration
public Input<int> Instances { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
KeyPairs
Quota value for key pairs. Changing this updates the existing quotaset.
Declaration
public Input<int> KeyPairs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MetadataItems
Quota value for metadata items. Changing this updates the existing quotaset.
Declaration
public Input<int> MetadataItems { 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> |
Ram
Quota value for RAM. Changing this updates the existing quotaset.
Declaration
public Input<int> Ram { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
SecurityGroupRules
Quota value for security group rules. Changing this updates the existing quotaset.
Declaration
public Input<int> SecurityGroupRules { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SecurityGroups
Quota value for security groups. Changing this updates the existing quotaset.
Declaration
public Input<int> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServerGroupMembers
Quota value for server groups members. Changing this updates the existing quotaset.
Declaration
public Input<int> ServerGroupMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ServerGroups
Quota value for server groups. Changing this updates the existing quotaset.
Declaration
public Input<int> ServerGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |