vmware

package
v1.56.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Settings

type Settings struct {
	Enabled   bool    `json:"enabled"`          // This setting is enabled (`true`) or disabled (`false`)
	Filter    *string `json:"filter,omitempty"` // This string should have one of the following formats:\n- $prefix(parameter) - property value starting with 'parameter'\n- $eq(parameter) - property value exactly matching 'parameter'\n- $suffix(parameter) - property value ends with 'parameter'\n- $contains(parameter) - property value contains 'parameter'
	Ipaddress string  `json:"ipaddress"`        // Specify the IP address or name of the vCenter or standalone ESXi host:
	Label     string  `json:"label"`            // Name this connection
	Password  string  `json:"password"`
	Username  string  `json:"username"` // Provide user credentials for the vCenter or standalone ESXi host:
}

func (*Settings) FillDemoValues

func (me *Settings) FillDemoValues() []string

func (*Settings) MarshalHCL

func (me *Settings) MarshalHCL(properties hcl.Properties) error

func (*Settings) Schema

func (me *Settings) Schema() map[string]*schema.Schema

func (*Settings) UnmarshalHCL

func (me *Settings) UnmarshalHCL(decoder hcl.Decoder) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL