|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Classes | |
| class | ThumbprintVerification |
Avaliable Methods | |
| public method | get_folder () |
| public method | set_port () |
| public method | set_folder () |
| public method | set_thumbprint () |
| public method | get_force_add () |
| public method | set_force_add () |
| public method | set_thumbprint_verification () |
| public method | get_hostname () |
| public method | new () |
| public method | get_thumbprint () |
| public method | get_thumbprint_verification () |
| public method | set_hostname () |
| public method | get_port () |
| public method | set_user_name () |
| public method | set_password () |
| public method | get_user_name () |
| public method | get_password () |
The Com::Vmware::Vcenter::Host::CreateSpec class defines the information used to create a host.
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_folder | ( | ) |
Gets the value of 'folder' property.
| folder | - The current value of the field. Host and cluster folder in which the new standalone host should be created. Optional# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_force_add | ( | ) |
Gets the value of 'force_add' property.
| force_add | - The current value of the field. Whether host should be added to the vCenter Server even if it is being managed by another vCenter Server. The original vCenterServer loses connection to the host. Optional# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_hostname | ( | ) |
Gets the value of 'hostname' property.
| hostname | - The current value of the field. The IP address or DNS resolvable name of the host. String# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_password | ( | ) |
Gets the value of 'password' property.
| password | - The current value of the field. The password for the administrator account on the host. Secret# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_port | ( | ) |
Gets the value of 'port' property.
| port | - The current value of the field. The port of the host. Optional# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_thumbprint | ( | ) |
Gets the value of 'thumbprint' property.
| thumbprint | - The current value of the field. The thumbprint of the SSL certificate, which the host is expected to have. The thumbprint is always computed using the SHA1 hash and is the string representation of that hash in the format: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx where, 'x' represents a hexadecimal digit. optional# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_thumbprint_verification | ( | ) |
Gets the value of 'thumbprint_verification' property.
| thumbprint_verification | - The current value of the field. Type of host's SSL certificate verification to be done. ThumbprintVerification# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::get_user_name | ( | ) |
Gets the value of 'user_name' property.
| user_name | - The current value of the field. The administrator account on the host. String# |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Host::CreateSpec structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_folder | ( | ) |
Sets the given value for 'folder' property.
| folder | - New value for the field. Host and cluster folder in which the new standalone host should be created. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_force_add | ( | ) |
Sets the given value for 'force_add' property.
| force_add | - New value for the field. Whether host should be added to the vCenter Server even if it is being managed by another vCenter Server. The original vCenterServer loses connection to the host. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_hostname | ( | ) |
Sets the given value for 'hostname' property.
| hostname | - New value for the field. The IP address or DNS resolvable name of the host. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_password | ( | ) |
Sets the given value for 'password' property.
| password | - New value for the field. The password for the administrator account on the host. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_port | ( | ) |
Sets the given value for 'port' property.
| port | - New value for the field. The port of the host. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_thumbprint | ( | ) |
Sets the given value for 'thumbprint' property.
| thumbprint | - New value for the field. The thumbprint of the SSL certificate, which the host is expected to have. The thumbprint is always computed using the SHA1 hash and is the string representation of that hash in the format: xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx where, 'x' represents a hexadecimal digit. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_thumbprint_verification | ( | ) |
Sets the given value for 'thumbprint_verification' property.
| thumbprint_verification | - New value for the field. Type of host's SSL certificate verification to be done. |
Code:
| public method Com::Vmware::Vcenter::Host::CreateSpec::set_user_name | ( | ) |
Sets the given value for 'user_name' property.
| user_name | - New value for the field. The administrator account on the host. |
Code: