コード例 #1
0
    def __init__(self, next_page=None, page=None, page_count=None, per_page=None, resources=None, total_count=None, local_vars_configuration=None):  # noqa: E501
        """ProjectAccessPolicyList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._next_page = None
        self._page = None
        self._page_count = None
        self._per_page = None
        self._resources = None
        self._total_count = None
        self.discriminator = None

        if next_page is not None:
            self.next_page = next_page
        self.page = page
        self.page_count = page_count
        self.per_page = per_page
        self.resources = resources
        self.total_count = total_count
コード例 #2
0
    def __init__(self,
                 annotations=None,
                 _from=None,
                 type='DAGTaskLoop',
                 local_vars_configuration=None):  # noqa: E501
        """DAGTaskLoop - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self.__from = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if _from is not None:
            self._from = _from
        if type is not None:
            self.type = type
コード例 #3
0
    def __init__(self,
                 alias=None,
                 annotations=None,
                 default=None,
                 description=None,
                 name=None,
                 required=False,
                 spec=None,
                 type='DAGIntegerInput',
                 local_vars_configuration=None):  # noqa: E501
        """DAGIntegerInput - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._alias = None
        self._annotations = None
        self._default = None
        self._description = None
        self._name = None
        self._required = None
        self._spec = None
        self._type = None
        self.discriminator = None

        if alias is not None:
            self.alias = alias
        if annotations is not None:
            self.annotations = annotations
        if default is not None:
            self.default = default
        if description is not None:
            self.description = description
        self.name = name
        if required is not None:
            self.required = required
        if spec is not None:
            self.spec = spec
        if type is not None:
            self.type = type
コード例 #4
0
    def __init__(self,
                 annotations=None,
                 api_version='v1beta1',
                 arguments=None,
                 description=None,
                 labels=None,
                 name=None,
                 source=None,
                 type='Job',
                 local_vars_configuration=None):  # noqa: E501
        """Job - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._api_version = None
        self._arguments = None
        self._description = None
        self._labels = None
        self._name = None
        self._source = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if api_version is not None:
            self.api_version = api_version
        if arguments is not None:
            self.arguments = arguments
        if description is not None:
            self.description = description
        if labels is not None:
            self.labels = labels
        if name is not None:
            self.name = name
        self.source = source
        if type is not None:
            self.type = type
コード例 #5
0
    def __init__(self, description=None, icon=None, keywords=None, name=None, public=True, local_vars_configuration=None):  # noqa: E501
        """RepositoryCreate - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._description = None
        self._icon = None
        self._keywords = None
        self._name = None
        self._public = None
        self.discriminator = None

        if description is not None:
            self.description = description
        if icon is not None:
            self.icon = icon
        if keywords is not None:
            self.keywords = keywords
        self.name = name
        if public is not None:
            self.public = public
コード例 #6
0
    def __init__(self,
                 alias=None,
                 annotations=None,
                 description=None,
                 _from=None,
                 items_type=None,
                 name=None,
                 required=True,
                 type='DAGArrayOutput',
                 local_vars_configuration=None):  # noqa: E501
        """DAGArrayOutput - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._alias = None
        self._annotations = None
        self._description = None
        self.__from = None
        self._items_type = None
        self._name = None
        self._required = None
        self._type = None
        self.discriminator = None

        if alias is not None:
            self.alias = alias
        if annotations is not None:
            self.annotations = annotations
        if description is not None:
            self.description = description
        self._from = _from
        if items_type is not None:
            self.items_type = items_type
        self.name = name
        if required is not None:
            self.required = required
        if type is not None:
            self.type = type
