openstack.clustering.v1.profile¶
Profile 类¶
Profile 类继承自 Resource。
- class openstack.clustering.v1.profile.Profile(_synchronized=False, connection=None, **attrs)¶
基础资源
- 参数:
_synchronized (bool) – 这不打算直接使用。请参阅
new()和existing()。connection (openstack.connection.Connection) – 对正在使用的 Connection 的引用。默认为 None,允许在单元测试中等情况下使用不带活动 Connection 的 Resource 对象。Resource 代码中对
self._connection的使用应使用 None 检查进行保护。
- resource_key = 'profile'¶
资源的单数形式的键。
- resources_key = 'profiles'¶
资源的复数形式的键。
- base_path = '/profiles'¶
此资源的 URI 的基本部分。
- allow_create = True¶
允许对此资源进行创建操作。
- allow_fetch = True¶
允许对此资源进行获取操作。
- allow_commit = True¶
允许对此资源进行更新操作。
- allow_delete = True¶
允许对此资源进行删除操作。
- allow_list = True¶
允许对此资源进行列表操作。
- commit_method = 'PATCH'¶
提交资源的 HTTP 方法 (PUT、PATCH、POST)
- name¶
Profile 的名称
- type¶
Profile 的类型。
- project_id¶
此 Profile 属于的项目 ID。
- domain_id¶
Profile 的域 ID。
- user_id¶
创建此 Profile 的用户的 ID。
- spec¶
Profile 的规格。
- metadata¶
附加到 Profile 的键值对集合。
- created_at¶
Profile 创建的时间戳。
- updated_at¶
Profile 上次更新的时间戳。