|
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
|
Avaliable Methods | |
| public method | get_is_transient () |
| public method | set_is_transient () |
| public method | new () |
The Com::Vmware::Vapi::Std::Errors::TransientIndication class indicates whether or not the error is transient.
Some types of errors are transient in certain situtations and not transient in other situtations. This error payload can be used to indicate to clients whether a particular error is transient. See :attr:Com::Vmware::Vapi::Std::Errors::Error.data .
| public method Com::Vmware::Vapi::Std::Errors::TransientIndication::get_is_transient | ( | ) |
Gets the value of 'is_transient' property.
| is_transient | - The current value of the field. Indicates that the error this class is attached to is transient. boolean# |
Code:
| public method Com::Vmware::Vapi::Std::Errors::TransientIndication::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Std::Errors::TransientIndication structure
| Blessed | object |
Code:
| public method Com::Vmware::Vapi::Std::Errors::TransientIndication::set_is_transient | ( | ) |
Sets the given value for 'is_transient' property.
| is_transient | - New value for the field. Indicates that the error this class is attached to is transient. |
Code: