softlayer_ranges: Softlayer ranges

Description Usage Arguments Details Value Examples

Description

Retrieves the official list of Softlayer cloud network ranges.

Usage

1
softlayer_ranges(method = c("asn", "list"))

Arguments

method

if list, this method will use the HTML published ranges; if asn, this method will build the CIDR list from Softlayer published ASNs. The default method is "asn".

Details

Softlayer provides a list of public netblock ranges. Softlayer also has a large number of large ASNs but Softlayer tech support claimes AS36351 is their "public cloud" ASN. Methods are provided that enable using either of these sources to generate the CIDR list.

It is unlikely that this list will change in your analysis session, so it is recommended that you cache the results. Future versions will automatically cache the results both in-session and on-disk for a period of time.

Value

a tibble, the most interesting colun of which is ip_range

Examples

1
2
3
ranges <- softlayer_ranges()

normalize_ipv4(ranges)

cloudyr/cloudcidrs documentation built on May 13, 2019, 8:20 p.m.