All Downloads are FREE. Search and download functionalities are using the official Maven repository.

brooklyn.networking.sdn.ibm.create_subnet.json Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
[#ftl]
{
  "subnet": {
    "id": "${subnetId}",
    "name": "${subnetName}",
    "network_id": "${networkId}",
    "ip_version": 4,
    "gateway_ip": "${gatewayIp}",
    "cidr": "${networkCidr}",
    "tenant_id": "${tenantId}"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy