typo: indent
This commit is contained in:
parent
e04c01b7b7
commit
8e6d0f2fa0
|
@ -31,9 +31,9 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'hardware' => 'storage::hp::eva::cli::mode::hardware',
|
||||
'storage-usage' => 'storage::hp::eva::cli::mode::storageusage',
|
||||
);
|
||||
'hardware' => 'storage::hp::eva::cli::mode::hardware',
|
||||
'storage-usage' => 'storage::hp::eva::cli::mode::storageusage',
|
||||
);
|
||||
$self->{custom_modes}{api} = 'storage::hp::eva::cli::custom::api';
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,9 +31,9 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'hardware' => 'storage::hp::lefthand::snmp::mode::hardware',
|
||||
'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage',
|
||||
);
|
||||
'hardware' => 'storage::hp::lefthand::snmp::mode::hardware',
|
||||
'volume-usage' => 'storage::hp::lefthand::snmp::mode::volumeusage',
|
||||
);
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -31,8 +31,8 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'hardware' => 'storage::hp::msl::snmp::mode::hardware',
|
||||
);
|
||||
'hardware' => 'storage::hp::msl::snmp::mode::hardware',
|
||||
);
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
|
|
@ -32,10 +32,10 @@ sub new {
|
|||
|
||||
$self->{version} = '0.1';
|
||||
%{$self->{modes}} = (
|
||||
'health' => 'storage::hp::p2000::xmlapi::mode::health',
|
||||
'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes',
|
||||
'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats',
|
||||
);
|
||||
'health' => 'storage::hp::p2000::xmlapi::mode::health',
|
||||
'list-volumes' => 'storage::hp::p2000::xmlapi::mode::listvolumes',
|
||||
'volume-stats' => 'storage::hp::p2000::xmlapi::mode::volumesstats',
|
||||
);
|
||||
$self->{custom_modes}{p2000xml} = 'storage::hp::p2000::xmlapi::custom';
|
||||
|
||||
return $self;
|
||||
|
|
|
@ -31,9 +31,9 @@ sub new {
|
|||
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = (
|
||||
'system-usage' => 'storage::kaminario::restapi::mode::systemusage',
|
||||
'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage',
|
||||
);
|
||||
'system-usage' => 'storage::kaminario::restapi::mode::systemusage',
|
||||
'volume-usage' => 'storage::kaminario::restapi::mode::volumeusage',
|
||||
);
|
||||
|
||||
$self->{custom_modes}{api} = 'storage::kaminario::restapi::custom::api';
|
||||
return $self;
|
||||
|
|
Loading…
Reference in New Issue