Infoblox::DTC::Health - A DTC health information object.


NAME

Infoblox::DTC::Health - A DTC health information object.


DESCRIPTION

The DTC health object provides information about the health status for a specified object.


SESSION METHODS

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.


METHODS

This section describes all the methods that you can use to set or retrieve the attribute values of the object.

availability( )

Use this method to retrieve the color status for availability. This is a read-only attribute.

Parameter

None

Returns

The valid return values are 'NONE', 'GREEN', 'YELLOW', 'RED', 'BLUE' and 'GRAY'.

Example
 #get availability value
 my $availability = $health->availability();

description( )

Use this method to retrieve the textual description of the object's status. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

Example
 #get description value
 my $description = $health->description();

enabled_state( )

Use this method to retrieve the enabled state of the object. This is a read-only attribute.

Parameter

None

Returns

The valid return values are 'NONE', 'ENABLED', 'DISABLED' and 'DISABLED_BY_PARENT'.

Example
 #get enabled_state value
 my $enabled_state = $health->enabled_state();


AUTHOR

Infoblox Inc. http://www.infoblox.com/


SEE ALSO

Infoblox::DTC::Pool, Infoblox::DTC::Server, Infoblox::DTC::LBDN.


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.