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
 All Classes Files Functions
Classes | List of all members
Com::Vmware::Content::SubscribedLibrary::ProbeResult Class Reference
Inheritance diagram for Com::Vmware::Content::SubscribedLibrary::ProbeResult:

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 ()
 

Detailed Description

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.

Member Function Documentation

public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_error_messages ( )

Gets the value of 'error_messages' property.

Return values
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:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_ssl_thumbprint ( )

Gets the value of 'ssl_thumbprint' property.

Return values
ssl_thumbprint- The current value of the field. The SSL thumbprint for the remote endpoint. Optional#
Code:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::get_status ( )

Gets the value of 'status' property.

Return values
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:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::new ( )

Constructor to initialize the Com::Vmware::Content::SubscribedLibrary::ProbeResult structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_error_messages ( )

Sets the given value for 'error_messages' property.

Parameters
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:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_ssl_thumbprint ( )

Sets the given value for 'ssl_thumbprint' property.

Parameters
ssl_thumbprint- New value for the field. The SSL thumbprint for the remote endpoint.
Code:
click to view
public method Com::Vmware::Content::SubscribedLibrary::ProbeResult::set_status ( )

Sets the given value for 'status' property.

Parameters
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:
click to view

The documentation for this class was generated from the following file: