API provides the subnets API facade for version 4.

Hierarchy

  • default

Implements

Constructors

Properties

NAME: string = "Subnets"
VERSION: number = 4
_transport: Transport
NAME: string = "Subnets"
VERSION: number = 4

Methods

  • AllZones returns all availability zones known to Juju. If a zone is unusable, unavailable, or deprecated the Available field will be false.

    Parameters

    • params: any

    Returns Promise<ZoneResults>

  • SubnetsByCIDR returns the collection of subnets matching each CIDR in the input.

    Parameters

    Returns Promise<SubnetsResults>

Generated using TypeDoc