Skip to content

Commit

Permalink
Control-M Integrations Factory up to July 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
RefaelBeker7 committed Jul 31, 2024
1 parent 8e115eb commit 2e8ed0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions src/aapi/integration_factory/connection_profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,20 +324,6 @@ class ConnectionProfileAwsQuickSight(ConnectionProfile):
'_aapi_repr_': 'Connection Timeout'})


@attrs.define
class ConnectionProfileApplicationIntegratorAIKubernete1(ConnectionProfileApplicationIntegrator):

_type: str = attrs.field(init=False, default='ConnectionProfile:ApplicationIntegrator:AI Kubernete1', metadata={
'_aapi_repr_': 'Type', '_type_aapi_': 'ConnectionProfile:ApplicationIntegrator:AI Kubernete1'})
object_name: str = attrs.field(metadata={'_aapi_name_': True})
ai_run_as: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-Run As'})
ai_run_as_pass: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-RunAs-Pass'})
ai_kubectl_location: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-Kubectl Location'})


@attrs.define
class ConnectionProfileAirbyte(ConnectionProfile):

Expand Down
18 changes: 0 additions & 18 deletions src/aapi/integration_factory/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,24 +403,6 @@ class JobAwsQuickSight(Job):
'_aapi_repr_': 'Failure Tolerance'})


@attrs.define
class JobApplicationIntegratorAIKubernete1(JobApplicationIntegrator):

_type: str = attrs.field(init=False, default='Job:ApplicationIntegrator:AI Kubernete1', metadata={
'_aapi_repr_': 'Type', '_type_aapi_': 'Job:ApplicationIntegrator:AI Kubernete1'})
object_name: str = attrs.field(metadata={'_aapi_name_': True})
connection_profile: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'ConnectionProfile'})
ai_connection_profile: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-ConnectionProfile'})
ai_action: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-Action'})
ai_yaml_file: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-YamlFile'})
ai_resource_id: str = attrs.field(kw_only=True, default=None, metadata={
'_aapi_repr_': 'AI-ResourceID'})


@attrs.define
class JobAirbyte(Job):

Expand Down

0 comments on commit 2e8ed0e

Please sign in to comment.