The heat.engine.resources.network_interface Module

class heat.engine.resources.network_interface.NetworkInterface(name, json_snippet, stack)[source]

Bases: heat.engine.resource.Resource

handle_create()[source]
handle_delete()[source]
handle_update(json_snippet)[source]
properties_schema = {'SourceDestCheck': {'Implemented': False, 'Type': 'Boolean'}, 'GroupSet': {'Type': 'List'}, 'Description': {'Type': 'String'}, 'Tags': {'Type': 'List', 'Schema': {'Implemented': False, 'Type': 'Map', 'Schema': {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}}}, 'SubnetId': {'Required': True, 'Type': 'String'}, 'PrivateIpAddress': {'Type': 'String'}}
tags_schema = {'Value': {'Required': True, 'Type': 'String'}, 'Key': {'Required': True, 'Type': 'String'}}
heat.engine.resources.network_interface.resource_mapping()[source]

This Page