environments vcenter
Deploys using the vCenter API.
Privilege Level
Security Administrator, Administrator
Command Mode
Exec > Global Configuration
Syntax
vcenter { allow-self-signed-cert { false | true } | cluster string | datacenter string |datastore string | host string | nics network-name | password password | port port_number | server url| user user_name }
server server_name
Specify the IP or domain name of vCenter or ESXi host.
Must be a string.
port port_number
Specify the port number of vCenter or ESXi host.
Must be an integer.
Default Value: 443.
allow-self-signed-cert { false | true }
Specify whether the server allows a self-signed certificate to access or not.
Must be either "false" or "true".
Default Value: false.
user user_name
Specify the user name to login.
Must be a string.
password
Specify the password to login.
Must be an aes-cfb-128-encrypted string.
datastore datastore
Specify the name of the datastore used for files and VMs.
Must be a string.
cluster cluster_name
Specifes the cluster used for the placemnet of VM template.
Must be a string.
Usage Guidelines
Use this command to deploy using the vCenter API.