Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTargetManifest ¶
func GetTargetManifest() *provider.ProviderTargetManifest
Types ¶
type TargetOptions ¶
type TargetOptions struct { Region string `json:"Region"` ImageId string `json:"Image Id"` InstanceType string `json:"Instance Type"` DeviceName string `json:"Device Name"` VolumeSize int `json:"Volume Size"` VolumeType string `json:"Volume Type"` AccessKeyId string `json:"Access Key Id"` SecretAccessKey string `json:"Secret Access Key"` }
func ParseTargetOptions ¶
func ParseTargetOptions(optionsJson string) (*TargetOptions, error)
ParseTargetOptions parses the target options from the JSON string.
Click to show internal directories.
Click to hide internal directories.