The heat.engine.resources.quantum.subnet Module

class heat.engine.resources.quantum.subnet.Subnet(name, json_snippet, stack)[source]

Bases: heat.engine.resources.quantum.quantum.QuantumResource

FnGetAtt(key)[source]
allocation_schema = {'start': {'Required': True, 'Type': 'String'}, 'end': {'Required': True, 'Type': 'String'}}
handle_create()[source]
handle_delete()[source]
properties_schema = {'name': {'Type': 'String'}, 'network_id': {'Required': True, 'Type': 'String'}, 'allocation_pools': {'Type': 'List', 'Schema': {'Type': 'Map', 'Schema': {'start': {'Required': True, 'Type': 'String'}, 'end': {'Required': True, 'Type': 'String'}}}}, 'gateway_ip': {'Type': 'String'}, 'value_specs': {'Default': {}, 'Type': 'Map'}, 'ip_version': {'Default': 4, 'Type': 'Integer', 'AllowedValues': [4, 6]}, 'cidr': {'Required': True, 'Type': 'String'}}
heat.engine.resources.quantum.subnet.resource_mapping()[source]

This Page