Sha256: 88df23e720e81b01926cc1ad62f406f55e10089a54d38d9ed575216b4983168c
Contents?: true
Size: 1.08 KB
Versions: 4
Compression:
Stored size: 1.08 KB
Contents
# LanCreate Creates a new LAN under a data center. ```text knife ionoscloud lan create (options) ``` ## Available options: ### Required options: * datacenter\_id * ionoscloud\_username * ionoscloud\_password ```text datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID name of the data center (required) name: --name NAME, -n NAME name of the server public: --public, -p boolean indicating if the LAN faces the public Internet or not; defaults to false pcc: --pcc PCC_ID iD of the PCC to connect the LAN to ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file ``` ## Example ```text knife ionoscloud lan create --datacenter-id DATACENTER_ID --name NAME --public --pcc PCC_ID --username USERNAME --password PASSWORD --extra-config EXTRA_CONFIG_FILE_PATH ```
Version data entries
4 entries across 4 versions & 1 rubygems