gerritlisteners#
- async idem_vra.states.vra.pipeline.gerritlisteners.present(hub, ctx, name: str, apiToken: Any, description: Any, endpoint: Any, **kwargs)[source]#
- Parameters:
apiToken (string) – (required in body) This token is used to authenticate when calling VMware Cloud Services APIs. These tokens are scoped within the organization.
description (string) – (required in body) A human-friendly description.
endpoint (string) – (required in body) The name of the Gerrit Endpoint.
name (string) – (required in body) A human-friendly name used as an identifier in APIs that support this option
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Authorization (string) – (optional in header) Bearer token
connected (boolean) – (optional in body) Indicates whether the connection with the Gerrit Server to start receiving events is created or not.
project (string) – (optional in body) The project this entity belongs to.
- async idem_vra.states.vra.pipeline.gerritlisteners.absent(hub, ctx, name: str, **kwargs)[source]#
- Parameters:
p_id (string) – (required in path) id
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Authorization (string) – (optional in header) Bearer token
- idem_vra.states.vra.pipeline.gerritlisteners.is_pending(hub, ret: dict, state: str = None, **pending_kwargs)[source]#
- class idem_vra.states.vra.pipeline.gerritlisteners.GerritlistenersState(hub, ctx)[source]#
Bases:
object
- async present(hub, ctx, name: str, apiToken: Any, description: Any, endpoint: Any, **kwargs)[source]#