Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawConfig ¶
type RawConfig struct { PhysicalMachine bool `json:"physicalMachine,omitempty"` APIKey providerconfigtypes.ConfigVarString `json:"apiKey,omitempty"` Region providerconfigtypes.ConfigVarString `json:"region"` Plan providerconfigtypes.ConfigVarString `json:"plan"` OsID providerconfigtypes.ConfigVarString `json:"osId"` Tags []string `json:"tags,omitempty"` VpcID []string `json:"vpcId,omitempty"` Vpc2ID []string `json:"vpc2Id,omitempty"` EnableVPC bool `json:"enableVPC,omitempty"` EnableVPC2 bool `json:"enableVPC2,omitempty"` EnableIPv6 bool `json:"enableIPv6,omitempty"` }
Click to show internal directories.
Click to hide internal directories.