/usr/lib/python2.6/site-packages/openstack/identity/v3
NameSizeModeActions
credential.py16670644editdlrm
credential.pyc9970644editdlrm
domain.py16730644editdlrm
domain.pyc9770644editdlrm
endpoint.py21040644editdlrm
endpoint.pyc10590644editdlrm
group.py14600644editdlrm
group.pyc9390644editdlrm
policy.py11890644editdlrm
policy.pyc9040644editdlrm
project.py18130644editdlrm
project.pyc10190644editdlrm
region.py11920644editdlrm
region.pyc9210644editdlrm
service.py17300644editdlrm
service.pyc9980644editdlrm
trust.py26700644editdlrm
trust.pyc12020644editdlrm
user.py26390644editdlrm
user.pyc11130644editdlrm
_proxy.py342080644editdlrm
_proxy.pyc387900644editdlrm
__init__.py00644editdlrm
__init__.pyc1550644editdlrm
Edit: /usr/lib/python2.6/site-packages/openstack/identity/v3/_proxy.pyc (38790B)
Ñò 5 Wc@sÍddklZddklZddklZddklZddkl Z ddkl Z ddkl ZddklZdd klZdd klZdd klZd eifd „ƒYZdS(iÿÿÿÿ(t credential(tdomain(tendpoint(tgroup(tpolicy(tproject(tregion(tservice(ttrust(tuser(tproxytProxycBs`eZd„Zed„Zed„Zd„Zd„Zd„Zd„Z ed„Z ed„Z d „Z d „Z d „Zd „Zed „Zed„Zd„Zd„Zd„Zd„Zed„Zed„Zd„Zd„Zd„Zd„Zed„Zed„Zd„Zd„Zd„Z d„Z!ed„Z"ed „Z#d!„Z$d"„Z%d#„Z&d$„Z'ed%„Z(ed&„Z)d'„Z*d(„Z+d)„Z,d*„Z-ed+„Z.ed,„Z/d-„Z0d.„Z1d/„Z2d0„Z3ed1„Z4ed2„Z5d3„Z6d4„Z7d5„Z8d6„Z9ed7„Z:ed8„Z;d9„Z<d:„Z=d;„Z>RS(<cKs|iti|S(s}Create a new credential from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.credential.Credential`, comprised of the properties on the Credential class. :returns: The results of credential creation :rtype: :class:`~openstack.identity.v3.credential.Credential` (t_createt _credentialt Credential(tselftattrs((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytcreate_credentials cCs|iti|d|ƒdS(s'Delete a credential :param credential: The value can be either the ID of a credential or a :class:`~openstack.identity.v3.credential.Credential` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the credential does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent credential. :returns: ``None`` tignore_missingN(t_deleteR R(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytdelete_credential(s cCs|iti|d|ƒS(s Find a single credential :param name_or_id: The name or ID of a credential. :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.identity.v3.credential.Credential` or None R(t_findR R(Rt name_or_idR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytfind_credential8s cCs|iti|ƒS(ssGet a single credential :param credential: The value can be the ID of a credential or a :class:`~openstack.identity.v3.credential.Credential` instance. :returns: One :class:`~openstack.identity.v3.credential.Credential` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (t_getR R(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytget_credentialGs cKs|itidt|S(s:Retrieve a generator of credentials :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of credentials instances. :rtype: :class:`~openstack.identity.v3.credential.Credential` t paginated(t_listR RtFalse(Rtquery((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt credentialsSs cKs|iti||S(sŠUpdate a credential :param credential: Either the ID of a credential or a :class:`~openstack.identity.v3.credential.Credential` instance. :attrs kwargs: The attributes to update on the credential represented by ``value``. :returns: The updated credential :rtype: :class:`~openstack.identity.v3.credential.Credential` (t_updateR R(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytupdate_credential_s cKs|iti|S(sCreate a new domain from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.domain.Domain`, comprised of the properties on the Domain class. :returns: The results of domain creation :rtype: :class:`~openstack.identity.v3.domain.Domain` (R t_domaintDomain(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_domainls cCs|iti|d|ƒdS(sDelete a domain :param domain: The value can be either the ID of a domain or a :class:`~openstack.identity.v3.domain.Domain` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the domain does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent domain. :returns: ``None`` RN(RR!R"(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_domainxs cCs|iti|d|ƒS(sèFind a single domain :param name_or_id: The name or ID of a domain. :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.identity.v3.domain.Domain` or None R(RR!R"(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_domain‡s cCs|iti|ƒS(sbGet a single domain :param domain: The value can be the ID of a domain or a :class:`~openstack.identity.v3.domain.Domain` instance. :returns: One :class:`~openstack.identity.v3.domain.Domain` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RR!R"(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_domain•s cKs|itidt|S(s)Retrieve a generator of domains :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of domain instances. :rtype: :class:`~openstack.identity.v3.domain.Domain` R(RR!R"R(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytdomains¡s cKs|iti||S(sqUpdate a domain :param domain: Either the ID of a domain or a :class:`~openstack.identity.v3.domain.Domain` instance. :attrs kwargs: The attributes to update on the domain represented by ``value``. :returns: The updated domain :rtype: :class:`~openstack.identity.v3.domain.Domain` (RR!R"(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_domain­s cKs|iti|S(sCreate a new endpoint from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.endpoint.Endpoint`, comprised of the properties on the Endpoint class. :returns: The results of endpoint creation :rtype: :class:`~openstack.identity.v3.endpoint.Endpoint` (R t _endpointtEndpoint(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytcreate_endpointºs cCs|iti|d|ƒdS(sDelete an endpoint :param endpoint: The value can be either the ID of an endpoint or a :class:`~openstack.identity.v3.endpoint.Endpoint` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the endpoint does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent endpoint. :returns: ``None`` RN(RR)R*(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytdelete_endpointÆs cCs|iti|d|ƒS(sðFind a single endpoint :param name_or_id: The name or ID of a endpoint. :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.identity.v3.endpoint.Endpoint` or None R(RR)R*(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_endpointÖs cCs|iti|ƒS(sŒGet a single endpoint :param endpoint: The value can be the ID of an endpoint or a :class:`~openstack.identity.v3.endpoint.Endpoint` instance. :returns: One :class:`~openstack.identity.v3.endpoint.Endpoint` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RR)R*(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_endpointäs cKs|itidt|S(s1Retrieve a generator of endpoints :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of endpoint instances. :rtype: :class:`~openstack.identity.v3.endpoint.Endpoint` R(RR)R*R(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt endpointsñs cKs|iti||S(sžUpdate a endpoint :param endpoint: Either the ID of a endpoint or a :class:`~openstack.identity.v3.endpoint.Endpoint` instance. :attrs kwargs: The attributes to update on the endpoint represented by ``value``. :returns: The updated endpoint :rtype: :class:`~openstack.identity.v3.endpoint.Endpoint` (RR)R*(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytupdate_endpointýs cKs|iti|S(sxCreate a new group from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.group.Group`, comprised of the properties on the Group class. :returns: The results of group creation :rtype: :class:`~openstack.identity.v3.group.Group` (R t_grouptGroup(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_group s cCs|iti|d|ƒdS(s Delete a group :param group: The value can be either the ID of a group or a :class:`~openstack.identity.v3.group.Group` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the group does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent group. :returns: ``None`` RN(RR1R2(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_groups cCs|iti|d|ƒS(säFind a single group :param name_or_id: The name or ID of a group. :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.identity.v3.group.Group` or None R(RR1R2(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_group&s cCs|iti|ƒS(spGet a single group :param group: The value can be the ID of a group or a :class:`~openstack.identity.v3.group.Group` instance. :returns: One :class:`~openstack.identity.v3.group.Group` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RR1R2(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_group4s cKs|itidt|S(s%Retrieve a generator of groups :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of group instances. :rtype: :class:`~openstack.identity.v3.group.Group` R(RR1R2R(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytgroupsAs cKs|iti||S(sgUpdate a group :param group: Either the ID of a group or a :class:`~openstack.identity.v3.group.Group` instance. :attrs kwargs: The attributes to update on the group represented by ``value``. :returns: The updated group :rtype: :class:`~openstack.identity.v3.group.Group` (RR1R2(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_groupMs cKs|iti|S(sCreate a new policy from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.policy.Policy`, comprised of the properties on the Policy class. :returns: The results of policy creation :rtype: :class:`~openstack.identity.v3.policy.Policy` (R t_policytPolicy(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_policyZs cCs|iti|d|ƒdS(sDelete a policy :param policy: The value can be either the ID of a policy or a :class:`~openstack.identity.v3.policy.Policy` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the policy does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent policy. :returns: ``None`` RN(RR9R:(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_policyfs cCs|iti|d|ƒS(sèFind a single policy :param name_or_id: The name or ID of a policy. :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.identity.v3.policy.Policy` or None R(RR9R:(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_policyus cCs|iti|ƒS(sbGet a single policy :param policy: The value can be the ID of a policy or a :class:`~openstack.identity.v3.policy.Policy` instance. :returns: One :class:`~openstack.identity.v3.policy.Policy` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RR9R:(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_policyƒs cKs|itidt|S(s*Retrieve a generator of policies :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of policy instances. :rtype: :class:`~openstack.identity.v3.policy.Policy` R(RR9R:R(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytpoliciess cKs|iti||S(sqUpdate a policy :param policy: Either the ID of a policy or a :class:`~openstack.identity.v3.policy.Policy` instance. :attrs kwargs: The attributes to update on the policy represented by ``value``. :returns: The updated policy :rtype: :class:`~openstack.identity.v3.policy.Policy` (RR9R:(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_policy›s cKs|iti|S(s†Create a new project from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.project.Project`, comprised of the properties on the Project class. :returns: The results of project creation :rtype: :class:`~openstack.identity.v3.project.Project` (R t_projecttProject(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytcreate_project¨s cCs|iti|d|ƒdS(sDelete a project :param project: The value can be either the ID of a project or a :class:`~openstack.identity.v3.project.Project` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the project does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent project. :returns: ``None`` RN(RRARB(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytdelete_project´s cCs|iti|d|ƒS(sìFind a single project :param name_or_id: The name or ID of a project. :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.identity.v3.project.Project` or None R(RRARB(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_projectÃs cCs|iti|ƒS(s^Get a single project :param project: The value can be the ID of a project or a :class:`~openstack.identity.v3.project.Project` instance. :returns: One :class:`~openstack.identity.v3.project.Project` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RRARB(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_projectÑs cKs|itidt|S(s-Retrieve a generator of projects :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of project instances. :rtype: :class:`~openstack.identity.v3.project.Project` R(RRARBR(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytprojectsÝs cKs|iti||S(soUpdate a project :param project: Either the ID of a project or a :class:`~openstack.identity.v3.project.Project` instance. :attrs kwargs: The attributes to update on the project represented by ``value``. :returns: The updated project :rtype: :class:`~openstack.identity.v3.project.Project` (RRARB(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytupdate_projectés cKs|iti|S(s†Create a new service from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.service.Service`, comprised of the properties on the Service class. :returns: The results of service creation :rtype: :class:`~openstack.identity.v3.service.Service` (R t_servicetService(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytcreate_serviceös cCs|iti|d|ƒdS(sDelete a service :param service: The value can be either the ID of a service or a :class:`~openstack.identity.v3.service.Service` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the service does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent service. :returns: ``None`` RN(RRIRJ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytdelete_services cCs|iti|d|ƒS(sìFind a single service :param name_or_id: The name or ID of a service. :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.identity.v3.service.Service` or None R(RRIRJ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_services cCs|iti|ƒS(s^Get a single service :param service: The value can be the ID of a service or a :class:`~openstack.identity.v3.service.Service` instance. :returns: One :class:`~openstack.identity.v3.service.Service` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RRIRJ(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_services cKs|itidt|S(s-Retrieve a generator of services :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of service instances. :rtype: :class:`~openstack.identity.v3.service.Service` R(RRIRJR(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytservices+s cKs|iti||S(soUpdate a service :param service: Either the ID of a service or a :class:`~openstack.identity.v3.service.Service` instance. :attrs kwargs: The attributes to update on the service represented by ``value``. :returns: The updated service :rtype: :class:`~openstack.identity.v3.service.Service` (RRIRJ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytupdate_service7s cKs|iti|S(sqCreate a new user from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.user.User`, comprised of the properties on the User class. :returns: The results of user creation :rtype: :class:`~openstack.identity.v3.user.User` (R t_usertUser(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_userDs cCs|iti|d|ƒdS(sDelete a user :param user: The value can be either the ID of a user or a :class:`~openstack.identity.v3.user.User` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the user does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent user. :returns: ``None`` RN(RRQRR(RR R((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_userPs cCs|iti|d|ƒS(sàFind a single user :param name_or_id: The name or ID of a user. :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.identity.v3.user.User` or None R(RRQRR(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_user_s cCs|iti|ƒS(sRGet a single user :param user: The value can be the ID of a user or a :class:`~openstack.identity.v3.user.User` instance. :returns: One :class:`~openstack.identity.v3.user.User` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RRQRR(RR ((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytget_userms cKs|itidt|S(s!Retrieve a generator of users :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of user instances. :rtype: :class:`~openstack.identity.v3.user.User` R(RRQRRR(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytusersys cKs|iti||S(s]Update a user :param user: Either the ID of a user or a :class:`~openstack.identity.v3.user.User` instance. :attrs kwargs: The attributes to update on the user represented by ``value``. :returns: The updated user :rtype: :class:`~openstack.identity.v3.user.User` (RRQRR(RR R((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_user…s cKs|iti|S(sxCreate a new trust from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.trust.Trust`, comprised of the properties on the Trust class. :returns: The results of trust creation :rtype: :class:`~openstack.identity.v3.trust.Trust` (R t_trusttTrust(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_trust’s cCs|iti|d|ƒdS(sDelete a trust :param trust: The value can be either the ID of a trust or a :class:`~openstack.identity.v3.trust.Trust` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the credential does not exist. When set to ``True``, no exception will be set when attempting to delete a nonexistent credential. :returns: ``None`` RN(RRYRZ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_trustžs cCs|iti|d|ƒS(säFind a single trust :param name_or_id: The name or ID of a trust. :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.identity.v3.trust.Trust` or None R(RRYRZ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_trust­s cCs|iti|ƒS(sZGet a single trust :param trust: The value can be the ID of a trust or a :class:`~openstack.identity.v3.trust.Trust` instance. :returns: One :class:`~openstack.identity.v3.trust.Trust` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no resource can be found. (RRYRZ(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_trust»s cKs|itidt|S(s%Retrieve a generator of trusts :param kwargs \*\*query: Optional query parameters to be sent to limit the resources being returned. :returns: A generator of trust instances. :rtype: :class:`~openstack.identity.v3.trust.Trust` R(RRYRZR(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyttrustsÇs cKs|iti||S(sgUpdate a trust :param trust: Either the ID of a trust or a :class:`~openstack.identity.v3.trust.Trust` instance. :attrs kwargs: The attributes to update on the trust represented by ``value``. :returns: The updated trust :rtype: :class:`~openstack.identity.v3.trust.Trust` (RRYRZ(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_trustÓs cKs|iti|S(s€Create a new region from attributes :param dict attrs: Keyword arguments which will be used to create a :class:`~openstack.identity.v3.region.Region`, comprised of the properties on the Region class. :returns: The results of region creation. :rtype: :class:`~openstack.identity.v3.region.Region` (R t_regiontRegion(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt create_regionàs cCs|iti|d|ƒdS(sDelete a region :param region: The value can be either the ID of a region or a :class:`~openstack.identity.v3.region.Region` instance. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the region does not exist. When set to ``True``, no exception will be thrown when attempting to delete a nonexistent region. :returns: ``None`` RN(RRaRb(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt delete_regionìs cCs|iti|d|ƒS(säFind a single region :param name_or_id: The name or ID of a region. :param bool ignore_missing: When set to ``False`` :class:`~openstack.exceptions.ResourceNotFound` will be raised when the region does not exist. When set to ``True``, None will be returned when attempting to find a nonexistent region. :returns: One :class:`~openstack.identity.v3.region.Region` or None R(RRaRb(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt find_regionûs cCs|iti|ƒS(siGet a single region :param region: The value can be the ID of a region or a :class:`~openstack.identity.v3.region.Region` instance. :returns: One :class:`~openstack.identity.v3.region.Region` :raises: :class:`~openstack.exceptions.ResourceNotFound` when no matching region can be found. (RRaRb(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt get_region s cKs|itidt|S(s'Retrieve a generator of regions :param kwargs \*\*query: Optional query parameters to be sent to limit the regions being returned. :returns: A generator of region instances. :rtype: :class:`~openstack.identity.v3.region.Region` R(RRaRbR(RR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pytregionss cKs|iti||S(sqUpdate a region :param region: Either the ID of a region or a :class:`~openstack.identity.v3.region.Region` instance. :attrs kwargs: The attributes to update on the region represented by ``value``. :returns: The updated region. :rtype: :class:`~openstack.identity.v3.region.Region` (RRaRb(RRR((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt update_region!s (?t__name__t __module__RtTrueRRRRR R#R$R%R&R'R(R+R,R-R.R/R0R3R4R5R6R7R8R;R<R=R>R?R@RCRDRERFRGRHRKRLRMRNRORPRSRTRURVRWRXR[R\R]R^R_R`RcRdReRfRgRh(((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyR sx                      N(topenstack.identity.v3RR RR!RR)RR1RR9RRARRaRRIRRYR RQt openstackR t BaseProxyR (((sB/tmp/pip-build-wCUybK/openstacksdk/openstack/identity/v3/_proxy.pyt s