Infoblox::DTC::Health - A DTC health information object.
The DTC health object provides information about the health status for a specified object.
The object does not support any session methods. It is retrieved as a part of the following objects: Infoblox::DTC::Pool, Infoblox::DTC::Server, Infoblox::DTC::LBDN.
This section describes all the methods that you can use to set or retrieve the attribute values of the object.
Use this method to retrieve the color status for availability. This is a read-only attribute.
None
The valid return values are 'NONE', 'GREEN', 'YELLOW', 'RED', 'BLUE' and 'GRAY'.
#get availability value my $availability = $health->availability();
Use this method to retrieve the textual description of the object's status. This is a read-only attribute.
None
The method returns the attribute value.
#get description value my $description = $health->description();
Use this method to retrieve the enabled state of the object. This is a read-only attribute.
None
The valid return values are 'NONE', 'ENABLED', 'DISABLED' and 'DISABLED_BY_PARENT'.
#get enabled_state value my $enabled_state = $health->enabled_state();
Infoblox Inc. http://www.infoblox.com/
Infoblox::DTC::Pool, Infoblox::DTC::Server, Infoblox::DTC::LBDN.
Copyright (c) 2017 Infoblox Inc.