Infoblox::Grid::Discovery::DiagnosticsStatus - The discovery diagnostic status.


NAME

Infoblox::Grid::Discovery::DiagnosticsStatus - The discovery diagnostic status.


DESCRIPTION

The object provides information about the discovery diagnostic status.


SESSION METHODS

This section describes all the methods in Infoblox::Session that you can apply to the object.

Infoblox::Session->discovery_diagnostics_status( )

Use this method to retrieve the discovery diagnostic status.

Key References
 Apply the following attributes to get a specific object:
   id     - Required. The discovery diagnostic status ID.
   start  - Optional. The start position of the text.
Returns

The method returns an Infoblox::Grid::Discovery::DiagnosticsStatus object when the operation succeeds, and returns false when the operation fails.

Example
 my $id = $session->discovery_diagnostics('address' => '10.0.0.1');
 my $object = $session->discovery_diagnostics_status('id' => $id);


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 text. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

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

id( )

Use this method to retrieve the discovery diagnostic status ID. This is a read-only attribute.

Parameter

None

Returns

The method returns the attribute value.

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

start( )

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

Parameter

None

Returns

The method returns the attribute value.

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

status( )

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

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 text. This is a read-only attribute.

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::Session


COPYRIGHT

Copyright (c) 2017 Infoblox Inc.