github.com/cloudfoundry-incubator/stembuild@v0.0.0-20211223202937-5b61d62226c6/construct/config/source_config.go (about)

     1  package config
     2  
     3  type SourceConfig struct {
     4  	GuestVmIp       string
     5  	GuestVMUsername string
     6  	GuestVMPassword string
     7  	VCenterUrl      string
     8  	VCenterUsername string
     9  	VCenterPassword string
    10  	VmInventoryPath string
    11  	CaCertFile      string
    12  }