d22778aa40
describe methods allows to get network-specific information that will allow refer to it in Heat template Change-Id: I1e15b2d682a666c1d26ec194e4852fe2757867fe Closes-Bug: #1442671
27 lines
521 B
YAML
27 lines
521 B
YAML
Namespaces:
|
|
=: io.murano.resources
|
|
std: io.murano
|
|
|
|
Name: Network
|
|
|
|
Methods:
|
|
deploy:
|
|
|
|
joinInstance:
|
|
Arguments:
|
|
- instance:
|
|
Contract: $.class(Instance).notNull()
|
|
- securityGroupName:
|
|
Contract: $.string()
|
|
- assignFloatingIp:
|
|
Contract: $.bool().notNull()
|
|
- sharedIps:
|
|
Contract:
|
|
- $.class(std:SharedIp)
|
|
|
|
generateSecurityGroupManager:
|
|
Arguments:
|
|
- environment:
|
|
Contract: $.class(std:Environment).notNull()
|
|
|
|
describe: |