CDP

 view release on metacpan or  search on metacpan

lib/CDP.pm  view on Meta::CPAN

    getHostAsMap
    getHostByDescription
    getHostByHostname
    getHostIds
    getHostIdsByVolume
    getHostname
    getHostType
    getLastFinishedBackupTaskInfo
    getQuota
    getRemotePort
    getTimeout
    isCdpForMySqlAddonEnabled
    isControlPanelModuleEnabled
    isEnabled
    isHostDiscoveryFinished
    removeUser
    runHostDiscovery
    setDescription
    setEnabled
    setHostname
    setHostType
    setLinuxHostType
    setQuota
    setRemotePort
    setsCdpForMySqlAddonEnabled
    setsControlPanelModuleEnabled
    setTimeout
    setWindowsHostType

    addLocalMySQLInstance
    addRemoteMySQLInstance
    deleteMySQLInstance
    getMySQLInstance
    getMySQLInstanceIds
    setCustomInnoDBDataDirectory
    setCustomInnoDBLogDirectory
    setCustomMySQLDataDirectory

lib/CDP/host.pm  view on Meta::CPAN

    getHostAsMap
    getHostByDescription
    getHostByHostname
    getHostIds
    getHostIdsByVolume
    getHostname
    getHostType
    getLastFinishedBackupTaskInfo
    getQuota
    getRemotePort
    getTimeout
    isCdpForMySqlAddonEnabled
    isControlPanelModuleEnabled
    isEnabled
    isHostDiscoveryFinished
    removeUser
    runHostDiscovery
    setDescription
    setEnabled
    setHostname
    setHostType
    setLinuxHostType
    setQuota
    setRemotePort
    setsCdpForMySqlAddonEnabled
    setsControlPanelModuleEnabled
    setTimeout
    setWindowsHostType
/;

%EXPORT_TAGS = (
    'ALL' => \@EXPORT_OK,
    'CONST' => [qw//],
);

Exporter::export_ok_tags(keys %EXPORT_TAGS);

lib/CDP/host.pm  view on Meta::CPAN

sub getQuota {
    my $client = shift;
    $client->call('host.getQuota',@_);
}

sub getRemotePort {
    my $client = shift;
    $client->call('host.getRemotePort',@_);
}

sub getTimeout {
    my $client = shift;
    $client->call('host.getTimeout',@_);
}

sub isCdpForMySqlAddonEnabled {
    my $client = shift;
    $client->call('host.isCdpForMySqlAddonEnabled',@_);
}

sub isControlPanelModuleEnabled {
    my $client = shift;
    $client->call('host.isControlPanelModuleEnabled',@_);

lib/CDP/host.pm  view on Meta::CPAN

sub setsCdpForMySqlAddonEnabled {
    my $client = shift;
    $client->call('host.setsCdpForMySqlAddonEnabled',@_);
}

sub setsControlPanelModuleEnabled {
    my $client = shift;
    $client->call('host.setsControlPanelModuleEnabled',@_);
}

sub setTimeout {
    my $client = shift;
    $client->call('host.setTimeout',@_);
}

sub setWindowsHostType {
    my $client = shift;
    $client->call('host.setWindowsHostType',@_);
}


1;
__END__



( run in 1.396 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )