Options
All
  • Public
  • Public/Protected
  • All
Menu

Service class which helps to filter or edit input parameters.

export

Hierarchy

  • ProvisioningService

Index

Methods

Static checkForPassedOptionalParms

  • checkForPassedOptionalParms(properties?: string, propertiesFile?: string, domainName?: string, tenantName?: string, userDataId?: string, userData?: string, accountInfo?: string, systemNickNames?: string[]): IProvisionOptionals
  • Helper method which checks if optional parameters were passed or not.

    memberof

    ProvisioningService

    Parameters

    • Optional properties: string

      required runtime property objects.

    • Optional propertiesFile: string

      path of the properties yaml file.

    • Optional domainName: string

      name of the domain.

    • Optional tenantName: string

      name of the tenant.

    • Optional userDataId: string

      ID for the user data specified with user-data.

    • Optional userData: string

      user data that is passed into the software services registry.

    • Optional accountInfo: string

      account information to use in the JCL JOB statement.

    • Optional systemNickNames: string[]

      nicknames of the systems upon which to provision a template.

    Returns IProvisionOptionals

    object with optional properties, @see {IProvisionOptionals}

Static parseProperties

Static readPropertiesFromYamlFile

Generated using TypeDoc