openstack.network.v2.flavor¶
The Flavor Class¶
The Flavor class inherits from Resource.
-
class
openstack.network.v2.flavor.Flavor(_synchronized=False, **attrs)¶ The base resource
Parameters: _synchronized (bool) – This is not intended to be used directly. See new()andexisting().-
description= None¶ description for the flavor
-
is_enabled= None¶ Sets enabled flag
-
name= None¶ The name of the flavor
-
service_type= None¶ Service type to which the flavor applies
-
service_profile_ids= None¶ IDs of service profiles associated with this flavor
-