()
| 22 | } |
| 23 | |
| 24 | func (a *Provider) CreateParams() map[string]string { |
| 25 | return map[string]string{ |
| 26 | imageID: imageIDDesc, |
| 27 | instanceType: instanceTypeDesc, |
| 28 | diskSize: diskSizeDesc, |
| 29 | networkName: networkNameDesc, |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | func (a *Provider) CreateParamsMandatory() []string { |
| 34 | return []string{imageID, networkName} |
nothing calls this directly
no outgoing calls
no test coverage detected