NAME


NAME

Infoblox::Grid::Discovery::TestCredential


DESCRIPTION

The object provides information about results of the test credential.


SESSION METHODS

The object does not support any session methods.


METHODS

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

end( )

Use this method to retrieve the end position of the returned text. This attribute is read-only.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->end();

id( )

Use this method to retrieve the test credential ID. This attribute is read-only.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->id();

status( )

Use this method to retrieve the test credential status. This attribute is read-only.

Parameter

None.

Returns

The method returns the attribute value that can be 'COMPLETED', 'FAILED' or 'INPROGRESS'.

Example
 # Get attribute value
 my $value = $object->status();

text( )

Use this method to retrieve the portion of the text from start (inclusive) to end (exclusive). This attribute is read-only.

Parameter

None.

Returns

The method returns the attribute value.

Example
 # Get attribute value
 my $value = $object->text();


AUTHOR

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


SEE ALSO

Infoblox::Grid::Discovery::Properties


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.