NAME
App::nioscli::Commands::create_a_record
VERSION
version 0.001
OVERVIEW
Create an A record
Examples
Create an A record with extattrs:
nioscli create-a-record \
--name foo.bar \
--address 10.0.0.1 \
--extattrs '{
"Cloud API Owned"
: {
"value"
:
"True"
},
"Tenant ID"
: {
"value"
:
"foo"
},
"CMP Type"
: {
"value"
:
"bar"
}
}' [long options...]
AUTHOR
Christian Segundo <ssmn@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2021 by Christian Segundo.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)