The heat.engine.resources.swift Module

class heat.engine.resources.swift.SwiftContainer(name, json_snippet, stack)[source]

Bases: heat.engine.resource.Resource

FnGetAtt(key)[source]
FnGetRefId()[source]
handle_create()[source]

Create a container.

handle_delete()[source]

Perform specified delete policy

handle_update(json_snippet)[source]
properties_schema = {'X-Container-Meta': {'Default': {}, 'Type': 'Map'}, 'DeletionPolicy': {'Type': 'String', 'AllowedValues': ['Delete', 'Retain']}, 'X-Container-Write': {'Type': 'String'}, 'name': {'Type': 'String'}, 'X-Container-Read': {'Type': 'String'}}
validate()[source]

Validate any of the provided params

heat.engine.resources.swift.resource_mapping()[source]

This Page