GetInterdependentL3NetworksImages
In ZStack Cloud, an L3 network belongs to a zone, and the backup storage where images reside can be attached to one or more zones. Backup storage also has a dependency on cluster. For example, a Ceph backup storage can only work with Ceph primary storage. Due to this dependency, the L3 network and image specified when you create a VM instance might not work together.
Obtains the dependency between an image and an L3 network. For
example,
GetInterdependentL3NetworksImages zoneUuid=61092e77aedd41f0b8857b40652e5b1e \
imageUuid=2eac1a40becd28dda463dd379027028e
If the l3NetworkUuids parameter is specified, a list of images that can work with these L3 networks is returned. If the imageUuid parameter is specified, a list of L3 networks that can work with the image is returned.
Parameters
Name | Description | Optional | Valid Value | Starting Version |
---|---|---|---|---|
zoneUuid | The zone UUID. This parameter is required to specify the dependency between the L3 network and image. | 0.6 | ||
l3NetworkUuids | The L3 network UUID list. | Yes | 0.6 | |
imageUuid | The image UUID. | Yes | 0.6 | |
userTags | The user tags. For more information, see CreateUserTag. The resource type is VmInstanceVO. | Yes | 0.6 | |
systemTags | The system tags. For more information, see CreateSystemTag. The resource type is VmInstanceVO. | Yes | 0.6 | |
timeout | Yes |