Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
Environment holds vcsim environment connection details
func NewVcsimEnvironment ¶
func NewVcsimEnvironment(namespace string) *Environment
NewVcsimEnvironment creates new vcsim environment
func (*Environment) WithAPIURL ¶
func (r *Environment) WithAPIURL(aPIURL string) *Environment
WithAPIURL sets the ApiURL - builder style
func (*Environment) WithPassword ¶
func (r *Environment) WithPassword(password string) *Environment
WithPassword sets the Password - builder style
func (*Environment) WithThumbprint ¶
func (r *Environment) WithThumbprint(thumbprint string) *Environment
WithCaCert sets the Thumbprint - builder style
func (*Environment) WithUsername ¶
func (r *Environment) WithUsername(username string) *Environment
WithUsername sets the Username - builder style
Click to show internal directories.
Click to hide internal directories.