LanUpdate
Updates information about a Ionoscloud LAN.
knife ionoscloud lan update (options)
Available options:
Required options:
datacenter_id
lan_id
ionoscloud_url: --url URL
the Ionoscloud API URL
extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH
path to the additional config file
datacenter_id: --datacenter-id DATACENTER_ID, -D DATACENTER_ID
iD of the data center (required)
lan_id: --lan-id LAN_ID, -L LAN_ID
iD of the LAN (required)
name: --name NAME, -n NAME
name of the server
public: --public PUBLIC, -p PUBLIC
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
ionoscloud_password: --password PASSWORD, -p PASSWORD
your Ionoscloud password
ionoscloud_token: --token PASSWORD
your Ionoscloud access token
Example
knife ionoscloud lan update --url URL --extra-config EXTRA_CONFIG_FILE_PATH --datacenter-id DATACENTER_ID --lan-id LAN_ID --name NAME --public PUBLIC --pcc PCC_ID --username USERNAME --password PASSWORD --token PASSWORD
Last updated