/usr/lib/python2.6/site-packages/openstack/key_manager/v1
NameSizeModeActions
container.py17740644editdlrm
container.pyc11680644editdlrm
order.py15400644editdlrm
order.pyc10390644editdlrm
secret.py20770644editdlrm
secret.pyc12370644editdlrm
_proxy.py107920644editdlrm
_proxy.pyc124000644editdlrm
__init__.py00644editdlrm
__init__.pyc1580644editdlrm
Edit: /usr/lib/python2.6/site-packages/openstack/key_manager/v1/_proxy.pyc (12400B)
5 Wc@s]ddklZddklZddklZddklZdei fdYZ dS(i(t container(torder(tsecret(tproxytProxycBseZdZedZedZdZdZdZdZ edZ edZ d Z d Z d Zd Zed ZedZdZdZdZRS(cKs|iti|S(sCreate a new container from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.key_manager.v1.container.Container`, comprised of the properties on the Container class. :returns: The results of container creation :rtype: :class:`~openstack.key_manager.v1.container.Container` (t_createt _containert Container(tselftattrs((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytcreate_containers cCs|iti|d|dS(s2Delete a container :param container: The value can be either the ID of a container or a :class:`~openstack.key_manager.v1.container.Container` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the container does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent container. :returns: ``None`` tignore_missingN(t_deleteRR(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytdelete_container!scCs|iti|d|S(s Find a single container :param name_or_id: The name or ID of a container. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the resource does not exist. When set to ``True``, None will be returned when attempting to find a nonexistent resource. :returns: One :class:`~openstack.key_manager.v1.container.Container` or None R (t_findRR(Rt name_or_idR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytfind_container2s cCs|iti|S(sGet a single container :param container: The value can be the ID of a container or a :class:`~openstack.key_manager.v1.container.Container` instance. :returns: One :class:`~openstack.key_manager.v1.container.Container` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (t_getRR(RR((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt get_containerAs cKs|itidt|S(s3Return a generator of containers :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of container objects :rtype: :class:`~openstack.key_manager.v1.container.Container` t paginated(t_listRRtFalse(Rtquery((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt containersNs cKs|iti||S(sUpdate a container :param container: Either the id of a container or a :class:`~openstack.key_manager.v1.container.Container` instance. :attrs kwargs: The attributes to update on the container represented by ``value``. :returns: The updated container :rtype: :class:`~openstack.key_manager.v1.container.Container` (t_updateRR(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytupdate_containerYs cKs|iti|S(s~Create a new order from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.key_manager.v1.order.Order`, comprised of the properties on the Order class. :returns: The results of order creation :rtype: :class:`~openstack.key_manager.v1.order.Order` (Rt_ordertOrder(RR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt create_ordergs cCs|iti|d|dS(s%Delete an order :param order: The value can be either the ID of a order or a :class:`~openstack.key_manager.v1.order.Order` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the order does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent order. :returns: ``None`` R N(R RR(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt delete_ordersscCs|iti|d|S(sFind a single order :param name_or_id: The name or ID of a order. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the resource does not exist. When set to ``True``, None will be returned when attempting to find a nonexistent resource. :returns: One :class:`~openstack.key_manager.v1.order.Order` or None R (RRR(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt find_orders cCs|iti|S(swGet a single order :param order: The value can be the ID of an order or a :class:`~openstack.key_manager.v1.order.Order` instance. :returns: One :class:`~openstack.key_manager.v1.order.Order` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RRR(RR((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt get_orders cKs|itidt|S(s#Return a generator of orders :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of order objects :rtype: :class:`~openstack.key_manager.v1.order.Order` R(RRRR(RR((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytorderss cKs|iti||S(sUpdate a order :param order: Either the id of a order or a :class:`~openstack.key_manager.v1.order.Order` instance. :attrs kwargs: The attributes to update on the order represented by ``value``. :returns: The updated order :rtype: :class:`~openstack.key_manager.v1.order.Order` (RRR(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt update_orders cKs|iti|S(sCreate a new secret from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.key_manager.v1.secret.Secret`, comprised of the properties on the Order class. :returns: The results of secret creation :rtype: :class:`~openstack.key_manager.v1.secret.Secret` (Rt_secrettSecret(RR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt create_secrets cCs|iti|d|dS(s-Delete a secret :param secret: The value can be either the ID of a secret or a :class:`~openstack.key_manager.v1.secret.Secret` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the secret does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent secret. :returns: ``None`` R N(R R"R#(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt delete_secretscCs|iti|d|S(sFind a single secret :param name_or_id: The name or ID of a secret. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the resource does not exist. When set to ``True``, None will be returned when attempting to find a nonexistent resource. :returns: One :class:`~openstack.key_manager.v1.secret.Secret` or None R (RR"R#(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt find_secrets cCs|iti|S(sGet a single secret :param secret: The value can be the ID of a secret or a :class:`~openstack.key_manager.v1.secret.Secret` instance. :returns: One :class:`~openstack.key_manager.v1.secret.Secret` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RR"R#(RR((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt get_secrets cKs|itidt|S(s'Return a generator of secrets :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of secret objects :rtype: :class:`~openstack.key_manager.v1.secret.Secret` R(RR"R#R(RR((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pytsecretss cKs|iti||S(sUpdate a secret :param secret: Either the id of a secret or a :class:`~openstack.key_manager.v1.secret.Secret` instance. :attrs kwargs: The attributes to update on the secret represented by ``value``. :returns: The updated secret :rtype: :class:`~openstack.key_manager.v1.secret.Secret` (RR"R#(RRR ((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt update_secrets (t__name__t __module__R tTrueR RRRRRRRRR R!R$R%R&R'R(R)(((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyRs$         N( topenstack.key_manager.v1RRRRRR"t openstackRt BaseProxyR(((sE/tmp/pip-build-wCUybK/openstacksdk/openstack/key_manager/v1/_proxy.pyt s