Click or drag to resize
ServiceQuotas Class
Compute service quotas.
Inheritance Hierarchy
SystemObject
  OpenStack.Compute.v2_1.OperatorServiceQuotas

Namespace: OpenStack.Compute.v2_1.Operator
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class ServiceQuotas : IHaveExtraData

The ServiceQuotas type exposes the following members.

Constructors
  NameDescription
Public methodServiceQuotas
Initializes a new instance of the ServiceQuotas class
Top
Properties
  NameDescription
Public propertyCores
Number of instance cores (VCPUs) allowed per tenant.
Public propertyFixedIPs
Number of fixed IP addresses allowed per tenant. This number must be equal to or greater than the number of allowed instances.
Public propertyFloatingIPs
Number of floating IP addresses allowed per tenant.
Public propertyId
The quota set identifier.
Public propertyInjectedFileContentSize
Number of content bytes allowed per injected file.
Public propertyInjectedFilePathSize
Number of content bytes allowed per injected file.
Public propertyInjectedFiles
Number of injected files allowed per tenant.
Public propertyInstances
Number of instances allowed per tenant.
Public propertyKeyPairs
Number of key pairs allowed per user.
Public propertyMemorySize
Megabytes of instance ram allowed per tenant.
Public propertyMetadataItems
Number of metadata items allowed per instance.
Public propertySecurityGroupRules
Number of rules per security group.
Public propertySecurityGroups
Number of security groups per tenant.
Public propertyServerGroupMembers
Number of members per server group.
Public propertyServerGroups
Number of server groups per tenant.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also