Documentation ¶
Overview ¶
Copyright 2019 The Terraformer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2019 The Terraformer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2019 The Terraformer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- type AclGenerator
- type ResourceSetGenerator
- type XenorchestraProvider
- func (p *XenorchestraProvider) GetName() string
- func (p *XenorchestraProvider) GetProviderData(arg ...string) map[string]interface{}
- func (XenorchestraProvider) GetResourceConnections() map[string]map[string][]string
- func (p *XenorchestraProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
- func (p *XenorchestraProvider) Init(args []string) error
- func (p *XenorchestraProvider) InitService(serviceName string, verbose bool) error
- type XenorchestraService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AclGenerator ¶
type AclGenerator struct {
XenorchestraService
}
func (*AclGenerator) InitResources ¶
func (g *AclGenerator) InitResources() error
type ResourceSetGenerator ¶
type ResourceSetGenerator struct {
XenorchestraService
}
func (*ResourceSetGenerator) InitResources ¶
func (g *ResourceSetGenerator) InitResources() error
type XenorchestraProvider ¶
type XenorchestraProvider struct { terraformutils.Provider // contains filtered or unexported fields }
func (*XenorchestraProvider) GetName ¶
func (p *XenorchestraProvider) GetName() string
func (*XenorchestraProvider) GetProviderData ¶
func (p *XenorchestraProvider) GetProviderData(arg ...string) map[string]interface{}
func (XenorchestraProvider) GetResourceConnections ¶
func (XenorchestraProvider) GetResourceConnections() map[string]map[string][]string
func (*XenorchestraProvider) GetSupportedService ¶
func (p *XenorchestraProvider) GetSupportedService() map[string]terraformutils.ServiceGenerator
func (*XenorchestraProvider) Init ¶
func (p *XenorchestraProvider) Init(args []string) error
func (*XenorchestraProvider) InitService ¶
func (p *XenorchestraProvider) InitService(serviceName string, verbose bool) error
type XenorchestraService ¶
type XenorchestraService struct {
terraformutils.Service
}