Preparing search index...
The search index is not available
Subnetter API Documentation - v1.0.0
Subnetter API Documentation
core/src
Config
Interface Config
Represents the validated configuration.
interface
Config
{
accounts
:
Account
[]
;
baseCidr
:
string
;
cloudProviders
:
string
[]
;
prefixLengths
?:
{
account
?:
number
;
az
?:
number
;
region
?:
number
;
}
;
subnetTypes
:
SubnetTypesMap
;
}
Index
Properties
accounts
base
Cidr
cloud
Providers
prefix
Lengths?
subnet
Types
Properties
accounts
accounts
:
Account
[]
base
Cidr
base
Cidr
:
string
cloud
Providers
cloud
Providers
:
string
[]
Optional
prefix
Lengths
prefix
Lengths
?:
{
account
?:
number
;
az
?:
number
;
region
?:
number
;
}
Type declaration
Optional
account
?:
number
Optional
az
?:
number
Optional
region
?:
number
subnet
Types
subnet
Types
:
SubnetTypesMap
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
accounts
base
Cidr
cloud
Providers
prefix
Lengths
subnet
Types
Subnetter API Documentation - v1.0.0
Loading...
Represents the validated configuration.