94 lines
4.1 KiB
YAML
94 lines
4.1 KiB
YAML
# 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.
|
|
|
|
Format: 1.4
|
|
|
|
Type: Library
|
|
|
|
FullName: io.murano
|
|
|
|
Name: Core library
|
|
|
|
Description: |
|
|
Core MuranoPL library
|
|
|
|
Author: 'murano.io'
|
|
|
|
Tags: [MuranoPL]
|
|
|
|
Classes:
|
|
io.murano.Object: Object.yaml
|
|
io.murano.Environment: Environment.yaml
|
|
io.murano.CloudRegion: CloudRegion.yaml
|
|
io.murano.CloudResource: CloudResource.yaml
|
|
io.murano.Application: Application.yaml
|
|
io.murano.Exception: Exception.yaml
|
|
io.murano.StackTrace: StackTrace.yaml
|
|
io.murano.SharedIp: SharedIp.yaml
|
|
io.murano.File: File.yaml
|
|
io.murano.User: User.yaml
|
|
io.murano.Project: Project.yaml
|
|
|
|
|
|
io.murano.configuration.Linux: configuration/Linux.yaml
|
|
|
|
io.murano.resources.Network: resources/Network.yaml
|
|
io.murano.resources.Instance: resources/Instance.yaml
|
|
io.murano.resources.LinuxInstance: resources/LinuxInstance.yaml
|
|
io.murano.resources.LinuxMuranoInstance: resources/LinuxMuranoInstance.yaml
|
|
io.murano.resources.ConfLangInstance: resources/ConfLangInstance.yaml
|
|
io.murano.resources.HeatSWConfigInstance: resources/HeatSWConfigInstance.yaml
|
|
io.murano.resources.HeatSWConfigLinuxInstance: resources/HeatSWConfigLinuxInstance.yaml
|
|
io.murano.resources.LinuxUDInstance: resources/LinuxUDInstance.yaml
|
|
io.murano.resources.WindowsInstance: resources/WindowsInstance.yaml
|
|
io.murano.resources.NeutronNetworkBase: resources/NeutronNetworkBase.yaml
|
|
io.murano.resources.NeutronNetwork: resources/NeutronNetwork.yaml
|
|
io.murano.resources.ExistingNeutronNetwork: resources/ExistingNeutronNetwork.yaml
|
|
io.murano.resources.NovaNetwork: resources/NovaNetwork.yaml
|
|
io.murano.resources.Volume: resources/Volume.yaml
|
|
io.murano.resources.CinderVolume: resources/CinderVolume.yaml
|
|
io.murano.resources.ExistingCinderVolume: resources/ExistingCinderVolume.yaml
|
|
io.murano.resources.CinderVolumeBackup: resources/CinderVolumeBackup.yaml
|
|
io.murano.resources.CinderVolumeSnapshot: resources/CinderVolumeSnapshot.yaml
|
|
io.murano.resources.MetadataAware: resources/MetadataAware.yaml
|
|
io.murano.resources.InstanceAffinityGroup: resources/InstanceAffinityGroup.yaml
|
|
|
|
io.murano.system.Agent: system/Agent.yaml
|
|
io.murano.system.AgentListener: system/AgentListener.yaml
|
|
io.murano.system.HeatStack: system/HeatStack.yaml
|
|
io.murano.system.Resources: system/Resources.yaml
|
|
io.murano.system.InstanceNotifier: system/InstanceNotifier.yaml
|
|
io.murano.system.Logger: system/Logger.yaml
|
|
io.murano.system.StatusReporter: system/StatusReporter.yaml
|
|
io.murano.system.NetworkExplorer: system/NetworkExplorer.yaml
|
|
io.murano.system.SecurityGroupManager: system/SecurityGroupManager.yaml
|
|
io.murano.system.NeutronSecurityGroupManager: system/NeutronSecurityGroupManager.yaml
|
|
io.murano.system.AwsSecurityGroupManager: system/AwsSecurityGroupManager.yaml
|
|
io.murano.system.DummySecurityGroupManager: system/DummySecurityGroupManager.yaml
|
|
io.murano.system.MistralClient: system/MistralClient.yaml
|
|
io.murano.system.MetadefBrowser: system/MetadefBrowser.yaml
|
|
|
|
io.murano.metadata.Description: metadata/Description.yaml
|
|
io.murano.metadata.HelpText: metadata/HelpText.yaml
|
|
io.murano.metadata.ModelBuilder: metadata/ModelBuilder.yaml
|
|
io.murano.metadata.Title: metadata/Title.yaml
|
|
io.murano.metadata.forms.Hidden: metadata/forms/Hidden.yaml
|
|
io.murano.metadata.forms.Position: metadata/forms/Position.yaml
|
|
io.murano.metadata.forms.Section: metadata/forms/Section.yaml
|
|
io.murano.metadata.engine.Serialize: metadata/engine/Serialize.yaml
|
|
io.murano.metadata.engine.Synchronize: metadata/engine/Synchronize.yaml
|
|
|
|
|
|
io.murano.test.TestFixture: test/TestFixture.yaml
|
|
io.murano.test.TestFixtureWithEnvironment: test/TestFixture.yaml
|
|
io.murano.test.DummyNetwork: test/TestFixture.yaml
|