Click or drag to resize
Flavor Class
Represents a resource configuration for a server.

Each flavor is a unique combination of disk space, memory capacity, vCPUs, and network bandwidth.

Inheritance Hierarchy

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

The Flavor type exposes the following members.

Constructors
  NameDescription
Public methodFlavor
Initializes a new instance of the Flavor class
Top
Methods
  NameDescription
Public methodGetFlavorAsync
Shows details for a flavor.
(Inherited from FlavorReference.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetFlavor
Shows details for a flavor.
(Defined by FlavorExtensions_v2_1.)
Top
Properties
  NameDescription
Public propertyBandwidthCap
The rxtx factor, which describes configured bandwidth cap values.
Public propertyDiskSize
The disk size.
Public propertyEphemeralDiskSize
The number of ephemeral disks.
Public propertyId
The flavor identifier.
(Inherited from FlavorReference.)
Public propertyMemorySize
The amount of RAM.
Public propertyName
The flavor name.
(Inherited from FlavorSummary.)
Public propertySwapSize
The amount of swap space.
Public propertyVirtualCPUs
The number of virtual CPUs.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also