constructor()

in lib/models/YamlConfig.js [6:31]


    constructor() {
        this.version = '';
        this.testId = '';
        this.testName = '';
        this.displayName = '';
        this.description = '';
        this.testPlan = '';
        this.testType = '';
        this.engineInstances = 0;
        this.subnetId = '';
        this.publicIPDisabled = false;
        this.configurationFiles = [];
        this.zipArtifacts = [];
        this.splitAllCSVs = false;
        this.properties = { userPropertyFile: '' };
        this.env = [];
        this.certificates = [];
        this.secrets = [];
        this.failureCriteria = [];
        this.appComponents = [];
        this.autoStop = { errorPercentage: 0, timeWindow: 0 };
        this.keyVaultReferenceIdentity = '';
        this.keyVaultReferenceIdentityType = '';
        this.regionalLoadTestConfig = [];
        this.referenceIdentities = [];
    }