コード例 #7
0
    def __init__(self, cpu=0, date=None, failed=0, memory=0, succeeded=0, local_vars_configuration=None):  # noqa: E501
        """ProjectDailyUsage - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._cpu = None
        self._date = None
        self._failed = None
        self._memory = None
        self._succeeded = None
        self.discriminator = None

        if cpu is not None:
            self.cpu = cpu
        self.date = date
        if failed is not None:
            self.failed = failed
        if memory is not None:
            self.memory = memory
        if succeeded is not None:
            self.succeeded = succeeded
コード例 #8
0
    def __init__(self,
                 claims=None,
                 name=None,
                 token=None,
                 token_id=None,
                 local_vars_configuration=None):  # noqa: E501
        """APITokenPrivate - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._claims = None
        self._name = None
        self._token = None
        self._token_id = None
        self.discriminator = None

        if claims is not None:
            self.claims = claims
        self.name = name
        self.token = token
        self.token_id = token_id
コード例 #9
0
    def __init__(self,
                 annotations=None,
                 name=None,
                 type='JobArgument',
                 value=None,
                 local_vars_configuration=None):  # noqa: E501
        """JobArgument - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._name = None
        self._type = None
        self._value = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        self.name = name
        if type is not None:
            self.type = type
        self.value = value
コード例 #10
0
    def __init__(self, annotations=None, description=None, handler=None, name=None, platform=None, type='DAGLinkedOutputAlias', local_vars_configuration=None):  # noqa: E501
        """DAGLinkedOutputAlias - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._description = None
        self._handler = None
        self._name = None
        self._platform = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if description is not None:
            self.description = description
        self.handler = handler
        self.name = name
        self.platform = platform
        if type is not None:
            self.type = type
コード例 #11
0
    def __init__(self,
                 alias=None,
                 annotations=None,
                 hash=None,
                 kind=None,
                 name=None,
                 source=None,
                 tag=None,
                 type='Dependency',
                 local_vars_configuration=None):  # noqa: E501
        """Dependency - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._alias = None
        self._annotations = None
        self._hash = None
        self._kind = None
        self._name = None
        self._source = None
        self._tag = None
        self._type = None
        self.discriminator = None

        if alias is not None:
            self.alias = alias
        if annotations is not None:
            self.annotations = annotations
        if hash is not None:
            self.hash = hash
        self.kind = kind
        self.name = name
        self.source = source
        self.tag = tag
        if type is not None:
            self.type = type
コード例 #12
0
    def __init__(self,
                 annotations=None,
                 description='A Queenbee package repository',
                 name=None,
                 plugin_count=0,
                 recipe_count=0,
                 source=None,
                 type='RepositoryMetadata',
                 local_vars_configuration=None):  # noqa: E501
        """RepositoryMetadata - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._description = None
        self._name = None
        self._plugin_count = None
        self._recipe_count = None
        self._source = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if description is not None:
            self.description = description
        if name is not None:
            self.name = name
        if plugin_count is not None:
            self.plugin_count = plugin_count
        if recipe_count is not None:
            self.recipe_count = recipe_count
        if source is not None:
            self.source = source
        if type is not None:
            self.type = type
コード例 #13
0
    def __init__(self,
                 annotations=None,
                 name=None,
                 type='License',
                 url=None,
                 local_vars_configuration=None):  # noqa: E501
        """License - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._name = None
        self._type = None
        self._url = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        self.name = name
        if type is not None:
            self.type = type
        if url is not None:
            self.url = url
コード例 #14
0
    def __init__(self, annotations=None, description=None, name=None, path=None, required=True, type='FunctionFolderOutput', local_vars_configuration=None):  # noqa: E501
        """FunctionFolderOutput - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._description = None
        self._name = None
        self._path = None
        self._required = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if description is not None:
            self.description = description
        self.name = name
        self.path = path
        if required is not None:
            self.required = required
        if type is not None:
            self.type = type
コード例 #15
0
    def __init__(self,
                 annotations=None,
                 email=None,
                 name=None,
                 type='Maintainer',
                 local_vars_configuration=None):  # noqa: E501
        """Maintainer - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._email = None
        self._name = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if email is not None:
            self.email = email
        self.name = name
        if type is not None:
            self.type = type
コード例 #16
0
    def __init__(self,
                 annotations=None,
                 api_version='v1beta1',
                 inputs=None,
                 metadata=None,
                 outputs=None,
                 source=None,
                 type='RecipeInterface',
                 local_vars_configuration=None):  # noqa: E501
        """RecipeInterface - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._api_version = None
        self._inputs = None
        self._metadata = None
        self._outputs = None
        self._source = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if api_version is not None:
            self.api_version = api_version
        if inputs is not None:
            self.inputs = inputs
        self.metadata = metadata
        if outputs is not None:
            self.outputs = outputs
        if source is not None:
            self.source = source
        if type is not None:
            self.type = type
