Infoblox::Grid::Discovery::DiagnosticsStatus - The discovery diagnostic status.
The object provides information about the discovery diagnostic status.
This section describes all the methods in Infoblox::Session that you can apply to the object.
Use this method to retrieve the discovery diagnostic status.
Apply the following attributes to get a specific object:
id - Required. The discovery diagnostic status ID. start - Optional. The start position of the text.
The method returns an Infoblox::Grid::Discovery::DiagnosticsStatus object when the operation succeeds, and returns false when the operation fails.
my $id = $session->discovery_diagnostics('address' => '10.0.0.1'); my $object = $session->discovery_diagnostics_status('id' => $id);
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 end position of text. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->end();
Use this method to retrieve the discovery diagnostic status ID. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->id();
Use this method to retrieve the start position of the text. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->start();
Use this method to retrieve the status. This is a read-only attribute.
None
The method returns the attribute value that can be 'COMPLETED', 'FAILED' or 'INPROGRESS'.
# Get attribute value my $value = $object->status();
Use this method to retrieve the text. This is a read-only attribute.
None
The method returns the attribute value.
# Get attribute value my $value = $object->text();
Infoblox Inc. http://www.infoblox.com/
Copyright (c) 2017 Infoblox Inc.