def remove_attachable_access_entity_profile(infra, entity_profile, **args): """Remove an attached entity profile. This also provides the removal of a Virtual Machine Management (VMM) domain and the physical network infrastructure. """ args = args['optional_args'] if 'optional_args' in args.keys() else args infra_attentityp = AttEntityP(infra, entity_profile) infra_attentityp.delete()
def remove_attachable_access_entity_profile(infra, entity_profile, **args): """Remove an attached entity profile. This provides a template to deploy hypervisor policies on a large set of leaf ports. This also provides the association of a Virtual Machine Management (VMM) domain and the physical network infrastructure. """ args = args['optional_args'] if 'optional_args' in args.keys() else args infra_attentityp = AttEntityP(infra, entity_profile) infra_attentityp.delete()