コード例 #17
0
    def __init__(self,
                 annotations=None,
                 docker=None,
                 local=None,
                 type='PluginConfig',
                 local_vars_configuration=None):  # noqa: E501
        """PluginConfig - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._docker = None
        self._local = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        self.docker = docker
        if local is not None:
            self.local = local
        if type is not None:
            self.type = type
コード例 #18
0
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """RoleEnum - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
コード例 #19
0
    def __init__(self,
                 annotations=None,
                 app_version=None,
                 created=None,
                 deprecated=None,
                 description=None,
                 digest=None,
                 home=None,
                 icon=None,
                 keywords=None,
                 kind='',
                 license=None,
                 maintainers=None,
                 manifest=None,
                 name=None,
                 readme=None,
                 slug=None,
                 sources=None,
                 tag=None,
                 type='PackageVersion',
                 url=None,
                 local_vars_configuration=None):  # noqa: E501
        """PackageVersion - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._app_version = None
        self._created = None
        self._deprecated = None
        self._description = None
        self._digest = None
        self._home = None
        self._icon = None
        self._keywords = None
        self._kind = None
        self._license = None
        self._maintainers = None
        self._manifest = None
        self._name = None
        self._readme = None
        self._slug = None
        self._sources = None
        self._tag = None
        self._type = None
        self._url = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if app_version is not None:
            self.app_version = app_version
        self.created = created
        if deprecated is not None:
            self.deprecated = deprecated
        if description is not None:
            self.description = description
        self.digest = digest
        if home is not None:
            self.home = home
        if icon is not None:
            self.icon = icon
        if keywords is not None:
            self.keywords = keywords
        if kind is not None:
            self.kind = kind
        if license is not None:
            self.license = license
        if maintainers is not None:
            self.maintainers = maintainers
        if manifest is not None:
            self.manifest = manifest
        self.name = name
        if readme is not None:
            self.readme = readme
        if slug is not None:
            self.slug = slug
        if sources is not None:
            self.sources = sources
        self.tag = tag
        if type is not None:
            self.type = type
        self.url = url
コード例 #20
0
    def __init__(self,
                 annotations=None,
                 api_version='v1beta1',
                 finished_at=None,
                 id=None,
                 message=None,
                 runs_cancelled=0,
                 runs_completed=0,
                 runs_failed=0,
                 runs_pending=0,
                 runs_running=0,
                 source=None,
                 started_at=None,
                 status=None,
                 type='JobStatus',
                 local_vars_configuration=None):  # noqa: E501
        """JobStatus - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._annotations = None
        self._api_version = None
        self._finished_at = None
        self._id = None
        self._message = None
        self._runs_cancelled = None
        self._runs_completed = None
        self._runs_failed = None
        self._runs_pending = None
        self._runs_running = None
        self._source = None
        self._started_at = None
        self._status = None
        self._type = None
        self.discriminator = None

        if annotations is not None:
            self.annotations = annotations
        if api_version is not None:
            self.api_version = api_version
        if finished_at is not None:
            self.finished_at = finished_at
        self.id = id
        if message is not None:
            self.message = message
        if runs_cancelled is not None:
            self.runs_cancelled = runs_cancelled
        if runs_completed is not None:
            self.runs_completed = runs_completed
        if runs_failed is not None:
            self.runs_failed = runs_failed
        if runs_pending is not None:
            self.runs_pending = runs_pending
        if runs_running is not None:
            self.runs_running = runs_running
        if source is not None:
            self.source = source
        self.started_at = started_at
        if status is not None:
            self.status = status
        if type is not None:
            self.type = type