brooklyn.networking.sdn.ibm.create_subnet.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brooklyn-clocker-docker Show documentation
Show all versions of brooklyn-clocker-docker Show documentation
Clocker Brooklyn entities and locations for Docker integration.
[#ftl]
{
"subnet": {
"id": "${subnetId}",
"name": "${subnetName}",
"network_id": "${networkId}",
"ip_version": 4,
"gateway_ip": "${gatewayIp}",
"cidr": "${networkCidr}",
"tenant_id": "${tenantId}"
}
}