import

Description

Imports are objects that exist in the venue and are referenced within the blueprint. When importing an object, any dependencies the object has will also be imported. Imported objects are not modifiable.

Features

Automatically Imported as Needed

Feature

AWS

Azure

compute.image

compute.nic

location.folder

βœ”οΈ

βœ”οΈ

location.region

βœ”οΈ

βœ”οΈ

networking.dns

networking.firewall

βœ”οΈ

βœ”οΈ

networking.network

βœ”οΈ

networking.protocol

βœ”οΈ

βœ”οΈ

networking.service

networking.subnet

storage.disk

Directly Importable

Feature

AWS

Azure

compute.vm

location.folder

βœ”οΈ

βœ”οΈ

networking.balancer

networking.dns

βœ”οΈ

networking.network

βœ”οΈ

βœ”οΈ

networking.subnet

βœ”οΈ

βœ”οΈ

storage.disk

Required Properties

This object has no required properties, but it likely requires a combination of optional properties to be useful.

Optional Properties

import (dict)

Resources to be imported. Resources should be placed in a path identical to how they would appear in a blueprint. See the example for details on how to specify imported resources.

Common Properties

Examples

A network to be imported from AWS:

A network to be imported from Azure:

Last updated

Was this helpful?