|
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 | Status |
Avaliable Methods | |
| public method | set_ssl_thumbprint () |
| public method | get_ssl_thumbprint () |
| public method | set_error_messages () |
| public method | get_error_messages () |
| public method | new () |
| public method | set_status () |
| public method | get_status () |
The Com::Vmware::Content::SubscribedLibrary::ProbeResult class defines the subscription information probe result. This describes whether using a given subscription URL is successful or if there are access problems, such as SSL errors.
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_error_messages | ( | ) |
Gets the value of 'error_messages' property.
| error_messages | - The current value of the field. If the probe result is in an error status, this field will contain the detailed error messages. List# |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_ssl_thumbprint | ( | ) |
Gets the value of 'ssl_thumbprint' property.
| ssl_thumbprint | - The current value of the field. The SSL thumbprint for the remote endpoint. Optional# |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_status | ( | ) |
Gets the value of 'status' property.
| status | - The current value of the field. The status of probe result. This will be one of SUCCESS, INVALID_URL, TIMED_OUT, HOST_NOT_FOUND, RESOURCE_NOT_FOUND, INVALID_CREDENTIALS, CERTIFICATE_ERROR, UNKNOWN_ERROR. Status# |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::new | ( | ) |
Constructor to initialize the Com::Vmware::Content::SubscribedLibrary::ProbeResult structure
| Blessed | object |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_error_messages | ( | ) |
Sets the given value for 'error_messages' property.
| error_messages | - New value for the field. If the probe result is in an error status, this field will contain the detailed error messages. |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_ssl_thumbprint | ( | ) |
Sets the given value for 'ssl_thumbprint' property.
| ssl_thumbprint | - New value for the field. The SSL thumbprint for the remote endpoint. |
Code:
| public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_status | ( | ) |
Sets the given value for 'status' property.
| status | - New value for the field. The status of probe result. This will be one of SUCCESS, INVALID_URL, TIMED_OUT, HOST_NOT_FOUND, RESOURCE_NOT_FOUND, INVALID_CREDENTIALS, CERTIFICATE_ERROR, UNKNOWN_ERROR. |
Code: