This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[$class : 'DynamicReferenceParameter', | |
choiceType : 'ET_FORMATTED_HTML', | |
name : 'ExtraArgs', | |
referencedParameters: 'Type', | |
script : [ | |
$class : 'GroovyScript', | |
fallbackScript: [ | |
classpath: [], | |
sandbox : false, | |
script : 'return ["Received an error during configuring extra args input box"]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
import atexit | |
import getpass | |
import time | |
from pyVim import connect | |
from pyVmomi import vim | |
def get_args(): |