The heat.engine.resources.subnet Module

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

Bases: heat.engine.resource.Resource

FnGetAtt(key)[source]
handle_create()[source]
handle_delete()[source]
handle_update(json_snippet)[source]
properties_schema = {'VpcId': {'Required': True, 'Type': 'String'}, 'AvailabilityZone': {'Type': 'String'}, 'CidrBlock': {'Required': True, 'Type': 'String'}, 'Tags': {'Type': 'List', 'Schema': {'Implemented': False, 'Type': 'Map', 'Schema': {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}}}}
tags_schema = {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}
heat.engine.resources.subnet.resource_mapping()[source]

This Page